Uncontrolled recursion in Unmarshal 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 unmarshalling an XML document into a Go struct which has a nested field that uses the 'any' field tag.
References
Link | Resource |
---|---|
https://go.dev/cl/417061 | Patch Vendor Advisory |
https://go.dev/issue/53611 | Issue Tracking Vendor Advisory |
https://go.googlesource.com/go/+/c4c1993fd2a5b26fe45c09592af6d3388a3b2e08 | Mailing List Patch Vendor Advisory |
https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE | Mailing List Vendor Advisory |
https://pkg.go.dev/vuln/GO-2022-0523 | Vendor Advisory |
Configurations
History
No history.
Information
Published : 2022-08-10 20:15
Updated : 2024-02-28 19:29
NVD link : CVE-2022-30633
Mitre link : CVE-2022-30633
CVE.ORG link : CVE-2022-30633
JSON object : View
Products Affected
golang
- go
CWE
CWE-674
Uncontrolled Recursion