CVE-2024-28854
Last modified
CVE-2024-28854 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. tls-listener is a rust lang wrapper around a connection listener to support TLS. With the default configuration of tls-listener, a malicious user can open 6.4 `TcpStream`s a second, sending 0 bytes, and can trigger a DoS. EPSS estimates a 0.96% chance of exploitation in the next 30 days.
Description
tls-listener is a rust lang wrapper around a connection listener to support TLS. With the default configuration of tls-listener, a malicious user can open 6.4 `TcpStream`s a second, sending 0 bytes, and can trigger a DoS. The default configuration options make any public service using `TlsListener::new()` vulnerable to a slow-loris DoS attack. This impacts any publicly accessible service using the default configuration of tls-listener in versions prior to 0.10.0. Users are advised to upgrade. Users unable to upgrade may mitigate this by passing a large value, such as `usize::MAX` as the parameter to `Builder::max_handshakes`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Tmccombs | Tls-Listener | < 0.10.0 |
References
- https://github.com/tmccombs/tls-listener/security/advisories/GHSA-2qph-qpvm-2qf7Exploit, Mitigation, Third Party Advisory
- https://github.com/tmccombs/tls-listener/security/advisories/GHSA-2qph-qpvm-2qf7Exploit, Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-28854?
How severe is CVE-2024-28854?
How do I fix CVE-2024-28854?
Are you affected by CVE-2024-28854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
