Lucene search
+L

118 matches found

OSV
OSV
added 2 days ago3 views

USN-8547-2 linux-azure-fips 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: - RISC-V architecture; - Cryptographic API; - InfiniBand drivers; - IOMMU subsystem; - Network drivers; -...

9.8CVSS6.3AI score0.11039EPSS
SaveExploits4References66
EUVD
EUVD
added 2026/05/06 12:30 p.m.11 views

EUVD-2026-27787

In the Linux kernel, the following vulnerability has been resolved: hfs: Replace BUGON with error handling for CNID count checks In a06ec283e125 nextid, foldercount, and filecount in the super block info were expanded to 64 bits, and BUGONs were added to detect overflow. This triggered an error...

5.8AI score0.00112EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 11:28 a.m.4 views

CVE-2026-43228 hfs: Replace BUG_ON with error handling for CNID count checks

In the Linux kernel, the following vulnerability has been resolved: hfs: Replace BUGON with error handling for CNID count checks In a06ec283e125 nextid, foldercount, and filecount in the super block info were expanded to 64 bits, and BUGONs were added to detect overflow. This triggered an error...

5.5CVSS5.9AI score0.00112EPSS
SaveExploits0References5
Redos
Redos
added 2026/04/07 12:0 a.m.8 views

ROS-20260407-73-0013

A vulnerability in the fs/hfs/bnode.c component of the Linux operating system kernel is related to reading outside the allowed data buffer boundaries. Exploitation of the vulnerability allows an attacker to cause a denial of service...

7.8CVSS7.1AI score0.00151EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:0 a.m.8 views

MiracleLinux 3 : kernel-2.6.18-274.5.AXS3 (AXSA:2012-220:01)

The remote MiracleLinux 3 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2012-220:01 advisory. The kernel package contains the Linux kernel vmlinuz, the core of any Linux operating system. The kernel handles the basic functions of the operating...

7.4CVSS7.2AI score0.00852EPSS
SaveExploits4References7
NVD
NVD
added 2026/01/05 10:15 a.m.7 views

CVE-2025-68761

In the Linux kernel, the following vulnerability has been resolved: hfs: fix potential use after free in hfscorrectnextunusedCNID This code calls hfsbnodeputnode which drops the refcount and then dreferences "node" on the next line. It's only safe to use "node" when we're holding a reference so...

7.8CVSS0.00145EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/05 9:32 a.m.34 views

CVE-2025-68761 hfs: fix potential use after free in hfs_correct_next_unused_CNID()

In the Linux kernel, the following vulnerability has been resolved: hfs: fix potential use after free in hfscorrectnextunusedCNID This code calls hfsbnodeputnode which drops the refcount and then dreferences "node" on the next line. It's only safe to use "node" when we're holding a reference so...

7.8CVSS0.00145EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/05 9:32 a.m.21 views

CVE-2025-68761

CVE-2025-68761 corresponds to a Linux kernel vulnerability in the HFS filesystem. The issue is a use-after-free in hfs_correct_next_unused_CNID() where a reference is dropped with hfs_bnode_put(node) and then the code dereferences node on the next line. The documented fix swaps these two lines so...

7.8CVSS6.5AI score0.00145EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/05 12:0 a.m.8 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 originates in the hfs file system where the hfscorrectnextunusedCNID function still references a node after a call to...

6.1AI score0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.5 views

SUSE CVE-2022-50747

In the Linux kernel, the following vulnerability has been resolved: hfs: Fix OOB Write in hfsasc2mac Syzbot reported a OOB Write bug: loop0: detected capacity change from 0 to 64 ================================================================== BUG: KASAN: slab-out-of-bounds in...

6.6CVSS6.4AI score0.00248EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2022-50747

In the Linux kernel, the following vulnerability has been resolved: hfs: Fix OOB Write in hfsasc2mac Syzbot reported a OOB Write bug: loop0: detected capacity change from 0 to 64 ================================================================== BUG: KASAN: slab-out-of-bounds in...

5.7AI score0.00248EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/09 4:17 p.m.3 views

UBUNTU-CVE-2023-53862

In the Linux kernel, the following vulnerability has been resolved: hfs: fix missing hfsbnodeget in hfsbnodecreate Syzbot found a kernel BUG in hfsbnodeput: kernel BUG at fs/hfs/bnode.c:466! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 0 PID: 3634 Comm: kworker/u4:5 Not tainted...

5.7AI score0.00214EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.32 views

CVE-2023-53862 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create

In the Linux kernel, the following vulnerability has been resolved: hfs: fix missing hfsbnodeget in hfsbnodecreate Syzbot found a kernel BUG in hfsbnodeput: kernel BUG at fs/hfs/bnode.c:466! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 0 PID: 3634 Comm: kworker/u4:5 Not tainted...

0.00214EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:30 a.m.5 views

CVE-2023-53862 hfs: fix missing hfs_bnode_get() in __hfs_bnode_create

In the Linux kernel, the following vulnerability has been resolved: hfs: fix missing hfsbnodeget in hfsbnodecreate Syzbot found a kernel BUG in hfsbnodeput: kernel BUG at fs/hfs/bnode.c:466! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 0 PID: 3634 Comm: kworker/u4:5 Not tainted...

6.2AI score0.00214EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.6 views

SUSE CVE-2025-40243

In the Linux kernel, the following vulnerability has been resolved: hfs: fix KMSAN uninit-value issue in hfsfindsetzerobits The syzbot reported issue in hfsfindsetzerobits: ===================================================== BUG: KMSAN: uninit-value in hfsfindsetzerobits+0x74d/0xb60...

6.7AI score0.00188EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2011-2193

Malware in sbrugna...

2.1CVSS8.2AI score0.00448EPSS
SaveExploits1References12
Rosalinux
Rosalinux
added 2025/09/11 10:17 a.m.14 views

Advisory ROSA-SA-2025-3000

software: grub2 2.06 WASP: ROSA-CHROME unaffected versions = grub2-2.06-24 affected versions grub2-2.06-24 CVE-ID: CVE-2024-45779 BDU-ID: 2025-03832 CVE-Crit: MEDIUM CVE-DESC.: A vulnerability in the BFS file system of the Grub2 operating system boot loader is related to reads outside the allowed...

8.8CVSS7.4AI score0.00735EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-38716

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hfs: fix general protection fault in hfsfindinit The hfsfindinit method can trigger the crash if tree pointer is NULL: 45.746290 T9787 Oops: general protection...

5.5CVSS6.1AI score0.00135EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability in grub2

GNU GRUB also known as GRUB2 from version 2.12 has a heap-based buffer overflow in the fs/hfs.c file, due to crafted sblock data within an HFS filesystem...

8.8CVSS7.1AI score0.00735EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/05/28 12:0 a.m.36 views

Ubuntu 20.04 LTS : Linux kernel (Raspberry Pi) vulnerabilities (USN-7539-1)

"The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7539-1 advisory. Chenyuan Yang discovered that the CEC driver driver in the Linux kernel contained a use-after-free vulnerability. A local attacker could use this to cau...

9.1CVSS8AI score0.095EPSS
SaveExploits5References398
Rows per page
Query Builder