In the Linux kernel, the following vulnerability has been resolved: i2c: cp2615: fix serial string NULL-deref at probe The cp2615 driver uses the USB device serial string as the i2c adapter name but does not make sure that the string exists. Verify that the device has a serial number before accessing it to avoid triggering a NULL-pointer dereference (e.g. with malicious devices).
| Vendor | Product | Versions |
|---|---|---|
| linux | linux_kernel | 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 4a7695429eade517b07ea72f9ec366130e81a076, 5.13, 6.19.9 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| linux | linux | mitre_affected | 90% |
Updated severity to CRITICAL, added affected version 6.19.9, and noted that no exploit exists.
Added CVE-2026-31549 and updated affected versions to include 5.13 and 7.0.
Initial creation