CVE-2020-11080

HIGHCVSS 7.5/10EPSS 5.32%

Last modified

CVE-2020-11080 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 5.32% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Probability
5.32%

91.6th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Nghttp2Nghttp2< 1.41.0
DebianDebian Linux9.0
DebianDebian Linux10.0
OpensuseLeap15.1
FedoraprojectFedora31
FedoraprojectFedora33
OracleBanking Extensibility Workbench14.3.0
OracleBanking Extensibility Workbench14.4.0
OracleBlockchain Platform< 21.1.2
OracleEnterprise Communications Broker3.1.0
OracleEnterprise Communications Broker3.2.0
OracleGraalvm19.3.2
OracleGraalvm20.1.0
OracleMysql>= 7.3.0, <= 7.3.30
OracleMysql>= 7.4.0, <= 7.4.29
OracleMysql>= 7.5.0, <= 7.5.19
OracleMysql>= 7.6.0, <= 7.6.15
OracleMysql>= 8.0.0, <= 8.0.21
NodejsNode.Js>= 10.0.0, <= 10.12.0
NodejsNode.Js>= 10.13.0, < 10.21.0
NodejsNode.Js>= 12.0.0, <= 12.12.0
NodejsNode.Js>= 12.13.0, < 12.18.0
NodejsNode.Js>= 14.0.0, <= 14.4.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is 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 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.
How severe is CVE-2020-11080?
CVE-2020-11080 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 5.32% probability of exploitation in the next 30 days.
How do I fix CVE-2020-11080?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2020-11080?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST