Lucene search
+L

11877 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50431

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails...

5.5CVSS5.5AI score0.00156EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39951

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - um: virtiouml: Fix use-after-free after putdevice in probe When registervirtiodevice fails in virtioumlprobe, the code sets vudev-registered = 1 even though the...

7.8CVSS7.3AI score0.0015EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/10/07 5:35 p.m.9 views

CVE-2025-59943

phpMyFAQ is an open source FAQ web application. Versions 4.0-nightly-2025-10-03 and below do not enforce uniqueness of email addresses during user registration. This allows multiple distinct accounts to be created with the same email. Because email is often used as an identifier for password...

8.1CVSS7.3AI score0.00416EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/10/07 5:35 p.m.9 views

CVE-2025-11342

A weakness has been identified in code-projects Online Course Registration 1.0. This impacts an unknown function of the file /admin/edit-course.php. Executing manipulation of the argument coursecode can lead to sql injection. The attack can be executed remotely. The exploit has been made availabl...

5.8CVSS7.1AI score0.00414EPSS
SaveExploits1References1
NVD
NVD
added 2025/10/07 4:15 p.m.7 views

CVE-2022-50522

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleonparsegdd If mcbdeviceregister returns error in chameleonparsegdd, the refcount of bus and device name are leaked. Fix this by calling putdevice to give up the reference, so they can b...

3.3CVSS0.00159EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 4:15 p.m.7 views

UBUNTU-CVE-2022-50522

In the Linux kernel, the following vulnerability has been resolved: mcb: mcb-parse: fix error handing in chameleonparsegdd If mcbdeviceregister returns error in chameleonparsegdd, the refcount of bus and device name are leaked. Fix this by calling putdevice to give up the reference, so they can b...

3.3CVSS5.8AI score0.00159EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2022-50523

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll 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.00161EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/07 3:21 p.m.4 views

CVE-2023-53674 clk: Fix memory leak in devm_clk_notifier_register()

In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devmclknotifierregister devmclknotifierregister allocates a devres resource for clk notifier but didn't register that to the device, so the notifier didn't get unregistered on device detach and the allocat...

7.8CVSS6.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.19 views

CVE-2022-50547 media: solo6x10: fix possible memory leak in solo_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

0.00204EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/07 3:21 p.m.11 views

CVE-2022-50547 media: solo6x10: fix possible memory leak in solo_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

6.5AI score
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 3:21 p.m.10 views

EUVD-2025-32789

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

6AI score0.00159EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:19 p.m.44 views

CVE-2023-53619

Summary (CVE-2023-53619): Linux kernel netfilter conntrack may use a freed nf_ct_helper_hash when nf_conntrack_init_start() fails and nf_conntrack_helpers_register() runs later, leading to a use-after-free and potential memory corruption. The issue occurs on builds with NF_CONNTRACK enabled and c...

7.8CVSS6.2AI score0.00216EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.6 views

CVE-2022-50510 perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()

In the Linux kernel, the following vulnerability has been resolved: perf/smmuv3: Fix hotplug callback leak in armsmmupmuinit armsmmupmuinit won't remove the callback added by cpuhpsetupstatemulti when platformdriverregister failed. Remove the callback by cpuhpremovemultistate in fail path. Simila...

6.4AI score
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:19 p.m.5 views

EUVD-2025-32846

In the Linux kernel, the following vulnerability has been resolved: perf/smmuv3: Fix hotplug callback leak in armsmmupmuinit armsmmupmuinit won't remove the callback added by cpuhpsetupstatemulti when platformdriverregister failed. Remove the callback by cpuhpremovemultistate in fail path. Simila...

5.9AI score0.00157EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2006-0003

Malware in sbrugna...

4.3CVSS6.1AI score0.01013EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-21273

Malware in sbrugna...

9.8CVSS9.3AI score0.02101EPSS
SaveExploits2References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2018-18063

Malware in sbrugna...

7.5CVSS7.6AI score0.01029EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2007-6064

Malware in sbrugna...

4CVSS6.4AI score0.00973EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2021-1392

Malware in sbrugna...

9.8CVSS9.3AI score0.01458EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-1999-1162

Malware in sbrugna...

7.2CVSS6.4AI score0.00366EPSS
SaveExploits0References4
Rows per page
Query Builder