CVE-2024-43410
Last modified
CVE-2024-43410 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Russh is a Rust SSH client & server library. Allocating an untrusted amount of memory allows any unauthenticated user to OOM a russh server. EPSS estimates a 0.91% chance of exploitation in the next 30 days.
Description
Russh is a Rust SSH client & server library. Allocating an untrusted amount of memory allows any unauthenticated user to OOM a russh server. An SSH packet consists of a 4-byte big-endian length, followed by a byte stream of this length. After parsing and potentially decrypting the 4-byte length, russh allocates enough memory for this bytestream, as a performance optimization to avoid reallocations later. But this length is entirely untrusted and can be set to any value by the client, causing this much memory to be allocated, which will cause the process to OOM within a few such requests. This vulnerability is fixed in 0.44.1.
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 |
|---|---|---|
| Russh Project | Russh | < 0.44.1 |
| Warpgate Project | Warpgate | < 0.10.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-43410?
How severe is CVE-2024-43410?
How do I fix CVE-2024-43410?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-43405Nuclei is a vulnerability scanner powered by YAML based temp…7.8
- CVE-2024-43406LF Edge eKuiper is a lightweight IoT data analytics and stre…8.8
- CVE-2024-43407CKEditor4 is an open source what-you-see-is-what-you-get HTM…6.1
- CVE-2024-43408Discourse Placeholder Forms will let you build dynamic docum…6.3
- CVE-2024-43409Ghost is a Node.js content management system. Improper authe…6.5
- CVE-2024-4341Authorization Bypass Through User-Controlled Key, Missing Au…6.5
- CVE-2024-43411CKEditor4 is an open source what-you-see-is-what-you-get HTM…3.1
- CVE-2024-43412Xibo is an open source digital signage platform with a web c…5.4
- CVE-2024-43413Xibo is an open source digital signage platform with a web c…4.8
- CVE-2024-43414Apollo Federation is an architecture for declaratively compo…7.5
- CVE-2024-43415An improper neutralization of special elements used in an SQ…9
- CVE-2024-43416GLPI is a free asset and IT management software package. Sta…5.3
Are you affected by CVE-2024-43410?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
