Lucene search
+L

6178 matches found

OSV
OSV
added 2025/12/24 1:16 p.m.2 views

DEBIAN-CVE-2023-54065

In the Linux kernel, the following vulnerability has been resolved: net: dsa: realtek: fix out-of-bounds access The probe function sets priv-chipdata to void priv + sizeofpriv with the expectation that priv has enough trailing space. However, only realtek-smi actually allocated this chipdata spac...

5.7AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.4 views

DEBIAN-CVE-2022-50779

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefspreparedebugfshelpstring When insert and remove the orangefs module, then debughelpstring will be leaked: unreferenced object 0xffff8881652ba000 size 4096: comm "insmod", pid 1701, jiffies...

5.5AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.2 views

DEBIAN-CVE-2022-50774

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix DMA transfer direction When CONFIGDMAAPIDEBUG is selected, while running the crypto self test on the QAT crypto algorithms, the function adddmaentry reports a warning similar to the one below, saying that...

5.3AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.6 views

DEBIAN-CVE-2022-50759

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5648: Free V4L2 fwnode data on unbind The V4L2 fwnode data structure doesn't get freed on unbind, which leads to a memleak...

5.2AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.4 views

DEBIAN-CVE-2022-50760

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix PCI device refcount leak in amdgpuatrmgetbios As comment of pcigetclass says, it returns a pcidevice with its refcount increased and decreased the refcount for the input parameter @from if it is not NULL. If we...

5.3AI score0.00252EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2022-50743

In the Linux kernel, the following vulnerability has been resolved: erofs: Fix pcluster memleak when its block address is zero syzkaller reported a memleak: https://syzkaller.appspot.com/bug?id=62f37ff612f0021641eda5b17f056f1668aa9aed unreferenced object 0xffff88811009c7f8 size 136: ... backtrace...

5.2AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.1 views

DEBIAN-CVE-2022-50737

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate index root when initialize NTFS security This enhances the sanity check for $SDH and $SII while initializing NTFS security, guarantees these index root are legit. 162.459513 BUG: KASAN: use-after-free in...

5.4AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.1 views

DEBIAN-CVE-2022-50736

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix immediate work request flush to completion queue Correctly set send queue element opcode during immediate work request flushing in post sendqueue operation, if the QP is in ERROR state. An undefined ocode value...

5.3AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.3 views

DEBIAN-CVE-2022-50735

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: do not run mt76ustatusworker if the device is not running Fix the following NULL pointer dereference avoiding to run mt76ustatusworker thread if the device is not running yet. KASAN: null-ptr-deref in range...

5.2AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:16 p.m.2 views

DEBIAN-CVE-2022-50734

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

5.2AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:15 p.m.2 views

DEBIAN-CVE-2022-50733

In the Linux kernel, the following vulnerability has been resolved: usb: idmouse: fix an uninit-value in idmouseopen In idmousecreateimage, if any ftipcommand fails, it will go to the reset label. However, this leads to the data in bulkinbufferHEADER..IMGSIZE uninitialized. And the check for vali...

5.3AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 1:15 p.m.2 views

DEBIAN-CVE-2022-50732

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192u: Fix use after free in ieee80211rx We cannot dereference the "skb" pointer after calling ieee80211monitorrx, because it is a use after free...

5.3AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 12:1 p.m.1 views

BELL-CVE-2025-68335

Bulletin has no description...

6.9AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 12:0 p.m.2 views

BELL-CVE-2025-68360

Bulletin has no description...

8.2CVSS6.9AI score0.00411EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.1 views

DEBIAN-CVE-2025-68729

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These...

5.4AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.2 views

DEBIAN-CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.2AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.0 views

DEBIAN-CVE-2025-68379

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq-rq.queue after resize failure A NULL pointer dereference can occur in rxesrqchkattr when ibvmodifysrq is invoked twice in succession under certain error conditions. The first call may fail in...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.0 views

DEBIAN-CVE-2025-68371

In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix device resources accessed after device removal Correct possible race conditions during device removal. Previously, a scheduled work item to reset a LUN could still execute after the device was removed, leading...

5.5AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:15 a.m.0 views

DEBIAN-CVE-2025-68361

In the Linux kernel, the following vulnerability has been resolved: erofs: limit the level of fs stacking for file-backed mounts Otherwise, it could cause potential kernel stack overflow e.g., EROFS mounting itself...

5.2AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:15 a.m.0 views

DEBIAN-CVE-2025-68352

In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix out-of-bounds memory access in ch341transferone Discovered by Atuin - Automated Vulnerability Discovery Engine. The 'len' variable is calculated as 'min32, trans-len + 1', which includes the 1-byte command header...

7.8CVSS5.2AI score0.00134EPSS
SaveExploits0References1
Rows per page
Query Builder