VYPR
Medium severity5.5NVD Advisory· Published Jul 3, 2025· Updated Jun 17, 2026

CVE-2025-38130

CVE-2025-38130

Description

In the Linux kernel, the following vulnerability has been resolved:

drm/connector: only call HDMI audio helper plugged cb if non-null

On driver remove, sound/soc/codecs/hdmi-codec.c calls the plugged_cb with NULL as the callback function and codec_dev, as seen in its hdmi_remove function.

The HDMI audio helper then happily tries calling said null function pointer, and produces an Oops as a result.

Fix this by only executing the callback if fn is non-null. This means the .plugged_cb and .plugged_cb_dev members still get appropriately cleared.

Affected products

4
  • Linux/Kernelllm-fuzzy3 versions
    (expand)+ 2 more
    • (no CPE)
    • (no CPE)range: 6.14
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=6.14,<6.15.3
  • osv-coords
    Range: >= 6.14.0, < 6.15.3

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.