Beveiligingsadvies

CVE-2026-8357

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-06-15 16:23:37
Laatst bijgewerkt 2026-07-28 12:04:37
Toegewezen door Document Fdn.
CVSS-score 7.8
Status PUBLISHED

Beschrijving

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.