Lucene search
+L

8149 matches found

Debian CVE
Debian CVE
added 2024/05/01 5:20 a.m.78 views

CVE-2024-26972

Removed by vendor...

7.3AI score
SaveExploits0
CVE
CVE
added 2024/05/01 5:20 a.m.7487 views

CVE-2024-26972

CVE-2024-26972 : Linux kernel UBIFS implementation issue in ubifs_symlink could leak inode->i_link in error paths when symlink encryption is involved. The description in connected advisories states the issue arises after marking an inode bad and calling iput(), if inode->i_link was initiali...

6.5AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/01 5:20 a.m.25 views

CVE-2024-26972

...

8.4AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:20 a.m.29 views

CVE-2024-26972

...

6.6AI score
SaveExploits0
CVE
CVE
added 2024/05/01 5:19 a.m.3789 views

CVE-2024-26964

Mode C: CVE-2024-26964 is present in MiracleLinux advisories (AXSA-2024-8481:17) and is described as a Linux kernel USB (xhci) issue: kzalloc() null path could lead to crash in xhci_map_urb_for_dma. The MiracleLinux advisories for AXSA-2024-8481 list affected products and advise upgrading to Mira...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.31 views

CVE-2024-26964 usb: xhci: Add error handling in xhci_map_urb_for_dma

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Add error handling in xhcimapurbfordma Currently xhcimapurbfordma creates a temporary buffer and copies the SG list to the new linear buffer. But if the kzallocnode fails, then the following sgpcopytobuffer can lead to...

7.7AI score0.0023EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/05/01 12:00 a.m.12 views

The vulnerability of the BackUpWordPress plugin of the WordPress content management system allows a hacker to gain unauthorized access to protected information.

The vulnerability of the BackUpWordPress plugin for WordPress content management systems is related to errors in processing the relative path to the catalog when handling the hmbkpdirectorybrowse parameter. Exploiting this vulnerability can allow an attacker to gain unauthorized access to protect...

4CVSS5.5AI score0.0065EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.10 views

kernel: drm/i915: Fix memory leaks in i915 selftests

A memory leak flaw was found in the Linux kernel's Intel i915 graphics driver in the selftest page allocation logic. A local user can trigger this issue when running i915 selftests and the fakegetpages function encounters errors, causing the function to return without freeing previously allocated...

5.5CVSS7.2AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.12 views

kernel: ext4: improve error handling from ext4_dirhash()

In the Linux kernel, the following vulnerability has been resolved: ext4: improve error handling from ext4dirhash The ext4dirhash will almost never fail, especially when the hash tree feature was first introduced. However, with the addition of support of encrypted, casefolded file names, that...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.13 views

kernel: clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probe

A memory leak was found in the Linux kernel's i.MX93 clock driver. The imx93clocksprobe function returns directly without unregistering hardware clocks or freeing allocated memory when errors occur. The fix converts allocations to use device-managed APIs devmkzalloc, devmofiomap and adds proper...

5.8AI score0.00178EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.10 views

kernel: drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/disp: fix use-after-free in error handling of nouveauconnectorcreate We can't simply free the connector after calling drmconnectorinit on it. We need to clean up the drm side first. It might not fix all regressions fr...

7.8CVSS6.8AI score0.00157EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.6 views

kernel: tls: handle backlogging of crypto requests

A flaw was found in the tls subsystem of the Linux kernel. When setting the CRYPTOTFMREQMAYBACKLOG flag on requests to the crypto API, cryptoaeadencrypt and cryptoaeaddecrypt functions can return -EBUSY instead of -EINPROGRESS in valid situations. This issue could lead to undefined behavior and a...

9.8CVSS6.8AI score0.00746EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.9 views

kernel: Linux kernel: Denial of Service in ASoC wcd938x codec due to improper error handling

A flaw was found in the Linux kernel's ASoC wcd938x codec component. This vulnerability stems from improper error handling during the initialization of the Multi-Band Headset Controller MBHC. A local attacker with low privileges could exploit this by triggering a specific sequence of events,...

5.5CVSS5.8AI score0.00135EPSS
SaveExploits0References5
CNVD
CNVD
added 2024/04/30 12:00 a.m.15 views

Unspecified vulnerability in Linux kernel (CNVD-2024-24951)

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 returning errno when kmalloc fails, which can lead to out of memory. No details of the vulnerability are...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/04/30 12:00 a.m.16 views

PT-2025-13364 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel's Bluetooth functionality. Specifically, when hci cmd sync queue fails in hci le terminate big or hci le big terminate, the...

9.8CVSS7.9AI score0.28058EPSS
SaveExploits22References334
Cvelist
Cvelist
added 2024/04/28 1:01 p.m.42 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.6AI score0.00241EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2024/04/27 4:55 p.m.61 views

Url-Status-Checker - Tool For Swiftly Checking The Status Of URLs

Status Checker is a Python script that checks the status of one or multiple URLs/domains and categorizes them based on their HTTP status codes. Version 1.0.0 Created BY BLACK-SCORP10 t.me/BLACK-SCORP10 Features Check the status of single or multiple URLs/domains. Asynchronous HTTP requests for...

7.2AI score
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.27 views

RHEL 6 / 7 : rh-mariadb101-mariadb and rh-mariadb101-galera (RHSA-2018:0574)

The remote Redhat Enterprise Linux 6 / 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:0574 advisory. MariaDB is a multi-user, multi-threaded SQL database server. For all practical purposes, MariaDB is binary-compatible with MySQL. The...

7.7CVSS7.4AI score0.04905EPSS
SaveExploits10References71
OSV
OSV
added 2024/04/26 11:06 a.m.12 views

OESA-2024-1499 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds in initsmb2rsphdr If client send smb2 negotiate request and then send smb1 negotiate request, initsmb2rsphdr is called for smb1 negotiat...

6.4AI score0.00679EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26859

In the Linux kernel, the following vulnerability has been resolved: net/bnx2x: Prevent access to a freed page in pagepool Fix race condition leading to system crash during EEH error handling During EEH error recovery, the bnx2x driver's transmit timeout logic could cause a race condition when...

5.5CVSS6.1AI score0.00182EPSS
SaveExploits0References11
Rows per page
Query Builder