CVE-2025-38076
Last modified
CVE-2025-38076 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: alloc_tag: allocate percpu counters for module tags dynamically When a module gets unloaded it checks whether any of its tags are still in use and if so, we keep the memory containing module's allocation tags alive until all tags are unused. However percpu counters referenced by the tags are freed by free_module(). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: alloc_tag: allocate percpu counters for module tags dynamically When a module gets unloaded it checks whether any of its tags are still in use and if so, we keep the memory containing module's allocation tags alive until all tags are unused. However percpu counters referenced by the tags are freed by free_module(). This will lead to UAF if the memory allocated by a module is accessed after module was unloaded. To fix this we allocate percpu counters for module allocation tags dynamically and we keep it alive for tags which are still in use after module unloading. This also removes the requirement of a larger PERCPU_MODULE_RESERVE when memory allocation profiling is enabled because percpu memory for counters does not need to be reserved anymore.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.14.9 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-38076?
How severe is CVE-2025-38076?
How do I fix CVE-2025-38076?
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-38070In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38071In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38072In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38073Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-38074In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38075In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38077In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38078In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38079In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-3808A vulnerability has been found in zhenfeng13 My-BBS 1.0 and …6.5
- CVE-2025-38080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38081In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2025-38076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
