828 matches found
EUVD-2022-27322
Malicious code in bioql PyPI...
EUVD-2023-25096
Malicious code in bioql PyPI...
EUVD-2023-24798
Malicious code in bioql PyPI...
EUVD-2022-25826
Malicious code in bioql PyPI...
EUVD-2021-3559
Malicious code in bioql PyPI...
EUVD-2023-37045
Malicious code in bioql PyPI...
EUVD-2023-24802
Malicious code in bioql PyPI...
EUVD-2023-25288
Malicious code in bioql PyPI...
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 improper locking order that could lead to a deadlock...
CVE-2025-39910: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc, mm/kasan: respect gfp mask in kasanpopulatevmalloc kasanpopulatevmalloc and its helpers ignore the caller's gfpmask and always allocate memory using the hardcoded GFPKERNEL flag. This makes them inconsistent with...
The vulnerability of the __ip_rt_update_pmtu() function in the ipv4/route.c component of the Linux operating system allows a hacker to trigger a service failure.
The vulnerability of the iprtupdatepmtu function in the ipv4/route.c component of the Linux operating system is related to improper locking of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...
The vulnerability of the sch_htb.c component in the Linux operating system’s kernel allows a hacker to cause a system failure.
The vulnerability of the schhtb.c component in the Linux operating system’s kernel is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause a system failure...
CVE-2022-50371: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: led: qcom-lpg: Fix sleeping in atomic lpgbrighnessset function can sleep, while led's brightnessset callback must be non-blocking. Change LPG driver to use brightnesssetblocking instead. BUG: sleeping function called from invalid...
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 improper locking mechanism in the rtl8723bs driver, which could lead to a soft interrupt handling excepti...
CVE-2023-53281: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8723bs: Fix locking in rtwjointimeouthandler Commit 041879b12ddb "drivers: staging: rtl8192bs: Fix deadlock in rtwjoinbsseventprehandle" besides fixing the deadlock also modified rtwjointimeouthandler to use...
CVE-2025-39832: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix lockdep assertion on sync reset unload event Fix lockdep assertion triggered during sync reset unload event. When the sync reset flow is initiated using the devlink reload fwactivate option, the PF already holds the...
CVE-2025-39769: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...
The vulnerability of the msm_devfreq_init() function in the drivers/gpu/drm/msm/msm_gpu_devfreq.c file of the Linux kernel allows a hacker to cause a service failure.
The vulnerability of the msmdevfreqinit function in the drivers/gpu/drm/msm/msmgpudevfreq.c file of the Linux kernel is related to improper locking of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...
CVE-2025-38650: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutexlock check in hfsplusfreeextents Syzbot reported an issue in hfsplus filesystem: ------------ cut here ------------ WARNING: CPU: 0 PID: 4400 at fs/hfsplus/extents.c:346 hfsplusfreeextents+0x700/0xad0 Call...
CVE-2025-38643: Improper Locking
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...