pysec-2017-93
Vulnerability from pysec
Published
2017-01-10 15:59
Modified
2021-08-27 03:22
Details
A HTTP/2 implementation built using any version of the Python priority library prior to version 1.2.0 could be targeted by a malicious peer by having that peer assign priority information for every possible HTTP/2 stream ID. The priority tree would happily continue to store the priority information for each stream, and would therefore allocate unbounded amounts of memory. Attempting to actually use a tree like this would also cause extremely high CPU usage to maintain the tree.
Impacted products
Name | purl | priority | pkg:pypi/priority |
---|
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "priority", "purl": "pkg:pypi/priority" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.2.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.0.1", "1.0.0", "1.1.0", "1.1.1" ] } ], "aliases": [ "CVE-2016-6580" ], "details": "A HTTP/2 implementation built using any version of the Python priority library prior to version 1.2.0 could be targeted by a malicious peer by having that peer assign priority information for every possible HTTP/2 stream ID. The priority tree would happily continue to store the priority information for each stream, and would therefore allocate unbounded amounts of memory. Attempting to actually use a tree like this would also cause extremely high CPU usage to maintain the tree.", "id": "PYSEC-2017-93", "modified": "2021-08-27T03:22:16.246169Z", "published": "2017-01-10T15:59:00Z", "references": [ { "type": "WEB", "url": "https://python-hyper.org/priority/en/latest/security/CVE-2016-6580.html" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/92311" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…