LOW · 3.7

CVE-2020-11080

In nghttp2 before version 1.41.0, the overly large HTTP/2 SETTINGS frame payload causes denial of service. The proof of concept attack involves a malicious client constructing a SETTINGS frame with a ...

Vulnerability Description

In nghttp2 before version 1.41.0, the overly large HTTP/2 SETTINGS frame payload causes denial of service. The proof of concept attack involves a malicious client constructing a SETTINGS frame with a length of 14,400 bytes (2400 individual settings entries) over and over again. The attack causes the CPU to spike at 100%. nghttp2 v1.41.0 fixes this vulnerability. There is a workaround to this vulnerability. Implement nghttp2_on_frame_recv_callback callback, and if received frame is SETTINGS frame and the number of settings entries are large (e.g., > 32), then drop the connection.

CVSS Score

3.7

LOW

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW

Affected Products

VendorProductVersions
Nghttp2Nghttp2< 1.41.0
DebianDebian Linux9.0
OpensuseLeap15.1
FedoraprojectFedora31
OracleBanking Extensibility Workbench14.3.0
OracleBlockchain Platform< 21.1.2
OracleEnterprise Communications Broker3.1.0
OracleGraalvm19.3.2
OracleMysql>= 7.3.0, <= 7.3.30
NodejsNode.Js>= 10.0.0, <= 10.12.0

Related Weaknesses (CWE)

References

FAQ

What is CVE-2020-11080?

CVE-2020-11080 is a vulnerability with a CVSS score of 3.7 (LOW). In nghttp2 before version 1.41.0, the overly large HTTP/2 SETTINGS frame payload causes denial of service. The proof of concept attack involves a malicious client constructing a SETTINGS frame with a ...

How severe is CVE-2020-11080?

CVE-2020-11080 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.

Is there a patch for CVE-2020-11080?

Check the references section above for vendor advisories and patch information. Affected products include: Nghttp2 Nghttp2, Debian Debian Linux, Opensuse Leap, Fedoraproject Fedora, Oracle Banking Extensibility Workbench.