Lucene search
+L

115 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/02/10 12:00 a.m.•1 views

CVE-2025-20070: Improper Check for Unusual or Exceptional Conditions

Improper conditions check for the IntelR OptaneTM PMem management software before versions CRMGMT02.00.00.4052, CRMGMT03.00.00.0538 within Ring 3: User Applications may allow an escalation of privilege. Unprivileged software adversary with an authenticated user combined with a high complexity...

6.7CVSS5.7AI score0.00101EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2025/12/31 12:25 a.m.•8 views

SUSE CVE-2023-54323

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

6.4AI score0.00184EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/12/30 3:30 p.m.•14 views

EUVD-2023-60481

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

5.9AI score0.00184EPSS
SaveExploits0References4
NVD
NVD
•added 2025/12/30 1:16 p.m.•15 views

CVE-2023-54323

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

0.00184EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/30 1:16 p.m.•10 views

CVE-2023-54323

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

5.7AI score0.00184EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2025/12/30 12:37 p.m.•12 views

CVE-2023-54323

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxlpci; modprobe -r cxlpci; done ...fails with the following crash signature: BUG: kernel NULL pointer dereference, address: 0000000000000040...

5.2AI score0.00184EPSS
SaveExploits0
CVE
CVE
•added 2025/12/30 12:37 p.m.•41 views

CVE-2023-54323

CVE-2023-54323 affects the Linux kernel (cxl_pmem/nvdimm path). The root cause is a race where bottom-half async nvdimm registration runs after CXL teardown, leading to a NULL dereference in cxl_internal_send_cmd. The issue occurs during cxl/pmem registration races when a loop modprobing cxl_pci ...

6AI score0.00184EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•7 views

PT-2025-54169

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the CXL/PMEM subsystem during NVMe DIMM NVDIMM registration. Specifically, the issue occurs when the lower half of asynchronous NVDIMM device registration runs...

5.3AI score0.00184EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2025/12/25 12:55 a.m.•9 views

SUSE CVE-2023-54089

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submitbionoacct Modules link...

6.1CVSS6.5AI score0.00206EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
•added 2025/12/25 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54089

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING:...

5.3AI score0.00206EPSS
SaveExploits0References3
NVD
NVD
•added 2025/12/24 1:16 p.m.•12 views

CVE-2023-54089

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submitbionoacct Modules link...

0.00206EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•11 views

CVE-2023-54089

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submitbionoacct Modules link...

5.7AI score0.00206EPSS
SaveExploits0References4
CVE
CVE
•added 2025/12/24 1:06 p.m.•29 views

CVE-2023-54089

CVE-2023-54089 : In the Linux kernel, the virtio_pmem path did not assign REQ_OP_WRITE for flush bios, causing submit_bio_noacct() to fail when flushing PMEM-backed devices (e.g., during mkfs.xfs). The root cause is that async_pmem_flush() allocated a flush bio without setting REQ_OP_WRITE, so th...

6.1AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2025/12/24 1:06 p.m.•12 views

CVE-2023-54089 virtio_pmem: add the missing REQ_OP_WRITE for flush bio

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submitbionoacct Modules link...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
•added 2025/12/24 1:06 p.m.•38 views

CVE-2023-54089 virtio_pmem: add the missing REQ_OP_WRITE for flush bio

In the Linux kernel, the following vulnerability has been resolved: virtiopmem: add the missing REQOPWRITE for flush bio When doing mkfs.xfs on a pmem device, the following warning was ------------ cut here ------------ WARNING: CPU: 2 PID: 384 at block/blk-core.c:751 submitbionoacct Modules link...

0.00206EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•12 views

PT-2025-53166

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc7+ 154 Description The Linux kernel contains a flaw within the virtio pmem subsystem. Specifically, the submit bio noacct function requires the bio operation to be either WRITE or ZONE APPEND for flush...

6.4AI score0.00206EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/11/18 12:00 a.m.•7 views

Siemens SCALANCE and RUGGEDCOM Devices Improper Input Validation (CVE-2024-50184)

virtiopmem: Check device status before requesting flush. If a pmem device is in a bad status, the driver side could wait for host ack forever in virtiopmemflush, causing the system to hang. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more...

5.5CVSS6.9AI score0.00227EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/11/12 12:00 a.m.•5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-990848)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990848 advisory. In the Linux kernel, the following vulnerability has been resolved: virtiopmem: Check device status before requesting flush If a pmem device is in a bad status, the...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•11 views

EUVD-2024-36009

Malicious code in bioql PyPI...

6.1CVSS6.3AI score0.00209EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2025/09/16 11:29 p.m.•10 views

SUSE CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References15
Rows per page
Query Builder