CVE-2020-29510 - log back

CVE-2020-29510 edited at 04 Apr 2021 10:42:11
Remote
- Local
+ Remote
References
https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-directives.md
https://github.com/mattermost/xml-roundtrip-validator
+ https://github.com/golang/go/issues/43168
+ https://go-review.googlesource.com/c/go/+/277893
+ https://github.com/golang/go/commit/a9cfd55e2b09735a25976d1b008a0a3c767494f8
CVE-2020-29510 edited at 14 Dec 2020 20:09:48
Severity
- Unknown
+ Medium
Remote
- Unknown
+ Local
Type
- Unknown
+ Incorrect calculation
Description
+ Go's encoding/xml handles XML directives in a way that causes crafted markup to mutate during round-trips through the xml.Decoder and xml.Encoder implementations. Encoding and decoding using Go's encoding/xml can introduce new structures around a maliciously crafted XML directive.
+
+ Affected applications include software that relies on XML integrity for security-sensitive decisions. Prominent examples of such applications include SAML and XML-DSig implementations.
References
+ https://github.com/mattermost/xml-roundtrip-validator/blob/master/advisories/unstable-directives.md
+ https://github.com/mattermost/xml-roundtrip-validator
Notes
+ Workaround
+ ==========
+
+ The github.com/mattermost/xml-roundtrip-validator module can detect unstable constructs in an XML document, including unstable directives. Invoking the validator on all untrusted markup and failing early if it returns an error can prevent these types of issue from being exploited in an otherwise affected application.
CVE-2020-29510 created at 14 Dec 2020 20:05:03