Lucene search
+L

18709 matches found

ATTACKERKB
ATTACKERKB
added 2025/07/04 2:15 p.m.5 views

CVE-2025-38232

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

4.7CVSS5.8AI score0.00142EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/04 2:15 p.m.24 views

AZL-70427 CVE-2025-38232 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.3 views

DEBIAN-CVE-2025-38230

In the Linux kernel, the following vulnerability has been resolved: jfs: validate AG parameters in dbMount to prevent crashes Validate dbagheight, dbagwidth, and dbagstart in dbMount to catch corrupted metadata early and avoid undefined behavior in dbAllocAG. Limits are derived from L2LPERCTL,...

7.8CVSS6.2AI score0.00161EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/04 2:15 p.m.13 views

CVE-2025-38220

In the Linux kernel, the following vulnerability has been resolved: ext4: only dirty folios when data journaling regular files fstest generic/388 occasionally reproduces a crash that looks as follows: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace:...

5.5CVSS0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/04 2:15 p.m.3 views

DEBIAN-CVE-2025-38218

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sitbitmapsize w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will trigger kernel panic: touch img truncate -s...

7.8CVSS5.7AI score0.00158EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/04 2:15 p.m.11 views

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.1CVSS0.00142EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/04 2:15 p.m.10 views

UBUNTU-CVE-2025-38219

In the Linux kernel, the following vulnerability has been resolved: f2fs: prevent kernel warning due to negative inlink from corrupted image WARNING: CPU: 1 PID: 9426 at fs/inode.c:417 dropnlink+0xac/0xd0 home/cc/linux/fs/inode.c:417 Modules linked in: CPU: 1 UID: 0 PID: 9426 Comm: syz-executor56...

5.5CVSS6.2AI score0.00153EPSS
SaveExploits0References42
OSV
OSV
added 2025/07/04 2:15 p.m.13 views

UBUNTU-CVE-2025-38218

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sitbitmapsize w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will trigger kernel panic: touch img truncate -s...

7.8CVSS6.2AI score0.00158EPSS
SaveExploits0References41
OSV
OSV
added 2025/07/04 2:15 p.m.14 views

UBUNTU-CVE-2025-38204

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in addmissingindices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and return -EIO if the check fails. Also make jfsreaddir...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0References23
Vulnrichment
Vulnrichment
added 2025/07/04 1:37 p.m.8 views

CVE-2025-38232 NFSD: fix race between nfsd registration and exports_proc

In the Linux kernel, the following vulnerability has been resolved: NFSD: fix race between nfsd registration and exportsproc As of now nfsd calls createprocexportsentry at start of initnfsd and cleanup by removeprocentry at last of exitnfsd. Which causes kernel OOPs if there is race between below...

7.8CVSS5.3AI score0.00142EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.13 views

CVE-2025-38222

In the Linux kernel, the following vulnerability has been resolved: ext4: inline: fix len overflow in ext4prepareinlinedata When running the following code on an ext4 filesystem with inlinedata feature enabled, it will lead to the bug below. fd = open"file1", ORDWR | OCREAT | OTRUNC, 0666;...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0
CVE
CVE
added 2025/07/04 1:37 p.m.45 views

CVE-2025-38221

CVE-2025-38221 relates to a Linux kernel ext4 punching hole offset vulnerability. The available connected documents describe a fix for out-of-bounds punching: punching a hole with a start offset that exceeds max_end could yield a negative length in truncate_inode_partial_folio during page cache t...

7.1CVSS6.1AI score0.00142EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38220

In the Linux kernel, the following vulnerability has been resolved: ext4: only dirty folios when data journaling regular files fstest generic/388 occasionally reproduces a crash that looks as follows: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... Call Trace:...

5.5CVSS5.5AI score0.0014EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/04 1:37 p.m.16 views

CVE-2025-38206 exfat: fix double free in delayed_free

In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayedfree The double free could happen in the following path. exfatcreateupcasetable exfatcreateupcasetable : return error exfatfreeupcasetable : free -volutbl exfatloaddefaultupcasetable : return erro...

7.8CVSS0.00159EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/04 10:05 a.m.27 views

CVE-2025-27025

The target device exposes a service on a specific TCP port with a configured endpoint. The access to that endpoint is granted using a Basic Authentication method. The endpoint accepts also the PUT method and it is possible to write files on the target device file system. Files are written as root...

8.8CVSS6.4AI score0.00657EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/07/04 10:05 a.m.27 views

CVE-2025-27024

Unrestricted access to OS file system in SFTP service in Infinera G42 version R6.1.3 allows remote authenticated users to read/write OS files via SFTP connections. Details: Account members of the Network Administrator profile can access the target machine via SFTP with the same credentials used f...

6.5CVSS6.2AI score0.00337EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/07/04 12:00 a.m.11 views

PT-2025-27996 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: The issue is related to the ext4 file system in the Linux kernel. It occurs when punching a hole with a start offset that exceeds max end, resulting in a negative length in the...

6AI score0.00142EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2025/07/04 12:00 a.m.27 views

The vulnerability of the Linux operating system’s kernel NFS component, which allows a hacker to trigger a service failure

The vulnerability of the Linux operating system’s kernel NFS component is related to pointer arithmetic errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References8Affected Software3
Positive Technologies
Positive Technologies
added 2025/07/04 12:00 a.m.10 views

PT-2025-27994

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A vulnerability in the Linux kernel has been resolved, which prevented a kernel warning due to a negative i nlink from a corrupted image. The issue was related to the f2fs file...

5.5CVSS7AI score0.00153EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/07/04 12:00 a.m.7 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 jfs not validating the AG parameter in dbMount, which could lead to an out-of-bounds shift operation...

7.8CVSS8AI score0.00161EPSS
SaveExploits0References6
Rows per page
Query Builder