Lucene search
+L

1328 matches found

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

EUVD-2025-5197

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00206EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.24 views

EUVD-2022-30390

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00406EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-4812

Malicious code in bioql PyPI...

9.8CVSS8.7AI score0.02182EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-59825

Malicious code in bioql PyPI...

6.3AI score0.00139EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.13 views

EUVD-2022-30392

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00354EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-11230

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00191EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-19821

Malicious code in bioql PyPI...

7.6AI score0.00161EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.15 views

EUVD-2025-19784

Malicious code in bioql PyPI...

8.7AI score0.0015EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.24 views

EUVD-2024-51872

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00219EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-9338

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00178EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-53416

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.00177EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.15 views

EUVD-2025-25557

Malicious code in bioql PyPI...

8.6AI score0.00156EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-5147

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00218EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.5 views

UBUNTU-CVE-2023-53470

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/01 11:45 a.m.6 views

CVE-2023-53498 drm/amd/display: Fix potential null dereference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null dereference The adev-dm.dc pointer can be NULL and dereferenced in amdgpudmfini without checking. Add a NULL pointer check before calling dcdmubsrvdestroy. Found by Linux Verification Center...

6.5AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.15 views

CVE-2023-53483 ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()

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...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:42 a.m.22 views

CVE-2023-53483

CVE-2023-53483 affects the Linux kernel, specifically the ACPI processor code. The vulnerability arises in fch_misc_setup() where devm_kzalloc() may return NULL and lead to a NULL pointer dereference if clk_data->name is NULL. The CVE entry indicates this issue has been resolved in the Linux k...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53480

CVE-2023-53480 : In the Linux kernel, a o bject-level NULL-dereference can occur when registering a kset if its embedded kobject’s ktype is not initialized. The described scenario initializes a kset and its kobject name but omits kset.kobj.ktype, leading to a NULL pointer dereference in kobject_a...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/10/01 11:42 a.m.20 views

CVE-2023-53470

CVE-2023-53470 – Linux kernel issue : The vulnerability arises from a missing NULL check after devlink_alloc(), risking kernel panic when devlink_priv() is called on a NULL result. A fix adds the NULL check; as a result, driver load may fail but the kernel will not panic. Documents show the issue...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.5 views

CVE-2023-53470 ionic: catch failure from devlink_alloc

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

7.4AI score
SaveExploits0References8
Rows per page
Query Builder