Lucene search

K
osvGoogleOSV:CVE-2024-46719
HistorySep 18, 2024 - 7:15 a.m.

CVE-2024-46719

2024-09-1807:15:03
Google
osv.dev
linux kernel
usb type-c
ucsi
null pointer dereference
trace

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

11.0%

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

usb: typec: ucsi: Fix null pointer dereference in trace

ucsi_register_altmode checks IS_ERR for the alt pointer and treats
NULL as valid. When CONFIG_TYPEC_DP_ALTMODE is not enabled,
ucsi_register_displayport returns NULL which causes a NULL pointer
dereference in trace. Rather than return NULL, call
typec_port_register_altmode to register DisplayPort alternate mode
as a non-controllable mode when CONFIG_TYPEC_DP_ALTMODE is not enabled.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

11.0%

Related for OSV:CVE-2024-46719