CVE-2025-68376
Last modified
CVE-2025-68376 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CS_MODE_SYSFS, if the buffer size is changed and enabled again, currently sysfs_buf will point to the newly allocated memory(buf_new) and free the old memory(buf_old). But the etr_buf that is being used by the ETR remains pointed to buf_old, not updated to buf_new. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CS_MODE_SYSFS, if the buffer size is changed and enabled again, currently sysfs_buf will point to the newly allocated memory(buf_new) and free the old memory(buf_old). But the etr_buf that is being used by the ETR remains pointed to buf_old, not updated to buf_new. In this case, it will result in a memory use-after-free issue. Fix this by checking ETR's mode before updating and releasing buf_old, if the mode is CS_MODE_SYSFS, then skip updating and releasing it.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bd2767ec3df2775bc336f441f9068a989ccb919d, < 70acbc9c77686b7a521af6d7a543dcd9c324cf07; >= bd2767ec3df2775bc336f441f9068a989ccb919d, < cda077a19f5c8d6ec61e5b97deca203d95e3a422; >= bd2767ec3df2775bc336f441f9068a989ccb919d, < 35501ac3c7d40a7bb9568c2f89d6b56beaf9bed3; fdd3ceb0001da6768bede9779a0190a42e65c404; >= 6.5.8, < 6.6 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68376?
How severe is CVE-2025-68376?
How do I fix CVE-2025-68376?
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-68370In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68371In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68372In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68373In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68374In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68375In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68377In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68378In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68379In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-6838The Broken Link Notifier plugin for WordPress is vulnerable …4.1
- CVE-2025-68380In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68381Improper Bounds Check (CWE-787) in Packetbeat can allow a re…6.5
Are you affected by CVE-2025-68376?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
