Lucene search
K

3432 matches found

OSV
OSV
added 2025/10/22 2:15 p.m.1 views

UBUNTU-CVE-2022-50577

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

5.7AI score0.00193EPSS
Exploits0References6
CloudLinux
CloudLinux
added 2025/10/22 1:29 p.m.17 views

kernel: Fix of 39 CVEs

nfs: fix UAF in direct writes CVE-2024-26958 - NFSD: Fix the behavior of READ near OFFSETMAX CVE-2022-48827 - thermal: core: prevent potential string overflow CVE-2023-52868 - ath5k: fix OOB in ath5keepromreadpcalinfo5111 CVE-2021-47633 - RDMA/cma: Ensure rdmaaddrcancel happens before issuing...

7.8CVSS7.3AI score0.01054EPSS
Exploits1
OSV
OSV
added 2025/10/22 1:29 p.m.5 views

CLSA-2025-1761139764 kernel: Fix of 39 CVEs

nfs: fix UAF in direct writes CVE-2024-26958 - NFSD: Fix the behavior of READ near OFFSETMAX CVE-2022-48827 - thermal: core: prevent potential string overflow CVE-2023-52868 - ath5k: fix OOB in ath5keepromreadpcalinfo5111 CVE-2021-47633 - RDMA/cma: Ensure rdmaaddrcancel happens before issuing...

7.8CVSS7.1AI score0.01054EPSS
Exploits1References1
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.7 views

CVE-2023-53732 fs/ntfs3: Fix NULL dereference in ni_write_inode

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in niwriteinode Syzbot reports a NULL dereference in niwriteinode. When creating a new inode, if allocation fails in miinit function called in miformatnew function, mi-mrec is set to NULL. In the...

0.00182EPSS
Exploits0References4
CVE
CVE
added 2025/10/22 1:23 p.m.15 views

CVE-2023-53732

CVE-2023-53732 affects the Linux kernel component fs/ntfs3 where a NULL dereference can occur in ni_write_inode when inode creation fails and mi->mrec is NULL. The root cause is allocation failure in mi_init (called from mi_format_new), after which a NULL mrec is later dereferenced in ni_write...

6.1AI score0.00182EPSS
Exploits0References4
OSV
OSV
added 2025/10/22 1:23 p.m.3 views

CVE-2023-53732 fs/ntfs3: Fix NULL dereference in ni_write_inode

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in niwriteinode Syzbot reports a NULL dereference in niwriteinode. When creating a new inode, if allocation fails in miinit function called in miformatnew function, mi-mrec is set to NULL. In the...

6.4AI score0.00182EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.8 views

CVE-2023-53695 udf: Detect system inodes linked into directory hierarchy

In the Linux kernel, the following vulnerability has been resolved: udf: Detect system inodes linked into directory hierarchy When UDF filesystem is corrupted, hidden system inodes can be linked into directory hierarchy which is an avenue for further serious corruption of the filesystem and kerne...

0.00202EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.7 views

CVE-2022-50581 hfs: fix OOB Read in __hfs_brec_find

In the Linux kernel, the following vulnerability has been resolved: hfs: fix OOB Read in hfsbrecfind Syzbot reported a OOB read bug: ================================================================== BUG: KASAN: slab-out-of-bounds in hfsstrcmp+0x117/0x190 fs/hfs/string.c:84 Read of size 1 at addr...

0.00237EPSS
Exploits0References9
CVE
CVE
added 2025/10/22 1:23 p.m.9 views

CVE-2022-50581

The CVE-2022-50581 entry concerns the Linux kernel vulnerability in the HFS filesystem code. A faulty length value in hfs_write_inode() can lead to an OOB read during hfs_brec_find() via hfs_strcmp(), caused by len exceeding HFS_NAMELEN. The root cause is insufficient length validation before inv...

6AI score0.00237EPSS
Exploits0References9
OSV
OSV
added 2025/10/22 1:23 p.m.3 views

