CVE-2026-54063
Last modified
CVE-2026-54063 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Excelize is a Go language library for reading and writing Microsoft Excel spreadsheets. Prior to 2.11.0, the checkSheet() function in github.com/xuri/excelize/v2 uses an attacker-controlled <row r="N"> XML attribute value directly as the length argument to make([]xlsxRow, row) without validating it against the Excel row limit (TotalRows = 1,048,576). EPSS estimates a 0.57% chance of exploitation in the next 30 days.
Description
Excelize is a Go language library for reading and writing Microsoft Excel spreadsheets. Prior to 2.11.0, the checkSheet() function in github.com/xuri/excelize/v2 uses an attacker-controlled <row r="N"> XML attribute value directly as the length argument to make([]xlsxRow, row) without validating it against the Excel row limit (TotalRows = 1,048,576). A specially crafted XLSX file can trigger two denial-of-service variants: (A) an out-of-memory process kill when r=2147483647 forces a ~16 GB allocation attempt, and (B) a runtime panic via out-of-bounds slice indexing when r=-1. Any service that opens attacker-supplied XLSX files and calls GetCellValue is affected. No authentication is required. This issue is fixed in version 2.11.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Excelize | Excelize | < 2.11.0 |
References
- https://github.com/qax-os/excelize/security/advisories/GHSA-h69g-9hx6-f3v4Exploit, Vendor Advisory
- https://github.com/qax-os/excelize/security/advisories/GHSA-h69g-9hx6-f3v4Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54063?
How severe is CVE-2026-54063?
How do I fix CVE-2026-54063?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54057Kitty is a cross-platform GPU based terminal. In versions pr…7.8
- CVE-2026-54058Pillow is a Python imaging library. Prior to 12.3.0, when Pi…9.1
- CVE-2026-54059Pillow is a Python imaging library. Prior to 12.3.0, PIL/Pcf…7.5
- CVE-2026-5406FC-SWILS protocol dissector crash in Wireshark 4.6.0 to 4.6.…5.5
- CVE-2026-54060Pillow is a Python imaging library. Prior to 12.3.0, PIL/Fon…7.5
- CVE-2026-54061Dgraph is an open source distributed GraphQL database. Prior…9.1
- CVE-2026-54066SiYuan is an open-source personal knowledge management syste…7.5
- CVE-2026-54067SiYuan is an open-source personal knowledge management syste…9.9
- CVE-2026-54068SiYuan is an open-source personal knowledge management syste…5.9
- CVE-2026-54069SiYuan is an open-source personal knowledge management syste…9.2
- CVE-2026-5407SMB2 protocol dissector infinite loop in Wireshark 4.6.0 to …5.5
- CVE-2026-54070SiYuan is an open-source personal knowledge management syste…7.1
Are you affected by CVE-2026-54063?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
