CVE-2024-25039
Awaiting Analysis Awaiting Analysis - Queue

Slowloris HTTP DoS in IBM DOORS Web Access

Vulnerability report for CVE-2024-25039, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: IBM Corporation

Description

IBM Engineering Requirements Management DOORS and DOORS Web Access 9.7.2.1 through 9.7.2.11, and 9.6.1.1 through 9.6.1.13 do not limit the length of a connection which could allow for a Slowloris HTTP denial of service attack to take place. This can cause the web server to become unresponsive.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
ibm engineering_requirements_management_doors From 9.7.2.1 (inc) to 9.7.2.11 (inc)
ibm engineering_requirements_management_doors From 9.6.1.1 (inc) to 9.6.1.13 (inc)
ibm doors_web_access From 9.7.2.1 (inc) to 9.7.2.11 (inc)
ibm doors_web_access From 9.6.1.1 (inc) to 9.6.1.13 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

IBM Engineering Requirements Management DOORS and DOORS Web Access versions 9.7.2.1 through 9.7.2.11 and 9.6.1.1 through 9.6.1.13 are vulnerable to a Slowloris HTTP denial of service attack. This occurs because the software does not limit connection length, allowing attackers to keep many connections open without completing requests, making the web server unresponsive.

Detection Guidance

This vulnerability involves a Slowloris HTTP denial of service attack due to unchecked connection lengths. Detection requires monitoring for unusually long HTTP connections or high numbers of half-open connections. Use network monitoring tools like netstat to check for excessive connections from a single IP. Commands like 'netstat -an | grep :80 | awk '{print $5}' | sort | uniq -c | sort -nr' can help identify suspicious activity.

Impact Analysis

This vulnerability can cause the IBM DOORS or DOORS Web Access server to become unresponsive or crash due to excessive open connections. This disrupts access to critical engineering requirements management tools, potentially halting development or compliance workflows.

Compliance Impact

This vulnerability does not directly impact compliance with GDPR or HIPAA as it is a denial of service issue affecting system availability rather than data confidentiality or integrity.

Mitigation Strategies

Immediate mitigation includes limiting connection lengths and implementing rate limiting on the web server. Configure your web server (e.g., Apache or Nginx) to enforce connection timeouts and restrict the number of simultaneous connections per IP. Update to the latest patched versions of IBM DOORS and DOORS Web Access if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-25039. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart