Lucene search
+L

22893 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:13 a.m.21 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.8CVSS5.6AI score0.00286EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.31 views

CVE-2022-49478 media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init

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...

0.00286EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:13 a.m.15 views

CVE-2022-49478 media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init

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.8CVSS5.4AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/02/26 2:13 a.m.6 views

CVE-2022-49471 rtw89: cfo: check mac_id to avoid out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: rtw89: cfo: check macid to avoid out-of-bounds Somehow, hardware reports incorrect macid and pollute memory. Check index before we access the array. UBSAN: array-index-out-of-bounds in rtw89/phy.c:2517:23 index 188 is out of rang...

7.5AI score0.00315EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 2:13 a.m.14 views

CVE-2022-49471 rtw89: cfo: check mac_id to avoid out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: rtw89: cfo: check macid to avoid out-of-bounds Somehow, hardware reports incorrect macid and pollute memory. Check index before we access the array. UBSAN: array-index-out-of-bounds in rtw89/phy.c:2517:23 index 188 is out of rang...

8.8CVSS5.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.30 views

CVE-2022-49471 rtw89: cfo: check mac_id to avoid out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: rtw89: cfo: check macid to avoid out-of-bounds Somehow, hardware reports incorrect macid and pollute memory. Check index before we access the array. UBSAN: array-index-out-of-bounds in rtw89/phy.c:2517:23 index 188 is out of rang...

8.8CVSS0.00315EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.38 views

CVE-2022-49170 f2fs: fix to do sanity check on curseg->alloc_type

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg-alloctype As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c:3460:2 when mount and operat...

7.8CVSS0.0027EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.46 views

CVE-2022-49170

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg-alloctype As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c:3460:2 when mount and operat...

7.8CVSS5.5AI score0.0027EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.16 views

CVE-2022-49170 f2fs: fix to do sanity check on curseg->alloc_type

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg-alloctype As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c:3460:2 when mount and operat...

7.8CVSS4.9AI score
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:55 a.m.135 views

CVE-2022-49170

CVE-2022-49170 concerns the F2FS implementation in the Linux kernel. The root cause was a missing sanity check on curseg->alloc_type, which could widen an array-bounds access of sbi->block_count[] (UBSAN: array-index-out-of-bounds) when mounting/operating a corrupted image. The issue manife...

7.8CVSS5.2AI score0.0027EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/02/26 1:55 a.m.169 views

CVE-2022-49122

CVE-2022-49122 is a Linux kernel vulnerability affecting the dm ioctl path where user-supplied data could act as an index and enable Spectre v1 gadget behavior. The fix, described in connected advisories, prevents leakage of kernel memory to userspace by applying array_index_nospec to index handl...

5.5CVSS5.3AI score0.00307EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.26 views

CVE-2022-49122

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel memory from being leaked to userspace via...

5.5CVSS5.6AI score0.00307EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:54 a.m.13 views

CVE-2022-49074 irqchip/gic-v3: Fix GICR_CTLR.RWP polling

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix GICRCTLR.RWP polling It turns out that our polling of RWP is totally wrong when checking for it in the redistributors, as we test the distributor bit index, whereas it is a different bit number in the RDs...

5.2AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/02/26 1:54 a.m.8 views

CVE-2021-47645 media: staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com

In the Linux kernel, the following vulnerability has been resolved: media: staging: media: zoran: calculate the right buffer number for zoranreapstatcom On the case tmpdcim=1, the index of buffer is miscalculated. This generate a NULL pointer dereference later. So let's fix the calcul and add a...

6.7AI score0.00248EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 12:17 a.m.8 views

OSV-2025-165 Index-out-of-bounds in dwg_decode_eed

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=398439334 Crash type: Index-out-of-bounds Crash state: dwgdecodeeed dwgdecodeentity dwgdecode3DFACEprivate...

7.2AI score
SaveExploits0References1
CVE
CVE
added 2025/02/26 12:00 a.m.97 views

CVE-2025-25789

CVE-2025-25789 affects FoxCMS v1.2.5 and is described as a remote code execution (RCE) via the index() method in Sitemap.php. The vulnerability is detailed as a high-severity issue (CVSS v3.1: 9.8, CRITICAL) with NETWORK attack vector, LOW attack complexity, no privileges required, no user intera...

9.8CVSS8AI score0.01308EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a GICRCTLR.RWP polling error that results in incorrectly testing the distributor bit index...

5.5CVSS5.5AI score0.00264EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.5 views

PT-2025-7956

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel has been identified, specifically in the media staging component related to zoran. The problem arises when tmp dcim equals 1, causing a miscalculation of the...

5.5CVSS5.4AI score0.00248EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.11 views

PT-2025-19688 · Git +1 · Libredwg

Name of the Vulnerable Software and Affected Versions: libdwg affected versions not specified Description: The software is susceptible to an index-out-of-bounds issue discovered through OSS-Fuzz testing. The crash occurs during the processing of .dwg files, specifically within the dwg decode eed,...

6.9AI score
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.14 views

picklescan 安全漏洞

picklescan is a security scanning program by the individual developer Matthieu Maitre. A security vulnerability exists in versions of picklescan prior to 0.0.21, which stems from not treating pip as an insecure global variable, which could lead to a malicious model introducing a malicious PyPI...

9.8CVSS8.7AI score0.01675EPSS
SaveExploits2References5
Rows per page
Query Builder