CVE-2026-56852
Received Received - Intake

Invalid UTF-8 Handling Leads to Infinite Loop in Go

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

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: Go Project

Description

A norm.Iter can enter an infinite loop when handling input containing invalid UTF-8 bytes.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-22
AI Q&A
2026-07-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
golang golang_x text

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability occurs when a norm.Iter processes input with invalid UTF-8 bytes, causing it to enter an infinite loop. This can lead to denial of service by consuming excessive CPU resources.

Detection Guidance

This vulnerability affects the golang.org/x/text/unicode/norm package before v0.39.0. To detect it, check your Go module dependencies for versions of this package below v0.39.0 using commands like 'go list -m all' or 'go mod graph'. Update to v0.39.0 or later to mitigate the issue.

Impact Analysis

The infinite loop may degrade system performance or crash applications relying on norm.Iter. This can disrupt services and require manual intervention to restore normal operation.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves an infinite loop in Go's unicode/norm package when processing invalid UTF-8 bytes, which is a denial-of-service risk but does not inherently violate data protection or privacy requirements.

Mitigation Strategies

Update Go to the latest patched version to address the infinite loop issue in norm.Iter handling invalid UTF-8 bytes.

Chat Assistant

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

EPSS Chart