In the Linux kernel, the following vulnerability has been resolved:
drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init
devm_kasprintf() calls can return null pointers on failure.
But some return values were not checked in zynqmp_audio_init().
Add NULL check in zynqmp_audio_init(), avoid referencing null
pointers in the subsequent code.
References
Configurations
History
No history.
Information
Published : 2025-04-16 15:16
Updated : 2025-11-04 17:05
NVD link : CVE-2025-22099
Mitre link : CVE-2025-22099
CVE.ORG link : CVE-2025-22099
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
