pysec-2021-12
Vulnerability from pysec
Published
2021-05-07 15:15
Modified
2021-05-14 17:02
Details
Eventlet is a concurrent networking library for Python. A websocket peer may exhaust memory on Eventlet side by sending very large websocket frames. Malicious peer may exhaust memory on Eventlet side by sending highly compressed data frame. A patch in version 0.31.0 restricts websocket frame to reasonable limits. As a workaround, restricting memory usage via OS limits would help against overall machine exhaustion, but there is no workaround to protect Eventlet process.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "eventlet", "purl": "pkg:pypi/eventlet" }, "ranges": [ { "events": [ { "introduced": "0.10.0" }, { "fixed": "0.31.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "0.10.0", "0.11.0", "0.12.1", "0.13.0", "0.14.0", "0.15.2", "0.16.1", "0.17.4", "0.18.2", "0.18.3", "0.18.4", "0.19.0", "0.20.0", "0.20.1", "0.21.0", "0.22.0", "0.22.1", "0.23.0", "0.24.0", "0.24.1", "0.25.0", "0.25.1", "0.25.2", "0.26.0", "0.26.1", "0.27.0", "0.28.0", "0.28.1", "0.29.0", "0.29.1", "0.30.0", "0.30.1", "0.30.2", "0.30.3" ] } ], "aliases": [ "CVE-2021-21419", "GHSA-9p9m-jm8w-94p2" ], "details": "Eventlet is a concurrent networking library for Python. A websocket peer may exhaust memory on Eventlet side by sending very large websocket frames. Malicious peer may exhaust memory on Eventlet side by sending highly compressed data frame. A patch in version 0.31.0 restricts websocket frame to reasonable limits. As a workaround, restricting memory usage via OS limits would help against overall machine exhaustion, but there is no workaround to protect Eventlet process.", "id": "PYSEC-2021-12", "modified": "2021-05-14T17:02:00Z", "published": "2021-05-07T15:15:00Z", "references": [ { "type": "ADVISORY", "url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2" } ] }
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.
- 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.