GHSA-j779-pcc6-8c5fMediumCVSS 7.8
LibreOffice Calc compiles cell formulas when opening a spreadsheet. A heap buffer overflow...
🔗 CVE IDs covered (1)
📋 Description
LibreOffice Calc compiles cell formulas when opening a spreadsheet. A heap buffer overflow existed when compiling a very long formula made up of many opening tokens. The array that tracks nesting depth was allocated one element too small for that worst case, so such a formula wrote one element past its end. In fixed versions the array is sized to hold the largest possible nesting.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-8357
- https://www.libreoffice.org/about-us/security/advisories/cve-2026-8357
- https://access.redhat.com/security/cve/CVE-2026-8357
- https://bugzilla.redhat.com/show_bug.cgi?id=2488964
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-8357.json
- https://github.com/advisories/GHSA-j779-pcc6-8c5f