Lucene search
+L

1583 matches found

CVE
CVE
added 2025/10/01 11:42 a.m.33 views

CVE-2023-53456

During CVE-2023-53456, the Linux kernel scsi/qla4xxx nlattrs parsing lacked length validation in three code paths: qla4xxx_set_chap_entry(), qla4xxx_iface_set_param(), and qla4xxx_sysfs_ddb_set_param(). This could allow out-of-bounds reads and leak heap data. The fix adds a nla_len check and retu...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.6 views

CVE-2023-53456 scsi: qla4xxx: Add length check when parsing nlattrs

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Add length check when parsing nlattrs There are three places that qla4xxx parses nlattrs: - qla4xxxsetchapentry - qla4xxxifacesetparam - qla4xxxsysfsddbsetparam and each of them directly converts the nlattr to...

6.4AI score
SaveExploits0References12
NVD
NVD
added 2025/10/01 8:15 a.m.10 views

CVE-2025-39928

In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300i2cconfigxfer' to ensure the data length isn't within the supported range. In particular a data length of 0 is not...

7.1CVSS0.00131EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2025/10/01 12:00 a.m.19 views

LibreSSL -- overwrite and -read vulnerability

The LibreSSL project reports: An incorrect length check can result in a 4-byte overwrite and an 8-byte overread...

7.5CVSS7AI score0.01554EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/09/29 12:19 p.m.21 views

kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check/time-of-use condition in hfscchangeclass when...

7.8CVSS6.5AI score0.00215EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/29 10:24 a.m.27 views

kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check/time-of-use condition in hfscchangeclass when...

7.8CVSS6.5AI score0.00215EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/26 11:09 a.m.10 views

OESA-2025-2351 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least ...

7.6CVSS6.5AI score0.00175EPSS
SaveExploits0References8
CNVD
CNVD
added 2025/09/25 12:00 a.m.14 views

Tenda AC21 Buffer Overflow Vulnerability (CNVD-2025-30948)

The Tenda AC21 is a wireless router from the Chinese company Tenda. The Tenda AC21 suffers from a buffer overflow vulnerability, which originates from the parameter wpapskcrypto of the function sub45BB10 in the file /goform/WifiExtraSet that fails to correctly validate the length of the input dat...

9CVSS8.3AI score0.01033EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2025/09/19 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 Linux kernel that stems from a missing path length check in the auditcomparednamepath function, which could lead to an out-of-bounds read...

7.1CVSS6AI score0.0015EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/18 2:15 p.m.12 views

CVE-2022-50397

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.8 views

SUSE CVE-2023-53194

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indxgetroot This adds a length check to guarantee the retrieved index root is legit. 162.459513 BUG: KASAN: use-after-free in hdrfinde.isra.0+0x10c/0x320 162.460176 Read of size 2 at addr...

8.4CVSS6.3AI score0.00163EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:45 p.m.42 views

CVE-2022-50301

CVE-2022-50301: Linux kernel iommu/omap debugfs vulnerability causing a buffer overflow in omap2_iommu_dump_ctx when bytes

7.8CVSS6.6AI score0.00185EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.20 views

CVE-2022-50301 iommu/omap: Fix buffer overflow in debugfs

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1 The "len" variable needs to be checked before the very first write. Otherwise if omap2iommudumpctx with "bytes" less than 32 it is a buffer overflow. 2 The...

0.00185EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.20 views

CVE-2023-53213 wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmfgetassocies Fix a slab-out-of-bounds read that occurs in kmemdup called from brcmfgetassocies. The bug could occur when associnfo-reqlen, data from a URB provided by a USB device, i...

8.1CVSS0.00239EPSS
SaveExploits0References9
NVD
NVD
added 2025/09/15 2:15 p.m.9 views

CVE-2023-53194

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indxgetroot This adds a length check to guarantee the retrieved index root is legit. 162.459513 BUG: KASAN: use-after-free in hdrfinde.isra.0+0x10c/0x320 162.460176 Read of size 2 at addr...

8.4CVSS0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/15 2:06 p.m.25 views

CVE-2023-53194 fs/ntfs3: Add length check in indx_get_root

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indxgetroot This adds a length check to guarantee the retrieved index root is legit. 162.459513 BUG: KASAN: use-after-free in hdrfinde.isra.0+0x10c/0x320 162.460176 Read of size 2 at addr...

8.4CVSS0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:06 p.m.50 views

CVE-2023-53194

CVE-2023-53194 is a Linux kernel vulnerability in fs/ntfs3 related to an insufficient length check in indx_get_root, which can lead to a use-after-free condition observed via KASAN during mounting operations. The provided reports describe a use-after-free read (size 2) on a page accessed by the m...

8.4CVSS5.9AI score0.00163EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/09/15 2:06 p.m.7 views

CVE-2023-53194 fs/ntfs3: Add length check in indx_get_root

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indxgetroot This adds a length check to guarantee the retrieved index root is legit. 162.459513 BUG: KASAN: use-after-free in hdrfinde.isra.0+0x10c/0x320 162.460176 Read of size 2 at addr...

8.4CVSS5.9AI score
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.9 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 Linux kernel that stems from a failure to check msgi.len, which could result in a null pointer dereference...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.6 views

PT-2025-37654

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A slab-out-of-bounds read vulnerability exists in the brcmfmac module within the Linux kernel. This issue occurs in the brcmf get assoc ies function when handling data from a USB devic...

6.4AI score0.00239EPSS
SaveExploits0References11
Rows per page
Query Builder