CVE-2026-33818
Received Received - Intake

Unmarshal Stack Exhaustion via Recursive Structures

Vulnerability report for CVE-2026-33818, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-14

Assigner: Go Project

Description

Enforce a recursion limit in Unmarshal to prevent stack exhaustion when parsing deeply-nested, recursive structures.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-14
Generated
2026-09-03
AI Q&A
2026-08-14
EPSS Evaluated
2026-09-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
golang go From 1.27 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a lack of recursion limit enforcement in the Unmarshal function, which can lead to stack exhaustion when processing deeply-nested or recursive data structures. This may cause the program to crash due to excessive memory or stack usage.

Detection Guidance

This vulnerability is related to stack exhaustion in Go's Unmarshal function when parsing deeply-nested structures. Detection requires checking Go applications using untrusted input parsing. Inspect Go code for unmarshal operations on user-controlled data. Use static analysis tools like 'govulncheck' or 'staticcheck' to identify vulnerable patterns. Monitor for crashes or stack overflow errors in Go applications processing complex nested inputs.

Impact Analysis

If exploited, this vulnerability could allow an attacker to crash applications by sending maliciously crafted input with excessive recursion depth. This may lead to denial-of-service conditions, disrupting services that rely on the affected software.

Compliance Impact

This vulnerability primarily causes denial-of-service conditions by triggering stack exhaustion during ASN.1 parsing. It does not directly impact data confidentiality or integrity, which are key focus areas for GDPR and HIPAA compliance. However, availability disruptions could indirectly affect compliance if systems fail to process critical data in time.

Mitigation Strategies

Update to the latest version of Go that includes the enforced recursion limit in Unmarshal to prevent stack exhaustion from deeply-nested structures.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-33818. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart