NONE · 0

CVE-2025-40011

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pci_set_drvdata sets the value of pdev->driver_data to NULL, after which the dri...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pci_set_drvdata sets the value of pdev->driver_data to NULL, after which the driver_data obtained from the same dev is dereferenced in oaktrail_hdmi_i2c_exit, and the i2c_dev is extracted from it. To prevent this, swap these calls. Found by Linux Verification Center (linuxtesting.org) with Svacer.

References

FAQ

What is CVE-2025-40011?

CVE-2025-40011 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix null dereference in hdmi teardown pci_set_drvdata sets the value of pdev->driver_data to NULL, after which the dri...

How severe is CVE-2025-40011?

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

Is there a patch for CVE-2025-40011?

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