Lucene search
+L

857 matches found

EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-25566

Malicious code in bioql PyPI...

8.6AI score0.00174EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.17 views

EUVD-2025-28924

Malicious code in bioql PyPI...

6.3AI score0.00134EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2025-22738

Malicious code in bioql PyPI...

6.5CVSS6.2AI score0.00841EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2022-55562

Malicious code in bioql PyPI...

6.5AI score0.00155EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.18 views

EUVD-2025-13199

Malicious code in bioql PyPI...

6.3AI score0.00193EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.9 views

SUSE CVE-2023-53483

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devmkzalloc in fchmiscsetup devmkzalloc may fail, clkdata-name might be NULL and will cause a NULL pointer dereference later. rjw: Subject and changelog edits...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References3
F5 Networks
F5 Networks
added 2025/09/30 5:10 p.m.27 views

K000156710: Multiple ImageMagick vulnerabilities

Security Advisory Description CVE-2016-8677 The AcquireQuantumPixels function in MagickCore/quantum.c in ImageMagick before 7.0.3-1 allows remote attackers to have unspecified impact via a crafted image file, which triggers a memory allocation failure. CVE-2016-8862 The AcquireMagickMemory functi...

8.8CVSS8.5AI score0.04613EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/09/25 3:03 p.m.8 views

CVE-2025-60019

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS6.9AI score0.00355EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/16 1:15 p.m.9 views

CVE-2025-39819

In the Linux kernel, the following vulnerability has been resolved: fs/smb: Fix inconsistent refcnt update A possible inconsistent update of refcount was identified in smb2compoundop. Such inconsistent update could lead to possible resource leaks. Why it is a possible bug: 1. In the comment secti...

5.5CVSS0.00147EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/16 1:00 p.m.8 views

CVE-2025-39819 fs/smb: Fix inconsistent refcnt update

In the Linux kernel, the following vulnerability has been resolved: fs/smb: Fix inconsistent refcnt update A possible inconsistent update of refcount was identified in smb2compoundop. Such inconsistent update could lead to possible resource leaks. Why it is a possible bug: 1. In the comment secti...

6.2AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.21 views

CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.8 views

PT-2025-37889

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/dpu subsystem where a failure of devm kzalloc could lead to a null pointer dereference in the dpu writeback init function. Specifically,...

6AI score0.00143EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/16 12:00 a.m.10 views

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 the failure to free memory when a memory allocation fails in the xlnxaddcbfornotifyevent function, which cou...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.8 views

SUSE CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS6.7AI score0.00155EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/15 3:15 p.m.10 views

CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS0.00155EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/15 2:45 p.m.40 views

CVE-2022-50293

CVE-2022-50293 affects the Linux kernel btrfs subsystem. When dropping file extent items for a range, ENOMEM could trigger a BUG_ON() path in btrfs_drop_extents(); the fix replaces those BUG_ON()s with proper transaction abort and error return handling. This means that instead of halting the tran...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.32 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

0.00155EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/09/15 2:45 p.m.14 views

CVE-2022-50293

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:45 p.m.10 views

CVE-2022-50293 btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfsdropextents, due to failure to allocate memory when attempting to increment the...

6.6AI score
SaveExploits0References7
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.3 views

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 unhandled kasprintf memory allocation failure case that could result in a null pointer dereference...

5.5CVSS5.8AI score0.00157EPSS
SaveExploits0References6
Rows per page
Query Builder