Lucene search
+L

71 matches found

RedhatCVE
RedhatCVE
added 2026/08/31 2:57 p.m.8 views

CVE-2026-80656

A flaw was found in the Linux kernel's hfsplus filesystem. A local attacker could provide a specially crafted and corrupted HFS+ image. When attempting to mount this image, a malformed btree node size value could lead to the use of an uninitialized value within the kernel. This could result in a...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 6:49 a.m.12 views

EUVD-2026-67532

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Add a sanity check for btree node size Syzbot reported an uninit-value bug in 1 with a corrupted HFS+ image, during the file system mounting process, specifically while loading the catalog, a corrupted nodesize value of ...

5.8AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:49 a.m.33 views

CVE-2026-80656

CVE-2026-80656 is an uninitialized value vulnerability in the Linux kernel's hfsplus (HFS+) filesystem driver. During mounting of a crafted HFS+ image, a corrupted node_size value of 1 causes an excessively large rec_off argument to be passed to hfs_bnode_read_u16() within hfs_bnode_find(), leavi...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/19 10:28 a.m.10 views

CVE-2026-74414

A flaw was found in the Linux kernel's HFS Plus hfsplus filesystem. A local user could trigger a null-pointer dereference by executing the setxattr function in userspace when the attributes file is not properly loaded during system mount. This vulnerability is caused by a duplicate attribute inod...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64360

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: zero-initialize buffer in hfsbnoderead hfsbnoderead can return early without writing to the output buffer when isbnodeoffsetvalid fails or when checkandcorrectrequested length corrects the length to zero. Callers suc...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2026/06/08 7:03 p.m.18 views

CVE-2026-46299

A flaw was found in the hfsplus filesystem component of the Linux kernel. An issue exists in the hfsplusfillsuper function where a lock is not properly released during an error handling path. This can occur when certain conditions cause hfspluscatbuildkey to fail during filesystem initialization....

7CVSS5.5AI score0.00091EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/08 3:46 p.m.72 views

CVE-2026-46299

CVE-2026-46299 (Linux kernel) affects the hfsplus filesystem during mount. hfsplus_fill_super() calls hfs_find_init() to initialize a search structure, which grabs tree->tree_lock. If hfsplus_cat_build_key() fails, control jumps to out_put_root without releasing the lock, causing a later clean...

7CVSS5.5AI score0.00091EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the hfsbnodecreate function in the hfsplus file system. This function returns a node when it...

5.8AI score0.00123EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.18 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the incorrect setting of a special inode in hfsplus as of the SIFREG type, potentially leading to...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.7 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013070)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013070 advisory. In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplusextcacheextent The syzbot reported issue in...

7.8CVSS5.6AI score0.00155EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.8 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-002423)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002423 advisory. Multiple buffer overflows in the hfsplus filesystem implementation in the Linux kernel before 3.3.5 allow local users to gain privileges via a crafted HFS plus...

7.8CVSS6.5AI score0.04759EPSS
SaveExploits2References12
BDU FSTEC
BDU FSTEC
added 2025/12/14 12:00 a.m.9 views

The vulnerability in the `fs/hfsplus/bnode.c` component of the Linux operating system allows a hacker to gain access to confidential data, compromise its integrity, and cause service failures.

The vulnerability of the fs/hfsplus/bnode.c component in the Linux operating system is related to reading data from beyond the allowed buffer size. Exploiting this vulnerability allows an attacker to access confidential data, compromise its integrity, and cause service failures...

6.3CVSS7.2AI score0.00167EPSS
SaveExploits0References17Affected Software3
ATTACKERKB
ATTACKERKB
added 2025/10/28 11:48 a.m.8 views

CVE-2025-40082

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplusuni2asc BUG: KASAN: slab-out-of-bounds in hfsplusuni2asc+0xa71/0xb90 fs/hfsplus/unicode.c:186 Read of size 2 at addr ffff8880289ef218 by task syz.6.248/14290 CPU: 0 UID: 0 PID: 14290...

5.4AI score0.00179EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.7 views

EUVD-2025-32724

In the Linux kernel, the following vulnerability has been resolved: fs: hfsplus: remove WARNON from hfspluscatread,writeinode syzbot is hitting WARNON in hfspluscatread,writeinode, for crafted filesystem image can contain bogus length. There conditions are not kernel bugs that can justify kernel ...

5.9AI score0.00153EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2012-2312

Malware in sbrugna...

7.2CVSS5.5AI score0.00397EPSS
SaveExploits1References14
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2008-4912

Malware in sbrugna...

7.8CVSS6AI score0.02904EPSS
SaveExploits0References29
SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.9 views

SUSE CVE-2025-38650

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutexlock check in hfsplusfreeextents Syzbot reported an issue in hfsplus filesystem: ------------ cut here ------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call...

4.7CVSS6.6AI score0.00132EPSS
SaveExploits0References16
NVD
NVD
added 2025/08/22 4:15 p.m.12 views

CVE-2025-38650

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutexlock check in hfsplusfreeextents Syzbot reported an issue in hfsplus filesystem: ------------ cut here ------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call...

5.5CVSS0.00132EPSS
SaveExploits0References11
OSV
OSV
added 2025/08/22 4:15 p.m.5 views

DEBIAN-CVE-2025-38650

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutexlock check in hfsplusfreeextents Syzbot reported an issue in hfsplus filesystem: ------------ cut here ------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call...

5.5CVSS5.4AI score0.00132EPSS
SaveExploits0References1
CVE
CVE
added 2025/08/22 4:00 p.m.66 views

CVE-2025-38650

CVE-2025-38650 affects the Linux kernel hfsplus code path. The issue arises from a deadlock-prone interaction around the extents tree: the code previously invoked mutex_lock in a path leading to hfsplus_free_extents, and a commit (31651c607151) was applied to unlock the extents tree before hfsplu...

5.5CVSS6.6AI score0.00132EPSS
SaveExploits0References11Affected Software1
Rows per page
Query Builder