1 results (0.002 seconds)
CVSS: 8.1EPSS: 0%CPEs: 1EXPL: 0
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2023-2512 – Buffer under-read in workerd
https://notcve.org/view.php?id=CVE-2023-2512
12 May 2023 — 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 exp... • https://github.com/cloudflare/workerd/releases/tag/v1.20230419.0 • CWE-125: Out-of-bounds Read CWE-190: Integer Overflow or Wraparound •