Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Check pat.ops before dumping PAT settings We may leave pat.ops unset when running on brand new platform or when running as a VF. While the former is unlikely, the latter is valid (future) use case and will cause NPD when someone will try to dump PAT settings by debugfs. It's better to check pointer to pat.ops instead of specific .dump hook, as we have this hook always defined for every .ops variant.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.9.8 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/583ce246c7ff9edeb0de49130cdc3d45db8545cbPatch
- https://git.kernel.org/stable/c/a918e771e6fbe1fa68932af5b0cdf473e23090ccPatch
- https://git.kernel.org/stable/c/583ce246c7ff9edeb0de49130cdc3d45db8545cbPatch
- https://git.kernel.org/stable/c/a918e771e6fbe1fa68932af5b0cdf473e23090ccPatch
FAQ
What is CVE-2024-42091?
CVE-2024-42091 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/xe: Check pat.ops before dumping PAT settings We may leave pat.ops unset when running on brand new platform or when running as...
How severe is CVE-2024-42091?
CVE-2024-42091 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-42091?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.