Lucene search
+L

367 matches found

RedHat Linux
RedHat Linux
added 2025/08/11 2:20 p.m.19 views

kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes Currently, loadmicrocodeamd iterates over all NUMA nodes, retrieves their CPU masks and unconditionally accesses per-CPU data for the first CPU of each mask...

7.8CVSS6.8AI score0.00213EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-39277

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: handle NUMANONODE correctly cpumaskofnode can be called for NUMANONO...

7.8CVSS5.5AI score0.0022EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/06 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50093

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu/vt-d: avoid invalid memory access via nodeonlineNUMANONODE KASAN reports: 4.668325 T0 BUG: KASAN: wild-memory-access in dmarparseonerhsa...

7.1CVSS5.9AI score0.00222EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/07/30 12:00 a.m.9 views

RockyLinux 8 : kernel (RLSA-2025:11298)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2025:11298 advisory. kernel: cifs: potential buffer overflow in handling symlinks CVE-2022-49058 kernel: media: uvcvideo: Remove dangling pointers CVE-2024-58002 kernel:...

9.1CVSS7.2AI score0.00864EPSS
SaveExploits0References17
OSV
OSV
added 2025/07/25 2:15 p.m.3 views

DEBIAN-CVE-2025-38407

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

5.5CVSS5.1AI score0.00157EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/25 2:15 p.m.16 views

CVE-2025-38407

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

5.5CVSS0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/25 1:20 p.m.61 views

CVE-2025-38407

CVE-2025-38407 (Linux kernel, RISC‑V) is addressed by replacing the dynamic percpu boot data area with a statically allocated array in the kernel image to fix boot on NUMA SMP configurations. The root cause was that, when percpu page allocation happens early with NUMA, percpu data could be placed...

5.5CVSS6AI score0.00157EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/25 1:20 p.m.12 views

CVE-2025-38407 riscv: cpu_ops_sbi: Use static array for boot_data

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

5.8AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.26 views

CVE-2025-38407

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

5.5CVSS5.1AI score0.00157EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:15 p.m.1 views

DEBIAN-CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS4.9AI score0.00113EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/25 1:15 p.m.6 views

UBUNTU-CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS5.7AI score0.00113EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/25 12:53 p.m.4 views

CVE-2025-38383 mm/vmalloc: fix data race in show_numa_info()

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/07/25 12:53 p.m.55 views

CVE-2025-38383

CVE-2025-38383 describes a denial-of-service data-race in Linux kernel vmalloc/NUMA reporting (show_numa_info). The root cause is a read/write race on vmalloc metadata (m->private) accessed by concurrent readers/writers. The fix, as stated in the description, is to stop sharing the heap via pr...

4.7CVSS6.3AI score0.00113EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38383

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix data race in shownumainfo The following data-race was found in shownumainfo: ================================================================== BUG: KCSAN: data-race in vmallocinfoshow / vmallocinfoshow read to...

4.7CVSS4.9AI score0.00113EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/25 12:00 a.m.5 views

PT-2025-30783 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A data race was identified in the show numa info function within the vmalloc.c file. The issue stems from concurrent read and write access to m-private by multiple CPUs, leading to a...

6.2AI score0.00113EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2025/07/25 12:00 a.m.3 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 Linux kernel that stems from a data contention in shownumainfo...

4.7CVSS8AI score0.00113EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/07/17 12:00 a.m.10 views

AlmaLinux 9 : kernel (ALSA-2025:10837)

The remote AlmaLinux 9 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2025:10837 advisory. kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes CVE-2025-21991 Tenable has extracted the preceding description block directly fro...

7.8CVSS7.2AI score0.00213EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/07/16 2:32 p.m.13 views

Important: Red Hat Security Advisory: java-21-openjdk security update

An update for java-21-openjdk is now available for Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9.4 Extended Update Support, Red Hat Enterprise Linux 9, and Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common...

8.6CVSS6.9AI score0.01058EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2025/07/16 6:06 a.m.21 views

kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes Currently, loadmicrocodeamd iterates over all NUMA nodes, retrieves their CPU masks and unconditionally accesses per-CPU data for the first CPU of each mask...

7.8CVSS6.8AI score0.00213EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/16 12:00 a.m.10 views

ALSA-2025:10873 Important: java-21-openjdk security update

The OpenJDK 21 packages provide the OpenJDK 21 Java Runtime Environment and the OpenJDK 21 Java Software Development Kit. Security Fixes: JDK: Better Glyph drawing CVE-2025-30749 JDK: Enhance TLS protocol support CVE-2025-30754 JDK: Improve HTTP client header handling CVE-2025-50059 JDK: Better...

8.6CVSS7.4AI score0.01058EPSS
SaveExploits1References8
Rows per page
Query Builder