Lucene search
K

15 matches found

AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

Astra Linux - уязвимость в linux-6.1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS6.5AI score0.00012EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/28 12:0 a.m.0 views

Linux Distros Unpatched Vulnerability : CVE-2026-31688

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - driver core: enforce devicelock for drivermatchdevice Currently, drivermatchdevice is called from three sites. One site deviceattachdriver holds devicelockdev,...

7.8CVSS5.8AI score0.00017EPSS
Exploits0References4
NVD
NVD
added 2026/04/27 6:16 p.m.1 views

CVE-2026-31688

In the Linux kernel, the following vulnerability has been resolved: driver core: enforce devicelock for drivermatchdevice Currently, drivermatchdevice is called from three sites. One site deviceattachdriver holds devicelockdev, but the other two bindstore and driverattach do not. This inconsisten...

7.8CVSS0.00017EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/04/27 5:32 p.m.23 views

CVE-2026-31688 driver core: enforce device_lock for driver_match_device()

In the Linux kernel, the following vulnerability has been resolved: driver core: enforce devicelock for drivermatchdevice Currently, drivermatchdevice is called from three sites. One site deviceattachdriver holds devicelockdev, but the other two bindstore and driverattach do not. This inconsisten...

0.00017EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/27 5:32 p.m.2 views

CVE-2026-31688

In the Linux kernel, the following vulnerability has been resolved: driver core: enforce devicelock for drivermatchdevice Currently, drivermatchdevice is called from three sites. One site deviceattachdriver holds devicelockdev, but the other two bindstore and driverattach do not. This inconsisten...

5.4AI score0.00017EPSS
Exploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.1 views

PT-2026-35494

In the Linux kernel, the following vulnerability has been resolved: driver core: enforce device lock for driver match device Currently, driver match device is called from three sites. One site device attach driver holds device lockdev, but the other two bind store and driver attach do not. This...

5.3AI score0.00017EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2026/02/04 4:16 p.m.2 views

CVE-2026-23045

In the Linux kernel, the following vulnerability has been resolved: net/ena: fix missing lock when update devlink params Fix assert lock warning while calling devlparamdriverinitvalueset in ena. WARNING: net/devlink/core.c:261 at devlassertlocked+0x62/0x90, CPU0: kworker/0:0/9 CPU: 0 UID: 0 PID: ...

5.7AI score0.00027EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/09/22 11:34 p.m.1 views

SUSE CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

3.3CVSS6.4AI score0.00012EPSS
Exploits0References13
OSV
OSV
added 2025/05/20 4:15 p.m.0 views

UBUNTU-CVE-2025-37897

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: Remove erroneous assert in plfxlcmacrelease plfxlcmacrelease asserts that mac-lock is held. This assertion is incorrect, because even if it was possible, it would not be the valid behaviour. The function is used whe...

5.5CVSS6.2AI score0.00077EPSS
Exploits0References30
CNNVD
CNNVD
added 2025/05/20 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an incorrect assertion that mac-lock is held in the plfxlcmacrelease function, which could result in a kerne...

5.5CVSS6.9AI score0.00077EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/04/23 12:0 a.m.1 views

PT-2025-22159

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.124 Description A bug in the Linux kernel has been resolved, specifically in the wifi plfxlc module. The plfxlc mac release function incorrectly asserts that mac-lock is held, which is not valid behavior. Thi...

5.5CVSS6.6AI score0.00077EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.2 views

kernel: net/mlx5: Fix missing lock on sync reset reload

On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperformed which results in triggering lock assert. This may lead to a crash...

5.5CVSS7AI score0.00012EPSS
Exploits0References5
OSV
OSV
added 2024/08/17 9:15 a.m.1 views

DEBIAN-CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS5.7AI score0.00012EPSS
Exploits0References1
CVE
CVE
added 2024/03/26 5:19 p.m.174 views

CVE-2023-52621

CVE-2023-52621: In the Linux kernel, a fix was added to bpf map helpers (bpf_map_lookup_elem, bpf_map_update_elem, bpf_map_delete_elem) to check rcu_read_lock_trace_held() before use when running sleepable BPF programs. The vulnerability arises when sleepable BPF programs manipulate BPF maps unde...

7.8CVSS6.1AI score0.00006EPSS
Exploits0References7Affected Software2
OSV
OSV
added 2024/03/26 5:19 p.m.5 views

CVE-2023-52621 bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers

In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcureadlocktraceheld before calling bpf map helpers These three bpfmaplookup,update,deleteelem helpers are also available for sleepable bpf program, so add the corresponding lock assertion for sleepable bpf program,...

7.8CVSS5.9AI score0.00006EPSS
Exploits0References10
Rows per page
Query Builder