Lucene search
+L

644 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-55282

Malicious code in bioql PyPI...

6.8AI score0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2024-0614

Malicious code in bioql PyPI...

9.1CVSS9AI score0.00882EPSS
SaveExploits1References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-53838

Malicious code in bioql PyPI...

7.3AI score0.00172EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-48099

Malicious code in bioql PyPI...

6.5CVSS6.6AI score0.00201EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.14 views

EUVD-2024-54386

Malicious code in bioql PyPI...

7.1CVSS6.6AI score0.00106EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2023-45874

Malicious code in bioql PyPI...

7.8CVSS7.6AI score0.00199EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-48637

Malicious code in bioql PyPI...

7.1CVSS7AI score0.00158EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2023-47937

Malicious code in bioql PyPI...

8.4CVSS6.6AI score0.00111EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-6599

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00463EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-35354

Malicious code in bioql PyPI...

7.5CVSS6.6AI score0.00344EPSS
SaveExploits1References1
OSV
OSV
added 2025/10/01 12:15 p.m.4 views

UBUNTU-CVE-2023-53528

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If createqp does not fully succeed it is possible for qp cleanup code to attempt to drain the send or recv work queues before the queues have been created causing a seg fault. This patch...

5.5CVSS5.8AI score0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:46 a.m.24 views

CVE-2023-53528

CVE-2023-53528 affects the Linux kernel RDMA/rxe subsystem. The vulnerability arises from an unsafe drain-work-queue path in qp cleanup when create_qp does not fully complete; cleanup could attempt to drain send/recv queues before the queues exist, leading to a segfault. The fixed patch adds a gu...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/10/01 11:46 a.m.28 views

CVE-2023-53525

CVE-2023-53525 affects the Linux kernel RDMA CMA component. The issue is that multicast join logic previously allowed non-UD qp_type modes; the patch updates behavior to permit multicast joins only for UD qp_type and ensures qkey is set to a default when not provided, addressing an uninitialized ...

5.5CVSS6.1AI score0.00135EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.9 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

0.00146EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/01 11:45 a.m.28 views

CVE-2023-53499

In CVE-2023-53499, the Linux kernel virtio_net component fixes an error unwind in XDP initialization during virtnet_open(). If an XDP init step fails, previously initialized rqs and enabled NAPI could leak; the patch rolls back earlier rq initialization to prevent leaks in the error unwinding pat...

5.5CVSS6.1AI score0.00146EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.7 views

CVE-2023-53499 virtio_net: Fix error unwinding of XDP initialization

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

5.5CVSS6.5AI score0.00146EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.6 views

PT-2025-40206

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel related to virtio net and the initialization of XDP. Specifically, an error during XDP initialization in virtnet open could lead to incomplete rollbac...

6.2AI score0.00146EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.17 views

CVE-2025-39865 tee: fix NULL pointer dereference in tee_shm_put

In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in teeshmput teeshmput have NULL pointer dereference: opteedisableshmcache -- shm = regpairtoptr...;//shm maybe return NULL teeshmfreeshm; -- teeshmputshm;//crash Add check in teeshmput to fix it...

0.00149EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/19 3:26 p.m.10 views

CVE-2025-39865 tee: fix NULL pointer dereference in tee_shm_put

In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in teeshmput teeshmput have NULL pointer dereference: opteedisableshmcache -- shm = regpairtoptr...;//shm maybe return NULL teeshmfreeshm; -- teeshmputshm;//crash Add check in teeshmput to fix it...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References14
Rows per page
Query Builder