Lucene search
+L

22 matches found

NVD
NVD
•added 2026/09/11 8:19 p.m.•14 views

CVE-2026-89492

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate directory-index entry counts when reading metadata ocfs2validatedxleaf and ocfs2validatedxroot check the ECC and signature of an indexed-directory block before it reaches higher-level callers, but neither validato...

9.8CVSS0.00671EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/04 3:13 p.m.•9 views

EUVD-2026-71240

In the Linux kernel, the following vulnerability has been resolved: xfs: validate attr entry pointer before field access xfsattr3leafverifyentry accesses lentry/rentry fields namelen, valuelen before checking if the entry pointer itself is within bounds. If nameidx is crafted to point near the en...

5.3AI score0.00195EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2026/08/21 12:42 a.m.•110 views

SUSE CVE-2026-72201

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

9.8CVSS5.5AI score0.00553EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/08/18 3:33 p.m.•9 views

CVE-2026-72201

A flaw was found in the Linux kernel's New Technology File System NTFS implementation. This vulnerability arises from insufficient validation of index entries when reading index roots or blocks from disk. An attacker could potentially craft a malicious NTFS filesystem, which, when processed by th...

9.8CVSS5.5AI score0.00553EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/15 6:21 a.m.•10 views

CVE-2026-72201

In the Linux kernel, the following vulnerability has been resolved: ntfs: validate index entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in thos...

9.8CVSS0.00553EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•18 views

PT-2026-72389

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the NTFS driver where index entries were not validated immediately after being read from the disk. This lack of early validation required repeated checks during lookup...

9.8CVSS5.4AI score0.00553EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2026/07/28 8:16 p.m.•15 views

Fission: Zip Slip in pkg/utils/zip.go:Unarchive allows fetcher to write outside the destination directory

Unarchive in pkg/utils/zip.go joined each archive entry name with the destination directory via filepath.Join and wrote the result without checking whether the resolved path stayed under the destination. A zip entry named ../../tmp/evil therefore landed at /tmp/evil. An attacker who could control...

7.7CVSS5.8AI score0.00447EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
•added 2026/07/19 5:34 p.m.•12 views

SUSE CVE-2026-63814

In the Linux kernel, the following vulnerability has been resolved: f2fs: validate ACL entry sizes in f2fsaclfromdisk f2fsaclcount only validates the aggregate ACL xattr length. A malformed ACL can still place ACLUSER or ACLGROUP in a slot that only contains struct f2fsaclentryshort bytes, and...

6.1CVSS5.4AI score0.00127EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/07/19 12:00 a.m.•25 views

PT-2026-61130

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A buffer over-read exists in the f2fs implementation of the Linux kernel. The f2fs acl count function only validates the aggregate ACL xattr length, allowing a malformed ACL to place ACL...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/07/16 12:00 a.m.•0 views

CVE-2026-44434: Insufficient Verification of Data Authenticity

Quicly is an IETF QUIC protocol implementation intended primarily for use within the H2O HTTP server. Prior to commit dccf5d4, Quicly was vulnerable to stateless reset injection through lack of packet entry validation. The QUIC protocol is designed to withstand packet injection attacks, once the...

5.3CVSS5.6AI score0.00209EPSS
SaveExploits0References5
Packet Storm
Packet Storm
•added 2026/06/12 12:00 a.m.•149 views

📄 WordPress Gravity Forms 2.10.0.1 File Deletion / Path Traversal

This Metasploit module exploits a vulnerability in the Gravity Forms WordPress plugin versions 2.10.0.1 and below where file URLs stored in form entries are not properly validated. An attacker can inject a crafted entry containing path traversal sequences ../ to reference files outside the intend...

9.6CVSS5.3AI score0.00499EPSS
SaveExploits2
Positive Technologies
Positive Technologies
•added 2026/04/22 12:00 a.m.•35 views

PT-2026-34597

Name of the Vulnerable Software and Affected Versions ci4ms affected versions not specified Description An issue exists in the restore action of the backup module where user-uploaded ZIP archives are extracted without validating entry names. This allows an authenticated backend user with backup...

9.4CVSS6.2AI score0.00724EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
•added 2025/12/31 12:00 a.m.•10 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992743)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992743 advisory. In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUGON when directory entry has invalid reclen The reclen field in the directory entry h...

5.5CVSS6AI score0.00211EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
•added 2025/12/22 5:04 p.m.•21 views

kernel: mm: fix zswap writeback race condition

In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data that was written to a different page. The race...

7.8CVSS6.8AI score0.00118EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/12/04 12:50 p.m.•13 views

kernel: mm: fix zswap writeback race condition

In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data that was written to a different page. The race...

7.8CVSS6.8AI score0.00118EPSS
SaveExploits0References5
NVD
NVD
•added 2025/05/01 3:16 p.m.•17 views

CVE-2022-49879

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUGON when directory entry has invalid reclen The reclen field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a BUG in ext4reclentodisk, called from makeindexeddir...

5.5CVSS0.00211EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2025/05/01 2:10 p.m.•31 views

CVE-2022-49879 ext4: fix BUG_ON() when directory entry has invalid rec_len

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUGON when directory entry has invalid reclen The reclen field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a BUG in ext4reclentodisk, called from makeindexeddir...

0.00211EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/05/01 12:00 a.m.•19 views

PT-2025-18596 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, specifically in the ext4 filesystem. The issue arises when a directory entry has an invalid rec len field, which must be a multip...

8.8CVSS7.4AI score0.01345EPSS
SaveExploits3References465
SUSE CVE
SUSE CVE
•added 2024/05/21 2:00 a.m.•6 views

SUSE CVE-2024-35797

In the Linux kernel, the following vulnerability has been resolved: mm: cachestat: fix two shmem bugs When cachestat on shmem races with swapping and invalidation, there are two possible bugs: 1 A swapin error can have resulted in a poisoned swap entry in the shmem inode's xarray. Calling...

5.5CVSS7.7AI score0.00667EPSS
SaveExploits0References4
OSV
OSV
•added 2020/01/13 3:20 p.m.•10 views

OPENSUSE-SU-2020:0031-1 Security update for proftpd

This update for proftpd fixes the following issues: GeoIP has been discontinued by Maxmind boo1156210 This update removes module build for geoip see https://support.maxmind.com/geolite-legacy-discontinuation-notice/ - CVE-2019-19269: Fixed a NULL pointer dereference may occur when validating the...

9.8CVSS7AI score0.57606EPSS
SaveExploits2References13
Rows per page
Query Builder