CVE Catalog

CVE-2025-21697

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

In the Linux kernel, the v3d graphics driver failed to set the job pointer to NULL after job completion. This caused a false warning when unloading the driver, indicating the job was still active.

Risk Assessment

The organization may experience unexpected warnings and potential instability when unloading the v3d graphics driver, complicating system management.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix that sets the job pointer to NULL after completion.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Ensure job pointer is set to NULL after job completion After a job completes, the corresponding pointer in the device must be set to NULL. Failing to do so triggers a warning when unloading the driver, as it appears the job is still active. To prevent this, assign the job pointer to NULL after completing the job, indicating the job has finished.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS