Lucene search
+L

23875 matches found

Cvelist
Cvelist
added 2025/12/09 4:10 a.m.49 views

CVE-2025-40343 nvmet-fc: avoid scheduling association deletion twice

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS0.00641EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 4:10 a.m.32 views

CVE-2025-40343

CVE-2025-40343 affects the Linux kernel nvmet-fc component. When forcefully shutting down a port via configfs, nvmet_port_subsys_drop_link() calls nvmet_port_del_ctrls() and then nvmet_disable_port(), which both schedule deletion of remaining associations. The bug allows the first scheduled work ...

9.8CVSS5.9AI score0.00641EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:10 a.m.5 views

CVE-2025-40343 nvmet-fc: avoid scheduling association deletion twice

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid scheduling association deletion twice When forcefully shutting down a port via the configfs interface, nvmetportsubsysdroplink first calls nvmetportdelctrls and then nvmetdisableport. Both functions will eventuall...

9.8CVSS6.2AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 4:09 a.m.41 views

CVE-2025-40342 nvme-fc: use lock accessing port_state and rport state

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: use lock accessing portstate and rport state nvmefcunregisterremote removes the remote port on a lport object at any point in time when there is no active association. This races with with the reconnect logic, because...

8.8CVSS0.00357EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 4:09 a.m.13 views

CVE-2025-40342

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: use lock accessing portstate and rport state nvmefcunregisterremote removes the remote port on a lport object at any point in time when there is no active association. This races with with the reconnect logic, because...

8.8CVSS5.4AI score0.00357EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 4:09 a.m.45 views

CVE-2025-40342

In CVE-2025-40342, a race condition in the Linux kernel NVMe host/fc driver arises when nvme_fc_unregister_remote can remove a remote port while there is no active association, because nvme_fc_create_association does not atomically check port_state and increment the rport active count without pro...

8.8CVSS6.1AI score0.00357EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 4:09 a.m.9 views

CVE-2025-40342 nvme-fc: use lock accessing port_state and rport state

In the Linux kernel, the following vulnerability has been resolved: nvme-fc: use lock accessing portstate and rport state nvmefcunregisterremote removes the remote port on a lport object at any point in time when there is no active association. This races with with the reconnect logic, because...

8.8CVSS6.4AI score
SaveExploits0References10
EUVD
EUVD
added 2025/12/09 3:31 a.m.10 views

EUVD-2022-55709

In the Linux kernel, the following vulnerability has been resolved: RISC-V: Make port I/O string accessors actually work Fix port I/O string accessors such as insb', outsb', etc. which use the physical PCI port I/O address rather than the corresponding memory mapping to get at the requested...

5.8AI score0.002EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.40 views

CVE-2023-53851 drm/msm/dp: Drop aux devices together with DP controller

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

8.4CVSS0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:30 a.m.11 views

CVE-2023-53851 drm/msm/dp: Drop aux devices together with DP controller

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: Drop aux devices together with DP controller Using devres to depopulate the aux bus made sure that upon a probe deferral the EDP panel device would be destroyed and recreated upon next attempt. But the struct device...

8.4CVSS6.4AI score
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:29 a.m.6 views

CVE-2023-53841 devlink: report devlink_port_type_warn source device

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

6.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.8 views

CVE-2023-53841

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

5.3AI score0.00251EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.35 views

CVE-2023-53841 devlink: report devlink_port_type_warn source device

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

0.00251EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.48 views

CVE-2023-53841

The CVE-2023-53841 issue in the Linux kernel was resolved by a patch that prevents or clarifies the devlink_port_type_warn warning when a devlink port type is not set. The vulnerability manifested as a warning "Type was not set for devlink port" from devlink_port_type_warn in net/devlink/leftover...

6AI score0.00251EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2022-50647

In the Linux kernel, the following vulnerability has been resolved: RISC-V: Make port I/O string accessors actually work Fix port I/O string accessors such as insb', outsb', etc. which use the physical PCI port I/O address rather than the corresponding memory mapping to get at the requested...

0.002EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.7 views

DEBIAN-CVE-2022-50647

In the Linux kernel, the following vulnerability has been resolved: RISC-V: Make port I/O string accessors actually work Fix port I/O string accessors such as insb', outsb', etc. which use the physical PCI port I/O address rather than the corresponding memory mapping to get at the requested...

5.4AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.16 views

UBUNTU-CVE-2022-50647

In the Linux kernel, the following vulnerability has been resolved: RISC-V: Make port I/O string accessors actually work Fix port I/O string accessors such as insb', outsb', etc. which use the physical PCI port I/O address rather than the corresponding memory mapping to get at the requested...

5.7AI score0.002EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40297

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix use-after-free due to MST port state bypass syzbot reported1 a use-after-free when deleting an expired fdb. It is due to a race condition between learning still happening and a port being deleted, after all its...

7CVSS6.2AI score0.00157EPSS
SaveExploits0References131
CVE
CVE
added 2025/12/09 12:00 a.m.29 views

CVE-2022-50647

CVE-2022-50647 relates to a Linux kernel issue on RISC‑V where port I/O string accessors (insb/outsb, etc.) used the physical PCI port I/O address instead of memory mapping, breaking parport/PCIe parallel-port accesses and causing kernel faults (memory access fault: Unable to handle kernel access...

5.9AI score0.002EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 12:00 a.m.8 views

CVE-2022-50647 RISC-V: Make port I/O string accessors actually work

In the Linux kernel, the following vulnerability has been resolved: RISC-V: Make port I/O string accessors actually work Fix port I/O string accessors such as insb', outsb', etc. which use the physical PCI port I/O address rather than the corresponding memory mapping to get at the requested...

6.2AI score
SaveExploits0References9
Rows per page
Query Builder