Lucene search
+L

81 matches found

CVE
CVE
added 2026/05/06 11:28 a.m.27 views

CVE-2026-43246

The CVE-2026-43246 issue affects the Linux kernel driver media: i2c/tw9906 (tw9906_probe). The root cause is a memory leak where memory allocated for the V4L2 control handler (v4l2_ctrl_handler_init and v4l2_ctrl_new_std) is not freed in an error path, potentially causing resource exhaustion or i...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.45 views

CVE-2026-43246 media: i2c/tw9906: Fix potential memory leak in tw9906_probe()

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9906: Fix potential memory leak in tw9906probe In one of the error paths in tw9906probe, the memory allocated in v4l2ctrlhandlerinit and v4l2ctrlnewstd is not freed. Fix that by calling v4l2ctrlhandlerfree on the...

0.00123EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/06 11:28 a.m.4 views

CVE-2026-43246 media: i2c/tw9906: Fix potential memory leak in tw9906_probe()

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9906: Fix potential memory leak in tw9906probe In one of the error paths in tw9906probe, the memory allocated in v4l2ctrlhandlerinit and v4l2ctrlnewstd is not freed. Fix that by calling v4l2ctrlhandlerfree on the...

5.9AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.9 views

CVE-2026-43231

In the Linux kernel, the following vulnerability has been resolved: media: radio-keene: fix memory leak in error path Fix a memory leak in usbkeeneprobe. The v4l2 control handler is initialized and controls are added, but if v4l2deviceregister or videoregisterdevice fails afterward, the handler w...

5.8AI score0.00128EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/05/06 11:28 a.m.4 views

CVE-2026-43231 media: radio-keene: fix memory leak in error path

In the Linux kernel, the following vulnerability has been resolved: media: radio-keene: fix memory leak in error path Fix a memory leak in usbkeeneprobe. The v4l2 control handler is initialized and controls are added, but if v4l2deviceregister or videoregisterdevice fails afterward, the handler w...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.40 views

CVE-2026-43231 media: radio-keene: fix memory leak in error path

In the Linux kernel, the following vulnerability has been resolved: media: radio-keene: fix memory leak in error path Fix a memory leak in usbkeeneprobe. The v4l2 control handler is initialized and controls are added, but if v4l2deviceregister or videoregisterdevice fails afterward, the handler w...

0.00128EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/06 11:28 a.m.25 views

CVE-2026-43231

CVE-2026-43231 : In the Linux kernel, the media: radio-keene driver has a memory-leak in usb_keene_probe() where the v4l2 control handler is not freed if registration fails. The underlying issue is that the v4l2_ctrl_handler is initialized and controls are added, but error paths after v4l2_device...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/05/06 11:28 a.m.21 views

CVE-2026-43218

CVE-2026-43218 affects the Linux kernel driver for tw9903 (media: i2c/tw9903) where, in an error path of tw9903_probe(), memory allocated for V4L2 control processing (v4l2_ctrl_handler_init() and v4l2_ctrl_new_std()) is not freed. The fix adds a call to v4l2_ctrl_handler_free() on the handler in ...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.12 views

PT-2026-37571

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the usb keene probe function. The v4l2 control handler is initialized and controls are added, but if the v4l2 device register or video register device functions...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.12 views

PT-2026-37558

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the tw9903 probe function. In a specific error path, memory allocated by v4l2 ctrl handler init and v4l2 ctrl new std is not properly released. Recommendations At...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/31 12:28 a.m.10 views

SUSE CVE-2023-54208

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

4.7CVSS6.5AI score0.00179EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.7 views

EUVD-2023-60433

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

5.9AI score0.00179EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/30 1:16 p.m.8 views

CVE-2023-54208

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

0.00179EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 1:16 p.m.13 views

UBUNTU-CVE-2023-54208

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

5.7AI score0.00179EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:11 p.m.6 views

CVE-2023-54208 media: ov5675: Fix memleak in ov5675_init_controls()

In the Linux kernel, the following vulnerability has been resolved: media: ov5675: Fix memleak in ov5675initcontrols There is a kmemleak when testing the media/i2c/ov5675.c with bpf mock device: AssertionError: unreferenced object 0xffff888107362160 size 16: comm "python3", pid 277, jiffies...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:11 p.m.19 views

CVE-2023-54208

CVE-2023-54208 affects the Linux kernel media driver for ov5675, where ov5675_init_controls() leaks memory on failure paths. The full stack trace and memleak scenario involve v4l2_ctrl_handler_init_class and i2c/ov5675 probing, leading to a kmemleak when running tests with a BPF mock device. The ...

6.1AI score0.00179EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992412)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992412 advisory. In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the...

5.5CVSS5.9AI score0.00184EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/26 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-54078

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: max9286: Free control handler The control handler is leaked in some probe-time error paths, as well as in the remove path. Fix it. CVE-2023-54078 Note th...

5.6AI score0.00187EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/12/25 12:56 a.m.6 views

SUSE CVE-2023-54078

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Free control handler The control handler is leaked in some probe-time error paths, as well as in the remove path. Fix it...

3.3CVSS6.6AI score0.00187EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.16 views

EUVD-2023-60367

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Free control handler The control handler is leaked in some probe-time error paths, as well as in the remove path. Fix it...

6AI score0.00187EPSS
SaveExploits0References7
Rows per page
Query Builder