Name | CVE-2024-24684 |
Description | 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. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
slic3r-prusa (PTS) | stretch | 1.31.4-1 | vulnerable |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
slic3r-prusa | source | stretch | (unfixed) | end-of-life | | |
Notes
NOT-FOR-US: libigl
slic3r-prusa bundles a copy, but it's not used for reading files
https://github.com/prusa3d/PrusaSlicer/issues/12905 and #1074233
https://talosintelligence.com/vulnerability_reports/TALOS-2024-1929
https://github.com/libigl/libigl/issues/2387