Lucene search
K

19 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: Media: pvrusb2: Fix for a UAF in pvr2contextsetnotify Reported by Syzbot Bug: KASAN: “Slab-use-after-free” in pvrusb2.contextsetnotify+0x2c4/0x310. File: drivers/media/usb/pvrusb2/pvrusb2-context.c, Line 35. A 4-byte read at...

6.4CVSS6AI score0.00012EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 10:15 p.m.7 views

CVE-2026-43223

A flaw was found in the Linux kernel's pvrusb2 media driver. When the pvr2sendrequestex function submits a write USB Request Block URB but fails to submit a read URB, the write URB remains active. A subsequent attempt to use this URB triggers a warning, which can lead to system instability or a...

5.5CVSS5.8AI score0.00018EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/06 12:30 p.m.3 views

EUVD-2026-27786

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2sendrequestex When pvr2sendrequestex submits a write URB successfully but fails to submit the read URB e.g. returns -ENOMEM, it returns immediately without waiting for the write URB to complete...

5.8AI score0.00018EPSS
Exploits0References9
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.3 views

CVE-2026-43223

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2sendrequestex When pvr2sendrequestex submits a write URB successfully but fails to submit the read URB e.g. returns -ENOMEM, it returns immediately without waiting for the write URB to complete...

5.8AI score0.00018EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:28 a.m.27 views

CVE-2026-43223 media: pvrusb2: fix URB leak in pvr2_send_request_ex

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2sendrequestex When pvr2sendrequestex submits a write URB successfully but fails to submit the read URB e.g. returns -ENOMEM, it returns immediately without waiting for the write URB to complete...

0.00018EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-43223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: pvrusb2: fix URB leak in pvr2sendrequestex When pvr2sendrequestex submits a write URB successfully but fails to submit the read URB e.g. returns -ENOMEM,...

5.5CVSS5.8AI score0.00018EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.1 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992885)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992885 advisory. In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to...

5.5CVSS6.1AI score0.00051EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986937)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986937 advisory. In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2i2ccoreinit Syzbot reported that -1 is used ...

7.8CVSS6AI score0.00015EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2024-26875

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: pvrusb2: fix uaf in pvr2contextsetnotify Syzbot reported BUG: KASAN: slab-use-after-free in pvr2contextsetnotify+0x2c4/0x310...

6.4CVSS6.5AI score0.00012EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/06/18 11:0 a.m.6 views

CVE-2022-49982

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

5.5CVSS5.3AI score0.00051EPSS
Exploits0
NVD
NVD
added 2025/02/26 7:1 a.m.9 views

CVE-2022-49478

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2i2ccoreinit Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw-unitnumber is initialized with -1 and then if init table walk fails...

7.8CVSS0.00015EPSS
Exploits0References9
CVE
CVE
added 2025/02/26 2:13 a.m.101 views

CVE-2022-49478

CVE-2022-49478 affects the Linux kernel via the media: pvrusb2 driver, specifically a faulty check in pvr2_i2c_core_init that permits an array index of -1 to be used. The issue arises when hdw->unit_number is initialized to -1 and may remain unchanged if the init-table walk fails, leading to o...

7.8CVSS6.7AI score0.00015EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2024/04/17 11:15 a.m.1 views

AZL-47666 CVE-2024-26875 affecting package kernel for versions less than 6.6.57.1-5

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix uaf in pvr2contextsetnotify Syzbot reported BUG: KASAN: slab-use-after-free in pvr2contextsetnotify+0x2c4/0x310 drivers/media/usb/pvrusb2/pvrusb2-context.c:35 Read of size 4 at addr ffff888113aeb0d8 by task...

6.4CVSS6.1AI score0.00012EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.2 views

SUSE CVE-2023-52445

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2contextthreadfunc function, which may call pvr2contextdestroy and thus call kfree on the context object. However...

6.3CVSS6.3AI score0.00012EPSS
Exploits0References17
OSV
OSV
added 2024/02/22 5:15 p.m.1 views

DEBIAN-CVE-2023-52445

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2contextthreadfunc function, which may call pvr2contextdestroy and thus call kfree on the context object. However...

7.8CVSS5.5AI score0.00012EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.0 views

kernel: media: pvrusb2: fix memory leak in pvr_probe

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

5.5CVSS6.3AI score0.00051EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2022/09/17 12:0 a.m.1 views

PT-2022-34334 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v4.19.257 Description: A memory leak was discovered in the pvr probe function of the pvrusb2 media driver. The actual impact and attack plausibility have not yet been proven. Recommendations: For versions prior ...

7.2AI score
Exploits0References1
Positive Technologies
Positive Technologies
added 2022/09/17 12:0 a.m.1 views

PT-2022-33987 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.10.141 Description: A memory leak was discovered in the pvr probe function of the pvrusb2 media driver. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel...

7.2AI score
Exploits0References1
Positive Technologies
Positive Technologies
added 2022/09/17 12:0 a.m.1 views

PT-2022-34188 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.4.212 Description: A memory leak was discovered in the pvr probe function of the pvrusb2 media driver. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel...

7.2AI score
Exploits0References1
Rows per page
Query Builder