Linux Kernel could allow a local attacker to execute arbitrary code on the system, caused by a concurrency use-after-free flaw in the bad_flp_intr function. By executing a specially-crafted program, an attacker could exploit this vulnerability to execute arbitrary code or cause a denial of service condition on the system.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://francozappa.github.io/about-bias/ | not applicable |
https://bugzilla.redhat.com/show_bug.cgi?id=1832397 | not applicable issue tracking |
https://kb.cert.org/vuls/id/647177/ | third party advisory not applicable us government resource |
https://www.debian.org/security/2022/dsa-5173 | third party advisory vendor advisory |
https://security.netapp.com/advisory/ntap-20220722-0002/ | third party advisory |