Lucene search
+L

10627 matches found

OSV
OSV
added 2025/09/17 3:15 p.m.9 views

UBUNTU-CVE-2023-53349

In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 size 16: comm "51-i2c-ov2740", pid 278, jiffies 4294781584 age...

5.5CVSS5.9AI score0.00197EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.27 views

CVE-2023-53363 PCI: Fix use-after-free in pci_bus_release_domain_nr()

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pcibusreleasedomainnr Commit c14f7ccc9f5d "PCI: Assign PCI domain IDs by idaalloc" introduced a use-after-free bug in the bus removal cleanup. The issue was found with kfence: 19.293351 BUG: KFENCE:...

0.00188EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 2:56 p.m.13 views

CVE-2023-53363 PCI: Fix use-after-free in pci_bus_release_domain_nr()

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pcibusreleasedomainnr Commit c14f7ccc9f5d "PCI: Assign PCI domain IDs by idaalloc" introduced a use-after-free bug in the bus removal cleanup. The issue was found with kfence: 19.293351 BUG: KFENCE:...

7.8CVSS6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.17 views

CVE-2023-53363

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix use-after-free in pcibusreleasedomainnr Commit c14f7ccc9f5d "PCI: Assign PCI domain IDs by idaalloc" introduced a use-after-free bug in the bus removal cleanup. The issue was found with kfence: 19.293351 BUG: KFENCE:...

7.8CVSS6.3AI score0.00188EPSS
SaveExploits0
OSV
OSV
added 2025/09/17 2:56 p.m.12 views

CVE-2023-53349 media: ov2740: Fix memleak in ov2740_init_controls()

In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740initcontrols There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 size 16: comm "51-i2c-ov2740", pid 278, jiffies 4294781584 age...

5.5CVSS4.9AI score
SaveExploits0References8
CVE
CVE
added 2025/09/17 2:56 p.m.53 views

CVE-2022-50357

CVE-2022-50357 concerns the Linux kernel’s USB dwc3 core. The vulnerability arises in the dwc3_get_properties() path where the code does: dwc->usb_psy = power_supply_get_by_name(usb_psy_name); and, on error, there is insufficient cleanup on those paths, allowing leaks. Several connected adviso...

5.5CVSS6.2AI score0.00201EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.22 views

CVE-2022-50357

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS5.3AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 2025/09/17 2:56 p.m.10 views

CVE-2022-50355 staging: vt6655: fix some erroneous memory clean-up loops

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.15 views

CVE-2022-50355

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS5.4AI score0.00215EPSS
SaveExploits0
CVE
CVE
added 2025/09/17 2:56 p.m.40 views

CVE-2022-50355

In CVE-2022-50355, the Linux kernel issue concerns the staging vt6655 driver. In initialization functions memory is allocated with 'i' as an index increasing from 0. The cleanup on allocation failure frees memory in reverse order, with 'i' decreasing to 0, but the i=0 case is not handled, causing...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.5 views

CVE-2022-50355 staging: vt6655: fix some erroneous memory clean-up loops

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.22 views

CVE-2022-50355 staging: vt6655: fix some erroneous memory clean-up loops

In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing from 0. The commit in "Fixes" introduces some...

7.8CVSS0.00215EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.5 views

CVE-2022-50354 drm/amdkfd: Fix kfd_process_device_init_vm error handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfdprocessdeviceinitvm error handling Should only destroy the ibmem and let process cleanup worker to free the outstanding BOs. Reset the pointer in pdd-qpd structure, to avoid NULL pointer access in process destr...

6.1AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/17 2:56 p.m.12 views

CVE-2022-50354 drm/amdkfd: Fix kfd_process_device_init_vm error handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfdprocessdeviceinitvm error handling Should only destroy the ibmem and let process cleanup worker to free the outstanding BOs. Reset the pointer in pdd-qpd structure, to avoid NULL pointer access in process destr...

7.8CVSS6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.16 views

CVE-2022-50354

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfdprocessdeviceinitvm error handling Should only destroy the ibmem and let process cleanup worker to free the outstanding BOs. Reset the pointer in pdd-qpd structure, to avoid NULL pointer access in process destr...

7.8CVSS5.3AI score0.00211EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/17 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 Linux kernel that stems from a memory cleanup loop error that could lead to a memory leak and invalid memory access...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.10 views

WordPress plugin Memberlite Shortcodes 安全漏洞

WordPress Memberlite Shortcodes plugin is a plugin used to extend the functionality of the theme, mainly used to add additional features to the WordPress theme, such as content display controls, layout tools, etc., while allowing users to use specific features without completely replacing the...

6.4CVSS6AI score0.00272EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.9 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 Linux kernel that stems from not properly cleaning up user mapping information, which could lead to a memory leak...

5.5CVSS5.8AI score0.00167EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39811

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe/vm: Clear the scratchpt pointer on error Avoid triggering a dereference of an error pointer on cleanup in xevmfreescratch by clearing any scratchpt error...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.14 views

PT-2025-44385

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s USB gadget functionality, specifically within the f rndis component. After a bind/unbind cycle, the rndis-notify req pointer can become stale. A...

4.6CVSS7.3AI score0.00144EPSS
SaveExploits0
Rows per page
Query Builder