Lucene search
K

23057 matches found

OSV
OSV
added 2025/12/08 2:15 a.m.7 views

DEBIAN-CVE-2023-53766

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref...

5.3AI score0.0004EPSS
Exploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.2 views

DEBIAN-CVE-2022-50622

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4fcrecordmodifiedinode As krealloc may return NULL, in this case 'state-fcmodifiedinodes' may not be freed by krealloc, but 'state-fcmodifiedinodes' already set NULL. Then will lead to...

5.3AI score0.00029EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.4 views

CVE-2023-53766

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref...

5.3AI score0.0004EPSS
Exploits0
CVE
CVE
added 2025/12/08 1:19 a.m.13 views

CVE-2023-53766

CVE-2023-53766 relates to the Linux kernel, specifically the JFS filesystem. A patch adds a check in txBegin to verify a read-only mounted filesystem before starting a transaction, potentially preventing a NULL pointer dereference. The remediation is a kernel patch (Linux kernel, JFS code path) t...

6.1AI score0.0004EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.24 views

CVE-2023-53766 FS: JFS: Check for read-only mounted filesystem in txBegin

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Check for read-only mounted filesystem in txBegin This patch adds a check for read-only mounted filesystem in txBegin before starting a transaction potentially saving from NULL pointer deref...

0.0004EPSS
Exploits0References8
OSV
OSV
added 2025/12/08 1:16 a.m.0 views

UBUNTU-CVE-2025-40312

In the Linux kernel, the following vulnerability has been resolved: jfs: Verify inode mode when loading from disk The inode mode loaded from corrupted disk can be invalid. Do like what commit 0a9e74051313 "isofs: Verify inode mode when loading from disk" does...

5.7AI score0.00084EPSS
Exploits0References36
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.26 views

CVE-2025-40312 jfs: Verify inode mode when loading from disk

In the Linux kernel, the following vulnerability has been resolved: jfs: Verify inode mode when loading from disk The inode mode loaded from corrupted disk can be invalid. Do like what commit 0a9e74051313 "isofs: Verify inode mode when loading from disk" does...

0.00084EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.6 views

CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

5.2AI score0.00024EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.2 views

CVE-2025-40303

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

5.2AI score0.00028EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/12/08 12:23 a.m.1 views

SUSE CVE-2025-40271

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should use RBCLEARNODE set the erased node to EMPTY, then pdesubdirnext will...

5.2CVSS6.5AI score0.03752EPSS
Exploits2References26
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.2 views

PT-2025-49463

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists within the ext4 filesystem code, specifically in the ext4 fc record modified inode function. The issue arises because krealloc may return NULL, potentially preventin...

7.8CVSS6.8AI score0.00249EPSS
Exploits2References896
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.2 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 f2fs not properly enabling dcc-f2fsissuediscard in the wrong path, which could lead to a null pointer...

6.1AI score0.00028EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.2 views

PT-2025-49542

Name of the Vulnerable Software and Affected Versions Infinera MTC-9 versions R22.1.1.0275 through R22.9.9 Description An improper configuration of the SSH service in Infinera MTC-9 can allow an unauthenticated attacker to execute arbitrary commands and access data on the file system. The issue...

9.8CVSS8.2AI score0.00222EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.2 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 mishandling of errors that could result in metadata being written to the file system in the wrong state...

6.1AI score0.00028EPSS
Exploits0References6
Amazon
Amazon
added 2025/12/08 12:0 a.m.2 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption CVE-2025-40019 In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix flag-dropping behavior in ksmmadvise CVE-2025-40040...

5.5CVSS6.2AI score0.00087EPSS
Exploits2
RedhatCVE
RedhatCVE
added 2025/12/07 9:55 p.m.2 views

CVE-2025-40271

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should use RBCLEARNODE set the erased node to EMPTY, then pdesubdirnext will...

7CVSS5.2AI score0.03752EPSS
Exploits2References4
RedhatCVE
RedhatCVE
added 2025/12/07 9:55 p.m.2 views

CVE-2025-40287

An infinite loop vulnerability was found in the exFAT filesystem driver in the Linux kernel. The exfatfind function does not validate if dentry.stream.validsize is negative. A malformed exFAT filesystem with such entries causes the kernel to hang during file operations like open, truncate, or wri...

5.5CVSS6.1AI score0.00031EPSS
Exploits0References4
GithubExploit
GithubExploit
added 2025/12/07 11:49 a.m.145 views

Exploit for CVE-2025-9074

CVE-2025-9074 Exploit Tool A sophisticated exploitation frame...

9.3CVSS7.9AI score0.01192EPSS
Exploits15
EUVD
EUVD
added 2025/12/07 12:30 a.m.2 views

EUVD-2025-201566

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM Otherwise accessing them can cause a crash...

6AI score0.00031EPSS
Exploits0References4
OSV
OSV
added 2025/12/06 10:15 p.m.2 views

DEBIAN-CVE-2025-40271

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix uaf in procreaddirde Pde is erased from subdir rbtree through rberase, but not set the node to EMPTY, which may result in uaf access. We should use RBCLEARNODE set the erased node to EMPTY, then pdesubdirnext will...

5.3AI score0.03752EPSS
Exploits2References1
Rows per page
Query Builder