cbcvebase.
CVE-2003-0132
published 2003-04-11

CVE-2003-0132: A memory leak in Apache 2.0 through 2.0.44 allows remote attackers to cause a denial of service (memory consumption) via large chunks of linefeed characters…

PriorityP429medium5CVSS 2.0
AVNACLAuNCNINAP
EXPLOIT
EPSS
86.18%
99.7th percentile
A memory leak in Apache 2.0 through 2.0.44 allows remote attackers to cause a denial of service (memory consumption) via large chunks of linefeed characters, which causes Apache to allocate 80 bytes for each linefeed.

Affected

2 ranges
VendorProductVersion rangeFixed in
apachehttp_server2.0.0 – 2.0.44
debianapache2< apache2 2.0.45 (bookworm)apache2 2.0.45 (bookworm)

Detection & IOCsextracted from sources · hover to see the quote

commandsend 8000000 \n characters over TCP to target Apache server
bytes
0x0D 0x0A (repeated newline pairs sent in bulk over TCP)
  • Detect TCP connections to port 80/443 sending extremely large payloads composed almost entirely of linefeed (0x0A) or CRLF (0x0D 0x0A) characters with no valid HTTP request structure — indicative of the DoS exploit pattern.
  • Alert on Apache processes exhibiting rapid memory growth without corresponding legitimate HTTP request volume; each linefeed causes Apache to allocate 80 bytes, so 8 million newlines would consume ~640 MB.
  • Monitor for persistent TCP connections to Apache that continuously stream CRLF pairs in a loop without ever sending a complete HTTP request line — matching the apache-massacre.c loop behavior.

CVSS provenance

nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:N/I:N/A:P
osv5.0MEDIUM
vendor_debian5.0MEDIUM
vendor_redhat5.0MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.