Lucene search
+L

21655 matches found

EUVD
EUVD
added 2026/05/06 9:31 p.m.9 views

EUVD-2026-27970

Out of bounds read in WebCodecs in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to perform an out of bounds memory read via a crafted video file. Chromium security severity: Medium...

4.3CVSS5.8AI score0.00178EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/06 8:46 p.m.16 views

CVE-2026-43189

A flaw was found in the v4l2-async component of the Linux kernel. Improper error handling during asynchronous video device matching can lead to a null pointer dereference. This issue could allow a local attacker to trigger a system crash, resulting in a Denial of Service DoS...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 7:38 p.m.18 views

CVE-2026-43162

A flaw was found in the Linux kernel's tegra-video driver. This vulnerability, a memory leak, occurs because certain error paths in the tegrachanneltryformat function fail to properly deallocate a state object. Over time, this can lead to increased memory consumption, potentially causing system...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/06 7:16 p.m.15 views

CVE-2026-7933

Out of bounds read in WebCodecs in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to perform an out of bounds memory read via a crafted video file. Chromium security severity: Medium...

4.3CVSS0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/06 6:12 p.m.54 views

CVE-2026-7933

CVE-2026-7933 describes an out-of-bounds read in WebCodecs affecting Google Chrome before 148.0.7778.96. A remote attacker could trigger memory read via a crafted video file. The issue is mitigated by updating to version 148.0.7778.96 or later. Connected sources from NVD, Debian OSV, ENISA EUVD, ...

4.3CVSS5.8AI score0.00178EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/05/06 6:12 p.m.51 views

CVE-2026-7933

Out of bounds read in WebCodecs in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to perform an out of bounds memory read via a crafted video file. Chromium security severity: Medium...

0.00178EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/05/06 6:12 p.m.30 views

CVE-2026-7933

Out of bounds read in WebCodecs in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to perform an out of bounds memory read via a crafted video file. Chromium security severity: Medium...

4.3CVSS5.8AI score0.00178EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/05/06 6:12 p.m.11 views

CVE-2026-7933

Out of bounds read in WebCodecs in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to perform an out of bounds memory read via a crafted video file. Chromium security severity: Medium...

5.8AI score0.00178EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/06 12:30 p.m.12 views

EUVD-2026-27818

In the Linux kernel, the following vulnerability has been resolved: media: cx88: Add missing unmap in sndcx88hwparams In error path, add cx88alsadmaunmap to release resource acquired by cx88alsadmamap...

5.8AI score0.00128EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.12 views

EUVD-2026-27790

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
SaveExploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.24 views

EUVD-2026-27782

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: AV1: Fix tile info buffer size Each tile info is composed of: rowsb, colsb, startpos and endpos 4 bytes each. So the total required memory is AV1MAXTILES 16 bytes. Use the correct define to allocate the buffer...

5.9AI score0.00138EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2026-27778

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
SaveExploits0References9
EUVD
EUVD
added 2026/05/06 12:30 p.m.13 views

EUVD-2026-27792

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix device cleanup order to prevent kernel panic Move video device unregistration to the beginning of the remove function to ensure all video operations are stopped before cleaning up the worker thread...

5.7AI score0.00127EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/05/06 12:30 p.m.19 views

EUVD-2026-27751

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 score0.00127EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/06 12:30 p.m.14 views

EUVD-2026-27721

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.7AI score0.00128EPSS
SaveExploits0References7
NVD
NVD
added 2026/05/06 12:16 p.m.20 views

CVE-2026-43246

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.5CVSS0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43235

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: - getvpubuffersize = irisvpu33bufsize Without this, the driver fails to allocate the required internal buffers, leading to...

5.5CVSS0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/06 12:16 p.m.24 views

CVE-2026-43229

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix device cleanup order to prevent kernel panic Move video device unregistration to the beginning of the remove function to ensure all video operations are stopped before cleaning up the worker thread...

5.5CVSS0.00127EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/06 12:16 p.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.5CVSS0.00127EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/06 12:16 p.m.13 views

CVE-2026-43162

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.5CVSS0.00128EPSS
SaveExploits0References6
Rows per page
Query Builder