Lucene search
+L

22295 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2022-50330

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: crypto: cavium - prevent integer overflow loading firmware The codelength value comes from t...

7.1CVSS5.4AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53295

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data ...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.9 views

Ashlar-Vellum Graphite 安全漏洞

Ashlar-Vellum Graphite is a CAD modeling software from Ashlar-Vellum. A security vulnerability exists in Ashlar-Vellum Graphite that stems from a failure to properly validate the length of user-supplied data during VC6 file parsing, which could lead to a heap buffer overflow and remote code...

7.8CVSS8.1AI score0.00224EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.17 views

PT-2025-40629

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's SMB client implementation. Specifically, the recv done function did not adequately verify data offset, data length, and remaining data length. This...

5.5CVSS6.9AI score0.00209EPSS
SaveExploits0References74
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53199

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: ath9k: hifusb: clean up skbs if ath9khifusbrxstream fails Syzkaller detected a memory leak of skbs in ath9khifusbrxstream. While processing skbs in...

5.5CVSS5.7AI score0.00156EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2025-39822

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iouring/kbuf: fix signedness in thislen calculation When importing and using buffers, buf-len is considered unsigned. However, buf-len is converted to signed in...

5.5CVSS6.1AI score0.00128EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.12 views

SUSE CVE-2022-50272

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027i2cxfer Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr-deref in range 0x0000000000000010-0x0000000000000017...

5.5CVSS6.4AI score0.0016EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/09/16 11:32 p.m.7 views

SUSE CVE-2023-53184

In the Linux kernel, the following vulnerability has been resolved: arm64/sme: Set new vector length before reallocating As part of fixing the allocation of the buffer for SVE state when changing SME vector length we introduced an immediate reallocation of the SVE state, this is also done when...

5.5CVSS6.7AI score0.00162EPSS
SaveExploits0References15
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
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.8 views

SUSE CVE-2023-53295

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails or happens only partly, we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline...

6.5CVSS6.6AI score0.00145EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.9 views

SUSE CVE-2023-53320

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix issues in mpi3mrgetalltgtinfo The function mpi3mrgetalltgtinfo has four issues: 1 It calculates valid entry length in alltgtinfo assuming the header part of the struct mpi3mrdevicemapinfo would equal to sizeofu3...

4.4CVSS6.5AI score0.00151EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.9 views

SUSE CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.7 views

SUSE CVE-2025-39816

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READONCE to read the value into a local variable, and use that for any other actions taken...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/09/16 11:23 p.m.9 views

SUSE CVE-2025-39822

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: fix signedness in thislen calculation When importing and using buffers, buf-len is considered unsigned. However, buf-len is converted to signed int when committing. This can lead to unexpected behavior if the buffer...

5.5CVSS6.7AI score0.00128EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2025/09/16 5:54 p.m.8 views

CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

7CVSS5.8AI score0.00143EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/16 5:15 p.m.8 views

CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/16 5:15 p.m.14 views

AZL-71885 CVE-2023-53323 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS5.6AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.12 views

DEBIAN-CVE-2023-53327

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Catch overflow of uptr and length syzkaller hits a WARNON when trying to have a uptr close to UINTPTRMAX: WARNING: CPU: 1 PID: 393 at drivers/iommu/iommufd/selftest.c:403 iommufdtest+0xb19/0x16f0 Modules linked...

5.5CVSS5.6AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.6 views

DEBIAN-CVE-2023-53320

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix issues in mpi3mrgetalltgtinfo The function mpi3mrgetalltgtinfo has four issues: 1 It calculates valid entry length in alltgtinfo assuming the header part of the struct mpi3mrdevicemapinfo would equal to sizeofu3...

7.8CVSS6.2AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.5 views

DEBIAN-CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0References1
Rows per page
Query Builder