Lucene search
+L

14522 matches found

RedhatCVE
RedhatCVE
added 2025/01/08 2:00 p.m.21 views

CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS6.9AI score0.00221EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2025/01/08 1:23 a.m.17 views

USN-7189-1: HTMLDOC vulnerabilities

It was discovered that HTMLDOC incorrectly handled certain inputs, which could lead to an integer overflow. An attacker could potentially use this issue to cause a denial of service or execute arbitrary code. CVE-2021-20308 It was discovered that HTMLDOC incorrectly handled memory in pspdfexport,...

9.8CVSS7.5AI score0.07349EPSS
SaveExploits13
OSV
OSV
added 2025/01/08 1:23 a.m.24 views

USN-7189-1 HTMLDOC vulnerabilities

It was discovered that HTMLDOC incorrectly handled certain inputs, which could lead to an integer overflow. An attacker could potentially use this issue to cause a denial of service or execute arbitrary code. CVE-2021-20308 It was discovered that HTMLDOC incorrectly handled memory in pspdfexport,...

9.8CVSS7.7AI score0.07349EPSS
SaveExploits13References12
Tenable Nessus
Tenable Nessus
added 2025/01/08 12:00 a.m.19 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS : HTMLDOC vulnerabilities (USN-7189-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-7189-1 advisory. It was discovered that HTMLDOC incorrectly handled certain inputs, which could lead to an integer overflow. An attack...

9.8CVSS7.6AI score0.07349EPSS
SaveExploits13References12
SUSE CVE
SUSE CVE
added 2025/01/07 3:54 a.m.6 views

SUSE CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

4.6CVSS7AI score0.00681EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/01/07 3:48 a.m.16 views

SUSE CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS7.8AI score0.00221EPSS
SaveExploits0References14
OSV
OSV
added 2025/01/06 5:15 p.m.22 views

AZL-55303 CVE-2024-56766 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/06 5:15 p.m.19 views

AZL-56544 CVE-2024-56766 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS5.6AI score0.00221EPSS
SaveExploits0References1
NVD
NVD
added 2025/01/06 5:15 p.m.15 views

CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS0.00221EPSS
SaveExploits0References9
OSV
OSV
added 2025/01/06 5:15 p.m.3 views

DEBIAN-CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS5.6AI score0.00221EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/06 5:15 p.m.12 views

UBUNTU-CVE-2024-56766

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

7.8CVSS6.2AI score0.00221EPSS
SaveExploits0References15
Cvelist
Cvelist
added 2025/01/06 4:20 p.m.33 views

CVE-2024-56766 mtd: rawnand: fix double free in atmel_pmecc_create_user()

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

0.00221EPSS
SaveExploits0References7
CVE
CVE
added 2025/01/06 4:20 p.m.149 views

CVE-2024-56766

The CVE-2024-56766 issue affects the Linux kernel’s MTD/NAND path (mtd: rawnand) with a double-free in atmel_pmecc_create_user(). The root cause is allocating the user object with kzalloc() and then freeing it with kfree() after converting the allocation to devm_kzalloc(), leading to a use-after-...

7.8CVSS6.6AI score0.00221EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/01/06 4:20 p.m.21 views

CVE-2024-56766 mtd: rawnand: fix double free in atmel_pmecc_create_user()

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmelpmecccreateuser The "user" pointer was converted from being allocated with kzalloc to being allocated by devmkzalloc. Calling kfreeuser will lead to a double free...

6.2AI score
SaveExploits0References12
CNNVD
CNNVD
added 2025/01/06 12:00 a.m.8 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 the Linux kernel, which originates in the rawnand submodule of the mtd module, where the allocation of the "user" pointer in the...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/03 10:18 p.m.20 views

CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

4.6CVSS6.8AI score0.00681EPSS
SaveExploits0References6
NVD
NVD
added 2025/01/03 6:15 p.m.17 views

CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

8.8CVSS0.00681EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/03 6:15 p.m.6 views

DEBIAN-CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

8.8CVSS6AI score0.00681EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/03 6:15 p.m.7 views

UBUNTU-CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

8.8CVSS6.8AI score0.00681EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/01/03 12:00 a.m.31 views

CVE-2024-35365

FFmpeg version n6.1.1 has a double-free vulnerability in the fftools/ffmpegmuxinit.c component of FFmpeg, specifically within the newstreamaudio function...

0.00681EPSS
SaveExploits0References3
Rows per page
Query Builder