CVE-2024-38633
Last modified
CVE-2024-38633 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uart_driver_registered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insmod cycle the kernel oopses: max3100 spi-PRP0001:01: max3100_probe: adding port 0 BUG: kernel NULL pointer dereference, address: 0000000000000408 ... RIP: 0010:serial_core_register_port+0xa0/0x840 ... max3100_probe+0x1b6/0x280 [max3100] spi_probe+0x8d/0xb0 Update the actual state so next time UART driver will be registered again. Hugo also noticed, that the error path in the probe also affected by having the variable set, and not cleared. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uart_driver_registered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insmod cycle the kernel oopses: max3100 spi-PRP0001:01: max3100_probe: adding port 0 BUG: kernel NULL pointer dereference, address: 0000000000000408 ... RIP: 0010:serial_core_register_port+0xa0/0x840 ... max3100_probe+0x1b6/0x280 [max3100] spi_probe+0x8d/0xb0 Update the actual state so next time UART driver will be registered again. Hugo also noticed, that the error path in the probe also affected by having the variable set, and not cleared. Instead of clearing it move the assignment after the successfull uart_register_driver() call.
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 | >= 2.6.30, < 4.19.316 |
| Linux | Linux Kernel | >= 4.20, < 5.4.278 |
| Linux | Linux Kernel | >= 5.5, < 5.10.219 |
| Linux | Linux Kernel | >= 5.11, < 5.15.161 |
| Linux | Linux Kernel | >= 5.16, < 6.1.93 |
| Linux | Linux Kernel | >= 6.2, < 6.6.33 |
| Linux | Linux Kernel | >= 6.7, < 6.9.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-38633?
How severe is CVE-2024-38633?
How do I fix CVE-2024-38633?
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-38628In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38629In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-3863The executable file warning was not presented when downloadi…9.8
- CVE-2024-38630In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38631In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-38632In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38634In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38635In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-38636In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38637In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-38638An out-of-bounds write vulnerability has been reported to af…7.2
- CVE-2024-3864Memory safety bug present in Firefox 124, Firefox ESR 115.9,…8.1
Are you affected by CVE-2024-38633?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
