CVE-2023-2512
Last modified
CVE-2023-2512 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. Prior to version v1.20230419.0, the FormData API implementation was subject to an integer overflow. If a FormData instance contained more than 2^31 elements, the forEach() method could end up reading from the wrong location in memory while iterating over elements. EPSS estimates a 0.62% chance of exploitation in the next 30 days.
Description
Prior to version v1.20230419.0, the FormData API implementation was subject to an integer overflow. If a FormData instance contained more than 2^31 elements, the forEach() method could end up reading from the wrong location in memory while iterating over elements. This would most likely lead to a segmentation fault, but could theoretically allow arbitrary undefined behavior. In order for the bug to be exploitable, the process would need to be able to allocate 160GB of RAM. Due to this, the bug was never exploitable on the Cloudflare Workers platform, but could theoretically be exploitable on deployments of workerd running on machines with a huge amount of memory. Moreover, in order to be remotely exploited, an attacker would have to upload a single form-encoded HTTP request of at least tens of gigabytes in size. The application code would then have to use request.formData() to parse the request and formData.forEach() to iterate over this data. Due to these limitations, the exploitation likelihood was considered Low. A fix that addresses this vulnerability has been released in version v1.20230419.0 and users are encouraged to update to the latest version available.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Cloudflare | Workerd | < 1.20230419.0 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-2512?
How severe is CVE-2023-2512?
How do I fix CVE-2023-2512?
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-25114Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25115Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25116Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25117Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25118Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25119Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25120Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25121Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25122Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25123Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25124Multiple buffer overflow vulnerabilities exist in the vtysh_…7.2
- CVE-2023-25125Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID…
Are you affected by CVE-2023-2512?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
