Lucene search
+L

51 matches found

Tenable Nessus
Tenable Nessus
added 2026/06/28 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-52976

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe: Fix error cleanup in xeexecqueuecreateioctl Two error handling issues exist in xeexecqueuecreateioctl: 1. When xehwenginegroupaddexecqueue fails, the...

7.8CVSS5.5AI score0.0014EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 1:53 p.m.6 views

CVE-2026-31439 dmaengine: xilinx: xdma: Fix regmap init error handling

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

5.9AI score
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/25 12:23 a.m.6 views

SUSE CVE-2025-68740

In the Linux kernel, the following vulnerability has been resolved: ima: Handle error code returned by imafilterrulematch In imamatchrules, if imafilterrulematch returns -ENOENT due to the rule being NULL, the function incorrectly skips the 'if !rc' check and sets 'result = true'. The LSM rule is...

5.5CVSS6.7AI score0.00179EPSS
SaveExploits0References22
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-40260

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - schedext: Fix scxenable crash on helper kthread creation failure A crash was observed when the schedext selftests runner was terminated with Ctrl+\ while test 1...

5.7AI score0.0017EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/14 9:30 p.m.8 views

EUVD-2022-55140

In the Linux kernel, the following vulnerability has been resolved: cachefiles: unmark inode in use in error path Unmark inode in use if error encountered. If the in-use flag leakage occurs in cachefilesopenfile, Cachefiles will complain "Inode already in use" when later another cookie with the...

5.5CVSS5.3AI score0.00218EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2024-51820

Malicious code in bioql PyPI...

7.3AI score0.00224EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.13 views

EUVD-2024-51908

Malicious code in bioql PyPI...

7.3AI score0.00201EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-11173

Malicious code in bioql PyPI...

7.2AI score0.00174EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/08/24 4:6 p.m.7 views

CVE-2025-38619

In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: fix listdel corruption If ticsi2rxstartdma fails in ticsi2rxdmacallback, the buffer is marked done with VB2BUFSTATEERROR but is not removed from the DMA queue. This causes the same buffer to be retried in...

5.5CVSS6.6AI score0.00165EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2021-47482

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this...

5.3CVSS5.6AI score0.00739EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.6 views

SUSE CVE-2022-50138

In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix potential memory leak in qedrallocmr qedrallocmr allocates a memory chunk for "mr-info.pbltable" with initmrinfo. When rdmaalloctid and rdmaregistertid fail, "mr" is released while "mr-info.pbltable" is not release...

5.5CVSS6.1AI score0.00208EPSS
SaveExploits0References12
CVE
CVE
added 2025/06/18 11:4 a.m.99 views

CVE-2022-50229

CVE-2022-50229 is a Linux kernel vulnerability in the ALSA bcd2000 driver. The issue is a use-after-free (UAF) bug that occurs on the error path during probing: when snd_card_register() fails, the driver frees midi_out_urb before it is killed, enabling a UAF condition. The observed log pattern me...

7.8CVSS6.5AI score0.00204EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:2 a.m.8 views

CVE-2022-50127

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxecreateqp In the function rxecreateqp, rxeqpfrominit is called to initialize qp, internally things like the spin locks are not setup until rxeqpinitreq. If an error occures before this point then t...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:2 a.m.35 views

CVE-2022-50114

CVE-2022-50114 affects the Linux kernel 9p subsystem. The root cause is a refcount leak in p9_read_work() error handling when m->rreq->rc.sdata is NULL; p9_req_put must be called to avoid the leak. Affected component: net/9p (p9_read_work). The fix is documented in kernel commits (e.g., 34b...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/06/18 11:1 a.m.117 views

CVE-2022-50053

CVE-2022-50053 concerns the Linux kernel iavf driver: a reset error handling path could lead to deadlock due to double napi_disable and a stuck iavf_remove when VF removal occurs during rapid resets. The fix removes the call to iavf_close in reset error handling and instead calls iavf_disable_vf ...

5.5CVSS6.5AI score0.0012EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/06/18 11:0 a.m.93 views

CVE-2022-49998

The CVE-2022-49998 issue concerns the Linux kernel’s RxRPC sendmsg path (net/rxrpc/sendmsg.c). The described vulnerability fixes three bugs in rxrpc’s sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning from rxrpc_get_call_slot(); (2) rxrpc_wait_for_t...

7.8CVSS6.8AI score0.00161EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/06/18 11:0 a.m.30 views

CVE-2022-49953

CVE-2022-49953 concerns the Linux kernel’s iio: light cm3605 driver. The issue is an error-handling path in cm3605_probe() that, after a fix, introduced a new error-path which should jump to the existing error-handling path to avoid resource leaks. The connected sources consistently describe this...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 9:28 a.m.71 views

CVE-2025-38012

The CVE-2025-38012 issue affects Linux kernel sched_ext: bpf_iter_scx_dsq_new() may leave an uninitialized iterator after an error, causing bpf_iter_scx_dsq_next() to dereference garbage data. The documented fix is to always clear kit->dsq in bpf_iter_scx_dsq_new(), so that next() and destroy(...

7.8CVSS6.5AI score0.00166EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.94 views

CVE-2022-49905

In the Linux kernel, the net/smc subsystem has a vulnerability disclosed as CVE-2022-49905 due to a missing error path in smc_init(). register_pernet_subsys(&smc_net_stat_ops) is called without proper rollback handling; if it fails, the registration of &smc_net_ops may not be reverted, and if smc...

7.8CVSS6.5AI score0.00197EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:9 p.m.95 views

CVE-2022-49825

CVE-2022-49825 — Linux kernel (libata-transport) In ata_tport_add(), the return value of transport_add_device() is not checked, which can lead to a NULL pointer dereference during module removal when transport_remove_device() is called for a device that was not added. The vulnerability is resolve...

5.5CVSS6.3AI score0.00204EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder