216 matches found
CVE-2023-54093
The CVE-2023-54093 issue affects the Linux kernel in the media/anysee driver. Root cause: in anysee_master_xfer, user-controlled msg i entries could lead to a null pointer dereference when msg[i].buf is null and msg[i].len is zero; a length check prevents the crash. The patch adds a guard on msg[...
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 Linux kernel that stems from a lack of checking of msgi.len in the anyseemasterxfer function, which could lead to a null pointer dereference...
CLSA-2025-1762182516 libqb: Fix of CVE-2023-39976
CVE-2023-39976: Fix buffer overflow in logblackbox.c by correctly limiting log message length...
kernel: Fix of 39 CVEs
nfs: fix UAF in direct writes CVE-2024-26958 - NFSD: Fix the behavior of READ near OFFSETMAX CVE-2022-48827 - thermal: core: prevent potential string overflow CVE-2023-52868 - ath5k: fix OOB in ath5keepromreadpcalinfo5111 CVE-2021-47633 - RDMA/cma: Ensure rdmaaddrcancel happens before issuing...
EUVD-2004-0891
Malware in sbrugna...
EUVD-2017-9208
Malware in sbrugna...
EUVD-2018-18965
Malware in sbrugna...
EUVD-2019-7681
Malware in sbrugna...
EUVD-2018-3852
Malware in sbrugna...
EUVD-2019-5318
Malware in sbrugna...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986506)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986506 advisory. In the Linux kernel, the following vulnerability has been resolved: media: s5pcec: limit msg.len to CECMAXMSGSIZE I expect that the hardware will have limited this t...
EUVD-2023-59776
Malicious code in bioql PyPI...
EUVD-2024-42281
Malicious code in bioql PyPI...
EUVD-2025-22660
Malicious code in bioql PyPI...
EUVD-2024-39159
Malicious code in bioql PyPI...
EUVD-2025-12347
Malicious code in bioql PyPI...
EUVD-2022-45048
Malicious code in bioql PyPI...
EUVD-2025-26775
Malicious code in bioql PyPI...
CVE-2025-39828 atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().
In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Prevent arbitrary write in atmtcprecvcontrol. syzbot reported the splat below. 0 When atmtcpvopen or atmtcpvclose is called via connect or close, atmtcpsendcontrol is called to send an in-kernel special message. The...
CVE-2023-53220
In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007i2cxfer In az6007i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach az6007i2cxfer. If...