Security Advisory

CVE-2026-8357

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-15 16:23:37
Last updated 2026-07-23 12:08:03
Assigner Document Fdn.
CVSS score 5.4
State PUBLISHED

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.