Lucene search
+L

455 matches found

OSV
OSV
added 2025/07/04 2:15 p.m.12 views

UBUNTU-CVE-2025-38221

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out of bounds punch offset Punching a hole with a start offset that exceeds maxend is not permitted and will result in a negative length in the truncateinodepartialfolio function while truncating the page cache,...

7.1CVSS6.5AI score0.00142EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38221 ext4: fix out of bounds punch offset

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out of bounds punch offset Punching a hole with a start offset that exceeds maxend is not permitted and will result in a negative length in the truncateinodepartialfolio function while truncating the page cache,...

6.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/07/04 12:00 a.m.30 views

PT-2025-27995

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been identified, which can cause a kernel NULL pointer dereference when processing a symlink inode from the orphan list. This issue arises due t...

5.5CVSS6.5AI score0.0014EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.16 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: f2fs: fixed to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as follows: ------------ cut here --- UBSAN: Array index out of bounds in fs/f2fs/node.h:381:10 Index 18446744073709550692 is out ...

7.1CVSS6AI score0.00189EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/23 8:21 a.m.12 views

CVE-2024-1861

The Disable Json API, Login Lockdown, XMLRPC, Pingback, Stop User Enumeration Anti Hacker Scan plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the antihackertruncatescantable function in all versions up to, and including, 4.52. This mak...

4.3CVSS4.3AI score0.00361EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 11:08 a.m.9 views

OESA-2025-1464 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix link state exit during switch upstream function removal Before 456d8aa37d0f "PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free...

7.8CVSS6.4AI score0.00662EPSS
SaveExploits0References22
OpenVAS
OpenVAS
added 2025/05/07 12:00 a.m.6 views

Configure Audit Rules for File Access Failures

System calls, such as open, truncate, ftruncate, create and openat, are audited and monitored. If the -EACCES or -EPERM error is returned, you lack the permission to access the files. In this case, audit logs need to be recorded. File access failures due to a lack of proper permissions are common...

6.8AI score
SaveExploits0References2
OSV
OSV
added 2025/05/01 1:15 p.m.1 views

DEBIAN-CVE-2025-37739

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as below: ------------ cut here ------------ UBSAN: array-index-out-of-bounds in fs/f2fs/node.h:381:10 index 18446744073709550692 is...

7.1CVSS5.6AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.8 views

UBUNTU-CVE-2025-37739

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as below: ------------ cut here ------------ UBSAN: array-index-out-of-bounds in fs/f2fs/node.h:381:10 index 18446744073709550692 is...

7.1CVSS6.2AI score0.00189EPSS
SaveExploits0References40
OSV
OSV
added 2025/05/01 12:55 p.m.14 views

CVE-2025-37739 f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as below: ------------ cut here ------------ UBSAN: array-index-out-of-bounds in fs/f2fs/node.h:381:10 index 18446744073709550692 is...

6.1AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/04/18 11:21 p.m.6 views

SUSE CVE-2024-58094

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfstruncatenolock Added a check for "read-only" mode in the jfstruncatenolock function to avoid errors related to writing to a read-only filesystem. Call stack: blockwritebegin...

5.5CVSS7.7AI score0.00186EPSS
SaveExploits0References16
OSV
OSV
added 2025/04/16 3:15 p.m.9 views

DEBIAN-CVE-2024-58094

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfstruncatenolock Added a check for "read-only" mode in the jfstruncatenolock function to avoid errors related to writing to a read-only filesystem. Call stack: blockwritebegin...

5.5CVSS5.5AI score0.00186EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/16 2:11 p.m.123 views

CVE-2024-58094

The CVE-2024-58094 vulnerability is in the Linux kernel’s JFS file system, where jfs_truncate_nolock() now checks isReadOnly to avoid writing on read-only filesystems. This prevents data modifications when isReadOnly(ip) is true, causing truncation to halt and the xtTruncate path to be used with ...

7.8CVSS6.6AI score0.00186EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/04/16 2:11 p.m.13 views

CVE-2024-58094 jfs: add check read-only before truncation in jfs_truncate_nolock()

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfstruncatenolock Added a check for "read-only" mode in the jfstruncatenolock function to avoid errors related to writing to a read-only filesystem. Call stack: blockwritebegin...

7.8CVSS6.2AI score
SaveExploits0References5
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.11 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 the jfstruncatenolock function not checking for read-only mode, which could result in a write to a read-only...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2025/04/03 2:16 p.m.15 views

BIT-JOOMLA-2024-21731 [20240703] - Core - XSS in StringHelper::truncate method

Improper handling of input could lead to an XSS vector in the StringHelper::truncate method...

6.1CVSS5.9AI score0.00442EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/04/03 7:19 a.m.2 views

CVE-2025-22000 mm/huge_memory: drop beyond-EOF folios with the right number of refs

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: drop beyond-EOF folios with the right number of refs When an after-split folio is large and needs to be dropped due to EOF, folioputrefsfolio, folionrpagesfolio should be used to drop all page cache refs. Otherwise...

7.5AI score0.00178EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/03 7:19 a.m.12 views

CVE-2025-22000 mm/huge_memory: drop beyond-EOF folios with the right number of refs

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: drop beyond-EOF folios with the right number of refs When an after-split folio is large and needs to be dropped due to EOF, folioputrefsfolio, folionrpagesfolio should be used to drop all page cache refs. Otherwise...

5.5CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2025/03/27 5:15 p.m.18 views

UBUNTU-CVE-2022-49739

In the Linux kernel, the following vulnerability has been resolved: gfs2: Always check inode size of inline inodes Check if the inode size of stuffed inline inodes is within the allowed range when reading inodes from disk gfs2dinodein. This prevents us from on-disk corruption. The two checks in...

7.1CVSS6.1AI score0.00193EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/03/26 2:23 a.m.10 views

kernel: ftruncate: pass a signed offset

An unexpected file truncate flaw was found when opening files with specific parameters in the Linux kernel's file-system. This vulnerability allows a local user to corrupt specific files when having access to these files...

5.5CVSS7.3AI score0.00229EPSS
SaveExploits0References5
Rows per page
Query Builder