CVE-2026-8357

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.
Configurations

No configuration.

History

28 Jul 2026, 13:19

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:46386 -
  • () https://access.redhat.com/errata/RHSA-2026:46387 -

23 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:43423 -
  • () https://access.redhat.com/errata/RHSA-2026:43461 -

22 Jul 2026, 12:18

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:43424 -
  • () https://access.redhat.com/errata/RHSA-2026:43425 -
  • () https://access.redhat.com/errata/RHSA-2026:43460 -

09 Jul 2026, 13:17

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:36832 -

06 Jul 2026, 13:17

Type Values Removed Values Added
References
  • () https://access.redhat.com/errata/RHSA-2026:35839 -

30 Jun 2026, 03:21

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
References
  • () 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 -
CWE CWE-131

15 Jun 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-15 18:16

Updated : 2026-07-28 13:19


NVD link : CVE-2026-8357

Mitre link : CVE-2026-8357

CVE.ORG link : CVE-2026-8357


JSON object : View

Products Affected

No product.

CWE
CWE-193

Off-by-one Error

CWE-787

Out-of-bounds Write

CWE-131

Incorrect Calculation of Buffer Size