Lucene search
K

18 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

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

In the Linux kernel, the following vulnerability has been resolved: net/smc: Use smclgrlist.lock to protect the iteration of smclgrlist.list when performing smcportadd. When performing smcportadd, there may be operations that modify smclgrlist.list simultaneously, which could lead to a kernel...

5.5AI score0.00174EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.2 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011375)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011375 advisory. In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to...

7.8CVSS6.3AI score0.00252EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2026/02/14 3:9 p.m.2 views

CVE-2026-23126 netdevsim: fix a race issue related to the operation on bpf_bound_progs list

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix a race issue related to the operation on bpfboundprogs list The netdevsim driver lacks a protection mechanism for operations on the bpfboundprogs list. When the nsimbpfcreateprog performs listaddtail, it is possibl...

5.4AI score0.00086EPSS
Exploits0References5
EUVD
EUVD
added 2026/02/14 3:9 p.m.3 views

EUVD-2026-5910

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix a race issue related to the operation on bpfboundprogs list The netdevsim driver lacks a protection mechanism for operations on the bpfboundprogs list. When the nsimbpfcreateprog performs listaddtail, it is possibl...

5.3AI score0.00086EPSS
Exploits0References5
CVE
CVE
added 2026/01/13 3:29 p.m.14 views

CVE-2025-68800

The CVE-2025-68800 issue affects the Linux kernel mlxsw spectrum_mr component. It arises from a use-after-free in multicast route stats updates when the driver traverses the multicast route list. A dedicated mutex was added (replacing the previous RTNL-based protection) to guard the list during u...

6.1AI score0.00173EPSS
Exploits0References7
CVE
CVE
added 2025/12/30 12:23 p.m.11 views

CVE-2023-54318

CVE-2023-54318 affects the Linux kernel in the net/smc code path. The issue stems from iterating smc_lgr_list.list in smcr_port_add without proper synchronization, allowing a linkgroup to be added or removed concurrently and potentially triggering a NULL dereference and kernel crash. The connecte...

6AI score0.00174EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 12:23 p.m.3 views

CVE-2023-54318 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add

In the Linux kernel, the following vulnerability has been resolved: net/smc: use smclgrlist.lock to protect smclgrlist.list iterate in smcrportadd While doing smcrportadd, there maybe linkgroup add into or delete from smclgrlist.list at the same time, which may result kernel crash. So, use...

6.3AI score0.00174EPSS
Exploits0References8
OSV
OSV
added 2025/12/24 12:23 p.m.3 views

CVE-2023-54067 btrfs: fix race when deleting free space root from the dirty cow roots list

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting free space root from the dirty cow roots list When deleting the free space tree we are deleting the free space root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it,...

6.1AI score0.00166EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.2 views

CVE-2023-53990

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

5.7AI score0.00168EPSS
Exploits0References6
CVE
CVE
added 2025/12/24 10:55 a.m.7 views

CVE-2023-53990

CVE-2023-53990 pertains to the Linux kernel SMB3/cifs path. The issue arises from missing synchronization when modifying the deferred close file list inside cifs_del_deferred_close, creating a potential data race. The root cause is a missing acquire of the deferred_lock around the critical sectio...

6.1AI score0.00168EPSS
Exploits0References5
CVE
CVE
added 2024/10/21 8:6 p.m.98 views

CVE-2022-49003

CVE-2022-49003 involves a race in the Linux kernel NVMe multipath code where walking nvme_ns_head siblings protected by SRCU was not synchronized in nvme_mpath_revalidate_paths(), and concurrent scan work could free a namespace, causing a use-after-free. The fix protects the head’s SRCU during nv...

4.7CVSS4.3AI score0.00229EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/09/13 6:15 a.m.6 views

AZL-49590 CVE-2024-46678 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS6.6AI score0.00167EPSS
Exploits0References1
OSV
OSV
added 2022/05/17 2:36 a.m.31 views

GHSA-R326-MP8G-6XFC phpMyAdmin Bypass white-list protection for URL redirection

An issue was discovered in phpMyAdmin. Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. All 4.6.x versions prior to 4.6.5, 4.4.x versions prior to 4.4.15.9, and 4.0.x versions prior to 4.0.10.18 are affected...

7.5CVSS7.6AI score0.01791EPSS
Exploits0References6
Github Security Blog
Github Security Blog
added 2022/05/17 2:36 a.m.26 views

phpMyAdmin Bypass white-list protection for URL redirection

An issue was discovered in phpMyAdmin. Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. All 4.6.x versions prior to 4.6.5, 4.4.x versions prior to 4.4.15.9, and 4.0.x versions prior to 4.0.10.18 are affected...

7.5CVSS7.1AI score0.01791EPSS
Exploits0References6Affected Software1
Prion
Prion
added 2016/12/11 3:0 a.m.15 views

Design/Logic Flaw

An issue was discovered in phpMyAdmin. Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. All 4.6.x versions prior to 4.6.5, 4.4.x versions prior to 4.4.15.9, and 4.0.x versions prior to 4.0.10.18 are affected...

5CVSS6.8AI score0.01791EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2016/12/11 2:0 a.m.34 views

CVE-2016-9861

An issue was discovered in phpMyAdmin. Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. All 4.6.x versions prior to 4.6.5, 4.4.x versions prior to 4.4.15.9, and 4.0.x versions prior to 4.0.10.18 are affected...

7.5CVSS8.6AI score0.01791EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2016/12/11 2:0 a.m.44 views

CVE-2016-9861

An issue was discovered in phpMyAdmin. Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. All 4.6.x versions prior to 4.6.5, 4.4.x versions prior to 4.4.15.9, and 4.0.x versions prior to 4.0.10.18 are affected...

7.5CVSS8.5AI score0.01791EPSS
Exploits0
phpMyAdmin
phpMyAdmin
added 2016/11/25 12:0 a.m.50 views

Bypass white-list protection for URL redirection

PMASA-2016-66 Announcement-ID: PMASA-2016-66 Date: 2016-11-25 Updated: 2016-12-06 Summary Bypass white-list protection for URL redirection Description Due to the limitation in URL matching, it was possible to bypass the URL white-list protection. Severity We consider this vulnerability to be of...

7.5CVSS7AI score0.01791EPSS
Exploits0Affected Software1
Rows per page
Query Builder