CVE-2023-38697
Last modified
CVE-2023-38697 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. protocol-http1 provides a low-level implementation of the HTTP/1 protocol. RFC 9112 Section 7.1 defined the format of chunk size, chunk data and chunk extension. EPSS estimates a 0.64% chance of exploitation in the next 30 days.
Description
protocol-http1 provides a low-level implementation of the HTTP/1 protocol. RFC 9112 Section 7.1 defined the format of chunk size, chunk data and chunk extension. The value of Content-Length header should be a string of 0-9 digits, the chunk size should be a string of hex digits and should split from chunk data using CRLF, and the chunk extension shouldn't contain any invisible character. However, Falcon has following behaviors while disobey the corresponding RFCs: accepting Content-Length header values that have `+` prefix, accepting Content-Length header values that written in hexadecimal with `0x` prefix, accepting `0x` and `+` prefixed chunk size, and accepting LF in chunk extension. This behavior can lead to desync when forwarding through multiple HTTP parsers, potentially results in HTTP request smuggling and firewall bypassing. This issue is fixed in `protocol-http1` v0.15.1. There are no known workarounds.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Socketry | Protocol-Http1 | < 0.15.1 |
References
- https://github.com/socketry/protocol-http1/pull/20Issue Tracking
- https://www.rfc-editor.org/rfc/rfc9112#name-chunked-transfer-codingTechnical Description
- https://github.com/socketry/protocol-http1/pull/20Issue Tracking
- https://www.rfc-editor.org/rfc/rfc9112#name-chunked-transfer-codingTechnical Description
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-38697?
How severe is CVE-2023-38697?
How do I fix CVE-2023-38697?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-38691matrix-appservice-bridge provides an API for setting up brid…6.5
- CVE-2023-38692CloudExplorer Lite is an open source, lightweight cloud mana…9.8
- CVE-2023-38693Lucee Server (or simply Lucee) is a dynamic, Java based, tag…9.8
- CVE-2023-38694Umbraco is an ASP.NET content management system (CMS). Start…5.4
- CVE-2023-38695cypress-image-snapshot shows visual regressions in Cypress w…6.5
- CVE-2023-38696Rejected reason: This CVE has been rejected because it is un…
- CVE-2023-38698Ethereum Name Service (ENS) is a distributed, open, and exte…6.5
- CVE-2023-38699MindsDB's AI Virtual Database allows developers to connect a…6.5
- CVE-2023-3870Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-38700matrix-appservice-irc is a Node.js IRC bridge for Matrix. Pr…3.7
- CVE-2023-38701Hydra is the layer-two scalability solution for Cardano. Use…9.1
- CVE-2023-38702Knowage is an open source analytics and business intelligenc…8.8
Are you affected by CVE-2023-38697?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
