Lucene search
+L

6379 matches found

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

EUVD-2022-55613

Malicious code in bioql PyPI...

6.3AI score0.0016EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-21137

Malicious code in bioql PyPI...

8.2CVSS9.2AI score0.00198EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2023-37029

Malicious code in bioql PyPI...

4.4CVSS5.2AI score0.00094EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2024-19357

Malicious code in bioql PyPI...

8.8CVSS9AI score0.00444EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2022-3822

Malicious code in bioql PyPI...

4.3CVSS7.3AI score0.01876EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/03 8:7 p.m.18 views

EUVD-2025-29058

Malicious code in bioql PyPI...

6.3AI score0.00151EPSS
SaveExploits0References4
Rockylinux
Rockylinux
added 2025/10/03 7:56 p.m.6 views

glibc security update

An update is available for glibc. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The glibc packages provide the standard C libraries libc, POSIX thread librari...

5.6CVSS6.9AI score0.00261EPSS
SaveExploits0
OSV
OSV
added 2025/10/03 7:56 p.m.11 views

RLSA-2025:11066 Moderate: glibc security update

The glibc packages provide the standard C libraries libc, POSIX thread libraries libpthread, standard math libraries libm, and the name service cache daemon nscd used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly. Security Fixes: glibc:...

5.6CVSS6.8AI score0.00261EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.7 views

SUSE CVE-2022-50427

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in sndac97devregister If deviceregister fails in sndac97devregister, it should call putdevice to give up reference, or the name allocated in devsetname is leaked...

3.3CVSS6.5AI score0.00146EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.5 views

SUSE CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

3.3CVSS6.5AI score0.00152EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2023-53480

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

5.5CVSS0.00146EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.9 views

CVE-2022-50434

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 size 512: comm "insmod", pid 308021, jiffies 4324277909 age 509.733s hex dump...

5.5CVSS0.00168EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/01 12:15 p.m.7 views

UBUNTU-CVE-2023-53480

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

5.5CVSS5.9AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50434

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 size 512: comm "insmod", pid 308021, jiffies 4324277909 age 509.733s hex dump...

5.5CVSS5.9AI score0.00168EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2022-50427

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in sndac97devregister If deviceregister fails in sndac97devregister, it should call putdevice to give up reference, or the name allocated in devsetname is leaked...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2022-50431

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS5.8AI score0.00152EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/01 12:15 p.m.11 views

UBUNTU-CVE-2022-50468

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosusbpdnotify: Fix error handling in crosusbpdnotifyinit The following WARNING message was given when rmmod crosusbpdnotify: Unexpected driver unregister! WARNING: CPU: 0 PID: 253 at drivers/base/driver.c:270...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/01 11:45 a.m.31 views

CVE-2022-50449

CVE-2022-50449 : In the Linux kernel, the Samsung clock driver fix addresses a memory leak in _samsung_clk_register_pll(). If clk_register() fails, pll->rate_table may be allocated by kmemdup() and is not freed, leaking memory. The patch adds proper cleanup to free the allocated memory on fail...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.16 views

CVE-2022-50449 clk: samsung: Fix memory leak in _samsung_clk_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

0.00152EPSS
SaveExploits0References8
Rows per page
Query Builder