CVE-2024-42236
Last modified
CVE-2024-42236 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an OOB read in the form `if (str[0 - 1] == '\n') followed closely by an OOB write in the form `str[0 - 1] = '\0'`. There is already a validating check to catch strings that are too long. Let's supply an additional check for invalid strings that are too short.. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() Userspace provided string 's' could trivially have the length zero. Left unchecked this will firstly result in an OOB read in the form `if (str[0 - 1] == '\n') followed closely by an OOB write in the form `str[0 - 1] = '\0'`. There is already a validating check to catch strings that are too long. Let's supply an additional check for invalid strings that are too short.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.19.318 |
| Linux | Linux Kernel | >= 4.20, < 5.4.280 |
| Linux | Linux Kernel | >= 5.5, < 5.10.222 |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 |
| Linux | Linux Kernel | >= 5.16, < 6.1.100 |
| Linux | Linux Kernel | >= 6.2, < 6.6.41 |
| Linux | Linux Kernel | >= 6.7, < 6.9.10 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42236?
How severe is CVE-2024-42236?
How do I fix CVE-2024-42236?
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-42230In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42231In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42232In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42233In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2024-42234In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42235In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42237In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42238In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42239In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4224An authenticated stored cross-site scripting (XSS) exists in…5.4
- CVE-2024-42240In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42241In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-42236?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
