Lucene search
+L

390 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.6 views

UBUNTU-CVE-2023-53676

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix buffer overflow in liotargetnaclinfoshow The function liotargetnaclinfoshow uses sprintf in a loop to print details for every iSCSI connection in a session without checking for the buffer length. With...

7.8CVSS6.1AI score0.00159EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2021-0409

Malware in sbrugna...

5.5CVSS5AI score0.00154EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-0389

Malware in sbrugna...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.17 views

EUVD-2021-0392

Malware in sbrugna...

7.8CVSS5.9AI score0.00173EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-13100

Malicious code in bioql PyPI...

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

EUVD-2025-15440

Malicious code in bioql PyPI...

7.2AI score0.00171EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-54914

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00196EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-13245

Malicious code in bioql PyPI...

7.2AI score0.00174EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2023-2830

Malicious code in bioql PyPI...

5.5CVSS5.5AI score0.00243EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-11208

Malicious code in bioql PyPI...

7.2AI score0.00192EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-27906

Malicious code in bioql PyPI...

6.4AI score0.0011EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-59834

Malicious code in bioql PyPI...

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

EUVD-2025-24682

Malicious code in bioql PyPI...

7.5CVSS6.6AI score0.01202EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/23 6:15 a.m.8 views

AZL-67650 CVE-2025-39873 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: can: xilinxcan: xcanwriteframe: fix use-after-free of transmitted SKB canputechoskb takes ownership of the SKB and it may be freed during or after the call. However, xilinxcan xcanwriteframe keeps using SKB after the call. Fix th...

7.8CVSS5.8AI score0.00148EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/09/19 3:26 p.m.56 views

CVE-2025-39855

In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL access of tx-inuse in iceptptsirq The E810 device has support for a "low latency" firmware interface to access and read the Tx timestamps. This interface does not use the standard Tx timestamp logic, due to the...

7.8CVSS6.3AI score0.00151EPSS
SaveExploits0
OSV
OSV
added 2025/09/19 2:41 p.m.8 views

CLSA-2025-1758292868 Fix CVE(s): CVE-2025-7425

SECURITY UPDATE: memory corruption vulnerability in attribute type flags - debian/patches/CVE-2025-7425.patch: Fix heap-use-after-free caused by atype corruption - CVE-2025-7425...

7.8CVSS6.8AI score0.00339EPSS
SaveExploits1References1
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2023-53239

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:1 p.m.27 views

CVE-2022-50243

CVE-2022-50243 – Linux kernel SCTP use-after-free (summary from connected advisories) The vulnerability arises in SCTP when an error is returned from sctp_auth_asoc_init_active_key(): the old sh_key could be freed while still in use as the active key, leading to a use-after-free during packet sen...

7.8CVSS6.1AI score0.0015EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/09/11 5:15 p.m.6 views

DEBIAN-CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS6.1AI score0.00149EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.14 views

CVE-2025-38528

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt = "%p%"; bpftraceprintkfmt, sizeoffmt; The above BPF program isn't rejected and causes a kernel warning at runtime: Please remove unsupported %\x00 in...

5.5CVSS6.2AI score0.00156EPSS
SaveExploits0References4
Rows per page
Query Builder