Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 28, 2020
1 parent 5637a37 commit 4ee2c08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cve/CVE-2020-26116.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Modified": "2020-09-27T04:15:00",
"Published": "2020-09-27T04:15:00",
"access": {},
"assigner": "cve@mitre.org",
"cvss": 5.0,
"cwe": "Unknown",
"id": "CVE-2020-26116",
"impact": {},
"last-modified": "2020-09-27T22:01:00",
"references": [
"https://bugs.python.org/issue39603",
"https://python-security.readthedocs.io/vuln/http-header-injection-method.html"
],
"summary": "http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.",
"vulnerable_configuration": [],
"vulnerable_configuration_cpe_2_2": [],
"vulnerable_product": []
}
1 change: 1 addition & 0 deletions vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@
- name: "http.client: HTTP Header Injection in the HTTP method"
slug: http-header-injection-method
cve: CVE-2020-26116
bpo: 39603
fixed-in:
- 3.5: 524b8de630036a29ca340bc2ae6fd6dc7dda8f40
Expand Down

0 comments on commit 4ee2c08

Please sign in to comment.