SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-59162

HIGH · CVSS 7.5 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The vulnerability affects the Excelize library used for handling Microsoft Excel files, specifically prior to version 2.11.0. It allows an attacker to craft an XLSX file that triggers a panic by accessing an invalid index in the shared string slice, potentially leading to application crashes. Organizations utilizing the affected versions of Excelize should prioritize updating to version 2.11.0 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59162
Severity
HIGH
CVSS
7.5
EPSS
0.39%
Microsoft

Original NVD Description

Excelize is a Go language library for reading and writing Microsoft Excel spreadsheets. Prior to 2.11.0, Excelize parses shared-string cell values with strconv.Atoi and checks only the upper bound before indexing the shared string slice, allowing an XLSX file containing a shared-string cell with -1 to trigger sharedStrings[-1] and panic when read through GetCellValue or GetRows. This issue is fixed in version 2.11.0.

Related CVEs

Other vulnerabilities affecting the same vendor(s)