269 matches found
EUVD-2019-5342
Malware in sbrugna...
EUVD-2015-5907
Malware in sbrugna...
EUVD-2003-0686
Malware in sbrugna...
EUVD-2005-1409
Malware in sbrugna...
EUVD-2017-2656
Malware in sbrugna...
EUVD-2010-3708
Malware in sbrugna...
EUVD-2004-0579
Malware in sbrugna...
EUVD-2013-1257
Malware in sbrugna...
EUVD-2005-0640
Malware in sbrugna...
EUVD-2020-3339
Malware in sbrugna...
EUVD-2021-33440
Malicious code in bioql PyPI...
EUVD-2024-53220
Malicious code in bioql PyPI...
EUVD-2025-23149
Malicious code in bioql PyPI...
EUVD-2022-54575
Malicious code in bioql PyPI...
EUVD-2025-5209
Malicious code in bioql PyPI...
EUVD-2022-27244
Malicious code in bioql PyPI...
EUVD-2022-54666
Malicious code in bioql PyPI...
CVE-2025-39847 ppp: fix memory leak in pad_compress_skb
In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...
CVE-2022-50410 NFSD: Protect against send buffer overflow in NFSv2 READ
In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...
CVE-2025-39822
In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: fix signedness in thislen calculation When importing and using buffers, buf-len is considered unsigned. However, buf-len is converted to signed int when committing. This can lead to unexpected behavior if the buffer...