Lucene search
+L

238 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-13099

Malicious code in bioql PyPI...

7.3AI score0.00201EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.17 views

EUVD-2025-19801

Malicious code in bioql PyPI...

7.6AI score0.0016EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2024-54022

Malicious code in bioql PyPI...

7.2AI score0.00178EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.19 views

EUVD-2024-53820

Malicious code in bioql PyPI...

7.3AI score0.00212EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2021-34655

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00249EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.17 views

EUVD-2024-53237

Malicious code in bioql PyPI...

7.3AI score0.00235EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2025-10340

Malicious code in bioql PyPI...

5.5CVSS7AI score0.00152EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-11229

Malicious code in bioql PyPI...

7.2AI score0.00291EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2024-53249

Malicious code in bioql PyPI...

7.8CVSS7.2AI score0.00243EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/28 11:21 a.m.15 views

CVE-2025-38490 net: libwx: remove duplicate page_pool_put_full_page()

In the Linux kernel, the following vulnerability has been resolved: net: libwx: remove duplicate pagepoolputfullpage pagepoolputfullpage should only be invoked when freeing Rx buffers or building a skb if the size is too short. At other times, the pages need to be reused. So remove the redundant...

9.8CVSS6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.12 views

CVE-2025-38411

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the INPROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will also...

9.8CVSS6.2AI score0.00323EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.14 views

CVE-2025-38402

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38385

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/18 7:53 a.m.4 views

CVE-2025-38349

In the Linux kernel, the following vulnerability has been resolved: eventpoll: don't decrement ep refcount while still holding the ep mutex Jann Horn points out that epoll is decrementing the ep refcount and then doing a mutexunlock&ep-mtx; afterwards. That's very wrong, because it can lead to a...

7.8CVSS5.8AI score0.00155EPSS
SaveExploits0
NVD
NVD
added 2025/07/10 8:15 a.m.12 views

CVE-2025-38311

In the Linux kernel, the following vulnerability has been resolved: iavf: get rid of the crit lock Get rid of the crit lock. That frees us from the error prone logic of trylocks. Thanks to netdevlock by Jakub it is now easy, and in most cases we were protected by it already - replace crit lock by...

5.5CVSS0.00096EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/10 8:15 a.m.8 views

CVE-2025-38319

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrlinitializemcregtable The function atomctrlinitializemcregtable and atomctrlinitializemcregtablev22 does not check the return value of smuatomgetdatatable. If...

5.5CVSS0.00149EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/10 7:42 a.m.10 views

CVE-2025-38318

In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Fix missing platformsetdrvdata Add missing platformsetdrvdata in armniprobe, otherwise calling platformgetdrvdata in remove returns NULL...

5.5CVSS5.3AI score0.00146EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/10 7:42 a.m.7 views

CVE-2025-38315

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Check dsbr size from EFI variable Since the size of struct btinteldsbr is already known, we can just start there instead of querying the EFI variable size. If the final result doesn't match what we expect also...

5.5CVSS5.7AI score0.00138EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/10 7:42 a.m.14 views

CVE-2025-38313

In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mcdev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mcdev variable. In case the MC device is a DPRC, a new mcbus is allocat...

7.8CVSS5.7AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/10 7:42 a.m.5 views

CVE-2025-38312

In the Linux kernel, the following vulnerability has been resolved: fbdev: core: fbcvt: avoid division by 0 in fbcvthperiod In fbfindmodecvt, iff mode-refresh somehow happens to be 0x80000000, cvt.frefresh will become 0 when multiplying it by 2 due to overflow. It's then passed to fbcvthperiod,...

5.5CVSS5.5AI score0.00153EPSS
SaveExploits0
Rows per page
Query Builder