Lucene search
+L

58 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 6:25 p.m.8 views

CVE-2026-72487

A flaw was found in the Linux kernel's handling of PCI Peripheral Component Interconnect ROM Read-Only Memory space. A local attacker could trigger an out-of-bounds read or an alignment fault by providing a malformed ROM image or an unaligned data structure address. This could lead to a system...

7.7CVSS5.5AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72487

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x8664 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pcigetromsize+0x52/0x220 Call Trace:...

7.7CVSS0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.7 views

EUVD-2026-59386

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x8664 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pcigetromsize+0x52/0x220 Call Trace:...

5.5AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 5:57 a.m.11 views

CVE-2026-72487 PCI: Check ROM header and data structure addr before accessing

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x8664 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pcigetromsize+0x52/0x220 Call Trace:...

7.7CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/08/15 5:57 a.m.33 views

CVE-2026-72487

The CVE describes a Linux kernel PCI ROM access vulnerability in the PCI subsystem that caused crashes when reading ROM data if the ROM space address/size checks are missing. Concrete details in the connected records show: the ROM space started at 0xffa0000007f30000 with size 0x10000, and a readl...

7.7CVSS5.4AI score0.0018EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.9 views

PT-2026-72675

In the Linux kernel, the following vulnerability has been resolved: PCI: Check ROM header and data structure addr before accessing We meet a crash when running stress-ng on x86 64 machine: BUG: unable to handle page fault for address: ffa0000007f40000 RIP: 0010:pci get rom size+0x52/0x220 Call...

5.5AI score0.0018EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: Wifi: rtw88: Fixed an alignment fault in rtwcoreenablebeacon. The rtwcoreenablebeacon function reads 4 bytes from an address that is not a multiple of 4. This results in a crash on some systems. Instead, only 1 byte is...

5.5CVSS5.9AI score0.00118EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-53343

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow Commit 44e9a3bb76e5 ARM: 9430/1: entry: Do a dummy read from VMAP shadow added a dummy read from t...

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/01 7:51 p.m.12 views

CVE-2026-53343

A flaw was found in the Linux kernel. On ARMv5 systems configured with Kernel Address Sanitizer KASAN for virtual memory allocated VMAP stack shadow, a memory access operation could attempt to read data from an unaligned memory address. This unaligned access leads to an alignment exception, causi...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.18 views

CVE-2026-53343

In the Linux kernel, the following vulnerability has been resolved: ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow Commit 44e9a3bb76e5 "ARM: 9430/1: entry: Do a dummy read from VMAP shadow" added a dummy read from the KASAN VMAP stack shadow in switchto. The read uses ldr, but the...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/01 1:32 p.m.47 views

CVE-2026-53343

CVE-2026-53343 affects the Linux kernel on ARM when CONFIG_KASAN_VMALLOC and CONFIG_VMAP_STACK are enabled. The vulnerability arises from an unaligned access in the KASAN VMAP stack shadow in __switch_to(), where a prior dummy read used a word load (ldr) against a byte-granular shadow memory. The...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References6Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: net: wwan: t7xx: Fixed 64-bit access splitting to resolve alignment issues. Some registers are aligned at a 32-bit boundary, causing alignment errors on 64-bit platforms. Unable to handle kernel paging requests at the virtual...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.11 views

SUSE CVE-2026-23316

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.31 views

CVE-2026-23316

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.5CVSS0.00122EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.15 views

CVE-2026-23316

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/25 11:16 a.m.12 views

UBUNTU-CVE-2026-23316

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/03/25 10:27 a.m.14 views

CVE-2026-23316

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2026/03/25 10:27 a.m.6 views

CVE-2026-23316 net: ipv4: fix ARM64 alignment fault in multipath hash seed

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.28 views

CVE-2026-23316 net: ipv4: fix ARM64 alignment fault in multipath hash seed

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed struct sysctlfibmultipathhashseed contains two u32 fields userseed and mpseed, making it an 8-byte structure with a 4-byte alignment requirement. In...

0.00122EPSS
SaveExploits0References4
CVE
CVE
added 2026/03/25 10:27 a.m.25 views

CVE-2026-23316

CVE-2026-23316 – Linux kernel ARM64 multipath hash seed alignment fix . The issue arises in the ARM64 Linux kernel when reading the 8-byte struct sysctl_fib_multipath_hash_seed (user_seed and mp_seed) atomically with READ_ONCE(). Under Clang+LTO, this full-structure read emits a 64-bit load-acqui...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder