CVE-2020-7694
Description
This affects all versions of package uvicorn. The request logger provided by the package is vulnerable to ASNI escape sequence injection. Whenever any HTTP request is received, the default behaviour of uvicorn is to log its details to either the console or a log file. When attackers request crafted URLs with percent-encoded escape sequences, the logging component will log the URL after it's been processed with urllib.parse.unquote, therefore converting any percent-encoded characters into their single-character equivalent, which can have special meaning in terminal emulators. By requesting URLs with crafted paths, attackers can: * Pollute uvicorn's access logs, therefore jeopardising the integrity of such files. * Use ANSI sequence codes to attempt to interact with the terminal emulator that's displaying the logs (either in real time or from a file).
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 0.13.3-1 |
| sid | Fixed | 0.13.3-1 |
| forky | Fixed | 0.13.3-1 |
| bullseye | Fixed | 0.13.3-1 |
| bookworm | Fixed | 0.13.3-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | uvicorn | <0.11.7 | 0.11.7 |
References
- https://nvd.nist.gov/vuln/detail/CVE-2020-7694
- https://github.com/encode/uvicorn/issues/723
- https://github.com/encode/uvicorn/commit/895807f94ea9a8e588605c12076b7d7517cda503
- https://github.com/encode/uvicorn
- https://github.com/pypa/advisory-database/tree/main/vulns/uvicorn/PYSEC-2020-150.yaml
- https://snyk.io/vuln/SNYK-PYTHON-UVICORN-575560
- https://github.com/advisories/GHSA-33c7-2mpw-hg34
- https://security-tracker.debian.org/tracker/CVE-2020-7694
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.