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.
References
Link | Resource |
---|---|
https://github.com/cloudflare/workerd/releases/tag/v1.20230419.0 | Release Notes |
https://github.com/cloudflare/workerd/security/advisories/GHSA-8vx6-69vg-c46f | Vendor Advisory |
https://github.com/cloudflare/workerd/releases/tag/v1.20230419.0 | Release Notes |
https://github.com/cloudflare/workerd/security/advisories/GHSA-8vx6-69vg-c46f | Vendor Advisory |
Configurations
History
21 Nov 2024, 07:58
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.5 |
References | () https://github.com/cloudflare/workerd/releases/tag/v1.20230419.0 - Release Notes | |
References | () https://github.com/cloudflare/workerd/security/advisories/GHSA-8vx6-69vg-c46f - Vendor Advisory |
26 May 2023, 18:52
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.1 |
CPE | cpe:2.3:a:cloudflare:workerd:*:*:*:*:*:node.js:*:* | |
CWE | CWE-190 | |
References | (MISC) https://github.com/cloudflare/workerd/security/advisories/GHSA-8vx6-69vg-c46f - Vendor Advisory | |
References | (MISC) https://github.com/cloudflare/workerd/releases/tag/v1.20230419.0 - Release Notes | |
First Time |
Cloudflare
Cloudflare workerd |
Information
Published : 2023-05-12 11:15
Updated : 2024-11-21 07:58
NVD link : CVE-2023-2512
Mitre link : CVE-2023-2512
CVE.ORG link : CVE-2023-2512
JSON object : View
Products Affected
cloudflare
- workerd