guzzlehttp/psr7 < 1.9.1 & 2.4.5 - Interpretation Conflict
Strategic Overview
< 1.6.4CVE-2023-29197Vulnerability Overview
guzzlehttp/psr7 is a PSR-7 HTTP message library implementation in PHP. Affected versions are subject to improper header parsing. An attacker could sneak in a newline (\n) into both the header names and values. While the specification states that \r\n\r\n is used to terminate the header list, many servers in the wild will also accept \n\n. This is a follow-up to CVE-2022-24775 where the fix was incomplete. The issue has been patched in versions 1.9.1 and 2.4.5. There are no known workarounds for this vulnerability. Users are advised to upgrade. While some WordPress plugins and themes may be using this library, it does not make them vulnerable to exploitation.
Technical Analysis
REMEDIATION: Update to version 1.6.4, or a newer patched version --- IDENTIFIER: CWE-436 (Interpretation Conflict) Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.
External References
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C