Lucene search
+L

352 matches found

OSV
OSV
added 2026/05/06 11:28 a.m.7 views

CVE-2026-43218 media: i2c/tw9903: Fix potential memory leak in tw9903_probe()

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9903: Fix potential memory leak in tw9903probe In one of the error paths in tw9903probe, 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.12 views

CVE-2026-43218

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

5.8AI score0.00128EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 11:27 a.m.16 views

CVE-2026-43189

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be registered in case it wasn't already, its bound operation is called,...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/05/06 11:27 a.m.11 views

CVE-2026-43189 media: v4l2-async: Fix error handling on steps after finding a match

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be registered in case it wasn't already, its bound operation is called,...

5.7AI score
SaveExploits0References8
CVE
CVE
added 2026/05/06 11:27 a.m.28 views

CVE-2026-43189

The CVE-2026-43189 issue affects the Linux kernel’s media/v4l2-async matching workflow. When an async connection matches with a firmware node, a sub-device may be registered, its bound operation invoked, ancillary links created, and the connection added to the sub-device’s list before moving on t...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:27 a.m.36 views

CVE-2026-43189 media: v4l2-async: Fix error handling on steps after finding a match

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be registered in case it wasn't already, its bound operation is called,...

0.00127EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/06 11:27 a.m.12 views

CVE-2026-43162 media: tegra-video: Fix memory leak in __tegra_channel_try_format()

In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in tegrachanneltryformat The state object allocated by v4l2subdevstatealloc must be freed with v4l2subdevstatefree when it is no longer needed. In tegrachanneltryformat, two error paths return...

5.8AI score
SaveExploits0References9
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure to release the state objects allocated through the v4l2subdevstatealloc mechanism in...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.15 views

PT-2026-37586

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the tw9906 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.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.14 views

PT-2026-37575

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add missing platform data entries for SM8750 Two platform-data fields for SM8750 were missed: - get vpu buffer size = iris vpu33 buf size Without this, the driver fails to allocate the required internal buffers,...

5.9AI score0.00126EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43162

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: tegra-video: Fix memory leak in tegrachanneltryformat The state object allocated by v4l2subdevstatealloc must be freed with v4l2subdevstatefree when it i...

5.5CVSS4.4AI score0.00128EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-43189

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: v4l2-async: Fix error handling on steps after finding a match Once an async connection is found to be matching with an fwnode, a sub-device may be...

5.5CVSS5.9AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/24 3:16 p.m.10 views

DEBIAN-CVE-2026-31583

In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free in em28xxv4l2open em28xxv4l2open reads dev-v4l2 without holding dev-lock, creating a race with em28xxv4l2init's error path and em28xxv4l2fini, both of which free the em28xxv4l2 struct and set...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/24 2:42 p.m.8 views

CVE-2026-31583 media: em28xx: fix use-after-free in em28xx_v4l2_open()

In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free in em28xxv4l2open em28xxv4l2open reads dev-v4l2 without holding dev-lock, creating a race with em28xxv4l2init's error path and em28xxv4l2fini, both of which free the em28xxv4l2 struct and set...

5.8AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2026/04/24 2:42 p.m.24 views

CVE-2026-31583

In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free in em28xxv4l2open em28xxv4l2open reads dev-v4l2 without holding dev-lock, creating a race with em28xxv4l2init's error path and em28xxv4l2fini, both of which free the em28xxv4l2 struct and set...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.23 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the reuse of memory after the em28xxv4l2open function in the media em28xx module. This could lead...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/24 12:00 a.m.14 views

PT-2026-34935

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the em28xx driver. The function em28xx v4l2 open reads the dev-v4l2 variable without holding the dev-lock, which creates a race condition with the error...

7.8CVSS5.8AI score0.00128EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013637)

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

5.9AI score0.00199EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-006959)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006959 advisory. In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter numrdy Getting below error when using KCSAN to...

5.5CVSS5.7AI score0.00106EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011062)

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

5.9AI score0.00183EPSS
SaveExploits0References4
Rows per page
Query Builder