CVE-2026-63958
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/07/2026
Last modified:
20/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: typec: ucsi: validate connector number in ucsi_connector_change()<br />
<br />
The connector number in a UCSI CCI notification is a 7-bit field<br />
supplied by the PPM. ucsi_connector_change() uses it to index the<br />
ucsi->connector[] array without checking it against the number of<br />
connectors the PPM reported at init time, so a buggy or malicious PPM<br />
(EC firmware, or an I2C-attached UCSI controller on the ccg / stm32g0 /<br />
glink transports) can drive schedule_work() on memory past the end of<br />
the array.<br />
<br />
Reject connector numbers that are zero or exceed cap.num_connectors<br />
before dereferencing the array.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/0edd1e21587b0483c7ceb993b9fb9668bbef7433
- https://git.kernel.org/stable/c/156b6f0aec6108909b0c4aedc78865b12766b347
- https://git.kernel.org/stable/c/288a81a8507052bcfbf884d39a463c44c42c5fd9
- https://git.kernel.org/stable/c/5af2719b460ab904c504fc069d1dd2a3aa2b22b0
- https://git.kernel.org/stable/c/bd24d92af4ae021b6209f28e9a57e1bf2260d4fd
- https://git.kernel.org/stable/c/cea949203faef9cb783adc7b978cce056271e057



