- What is CWE-444?
- The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
- What CVEs are caused by CWE-444?
- 230 recorded CVEs are attributed to CWE-444, including CVE-2023-48365, CVE-2022-22536, CVE-2025-1867. 2 are listed in CISA's Known Exploited Vulnerabilities (KEV) catalog.
- How do you prevent CWE-444?
- Use a web server that employs a strict HTTP parsing procedure, such as Apache [REF-433].
- How is CWE-444 detected?
- Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect "sources" (origins of input) with "sinks" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)
- What are the consequences of CWE-444?
- Exploiting CWE-444 can lead to: Unexpected State, Hide Activities, Bypass Protection Mechanism.
- Is CWE-444 actively exploited?
- Yes. 2 CWE-444 vulnerabilities are in CISA's KEV catalog of actively exploited flaws, out of 230 recorded CVEs.