IT

Tracker / CVE-2025-38391

CVE-2025-38391

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pin_assignments A poorly implemented DisplayPort Alt Mode port partner can indicate that its pin assignment capabilities are greater than the maximum value, DP_PIN_ASSIGN_F. In this case, calls to pin_assignment_show will cause a BRK exception due to an out of bounds array access. Prevent for loop in pin_assignment_show from accessing invalid values in pin_assignments by adding DP_PIN_ASSIGN_MAX value in typec_dp.h and using i < DP_PIN_ASSIGN_MAX as a loop condition.

Affected products and versions

debian debian_linux
linux linux_kernel
linux linux_kernel · 4.19 → 5.4.296
linux linux_kernel · 5.11 → 5.15.187
linux linux_kernel · 5.16 → 6.1.144
linux linux_kernel · 5.5 → 5.10.240
linux linux_kernel · 6.13 → 6.15.6
linux linux_kernel · 6.2 → 6.6.97
linux linux_kernel · 6.7 → 6.12.37

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References