Lucene search
+L

45 matches found

BDU FSTEC
BDU FSTEC
•added 2026/09/03 12:00 a.m.•10 views

The vulnerability of the `papr_hvpipe_dev_create_handle()` function in the `arch/powerpc/platforms/pseries/papr-hvpipe.c` module allows a malicious actor to cause a service failure in the Linux operating system’s PowerPC platform.

The vulnerability of the paprhvpipedevcreatehandle function in the arch/powerpc/platforms/pseries/papr-hvpipe.c module is related to pointer manipulation. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS5.3AI score0.0016EPSS
SaveExploits0References6Affected Software1
BDU FSTEC
BDU FSTEC
•added 2026/09/03 12:00 a.m.•7 views

The vulnerability of the papr_hvpipe_handle_read() function in the arch/powerpc/platforms/pseries/papr-hvpipe.c module allows a hacker to cause a service failure under Linux’s PowerPC platform.

The vulnerability of the paprhvpipehandleread function in the arch/powerpc/platforms/pseries/papr-hvpipe.c module is related to the use of an uninitialized resource on the PowerPC platform. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References8Affected Software2
AstraLinux
AstraLinux
•added 2026/06/19 11:10 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: This vulnerability prevents a kernel stack memory leak in the user space. The hdr variable is allocated on the stack, and only hdr.version and hdrflags are explicitly initialized. Since the struct paprhvpipeh...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2026/06/19 11:10 a.m.•8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: The issue of null pointer dereferencing in paprhvpipedevcreatehandle was fixed. The commit 6d3789d347a7 “papr-hvpipe: converted paprhvpipedevcreatehandle to FDPREPARE” changed the creation handle to FDPREPARE...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/06/09 2:20 a.m.•19 views

SUSE CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.5CVSS5.5AI score0.00098EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/06/09 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-46298

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: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or...

4.7CVSS5.8AI score0.00098EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/06/08 7:08 p.m.•19 views

CVE-2026-46298

A flaw was found in the Linux kernel, specifically within the pseries/papr-hvpipe component. This vulnerability is a race condition that can occur when an interrupt fires on the same central processing unit CPU while the ioctl or release handlers are executing. This can lead to a deadlock,...

5.5CVSS5.5AI score0.00098EPSS
SaveExploits0References4
NVD
NVD
•added 2026/06/08 5:16 p.m.•37 views

CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

4.7CVSS0.00098EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/08 5:16 p.m.•14 views

CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

4.7CVSS5.4AI score0.00098EPSS
SaveExploits0References14
OSV
OSV
•added 2026/06/08 5:16 p.m.•15 views

UBUNTU-CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

4.7CVSS5.3AI score0.00098EPSS
SaveExploits0References15
EUVD
EUVD
•added 2026/06/08 3:46 p.m.•24 views

EUVD-2026-35164

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.5AI score0.00098EPSS
SaveExploits0References2
OSV
OSV
•added 2026/06/08 3:46 p.m.•12 views

CVE-2026-46298 pseries/papr-hvpipe: Fix race with interrupt handler

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.8AI score
SaveExploits0References5
CVE
CVE
•added 2026/06/08 3:46 p.m.•73 views

CVE-2026-46298

CVE-2026-46298 affects the Linux kernel component pseries/papr-hvpipe. A race during ioctl or release handling can occur if an interrupt fires on the same CPU, potentially causing a deadlock. The patch fixes both handlers by using spin_lock_irqsave/spin_lock_irqrestore, preventing the deadlock. T...

4.7CVSS5.5AI score0.00098EPSS
SaveExploits0References2Affected Software1
attackerkb
attackerkb
•added 2026/06/08 3:46 p.m.•13 views

CVE-2026-46298

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

5.4AI score0.00098EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2026/06/08 3:46 p.m.•57 views

CVE-2026-46298 pseries/papr-hvpipe: Fix race with interrupt handler

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

0.00098EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2026/06/08 12:00 a.m.•19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from interrupt handling race conditions in the papr-hvpipe driver, potentially leading to deadlocks...

4.7CVSS5.3AI score0.00098EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/08 12:00 a.m.•0 views

CVE-2026-46298: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix race with interrupt handler While executing -ioctl handler or -release handler, if an interrupt fires on the same cpu, then we can enter into a deadlock. This patch fixes both these handlers to take...

4.7CVSS5.8AI score0.00098EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/06/08 12:00 a.m.•29 views

PT-2026-47370

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified openSUSE Tumbleweed versions prior to kernel-devel-7.0.12-1.1 Description A race condition exists in the pseries/papr-hvpipe component. A deadlock can occur if an interrupt fires on the same CPU whi...

4.7CVSS5.4AI score0.00098EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2026/06/03 12:00 a.m.•12 views

Linux Distros Unpatched Vulnerability : CVE-2026-46118

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: pseries/papr-hvpipe: Fix null ptr deref in paprhvpipedevcreatehandle commit 6d3789d347a7...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/06/03 12:00 a.m.•19 views

Linux Distros Unpatched Vulnerability : CVE-2026-46182

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: pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace The hdr variable is...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References3
Rows per page
Query Builder