NONE · 0

CVE-2025-68190

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() kcalloc() may fail. When WS is non-zero and a...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() kcalloc() may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.ws_size is set, leading to a potential NULL pointer dereference in atom_get_src_int() when accessing WS entries. Return -ENOMEM on allocation failure to avoid the NULL dereference.

References

FAQ

What is CVE-2025-68190?

CVE-2025-68190 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_locked() kcalloc() may fail. When WS is non-zero and a...

How severe is CVE-2025-68190?

CVSS scoring is not yet available for CVE-2025-68190. Check NVD for updates.

Is there a patch for CVE-2025-68190?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.