Lucene search
+L

221 matches found

Github Security Blog
Github Security Blog
added 2021/05/07 3:50 p.m.55 views

Improper Handling of Highly Compressed Data (Data Amplification) and Memory Allocation with Excessive Size Value in eventlet

Impact 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. Patches Version 0.31.0 restricts websocket frame to reasonable limits. Workarounds Restricting memory usa...

5.3CVSS1.5AI score0.01807EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/05/07 3:50 p.m.40 views

GHSA-9P9M-JM8W-94P2 Improper Handling of Highly Compressed Data (Data Amplification) and Memory Allocation with Excessive Size Value in eventlet

Impact 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. Patches Version 0.31.0 restricts websocket frame to reasonable limits. Workarounds Restricting memory usa...

6.9CVSS5.4AI score0.01807EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2021/05/07 2:30 p.m.38 views

CVE-2021-21419 Improper Handling of Highly Compressed Data (Data Amplification) and Memory Allocation with Excessive Size Value in eventlet

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...

5.3CVSS5.8AI score0.01807EPSS
SaveExploits0References3
OSV
OSV
added 2020/12/03 5:15 p.m.44 views

CVE-2020-28923

An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or private fields to JSON...

2.7CVSS6.7AI score
SaveExploits0References2
NVD
NVD
added 2020/12/03 5:15 p.m.44 views

CVE-2020-28923

An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or private fields to JSON...

4CVSS3.6AI score0.00957EPSS
SaveExploits0References2
Prion
Prion
added 2020/12/03 5:15 p.m.22 views

Code injection

An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or private fields to JSON...

4CVSS3.8AI score0.00957EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2020/12/03 4:21 p.m.71 views

CVE-2020-28923

Summary: CVE-2020-28923 affects Play Framework 2.8.0–2.8.4 via Data Amplification when carefully crafted JSON payloads are sent as a form field, impacting users migrating from Play Java API-based JSON serialization of classes with protected/private fields. The vulnerability description and relate...

4CVSS3.7AI score0.00957EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/12/03 4:21 p.m.44 views

CVE-2020-28923

An issue was discovered in Play Framework 2.8.0 through 2.8.4. Carefully crafted JSON payloads sent as a form field lead to Data Amplification. This affects users migrating from a Play version prior to 2.8.0 that used the Play Java API to serialize classes with protected or private fields to JSON...

3.5AI score0.00957EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2020/12/03 12:0 a.m.13 views

Play Framework Security Vulnerability

Lightbend Play Framework is a web application framework written in the Scala language from Lightbend, Inc. A security vulnerability exists in Play Framework versions 2.8.0 through 2.8.4, which stems from a carefully crafted JSON payload sent as a form field that causes data amplification. This...

4CVSS5.8AI score0.00957EPSS
SaveExploits0References3
NVD
NVD
added 2020/11/06 2:15 p.m.36 views

CVE-2020-26882

In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input...

7.5CVSS7.5AI score0.01403EPSS
SaveExploits0References2
OSV
OSV
added 2020/11/06 2:15 p.m.26 views

CVE-2020-26882

In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input...

7.5CVSS6.8AI score
SaveExploits0References2
Prion
Prion
added 2020/11/06 2:15 p.m.23 views

Input validation

In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input...

5CVSS7.5AI score0.01403EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/11/06 1:26 p.m.48 views

CVE-2020-26882

In Play Framework 2.6.0 through 2.8.2, data amplification can occur when an application accepts multipart/form-data JSON input...

7.5AI score0.01403EPSS
SaveExploits0References2
CVE
CVE
added 2020/11/06 1:26 p.m.76 views

CVE-2020-26882

CVE-2020-26882 (Play Framework): Affects Play Framework versions 2.6.0 through 2.8.2. The vulnerability arises when an application accepts multipart/form-data JSON input, causing data amplification. Documents explicitly describe this as a vulnerability in Play Framework, with potential impact on ...

7.5CVSS7.5AI score0.01403EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2020/10/28 4:33 a.m.21 views

Denial Of Service (DoS)

play is vulnerable to denial of service DoS. The vulnerability exists as JSON payloads uploaded as a form field causes data amplification...

7.5CVSS2.8AI score0.01403EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2018/09/17 8:46 p.m.33 views

websockets is vulnerable to denial of service by memory exhaustion

The Python websockets library version 4 contains a CWE-409: Improper Handling of Highly Compressed Data Data Amplification vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appears to be exploitable...

7.5CVSS7.3AI score0.01818EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2018/09/17 8:46 p.m.33 views

GHSA-6G87-FF9Q-V847 websockets is vulnerable to denial of service by memory exhaustion

The Python websockets library version 4 contains a CWE-409: Improper Handling of Highly Compressed Data Data Amplification vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appears to be exploitable...

8.7CVSS7.5AI score0.01818EPSS
SaveExploits1References4
NVD
NVD
added 2018/06/26 4:29 p.m.38 views

CVE-2018-1000518

aaugustin websockets version 4 contains a CWE-409: Improper Handling of Highly Compressed Data Data Amplification vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appear to be exploitable via Sendi...

7.5CVSS7.7AI score0.01818EPSS
SaveExploits1References1
Prion
Prion
added 2018/06/26 4:29 p.m.27 views

Design/Logic Flaw

aaugustin websockets version 4 contains a CWE-409: Improper Handling of Highly Compressed Data Data Amplification vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appear to be exploitable via Sendi...

5CVSS7.5AI score0.01818EPSS
SaveExploits1References1Affected Software1
PyPA
PyPA
added 2018/06/26 4:29 p.m.8 views

PYSEC-2018-79

aaugustin websockets version 4 contains a CWE-409: Improper Handling of Highly Compressed Data Data Amplification vulnerability in Servers and clients, unless configured with compression=None that can result in Denial of Service by memory exhaustion. This attack appear to be exploitable via Sendi...

7.5CVSS6.9AI score0.01818EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder