Acknowledged
Created: Oct 20, 2025
Updated: Oct 23, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]drm/gma500: Fix null dereference in hdmi teardown[EOL][EOL]pci_set_drvdata sets the value of pdev->driver_data to NULL,[EOL]after which the driver_data obtained from the same dev is[EOL]dereferenced in oaktrail_hdmi_i2c_exit, and the i2c_dev is[EOL]extracted from it. To prevent this, swap these calls.[EOL][EOL]Found by Linux Verification Center (linuxtesting.org) with Svacer.