SCA: security update for github.com/xuri/excelize/v2 (GHSA-h69g-9hx6-f3v4)

high Tenable Self-Hosted Container Security Plugin ID 444786

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-54063)

Solution

Update the github.com/xuri/excelize/v2 library and its related packages to version 2.11.0 or later.

See Also

https://github.com/advisories/GHSA-h69g-9hx6-f3v4

Plugin Details

Severity: High

ID: 444786

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 7/16/2026

Updated: 7/16/2026

Risk Information

VPR

Risk Factor: Medium

Score: 5

Percentile: 94.14

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-54063

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/10/2026

Vulnerability Publication Date: 7/10/2026

Reference Information

CVE: CVE-2026-54063

cwe: CWE-770