Lucene search
+L

111 matches found

RedHat Linux
RedHat Linux
•added 2026/09/22 9:24 p.m.•7 views

kernel: Bluetooth: btusb: revert use of devm_kzalloc in btusb

A use-after-free flaw was found in the Linux kernel's Bluetooth USB driver. The btusb driver binds to multiple USB interfaces INTF, ISOC, DIAG but allocates its data structure with devmkzalloc tied to a single interface. When that interface is released, the memory is freed while other interfaces...

7.8CVSS7.3AI score0.00141EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 8:09 p.m.•7 views

kernel: Bluetooth: btusb: revert use of devm_kzalloc in btusb

A use-after-free flaw was found in the Linux kernel's Bluetooth USB driver. The btusb driver binds to multiple USB interfaces INTF, ISOC, DIAG but allocates its data structure with devmkzalloc tied to a single interface. When that interface is released, the memory is freed while other interfaces...

7.8CVSS7.3AI score0.00141EPSS
SaveExploits0References5
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for a NULL return from devmkzalloc. As a potential failure in allocation, devmkzalloc may return NULL. Then, pd-pmb and the subsequent lines of code may lead to a null pointer dereferencing. Therefore, it is bette...

5.5CVSS6.2AI score0.00261EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/26 3:17 p.m.•13 views

CVE-2026-80563

In the Linux kernel, the following vulnerability has been resolved: gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind The "trigger" debugfs file has a hand-rolled -write handler triggerwrite that dereferences the per-device gpiolapollpriv. The file is created with...

0.00209EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/25 1:20 a.m.•7 views

SUSE CVE-2026-74422

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: inno-hdmi: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structur...

5.8AI score0.00198EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: inno-hdmi: The code has been switched to using drmmkzalloc. The driver utilizes drmmencoderinit to initialize the encoder and automatically handles cleanup by registering drmencodercleanup with drmmaddaction. Howeve...

5.5AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/15 6:22 a.m.•20 views

CVE-2026-74421

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structure...

0.00206EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•12 views

CVE-2026-74421

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structure...

5.5AI score0.00206EPSS
SaveExploits0References5
OSV
OSV
•added 2026/08/15 6:22 a.m.•7 views

UBUNTU-CVE-2026-74421

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: dwdp: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structure...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
•added 2026/08/15 5:59 a.m.•44 views

CVE-2026-74421

CVE-2026-74421 affects the Linux kernel drm/rockchip driver, specifically the dw_dp encoder path. The encoder structure was allocated with devm_kzalloc() during component_bind_all(), while cleanup is triggered via drmm_encoder_cleanup() on drm_encoder_cleanup() registered through drmm_add_action(...

5.4AI score0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/10 1:20 p.m.•9 views

CVE-2026-68208

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/10 1:20 p.m.•11 views

UBUNTU-CVE-2026-68208

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

5.2AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
•added 2026/08/10 12:00 p.m.•13 views

CVE-2026-68208 media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/08/10 12:00 p.m.•36 views

CVE-2026-68208 media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

0.00198EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/10 12:00 a.m.•0 views

CVE-2026-68208: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

5.7AI score0.00198EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/25 12:00 a.m.•0 views

CVE-2026-64377: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2026/07/21 11:08 a.m.•22 views

CVE-2026-63907

A flaw was found in the uiopcigenericsva module of the Linux kernel. This vulnerability, a double free, occurs because memory allocated with devmkzalloc is automatically freed, but the kfreeudev function is also explicitly called during both error handling and device removal. A local attacker cou...

5.3AI score0.00198EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/07/19 2:55 p.m.•41 views

CVE-2026-63907 uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/07/19 2:55 p.m.•12 views

CVE-2026-63907 uio: uio_pci_generic_sva: fix double free of devm_kzalloc() memory

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

5.3AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/07/19 2:55 p.m.•21 views

EUVD-2026-45680

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

5.4AI score0.00198EPSS
SaveExploits0References2
Rows per page
Query Builder