In the Linux kernel, the following vulnerability has been resolved:
rv: Fully convert enabledmonitors to use listhead as iterator
The callbacks in enabledmonitorsseqops are inconsistent. Some treat the iterator as struct rvmonitor *, while others treat the iterator as struct list_head *.
This causes a wrong type cast and crashes the system as reported by Nathan.
Convert everything to use struct listhead * as iterator. This also makes enabledmonitors consistent with available_monitors.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40232.json"
}