CVE Catalog

CVE-2026-59161

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.52%

41th percentile - higher than 41% of all known CVEs

Summary

The Excelize Go library before version 2.11.0 does not enforce the TotalRows limit on the row r attribute during streaming worksheet reading. An attacker can supply a small XLSX file with a row number above 1048576, causing empty rows to be appended and excessive memory and CPU consumption.

Risk Assessment

The organization is exposed to a denial-of-service (DoS) attack via a specially crafted XLSX file that can overload the system and cause a crash.

Recommendation

Immediately update the Excelize library to version 2.11.0 or later, which includes a fix for this vulnerability.

Other vulnerabilities in Excelize

See all
Original NVD description (English source)

Excelize is a Go language library for reading and writing Microsoft Excel spreadsheets. Prior to 2.11.0, the streaming worksheet reader used by Rows and GetRows does not enforce the TotalRows limit on the row r attribute, allowing a small XLSX file with a row number above 1048576 and no cell coordinate to make GetRows append empty rows up to the attacker-controlled index and consume excessive memory and CPU. This issue is fixed in version 2.11.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS