CVE-2026-45863
Last modified
CVE-2026-45863 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers() The dw_i3c_master_i2c_xfers() function allocates memory for the xfer structure using dw_i3c_master_alloc_xfer(). If pm_runtime_resume_and_get() fails, the function returns without freeing the allocated xfer, resulting in a memory leak. Add a dw_i3c_master_free_xfer() call to the error path to ensure the allocated memory is properly freed. Compile tested only. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: i3c: dw: Fix memory leak in dw_i3c_master_i2c_xfers() The dw_i3c_master_i2c_xfers() function allocates memory for the xfer structure using dw_i3c_master_alloc_xfer(). If pm_runtime_resume_and_get() fails, the function returns without freeing the allocated xfer, resulting in a memory leak. Add a dw_i3c_master_free_xfer() call to the error path to ensure the allocated memory is properly freed. Compile tested only. Issue found using a prototype static analysis tool and code review.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45863?
How severe is CVE-2026-45863?
How do I fix CVE-2026-45863?
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-45858In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45859In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-4586A vulnerability was found in CodePhiliaX Chat2DB up to 0.3.7…6.3
- CVE-2026-45860In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-45861In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45862In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45864In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45865In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45866In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45867In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45868In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45869In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-45863?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
