Lucene search
+L

23935 matches found

EUVD
EUVD
added 2025/12/16 3:30 p.m.6 views

EUVD-2025-203728

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit was not properly initializing TxBlock0.waitor waitqueue, causing a crash when txEnd0 is called on read-only filesystems. Whe...

5.9AI score0.00137EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/16 3:30 p.m.6 views

EUVD-2025-203731

In the Linux kernel, the following vulnerability has been resolved: ceph: fix multifs mds auth caps issue The mds auth caps check should also validate the fsname along with the associated caps. Not doing so would result in applying the mds auth caps of one fs on to the other fs in a multifs ceph...

6AI score0.0015EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 3:15 p.m.6 views

UBUNTU-CVE-2025-68251

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid infinite loops due to corrupted subpage compact indexes Robert reported an infinite loop observed by two crafted images. The root cause is that clusterofs can be larger than lclustersize for !NONHEAD lclusters in...

5.7AI score0.00164EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 3:15 p.m.8 views

UBUNTU-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.5CVSS5.9AI score0.00476EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.7 views

CVE-2025-68266

In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes"...

5.7AI score0.00175EPSS
SaveExploits0References35
ATTACKERKB
ATTACKERKB
added 2025/12/16 2:47 p.m.4 views

CVE-2025-68266

In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes"...

5.2AI score0.00175EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/12/16 2:47 p.m.30 views

CVE-2025-68266

The CVE-2025-68266 entry concerns Linux kernel BFS filesystem handling when loading file types from disk. The root cause is that S_IFMT bits of inode->i_mode can become bogus if the 32-bit mode or attributes fields loaded from disk are corrupted. The Linux kernel documentation indicates BFS us...

6.2AI score0.00175EPSS
SaveExploits0References8
OSV
OSV
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.5CVSS6.4AI score
SaveExploits0References12
NVD
NVD
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68210

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid infinite loop due to incomplete zstd-compressed data Currently, the decompression logic incorrectly spins if compressed data is truncated in crafted deliberately corrupted images...

0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.13 views

CVE-2025-40361

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

0.00032EPSS
SaveExploits0
NVD
NVD
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68168

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit was not properly initializing TxBlock0.waitor waitqueue, causing a crash when txEnd0 is called on read-only filesystems. Whe...

7.8CVSS0.00137EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 2:15 p.m.17 views

UBUNTU-CVE-2025-68168

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uninitialized waitqueue in transaction manager The transaction manager initialization in txInit was not properly initializing TxBlock0.waitor waitqueue, causing a crash when txEnd0 is called on read-only filesystems. Whe...

7.8CVSS5.7AI score0.00137EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.5 views

CVE-2025-68219

In the Linux kernel, the following vulnerability has been resolved: cifs: fix memory leak in smb3fscontextparseparam error path Add proper cleanup of ctx-source and fc-source to the cifsparsemounterr error handler. This ensures that memory allocated for the source strings is correctly freed on al...

5.7AI score0.00178EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.11 views

CVE-2025-40362

In the Linux kernel, the following vulnerability has been resolved: ceph: fix multifs mds auth caps issue The mds auth caps check should also validate the fsname along with the associated caps. Not doing so would result in applying the mds auth caps of one fs on to the other fs in a multifs ceph...

8.8CVSS5.8AI score0.0015EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.8 views

UBUNTU-CVE-2025-68219

In the Linux kernel, the following vulnerability has been resolved: cifs: fix memory leak in smb3fscontextparseparam error path Add proper cleanup of ctx-source and fc-source to the cifsparsemounterr error handler. This ensures that memory allocated for the source strings is correctly freed on al...

5.7AI score0.00178EPSS
SaveExploits0References23
CVE
CVE
added 2025/12/16 1:40 p.m.28 views

CVE-2025-40362

CVE-2025-40362 affects the Linux kernel Ceph multifs MDS auth caps handling. The issue arises when mds auth caps are applied across multiple Ceph file systems without validating the fsname alongside the caps, allowing a user’s permissions on one fs to affect another in a multifs cluster. Reported...

8.8CVSS6.2AI score0.0015EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 1:40 p.m.8 views

CVE-2025-40362 ceph: fix multifs mds auth caps issue

In the Linux kernel, the following vulnerability has been resolved: ceph: fix multifs mds auth caps issue The mds auth caps check should also validate the fsname along with the associated caps. Not doing so would result in applying the mds auth caps of one fs on to the other fs in a multifs ceph...

8.8CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/16 1:40 p.m.39 views

CVE-2025-40361

...

0.00032EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:30 p.m.34 views

CVE-2025-40351

CVE-2025-40351: In the Linux kernel, the hfsplus code fix addresses a KMSAN uninit-value issue in hfsplus_delete_cat(), triggered during directory creation and mounting paths (as shown by the syzbot trace for hfsplus_subfolders_dec and related calls). The description indicates the issue being res...

5.9AI score0.00188EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.9 views

PHP Filesystem Management Tool 安全漏洞

PHP Filesystem Management Tool is a system management tool by the individual developer Fabrício Seger Kolling. A security vulnerability exists in PHP Filesystem Management Tool version 1.7.9, which stems from a loose type comparison in password hash validation that could lead to an authentication...

9.8CVSS7.1AI score0.00576EPSS
SaveExploits1References3
Rows per page
Query Builder