Lucene search
+L

184 matches found

RedhatCVE
RedhatCVE
added 2025/11/13 2:25 p.m.7 views

CVE-2025-40117

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

5.8AI score0.00143EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/11/13 12:24 a.m.7 views

SUSE CVE-2025-40117

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

6.5AI score0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/11/12 11:15 a.m.9 views

CVE-2025-40117

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

7.8CVSS0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/12 11:15 a.m.19 views

UBUNTU-CVE-2025-40117

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References10
CVE
CVE
added 2025/11/12 10:23 a.m.37 views

CVE-2025-40117

CVE-2025-40117 affects the Linux kernel’s PCI Endpoint Test driver. The root cause is an array underflow in pci_endpoint_test_bar() when a negative value is passed to pci_endpoint_test_ioctl(). This followed the addition of NO_BAR (-1) to the pci_barno enum, effectively turning the enum from unsi...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/12 10:23 a.m.9 views

CVE-2025-40117 misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl()

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Fix array underflow in pciendpointtestioctl Commit eefb83790a0d "misc: pciendpointtest: Add doorbell test case" added NOBAR -1 to the pcibarno enum which, in practical terms, changes the enum from an unsign...

7.8CVSS6.1AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/11/12 12:00 a.m.17 views

PT-2025-46592

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the pci endpoint test module. A commit introduced a change that allows for a potential array underflow in the pci endpoint test bar function when ...

5.4AI score0.00677EPSS
SaveExploits5References388
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.5 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989205)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989205 advisory. In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a...

5.5CVSS5.7AI score0.00274EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.9 views

SUSE CVE-2025-40032

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after EPF initialization. Then it is prudent to check that they have non-NUL...

4.4CVSS6.4AI score0.00201EPSS
SaveExploits0References19
NVD
NVD
added 2025/10/28 12:15 p.m.12 views

CVE-2025-40032

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after EPF initialization. Then it is prudent to check that they have non-NUL...

0.00201EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/28 11:48 a.m.16 views

EUVD-2025-36496

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after EPF initialization. Then it is prudent to check that they have non-NUL...

5.9AI score0.00201EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/28 11:48 a.m.35 views

CVE-2025-40032

The CVE-2025-40032 issue affects the Linux kernel PCI subsystem for PCIe endpoint tests (pci_epf_test). The vulnerability arises because the dma_chan_tx and dma_chan_rx fields of struct pci_epf_test can be NULL after EPF initialization. The patch adds NULL checks for these channels in pci_epf_tes...

6AI score0.00201EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/28 11:48 a.m.26 views

CVE-2025-40032 PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after EPF initialization. Then it is prudent to check that they have non-NUL...

0.00201EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/28 11:48 a.m.9 views

CVE-2025-40032 PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after EPF initialization. Then it is prudent to check that they have non-NUL...

6.4AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/10/28 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-40032

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dmachantx and dmachanrx of the struct pciepftest can be NULL even after E...

6AI score0.00201EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-53209

Malicious code in bioql PyPI...

7.8CVSS8.2AI score0.00217EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2024-53337

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00205EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2022-54489

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00274EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-18584

Malicious code in bioql PyPI...

7.5AI score0.00161EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/14 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2025-39783

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: endpoint: Fix configfs group list head handling Doing a listdel on the epfgroup field of struct pciepfdriver in pciepfremovecfs is not correct as this fiel...

7.8CVSS6.7AI score0.00162EPSS
SaveExploits0References3
Rows per page
Query Builder