Skip to main content

Excelize EUVDEUVD-2026-42937

| CVE-2026-59162 MEDIUM
Uncaught Exception (CWE-248)
2026-07-10 GitHub_M
6.9
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.3 MEDIUM

Network-reachable via crafted file upload with no authentication or interaction in automated pipelines; impact is limited to application crash with no confidentiality or integrity effect.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Patch available
Jul 10, 2026 - 18:01 EUVD
Analysis Generated
Jul 10, 2026 - 17:10 vuln.today
CVE Published
Jul 10, 2026 - 15:51 cve.org
MEDIUM 6.9

DescriptionCVE.org

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.

AnalysisAI

Panic-triggering denial of service in the Excelize Go library (all versions prior to 2.11.0) allows any actor who can supply a crafted XLSX file to crash the consuming application. The root cause is an integer bounds check that validates only the upper bound of shared-string indices, permitting a cell value of -1 to reach a slice-index operation as a negative integer and cause a Go runtime panic in GetCellValue or GetRows. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Craft XLSX with shared-string index value -1
Delivery
Submit file to application endpoint accepting XLSX input
Exploit
Application calls GetCellValue or GetRows on crafted file
Execution
Negative index bypasses upper-bound check in shared-string parser
Persist
Go runtime panics on sharedStrings[-1]
Impact
Application process or goroutine crashes (denial of service)

Vulnerability AssessmentAI

Exploitation The target application must call `GetCellValue` or `GetRows` on an attacker-supplied XLSX file using Excelize prior to v2.11.0. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 4.0 score of 6.9 (Medium) correctly captures the attack profile: network-reachable via a crafted file, low complexity, no privileges or user interaction required for automated server-side processing, but impact is confined to availability (VA:L) with no confidentiality or integrity consequences. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker crafts an XLSX file containing a cell that references shared-string index -1 in the sharedStrings XML segment, then submits it to a web service or API endpoint that uses Excelize to parse uploaded spreadsheets. When the application calls `GetCellValue` or `GetRows`, the unchecked negative index causes a Go runtime panic; if the application lacks a `recover()` wrapper, the entire process or goroutine crashes, producing a denial of service. …
Remediation Upgrade Excelize to v2.11.0, which resolves the vulnerability by adding a lower-bound index check. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-42937 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy