Fix for Null Pointer Dereference in Linux Kernel's USB Driver
CVE-2024-46719
What is CVE-2024-46719?
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.

Human OS v1.0:
Ageing Is an Unpatched Zero-Day Vulnerability.
Remediate biological technical debt. Prime Ageing uses 95% high-purity SIRT6 activation to maintain genomic integrity and bolster systemic resilience.
Affected Version(s)
Linux af8622f6a585d8d82b11cd7987e082861fd0edd3 < 8095bf0579ed4906a33f7bec675bfb29b6b16a3b
Linux af8622f6a585d8d82b11cd7987e082861fd0edd3 < 7e64cabe81c303bdf6fd26b6a09a3289b33bc870
Linux af8622f6a585d8d82b11cd7987e082861fd0edd3 < 3aa56313b0de06ce1911950b2cc0c269614a87a9
References
CVSS V3.1
Timeline
Vulnerability published
Vulnerability Reserved