CVE-2026-93069
Last modified
CVE-2026-93069 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: OPP: Fix cleanup ordering Commit 173e02d67494 ("OPP: Initialize scope-based pointers inline") added initialization for all pointers. In some cases, the ordering was changed so that *opp_table was initialized after *opp.
Description
In the Linux kernel, the following vulnerability has been resolved: OPP: Fix cleanup ordering Commit 173e02d67494 ("OPP: Initialize scope-based pointers inline") added initialization for all pointers. In some cases, the ordering was changed so that *opp_table was initialized after *opp. This also changes the order of the registered cleanup functions. When the cleanup happens, this can cause use-after-free errors when the last reference is released and the release function _opp_kref_release tries to access the already freed opp->opp_table. Initialize *opp_table before *opp again to fix this and ensure the correct cleanup order.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 173e02d674946ff3ef8da7f44a9d5b820b9af21c, < f0c4b7ca24d2e2618a70826881d69b237e36bcc0; >= 173e02d674946ff3ef8da7f44a9d5b820b9af21c, < ce46fede7792cedd247e34b48bc8a02eb90c7848 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93069?
How severe is CVE-2026-93069?
How do I fix CVE-2026-93069?
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 2026
- CVE-2026-93063In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93066In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93067In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93068In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9307A sensitive information disclosure security issue exists wit…6.3
- CVE-2026-93070In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93074In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-93069?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
