Lucene search
+L

8716 matches found

CVE
CVE
added 2026/08/11 4:56 a.m.51 views

CVE-2026-11985

CVE-2026-11985 describes a cross-thread information leak on the Zephyr ARM port when the hardware FPU is enabled (CONFIG_FPU) but FPU register sharing is disabled. With default FP_ABI (FP_HARDABI) or FP_SOFTABI, FP instructions can be emitted in any function, while callee-saved FP registers (s16-...

3.6CVSS5.4AI score0.00092EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/11 4:56 a.m.25 views

CVE-2026-11985 Cross-thread FPU register leak on ARM when FPU enabled without register sharing

On the Zephyr ARM port, enabling the hardware FPU CONFIGFPU forces the "Floating point ABI" choice, which defaults to CONFIGFPHARDABI. Both FPHARDABI and FPSOFTABI permit the compiler to emit hardware FP instructions in any function, even code that never uses floating-point types. However, the...

3.6CVSS5.5AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.10 views

PT-2026-70059

Name of the Vulnerable Software and Affected Versions Zephyr ARM port affected versions not specified Description On the ARM port, enabling the hardware FPU via CONFIG FPU forces a Floating point ABI choice, defaulting to CONFIG FP HARDABI. Both FP HARDABI and FP SOFTABI allow the compiler to emi...

3.6CVSS5.3AI score0.00092EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/10 1:20 p.m.19 views

CVE-2026-68401

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit Sashiko locally reports multiple out-of-bound issues in ffasetupandtransmit: 1 Writing epmemaccess-reserved can write out of bounds for FFA versions 1.2 as...

7.8CVSS0.00136EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/10 1:20 p.m.13 views

CVE-2026-68172

In the Linux kernel, the following vulnerability has been resolved: arm64: make hugeptepget handled unaligned addresses hugeptepget can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio examples of callers are pagemaphugetlbrange, pagemappedinvma. The...

7.1CVSS0.00157EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.9 views

CVE-2026-68363

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

5.7AI score0.00184EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.36 views

CVE-2026-68401 firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit Sashiko locally reports multiple out-of-bound issues in ffasetupandtransmit: 1 Writing epmemaccess-reserved can write out of bounds for FFA versions 1.2 as...

7.8CVSS0.00136EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.13 views

EUVD-2026-55587

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit Sashiko locally reports multiple out-of-bound issues in ffasetupandtransmit: 1 Writing epmemaccess-reserved can write out of bounds for FFA versions 1.2 as...

5.3AI score0.00136EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 12:04 p.m.58 views

CVE-2026-68400

CVE-2026-68400 concerns the Linux kernel firmware/arm_ffa component. The issue arises from an incorrect calculation of the Endpoint Memory Access Descriptor offset, where the code defaulted to the size of the ffa_mem_region instead of using the descriptor’s ep_mem_offset. The patch relocates ffa_...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:04 p.m.12 views

EUVD-2026-55586

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix Endpoint Memory Access Descriptor offset calculation Use the descriptor's epmemoffset to calculate the start of the endpoint memory access array and to comply with the FF-A spec instead of defaulting to...

5.3AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.33 views

CVE-2026-68345 arm_mpam: guard MBWU state before adding it to garbage

In the Linux kernel, the following vulnerability has been resolved: armmpam: guard MBWU state before adding it to garbage destroycomponentcfg adds each RIS mbwustate object to the MPAM garbage list when destroying component configuration. However, mbwustate is allocated per RIS and only for RISes...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/10 12:02 p.m.29 views

CVE-2026-68316 accel: ethosu: Fix element size accounting for cmd stream validation

In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the element size is...

7.8CVSS5.4AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 11:59 a.m.12 views

EUVD-2026-55558

In the Linux kernel, the following vulnerability has been resolved: arm64: make hugeptepget handled unaligned addresses hugeptepget can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio examples of callers are pagemaphugetlbrange, pagemappedinvma. The...

5.4AI score0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 11:59 a.m.52 views

CVE-2026-68171

The CVE describes an arm64 Linux kernel issue where the original x0 saved in orig_x0 could diverge from the live x0 when a tracer (ptrace/seccomp/audit) updated the syscall argument during a syscall-enter-stop. The fix re-syncs orig_x0 from x0 on syscall entry after a potential ptrace stop (PTRAC...

5.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/07 6:53 p.m.12 views

kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation TLBI operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local...

9.1CVSS5.4AI score0.00571EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/07 11:55 a.m.22 views

kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation TLBI operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local...

9.1CVSS6.3AI score0.00571EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/07 11:41 a.m.12 views

kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation TLBI operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local...

9.1CVSS6.3AI score0.00571EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:00 a.m.19 views

RHEL 9 : kernel (RHSA-2026:51746)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:51746 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: selinux: fix overlayfs mmap a...

9.1CVSS6.8AI score0.00571EPSS
SaveExploits2References8
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:00 a.m.19 views

RHEL 9 : kernel (RHSA-2026:51603)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:51603 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: KVM: x86: Don't recheck L1...

9.1CVSS5.7AI score0.00571EPSS
SaveExploits3References14
BDU FSTEC
BDU FSTEC
added 2026/08/06 12:00 a.m.6 views

The vulnerability of the spectre_bhb_loop_affected() function in the arch/arm64/kernel/proton-pack.c module, which is part of the ARM 64-bit kernel support for the Linux operating system, allows a hacker to trigger a service failure.

The vulnerability of the spectrebhbloopaffected function in the arch/arm64/kernel/proton-pack.c module, which is part of the ARM 64-bit kernel support for the Linux operating system, relates to insufficient protection of sensitive data. Exploiting this vulnerability could allow an attacker to cau...

5.5CVSS5.9AI score0.00128EPSS
SaveExploits0References14Affected Software2
Rows per page
Query Builder