Lucene search
+L

5331 matches found

UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.5 views

CVE-2025-68261

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

7.5CVSS6AI score0.00525EPSS
SaveExploits0References36
OSV
OSV
added 2025/12/16 3:15 p.m.9 views

UBUNTU-CVE-2025-68264

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.7AI score0.00213EPSS
SaveExploits0References37
OSV
OSV
added 2025/12/16 2:52 p.m.27 views

USN-7938-1 linux-azure-5.15 vulnerabilities

Jean-Claude Graf, Sandro Rüegge, Ali Hajiabadi, and Kaveh Razavi discovered that the Linux kernel contained insufficient branch predictor isolation between a guest and a userspace hypervisor for certain processors. This flaw is known as VMSCAPE. An attacker in a guest VM could possibly use this t...

9.8CVSS6.5AI score0.00617EPSS
SaveExploits3References188
CVE
CVE
added 2025/12/16 2:45 p.m.36 views

CVE-2025-68264

In CVE-2025-68264, the Linux kernel ext4 inline data path is vulnerable to a race where i_inline_size can become stale between the initial size check and the actual write. Specifically, a concurrent xattr operation may change i_inline_size after ext4_get_max_inline_size() passes the check but bef...

6AI score0.00213EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/12/16 2:45 p.m.8 views

CVE-2025-68264 ext4: refresh inline data size before write operations

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.4AI score0.00213EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 2:45 p.m.8 views

CVE-2025-68264 ext4: refresh inline data size before write operations

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

6.2AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.38 views

CVE-2025-68264 ext4: refresh inline data size before write operations

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

0.00213EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/12/16 2:45 p.m.6 views

CVE-2025-68264

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.2AI score0.00213EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/12/16 2:45 p.m.7 views

CVE-2025-68261 ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

7.5CVSS5.5AI score0.00525EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/16 2:45 p.m.39 views

CVE-2025-68261

CVE-2025-68261 affects the Linux kernel’s ext4 filesystem. The fix adds i_data_sem protection to ext4_destroy_inline_data_nolock() to close a race between destroying inline data and block mapping. Without protection, ext4_ind_map_blocks() may receive an inode with EXT4_INODE_EXTENTS set, triggeri...

7.5CVSS6.1AI score0.00525EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.34 views

CVE-2025-68261 ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

7.5CVSS0.00525EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 2:15 p.m.14 views

CVE-2025-40361

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00032EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.9 views

CVE-2025-40361

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score0.00032EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.41 views

CVE-2025-40361

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:40 p.m.29 views

CVE-2025-40361

CVE-2025-40361 entry is rejected/not used and not an active vulnerability.

6.2AI score0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:40 p.m.5 views

CVE-2025-40361 fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: fs: ext4: change GFPKERNEL to GFPNOFS to avoid deadlock The parent function ext4xattrinodelookupcreate already uses GFPNOFS for memory alloction, so the function ext4xattrinodecachefind should use same gfpflag...

6.4AI score
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40361

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs: ext4: change GFPKERNEL to GFPNOFS to avoid deadlock The parent function ext4xattrinodelookupcreate already uses GFPNOFS for memory alloction, so the functio...

6.8AI score0.00032EPSS
SaveExploits0References4
Oracle linux
Oracle linux
added 2025/12/16 12:00 a.m.21 views

kernel security update

3.10.0-1160.119.1.0.14 - HID: core: fix shift-out-of-bounds in hidreportrawevent CVE-2022-48978 Orabug: 38644370 - crypto: seqiv - Handle EBUSY correctly CVE-2023-53373 Orabug: 38644370 - nfsd: don't ignore the return code of svcprocregister CVE-2025-22026 Orabug: 38644370 - netsched: hfsc: Fix a...

7.8CVSS9.2AI score0.03558EPSS
SaveExploits9
CNNVD
CNNVD
added 2025/12/16 12:00 a.m.6 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 ext4destroyinlinedatanolock missing idatasem protection in ext4...

6.2AI score0.00525EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/16 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 the Linux kernel that stems from the failure to refresh the inline data size before a write operation in ext4...

6.2AI score0.00213EPSS
SaveExploits0References4
Rows per page
Query Builder