CVE-2024-56651
Last modified
CVE-2024-56651 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110_can_ist(): fix potential use-after-free The commit a22bd630cfff ("can: hi311x: do not report txerr and rxerr during bus-off") removed the reporting of rxerr and txerr even in case of correct operation (i. e. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110_can_ist(): fix potential use-after-free The commit a22bd630cfff ("can: hi311x: do not report txerr and rxerr during bus-off") removed the reporting of rxerr and txerr even in case of correct operation (i. e. not bus-off). The error count information added to the CAN frame after netif_rx() is a potential use after free, since there is no guarantee that the skb is in the same state. It might be freed or reused. Fix the issue by postponing the netif_rx() call in case of txerr and rxerr reporting.
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 | >= 4.14.291, < 4.15 | — |
| Linux | Linux Kernel | >= 4.19.256, < 4.20 | — |
| Linux | Linux Kernel | >= 5.4.211, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.137, < 5.11 | — |
| Linux | Linux Kernel | >= 5.15.61, < 5.16 | — |
| Linux | Linux Kernel | >= 5.18.18, < 5.19 | — |
| Linux | Linux Kernel | >= 5.19.2, < 5.20 | — |
| Linux | Linux Kernel | >= 6.0, < 6.1.120 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.66 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.5 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-56651?
How severe is CVE-2024-56651?
How do I fix CVE-2024-56651?
Are you affected by CVE-2024-56651?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
