Lucene search
+L

188 matches found

OSV
OSV
added 2026/03/20 10:11 a.m.36 views

USN-8112-1 linux, linux-aws, linux-aws-hwe, linux-gcp, linux-gcp-4.15, linux-hwe, linux-kvm, linux-oracle vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - x86 architecture; - MMC subsystem; - Network drivers; - USB Device Class drivers; - BTRFS file system; - HFS+ file...

9.1CVSS6.7AI score0.00775EPSS
SaveExploits1References11
BDU FSTEC
BDU FSTEC
added 2026/02/06 12:00 a.m.5 views

The vulnerability of the hfsplus_iget() function in the fs/hfsplus/super.c module, which supports the Apple HFS extended file system, allows a hacker to cause a service failure.

The vulnerability of the hfsplusiget function in the fs/hfsplus/super.c module, which supports the Apple HFS extended file system, is related to the improper disabling or release of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.8AI score0.00207EPSS
SaveExploits0References22Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/02/06 12:00 a.m.6 views

The vulnerabilities of the functions hfs_find_init() and hfs_brec_find() in the fs/hfsplus/bfind.c module support Apple HFS extended file system support in Linux. These vulnerabilities allow attackers to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the functions hfsfindinit and hfsbrecfind in the fs/hfsplus/bfind.c module, which supports the Apple HFS extended file system, is related to the use of an uninitialized variable. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrit...

7CVSS5.8AI score0.00155EPSS
SaveExploits0References22Affected Software3
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001330)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001330 advisory. An issue was discovered in the Linux kernel through 4.17.10. There is a NULL pointer dereference and panic in hfspluslookup in fs/hfsplus/dir.c when opening a file...

7.1CVSS6.6AI score0.02544EPSS
SaveExploits1References4
Microsoft CVE
Microsoft CVE
added 2026/01/15 9:01 a.m.10 views

hfsplus: Verify inode mode when loading from disk

...

5.5CVSS5.4AI score0.0018EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/15 4:30 a.m.10 views

CVE-2025-68774

A race condition was found in the Linux kernel's HFS+ filesystem. When sync and link are called concurrently, two threads may attempt to create the same bnode simultaneously. If one thread reuses a bnode newly created by another thread without properly incrementing the reference count, a subseque...

5.5CVSS5.2AI score0.00509EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/01/14 12:26 a.m.9 views

SUSE CVE-2025-68774

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix missing hfsbnodeget in hfsbnodecreate When sync and link are called concurrently, both threads may enter hfsbnodefind without finding the node in the hash table and proceed to create it. Thread A: hfspluswriteinode -...

4.7CVSS6.4AI score0.00509EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/13 4:15 p.m.9 views

CVE-2025-68774

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix missing hfsbnodeget in hfsbnodecreate When sync and link are called concurrently, both threads may enter hfsbnodefind without finding the node in the hash table and proceed to create it. Thread A: hfspluswriteinode -...

7.5CVSS0.00509EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/13 4:15 p.m.14 views

UBUNTU-CVE-2025-68767

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Verify inode mode when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 16bits "mode" field loaded from disk are corrupted. According to 1, the permissions...

5.7AI score0.0018EPSS
SaveExploits0References38
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:28 p.m.6 views

CVE-2025-68774

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix missing hfsbnodeget in hfsbnodecreate When sync and link are called concurrently, both threads may enter hfsbnodefind without finding the node in the hash table and proceed to create it. Thread A: hfspluswriteinode -...

5.2AI score0.00509EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/01/13 3:28 p.m.30 views

CVE-2025-68767 hfsplus: Verify inode mode when loading from disk

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Verify inode mode when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 16bits "mode" field loaded from disk are corrupted. According to 1, the permissions...

0.0018EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/25 12:54 a.m.6 views

SUSE CVE-2023-54130

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

5.5CVSS6.4AI score0.00161EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/24 3:30 p.m.11 views

EUVD-2023-60315

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

5.9AI score0.00161EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2023-54130

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

7.8CVSS0.00161EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.27 views

CVE-2023-54130

CVE-2023-54130 (Linux kernel - hfs/hfsplus) : A patch that converted a comment into a WARN_ON() created a local vulnerability when processing certain corrupted hfs images, because syzbot could trigger the warning. The proper fix is to treat the situation as an error and return -EIO. The issue was...

7.8CVSS6AI score0.00161EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.41 views

CVE-2023-54130 hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

7.8CVSS0.00161EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.17 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 use of WARNON by hfs/hfsplus for integrity checking and should be changed to proper error handling...

6.2AI score0.00161EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/16 3:30 p.m.4 views

EUVD-2025-203636

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix KMSAN uninit-value issue in hfsplusdeletecat The syzbot reported issue in hfsplusdeletecat: 70.682285 T9333 ===================================================== 70.682943 T9333 BUG: KMSAN: uninit-value in...

5.8AI score0.00207EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/16 1:30 p.m.5 views

CVE-2025-40349 hfs: validate record offset in hfsplus_bmap_alloc

In the Linux kernel, the following vulnerability has been resolved: hfs: validate record offset in hfsplusbmapalloc hfsplusbmapalloc can trigger a crash if a record offset or length is larger than nodesize 15.264282 BUG: KASAN: slab-out-of-bounds in hfsplusbmapalloc+0x887/0x8b0 15.265192 Read of...

7.8CVSS6.5AI score
SaveExploits0References11
BDU FSTEC
BDU FSTEC
added 2025/12/14 12:00 a.m.5 views

The vulnerability of the fs/hfsplus/unicode.c component in 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/unicode.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.00163EPSS
SaveExploits0References16Affected Software3
Rows per page
Query Builder