CVE-2026-93283
Last modified
CVE-2026-93283 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix device_register() error path When device_register() fails in i3c_master_register_new_i3c_devs(), put_device() is called to drop the reference taken by device_register(). That drops the last reference, so the device's release callback i3c_device_release() runs and frees the i3c_device. Two problems follow from that: i3c_device_release() does WARN_ON(i3cdev->desc), so it warns because desc->dev->desc still points back at the descriptor.
Description
In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix device_register() error path When device_register() fails in i3c_master_register_new_i3c_devs(), put_device() is called to drop the reference taken by device_register(). That drops the last reference, so the device's release callback i3c_device_release() runs and frees the i3c_device. Two problems follow from that: i3c_device_release() does WARN_ON(i3cdev->desc), so it warns because desc->dev->desc still points back at the descriptor. Clear it before calling put_device(). After put_device() frees the i3c_device, desc->dev is left pointing at freed memory, so clear desc->dev as well. That prevents, for example, i3c_master_unregister_i3c_devs() seeing desc->dev as non-NULL and dereferencing it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1832ed55df45f4145335ad992fb83813cdc58b5d, < 5bf498623f8397d45f85f14cd631c5e5a565c2fb; >= d48fe8d98171e0fffdeaa8b37ce0a6444bff819b, < 20a2b6df91fd782ef2ff551febef594d0b46a9a7; >= 174ae0a3b89e7804e4ea3d31bd83d6e43f39568c, < a14dbdf471001dd0601b0c491184990c178a199c; >= e49a51a96b531f1b4bcd8d358e645b6c74ef67e6, < d22ad96f1a0c89e0ba66a2facc7430f0923919e3; >= cab63f64887616e3c4e31cfd8103320be6ebc8d3, < 7f8e2c4f3704d9774bb26b49b1ad6a60ae57d4a0; >= cab63f64887616e3c4e31cfd8103320be6ebc8d3, < 7ef12e1dd06e442eebf370f6e53c41bd056d0f22; >= cab63f64887616e3c4e31cfd8103320be6ebc8d3, < 6ecf17bf5fe8da51a6e3fc9e03a76898fcc5c6cf; >= cab63f64887616e3c4e31cfd8103320be6ebc8d3, < 74be657d98a8d684c0475f3cbd450ef2a30ffc73; 204beeb509d37669de34560e83bb8abffe7ee63a; b24cf43d9babf1265a2bb0ae8d198267cef43b83; >= 5.10.201, < 5.10.270; >= 5.15.139, < 5.15.221; >= 6.1.63, < 6.1.188; >= 6.6.2, < 6.6.157; >= 5.4.261, < 5.5; >= 6.5.12, < 6.6 |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93283?
How severe is CVE-2026-93283?
How do I fix CVE-2026-93283?
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-93277In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93278In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93279In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93280In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93282In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93292SigNoz versions from 0.88.0 before 0.142.1 contain a SQL inj…8.5
- CVE-2026-93295MISP contains a vulnerability in its background job dispatch…8.7
- CVE-2026-93296MISP contains a stored cross-site scripting (XSS) vulnerabil…8.5
- CVE-2026-9330IBM WebSphere Application Server 9.0, and 8.5 is affected by…8.5
- CVE-2026-93307A vulnerability has been found in O-RAN-SC SMO OAM 2025-06-1…4.3
- CVE-2026-93308A vulnerability was found in O-RAN-SC SMO OAM 2025-06-10. Af…4.3
Are you affected by CVE-2026-93283?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