CVE-2022-50581 hfs: fix OOB Read in __hfs_brec_find

In the Linux kernel, the following vulnerability has been resolved: hfs: fix OOB Read in hfsbrecfind Syzbot reported a OOB read bug: ================================================================== BUG: KASAN: slab-out-of-bounds in hfsstrcmp+0x117/0x190 fs/hfs/string.c:84 Read of size 1 at addr...

6.4AI score0.00237EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.8 views

CVE-2022-50577 ima: Fix memory leak in __ima_inode_hash()

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

0.00193EPSS
Exploits0References3
CVE
CVE
added 2025/10/22 1:23 p.m.11 views

CVE-2022-50577

CVE-2022-50577 involves a memory leak in the Linux kernel’s IMA path. The root cause was that __ima_inode_hash() could allocate ima_hash and then fail after ima_collect_measurement() returned an error, allowing a leaked temporary inode metadata structure. The patch adds a kfree() when the error f...

6.1AI score0.00193EPSS
Exploits0References3
OSV
OSV
added 2025/10/22 1:23 p.m.3 views

CVE-2022-50577 ima: Fix memory leak in __ima_inode_hash()

In the Linux kernel, the following vulnerability has been resolved: ima: Fix memory leak in imainodehash Commit f3cc6b25dcc5 "ima: always measure and audit files in policy" lets measurement or audit happen even if the file digest cannot be calculated. As a result, iint-imahash could have been...

6.4AI score0.00193EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/21 12:31 p.m.4 views

EUVD-2022-54865

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fsevictinode As Yanming reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215904 The kernel message is shown below: kernel BUG at fs/f2fs/inode.c:825! Call Trace: evict+0x282/0x4...

5.5CVSS5AI score0.00241EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/21 12:31 p.m.3 views

EUVD-2022-54868

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check for inline inode Yanming reported a kernel bug in Bugzilla kernel 1, which can be reproduced. The bug message is: The kernel message is shown below: kernel BUG at fs/inode.c:611! Call Trace:...

5.5CVSS4.9AI score0.0024EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/21 12:31 p.m.4 views

EUVD-2022-54971

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix missing free nid in f2fshandlefailedinode This patch fixes xfstests/generic/475 failure. 293.680694 F2FS-fs dm-1: May loss orphan inode, run fsck to fix. 293.685358 Buffer I/O error on dev dm-1, logical block 8388592,...

5.5CVSS4.9AI score0.00241EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/21 12:31 p.m.3 views

EUVD-2022-55006

In the Linux kernel, the following vulnerability has been resolved: dax: make sure inodes are flushed before destroy cache A bug can be triggered by following command $ modprobe ndpmem && modprobe -r ndpmem 10.060014 BUG daxcache Not tainted: Objects remaining in daxcache on kmemcacheshutdown...

5.5CVSS6.1AI score0.00247EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987545)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987545 advisory. In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after conversion from inline format Commit 6dbf7bb55598 fs: Don't...

5.5CVSS6.4AI score0.0021EPSS
Exploits0References4
OSV
OSV
added 2025/10/20 3:26 p.m.2 views

CVE-2025-40006 mm/hugetlb: fix folio is still mapped when deleted

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

6.2AI score0.00236EPSS
Exploits0References11
OSV
OSV
added 2025/10/18 11:3 a.m.2 views

SUSE-SU-2025:03646-1 Security update for the Linux Kernel RT (Live Patch 2 for SLE 15 SP7)

This update for the Linux Kernel 6.4.0-15070078 fixes several issues. The following security issues were fixed: - CVE-2025-38678: netfilter: nftables: reject duplicate device on updates bsc1249534. - CVE-2025-38499: cloneprivatemnt: make sure that caller has CAPSYSADMIN in the right userns...

7.8CVSS5.8AI score0.00528EPSS
Exploits1References15
Rows per page
Query Builder