Vulnerability in Linux
CVE-2024-50113
In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix invalid port index for parent device In a commit 24b7f8e5cd65 ("firewire: core: use helper functions for self ID sequence"), the enumeration over self ID sequence was refactored with some helper functions with KUnit tests. These helper functions are guaranteed to work expectedly by the KUnit tests, however their application includes a mistake to assign invalid value to the index of port connected to parent device. This bug affects the case that any extra node devices which has three or more ports are connected to 1394 OHCI controller. In the case, the path to update the tree cache could hits WARN_ON(), and gets general protection fault due to the access to invalid address computed by the invalid value. This commit fixes the bug to assign correct port index.
EPSS: 0.003 (21.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.8 (High). Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 24b7f8e5cd656196a13077e160aec45ad89b58d9, 6.11, 0
- Linux Linux_kernel — versions 6.12
References
Frequently asked questions
- What is CVE-2024-50113?
- CVE-2024-50113 is a high-severity vulnerability in Linux. CVSS score: 8.8/10. Published 2024-11-05.
- How severe is CVE-2024-50113?
- High severity. CVSS v3 base score is 8.8 out of 10.