Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Tatiana

#37673of 53,632
7.5Total CVSS
Vulnerabilities · 1
PT-2022-20222
7.5
2022-07-12
Google · Go · CVE-2022-30633
**Name of the Vulnerable Software and Affected Versions** Go versions prior to 1.17.12 Go versions prior to 1.18.4 **Description** The issue is caused by uncontrolled recursion in the Unmarshal function in encoding/xml. This 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. **Recommendations** For Go versions prior to 1.17.12, update to version 1.17.12 or later to resolve the issue. For Go versions prior to 1.18.4, update to version 1.18.4 or later to resolve the issue. As a temporary workaround, consider avoiding the use of the `any` field tag in Go structs until a patch is available.