Lucene search
+L

739 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-56760

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: PCI/MSI: Handle lack of irqdomain gracefully Alexandre observed a warning emitted from...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-52761

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - riscv: VMAPSTACK overflow detection thread-safe commit 31da94c25aea riscv: add VMAPSTACK overflow detection added support for CONFIGVMAPSTACK. If overflow is...

5.5CVSS5.9AI score0.00257EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-40915

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - riscv: rewrite kernelmappages to fix sleeping in invalid context kernelmappages is a debug function which clears the valid bit in page table entry for deallocat...

5.5CVSS6.1AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/28 11:33 a.m.22 views

USN-7310-1 linux-oem-6.11 vulnerabilities

Attila Szász discovered that the HFS+ file system implementation in the Linux Kernel contained a heap overflow vulnerability. An attacker could use a specially crafted file system image that, when mounted, could cause a denial of service system crash or possibly execute arbitrary code...

9.1CVSS7AI score0.03558EPSS
SaveExploits5References731
BDU FSTEC
BDU FSTEC
added 2025/02/18 12:0 a.m.7 views

The vulnerability of the die() function in the arch/riscv/kernel/traps.c module of the Linux operating system’s kernel on the riscv platform allows a hacker to trigger a service failure.

The vulnerability of the die function in the arch/riscv/kernel/traps.c module of the Linux operating system’s kernel on the riscv platform is related to improper locking of resources. Exploiting this vulnerability could allow an attacker to trigger a service failure...

6.2CVSS6.6AI score0.00203EPSS
SaveExploits0References23Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:0 a.m.10 views

The vulnerabilities of Linux operating system’s kernel components, specifically those related to riscv/mm, allow attackers to trigger service failures.

The vulnerability of Linux operating system’s kernel components related to incorrect input validation. Exploiting this vulnerability can allow attackers to cause service failures...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References30Affected Software5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: binfmtflat: Corruption occurred when data start offsets were not applied. The commit 04d82a6d0881 “binfmtflat: Allow not offsetting data start” introduced a RISC-V-specific variant of the FLAT format. This variant does not alloca...

5.5CVSS6AI score0.0021EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: riscv/mm: Added handling for VMFAULTSIGSEGV in mmfaulterror. Handle VMFAULTSIGSEGV in the page fault path so that we can correctly kill the process without causing bugs in the kernel...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: riscv/purgatory – align riscvkernelentry. When alignment handling is delegated to the kernel, everything must be word-aligned in purgatory, since the trap handler is then set to the kexec one. Without proper alignment, encounteri...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/03 8:47 a.m.7 views

SUSE-SU-2025:20011-1 Security update for qemu

This update for qemu fixes the following issues: - Update to version 8.2.5: target/loongarch: fix a wrong print in cpu dump ui/sdl2: Allow host to power down screen target/i386: fix SSE and SSE2 feature check target/i386: fix xsave.flat from kvm-unit-tests disas/riscv: Decode all of the pmpcfg an...

8.2CVSS7.3AI score0.00552EPSS
SaveExploits2References13
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.4 views

SUSE CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS7.7AI score0.00203EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.6 views

SUSE CVE-2024-57945

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: struct page VMEMMAPSTART - physrambase PAGESHIFT. And the struct page's va can be calculated with ...

7.1CVSS7.4AI score0.00207EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/21 2:22 p.m.10 views

CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS6.8AI score0.00203EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/21 1:15 p.m.2 views

DEBIAN-CVE-2024-57945

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: struct page VMEMMAPSTART - physrambase PAGESHIFT. And the struct page's va can be calculated with ...

7.1CVSS5.6AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.6 views

AZL-67845 CVE-2024-57945 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: struct page VMEMMAPSTART - physrambase PAGESHIFT. And the struct page's va can be calculated with ...

7.1CVSS6.6AI score0.00207EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.11 views

AZL-57596 CVE-2024-57939 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS6.6AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.0 views

DEBIAN-CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS5.6AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.6 views

UBUNTU-CVE-2024-57945

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: struct page VMEMMAPSTART - physrambase PAGESHIFT. And the struct page's va can be calculated with ...

7.1CVSS6.2AI score0.00207EPSS
SaveExploits0References22
OSV
OSV
added 2025/01/21 1:15 p.m.4 views

UBUNTU-CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS6.2AI score0.00203EPSS
SaveExploits0References34
Cvelist
Cvelist
added 2025/01/21 12:18 p.m.24 views

CVE-2024-57939 riscv: Fix sleeping in invalid context in die()

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

0.00203EPSS
SaveExploits0References6
Rows per page
Query Builder