Lucene search
+L

2870 matches found

OSV
OSV
added 2025/03/03 5:15 p.m.1 views

DEBIAN-CVE-2024-45778

A stack overflow flaw was found when reading a BFS file system. A crafted BFS filesystem may lead to an uncontrolled loop, causing grub2 to crash...

5.5CVSS5.2AI score0.0028EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/28 11:15 p.m.3 views

DEBIAN-CVE-2025-25723

Buffer Overflow vulnerability in GPAC version 2.5 allows a local attacker to execute arbitrary code...

8.4CVSS5.9AI score0.00364EPSS
SaveExploits1References1
OSV
OSV
added 2025/02/27 3:15 a.m.2 views

DEBIAN-CVE-2025-21790

In the Linux kernel, the following vulnerability has been resolved: vxlan: check vxlanvnigroupinit return value vxlaninit must check vxlanvnigroupinit success otherwise a crash happens later, spotted by syzbot. Oops: general protection fault, probably for non-canonical address 0xdffffc000000002c:...

5.5CVSS5.6AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.1 views

DEBIAN-CVE-2025-21784

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: bail out when failed to load fw in pspinitcapmicrocode In function pspinitcapmicrocode, it should bail out when failed to load firmware, otherwise it may cause invalid memory access...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.4 views

DEBIAN-CVE-2024-58001

In the Linux kernel, the following vulnerability has been resolved: ocfs2: handle a symlink read error correctly Patch series "Convert ocfs2 to use folios". Mark did a conversion of ocfs2 to use folios and sent it to me as a giant patch for review ;- So I've redone it as individual patches, and...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.2 views

DEBIAN-CVE-2024-54456

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix potential buffer overflowin nfssysfslinkrpcclient name is char64 where the size of clnt-clprogram-name remains unknown. Invoking strcat directly will also lead to potential buffer overflow. Change them to strscpy and...

7.8CVSS6.5AI score0.00223EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 3:15 a.m.1 views

DEBIAN-CVE-2024-57852

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: smc: Handle missing SCM device Commit ca61d6836e6f "firmware: qcom: scm: fix a NULL-pointer dereference" makes it explicit that qcomscmgettzmempool can return NULL, therefore its users should handle this...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.2 views

DEBIAN-CVE-2024-57997

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn-chansurvey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn-chansurvey, ensuring prope...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.3 views

DEBIAN-CVE-2024-57999

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW Power Hypervisor can possibily allocate MMIO window intersecting with Dynamic DMA Window DDW range, which is over 32-bit addressing. These MMIO pages needs to be...

5.5CVSS5.5AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

DEBIAN-CVE-2022-49681

In the Linux kernel, the following vulnerability has been resolved: xtensa: xtfpga: Fix refcount leak bug in setup In machinesetup, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.7 views

DEBIAN-CVE-2022-49636

In the Linux kernel, the following vulnerability has been resolved: vlan: fix memory leak in vlannewlink Blamed commit added back a bug I fixed in commit 9bbd917e0bec "vlan: fix memory leak in vlandevsetegresspriority" If a memory allocation fails in vlanchangelink after other allocations...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49526

In the Linux kernel, the following vulnerability has been resolved: md/bitmap: don't set sb values if can't pass sanity check If bitmap area contains invalid data, kernel will crash then mdadm triggers "Segmentation fault". This is cluster-md speical bug. In non-clustered env, mdadm will handle...

5.5CVSS5.4AI score0.00318EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49497

In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG from skbchecksumhelp I have a syzbot report that managed to get a crash in skbchecksumhelp If syzbot can trigger these BUG, it makes sense to replace them with more friendly WARNONONCE since skbchecksumhelp ca...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

DEBIAN-CVE-2022-49448

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

DEBIAN-CVE-2022-49444

In the Linux kernel, the following vulnerability has been resolved: module: fix eshstrndx.shsize=0 OOB access It is trivial to craft a module to trigger OOB access in this line: if info-secstringsstrhdr-shsize - 1 != '\0' BUG: unable to handle page fault for address: ffffc90000aa0fff PGD 10000006...

7.1CVSS5.5AI score0.0029EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.23 views

DEBIAN-CVE-2022-49249

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wc938x: fix accessing array out of bounds for enum type Accessing enums using integer would result in array out of bounds access on platforms like aarch64 where sizeoflong is 8 compared to enum size which is 4 bytes...

7.1CVSS5.6AI score0.0027EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.6 views

DEBIAN-CVE-2022-49232

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpudmconnectoraddcommonmodes In amdgpudmconnectoraddcommonmodes, amdgpudmcreatecommonmode is assigned to mode and is passed to drmmodeprobedadd directly after that...

5.5CVSS5.6AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.4 views

DEBIAN-CVE-2022-49199

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldevstatsetcounterdynamicdoit This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows...

5.5CVSS5.4AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/25 9:15 p.m.2 views

DEBIAN-CVE-2024-53879

NVIDIA CUDA toolkit for Linux and Windows contains a vulnerability in the cuobjdump binary, where a user could cause a crash by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service...

2.8CVSS5.3AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/19 5:15 p.m.3 views

DEBIAN-CVE-2025-1426

Heap buffer overflow in GPU in Google Chrome on Android prior to 133.0.6943.126 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. Chromium security severity: High...

8.8CVSS8.1AI score0.00583EPSS
SaveExploits0References1
Rows per page
Query Builder