VYPR
Unrated severityNVD Advisory· Published Jul 3, 2002· Updated Jun 16, 2026

CVE-2002-0392

CVE-2002-0392

Description

Apache 1.3 through 1.3.24, and Apache 2.0 through 2.0.36, allows remote attackers to cause a denial of service and possibly execute arbitrary code via a chunk-encoded HTTP request that causes Apache to use an incorrect size.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

3

Patches

Vulnerability mechanics

Root cause

"Apache fails to properly calculate buffer sizes when processing chunk-encoded HTTP requests, leading to potential buffer overruns."

Attack vector

A remote attacker can send a specially crafted chunk-encoded HTTP request to a vulnerable Apache server. This request manipulates the size calculation mechanism, causing the server to misinterpret buffer requirements. This can lead to a buffer overrun and potentially allow for arbitrary code execution [ref_id=1]. The vulnerability is described as a memory corruption issue related to chunked encoding [ref_id=1].

Affected code

The vulnerability lies in how Apache processes 'Chunked Encoding' requests. Specifically, it fails to properly calculate required buffer sizes, which is believed to stem from an improper interpretation of an unsigned integer value [ref_id=1]. The provided exploit code targets specific versions of Apache on various Unix-like operating systems, indicating the issue is within the HTTP request parsing and handling logic.

What the fix does

The advisory does not specify a patch or provide details on how the vulnerability is fixed. Remediation guidance is not available in the provided information. Therefore, it is not possible to describe the fix or explain why it closes the vulnerability.

Preconditions

  • networkThe attacker must be able to send HTTP requests to the target server.
  • inputThe attacker must craft a malicious chunk-encoded HTTP request.

Generated on Jun 2, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

45

News mentions

0

No linked articles in our index yet.