CVE-2019-9710: Webargs mishandles concurrent JSON parsing
(updated )
An issue was discovered in webargs before 5.1.3, as used with marshmallow and other products. JSON parsing uses a short-lived cache to store the parsed JSON body. This cache is not thread-safe, meaning that incorrect JSON payloads could have been parsed for concurrent requests.
References
- github.com/advisories/GHSA-8554-jxcw-454q
- github.com/marshmallow-code/webargs
- github.com/marshmallow-code/webargs/issues/371
- github.com/pypa/advisory-database/tree/main/vulns/webargs/PYSEC-2019-139.yaml
- nvd.nist.gov/vuln/detail/CVE-2019-9710
- webargs.readthedocs.io/en/latest/changelog.html
- webargs.readthedocs.io/en/latest/changelog.html
Detect and mitigate CVE-2019-9710 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →