CVE-2023-52918 | In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer check and go to the error unwind if it is NULL.
In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: check cx23885_vdev_init() return
cx23885_vdev_init() can return a NULL pointer, but that pointer
is used in the next line without a check.
Add a NULL pointer check and go to the error unwind if it is NULL.
- 🔗 git.kernel.org/stable/c/8e31b096e2e1949bc8f0be019c9ae70d…
- 🔗 git.kernel.org/stable/c/199a42fc4c45e8b7f19efeb15dbc3688…
- 🔗 git.kernel.org/stable/c/e7385510e2550a9f8b6f3d5f33c5b894…
- 🔗 git.kernel.org/stable/c/a5f1d30c51c485cec7a7de60205667c3…
- 🔗 git.kernel.org/stable/c/06ee04a907d64ee3910fecedd05d7f1b…
- 🔗 git.kernel.org/stable/c/b1397fb4a779fca560c43d2acf6702d4…
- 🔗 git.kernel.org/stable/c/15126b916e39b0cb67026b0af3c014bf…
Zero-Day & Vulnerability Intelligence Hub
Echtzeit-Tracking mit EPSS Exploit-Wahrscheinlichkeiten, Angriffsvektor-Decodern und KI-Patch-Anleitungen.
📊 Historien-Charts — Criticals-Trend · Vendors · EPSS-Verteilung
| Tier | 2026-08-29 | 2026-09-11 |
|---|---|---|
| ≥90 % | 4 | 0 |
| ≥50 % | 4 | 0 |
| ≥10 % | 3 | 0 |
| <10 % | 304 | 300 |
CVE-2023-52918 | In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer check and go to the error unwind if it is NULL.
In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NUL