CVE-2018-10184

UnknownEPSS 8.43%

Last modified

CVE-2018-10184 is a vulnerability of currently unknown severity. An issue was discovered in HAProxy before 1.8.8. The incoming H2 frame length was checked against the max_frame_size setting instead of being checked against the bufsize. EPSS estimates a 8.43% chance of exploitation in the next 30 days.

Description

An issue was discovered in HAProxy before 1.8.8. The incoming H2 frame length was checked against the max_frame_size setting instead of being checked against the bufsize. The max_frame_size only applies to outgoing traffic and not to incoming, so if a large enough frame size is advertised in the SETTINGS frame, a wrapped frame will be defragmented into a temporary allocated buffer where the second fragment may overflow the heap by up to 16 kB. It is very unlikely that this can be exploited for code execution given that buffers are very short lived and their addresses not realistically predictable in production, but the likelihood of an immediate crash is absolutely certain.

Metrics

EPSS Probability
8.43%

94.3th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
HaproxyHaproxy< 1.8.8
RedhatEnterprise Linux7.0
RedhatEnterprise Linux7.3
RedhatEnterprise Linux7.4
RedhatEnterprise Linux7.5

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2018-10184?
An issue was discovered in HAProxy before 1.8.8. The incoming H2 frame length was checked against the max_frame_size setting instead of being checked against the bufsize. The max_frame_size only applies to outgoing traffic and not to incoming, so if a large enough frame size is advertised in the SETTINGS frame, a wrapped frame will be defragmented into a temporary allocated buffer where the second fragment may overflow the heap by up to 16 kB. It is very unlikely that this can be exploited for code execution given that buffers are very short lived and their addresses not realistically predictable in production, but the likelihood of an immediate crash is absolutely certain.
How severe is CVE-2018-10184?
Severity scoring for CVE-2018-10184 is pending analysis. The EPSS model estimates a 8.43% probability of exploitation in the next 30 days.
How do I fix CVE-2018-10184?
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-2018-10184?

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

Scan your code now

Source: NVD / NIST