CVE-2023-54299

Summary

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

usb: typec: bus: verify partner exists in typec_altmode_attention

Some usb hubs will negotiate DisplayPort Alt mode with the device but will then negotiate a data role swap after entering the alt mode. The data role swap causes the device to unregister all alt modes, however the usb hub will still send Attention messages even after failing to reregister the Alt Mode. type_altmode_attention currently does not verify whether or not a device's altmode partner exists, which results in a NULL pointer error when dereferencing the typec_altmode and typec_altmode_ops belonging to the altmode partner.

Verify the presence of a device's altmode partner before sending the Attention message to the Alt Mode driver.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < 5f71716772b88cbe0e1788f6a38d7871aff2120baffected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < 38e1f2ee82bacbbfded8f1c06794a443d038d054affected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < 0ad6bad31da692f8d7acacab07eabe7586239ae0affected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < 0d3b5fe47938e9c451466845304a2bd74e967a80affected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < d49547950bf7f3480d6ca05fe055978e5f0d9e5baffected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < 1101867a1711c27d8bbe0e83136bec47f8c1ca2aaffected
LinuxLinux8a37d87d72f0c69f837229c04d2fcd7117ea57e7 < f23643306430f86e2f413ee2b986e0773e79da31affected
LinuxLinux4.19affected
LinuxLinux0 < 4.19unaffected
LinuxLinux5.4.257 <= 5.4.*unaffected
LinuxLinux5.10.195 <= 5.10.*unaffected
LinuxLinux5.15.132 <= 5.15.*unaffected
LinuxLinux6.1.53 <= 6.1.*unaffected
LinuxLinux6.4.16 <= 6.4.*unaffected
LinuxLinux6.5.3 <= 6.5.*unaffected
LinuxLinux6.6 <= *unaffected

Weaknesses

References