CVE-2025-37800
Last modified
CVE-2025-37800 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential NULL pointer dereference in dev_uevent() If userspace reads "uevent" device attribute at the same time as another threads unbinds the device from its driver, change to dev->driver from a valid pointer to NULL may result in crash. Fix this by using READ_ONCE() when fetching the pointer, and take bus' drivers klist lock to make sure driver instance will not disappear while we access it. Use WRITE_ONCE() when setting the driver pointer to ensure there is no tearing.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential NULL pointer dereference in dev_uevent() If userspace reads "uevent" device attribute at the same time as another threads unbinds the device from its driver, change to dev->driver from a valid pointer to NULL may result in crash. Fix this by using READ_ONCE() when fetching the pointer, and take bus' drivers klist lock to make sure driver instance will not disappear while we access it. Use WRITE_ONCE() when setting the driver pointer to ensure there is no tearing.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | < 6.6.89 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.26 | — |
| Linux | Linux Kernel | >= 6.13, < 6.14.5 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-37800?
How severe is CVE-2025-37800?
How do I fix CVE-2025-37800?
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 2025
- CVE-2025-37795Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-37796In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37797In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37798In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37799In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3780The WCFM – Frontend Manager for WooCommerce along with Booki…6.5
- CVE-2025-37801In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37802In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37803In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37804Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-37805In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37806In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-37800?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
