Buffer overflow in Libigl
CVE-2024-24684
Multiple stack-based buffer overflow vulnerabilities exist in the readOFF functionality of libigl v2.5.0. A specially crafted .off file can lead to stack-based buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.This vulnerability concerns the header parsing occuring while processing an `.off` file via the `readOFF` function. We can see above that at [0] a stack-based buffer called `comment` is defined with an hardcoded size of `1000 bytes`. The call to `fscanf` at [1] is unsafe and if the first line of the header of the `.off` files is longer than 1000 bytes it will overflow the `header` buffer.
Vulnerability class: Buffer Overflow
EPSS: 0.007 (51.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H.
Affected products
- Libigl — versions 2.5.0, v2.5.0
Weakness classification (CWE)
Public proof-of-concept exploits
References
- talos-cna@cisco.com (Third Party Advisory, Mitigation)
- talos-cna@cisco.com (Third Party Advisory, Mitigation)
Frequently asked questions
- What is CVE-2024-24684?
- CVE-2024-24684 is a high-severity vulnerability in Libigl, classified under Stack-based Buffer Overflow. CVSS score: 7.8/10. Published 2024-05-28.
- How severe is CVE-2024-24684?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2024-24684 known to be exploited?
- 2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.