GoApplication · Golang

CVE-2022-28131

HIGH · 7.5 CVSS v3.1 Published 2022-08-10
Fix available
A fix is available. Upgrade to 1.17.12 / 1.18.4 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is a stack exhaustion vulnerability in Go's standard library encoding/xml package. The Decoder.Skip function lacks proper recursion depth limits, allowing attackers to cause a panic (denial of service) by providing a deeply nested XML document that exhausts the call stack.

MitigationUpgrade the Go runtime to version 1.17.12, 1.18.4, or later. This is a standard library fix requiring no application code changes.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
GoApplication
Affected:< 1.17.12>= 1.18.0, < 1.18.4
FedoraOperating system
Affected:= 35
Cloud Insights TelegrafApplication
Affected:all versions

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check the installed Go version
    Run 'go version' in the terminal or check /usr/local/go/VERSION file. Alternatively, in a Go program, import 'runtime' and print runtime.Version()
    Affected if The version is earlier than 1.17.12, or at least 1.18.0 but earlier than 1.18.4
  2. Identify if the application uses encoding/xml
    Search codebase for 'import "encoding/xml"' statements and usage of xml.Decoder
    Affected if The application imports and uses the encoding/xml package to parse XML data
  3. Check if XML input sources are untrusted or external
    Review code that creates xml.NewDecoder from io.Reader sources such as HTTP request bodies, file uploads, or network connections
    Affected if The application parses XML from untrusted sources like HTTP requests, user uploads, or external APIs without strict depth limits
  4. Verify if Decoder.Skip or recursive parsing is used
    Search for calls to xml.Decoder.Skip method or custom recursive XML parsing functions that process nested elements
    Affected if The application uses Decoder.Skip or any recursive XML element parsing without explicit depth limiting controls
  5. Confirm operating system if running Fedora 35
    Check /etc/fedora-release or run 'cat /etc/os-release' to verify the OS version
    Affected if Running Fedoraproject Fedora version 35 with affected Go packages installed

You are affected if your Go version is below 1.17.12 or between 1.18.0 and 1.18.4, AND your application uses encoding/xml to parse untrusted or deeply nested XML documents.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.17.12 / 1.18.4 or later
Fixed in 1.17.121.18.4
Interim mitigation

Upgrade the Go runtime to version 1.17.12, 1.18.4, or later. This is a standard library fix requiring no application code changes.

Recommended fix High confidence

Go 1.17.12, Go 1.18.4, or later (prefer latest stable 1.18.x or 1.19+)

  1. Identify the current Go version installed by running: go version
  2. If using Go directly, download and install Go 1.18.4 or later (or Go 1.17.12 or later in the 1.17 branch) from https://go.dev/dl/
  3. For Fedora 35 systems, run: sudo dnf update golang
  4. For Cloud Insights Telegraf, upgrade the underlying Go runtime to the fixed version, then rebuild/redeploy Telegraf with: go build -mod=mod ./...
  5. Verify the fix by running: go version and confirm it shows 1.17.12+, 1.18.4+, or later
  6. Test that XML parsing with deeply nested documents no longer causes stack exhaustion or panic
Caveat Go minor version upgrades typically have minimal breaking changes; review the Go release notes for any behavior changes in encoding/xml or related packages

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Go Scoped from the published advisory
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing3.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,390
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-28131 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-28131 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data