Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Claudiu Manoil

Researcher fromNXP
#30722of 53,633
8.5Total CVSS
Vulnerabilities · 1
PT-2024-11365
8.5
2021-09-19
Linux · Linux Kernel · CVE-2021-47368
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to the `irq set affinity hit()` function, which stores a reference to the `cpumask t` parameter in the irq descriptor. This reference can be accessed later from `irq affinity hint proc show()`. However, the `cpu mask` parameter passed to `irq set affinity hit()` has only temporary storage, making later accesses to it illegal. This can result in paging request oops when reading from the corresponding procfs affinity hint file. The issue is fixed by the `get cpu mask()` helper, which provides permanent storage for the `cpumask t` parameter. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.