Lucene search
+L

417 matches found

Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.48 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00247EPSS
SaveExploits0
OSV
OSV
added 2024/07/30 8:15 a.m.12 views

AZL-47344 CVE-2024-42158 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS5.8AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.18 views

UBUNTU-CVE-2024-42158

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

4.1CVSS5.8AI score0.00187EPSS
SaveExploits0References22
CVE
CVE
added 2024/07/30 7:47 a.m.191 views

CVE-2024-42158

CVE-2024-42158 concerns the Linux kernel s390/pkey code where memory cleanup was updated to use kfree_sensitive() instead of memzero_explicit() and kfree() to address Coccinelle warnings. The connected sources explicitly state the fix involves replacing those calls with kfree_sensitive() to align...

4.1CVSS6.7AI score0.00187EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/07/30 7:47 a.m.14 views

CVE-2024-42158 s390/pkey: Use kfree_sensitive() to fix Coccinelle warnings

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Use kfreesensitive to fix Coccinelle warnings Replace memzeroexplicit and kfree with kfreesensitive to fix warnings reported by Coccinelle: WARNING opportunity for kfreesensitive/kvfreesensitive line 1506 WARNING...

6AI score
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/30 12:0 a.m.17 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 that stems from a warning reported by Coccinelle in the s390/pkey module when using memzeroexplicit and kfree, which should ...

4.1CVSS6.3AI score0.00187EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.36 views

CVE-2024-41087 ata: libata-core: Fix double free on error

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ataportalloc call in atahostalloc fails, we will jump to the errout label, which will call devresreleasegroup. devresreleasegroup will trigger a call to atahostrelease...

7.8CVSS0.00244EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.17 views

CVE-2024-41087 ata: libata-core: Fix double free on error

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix double free on error If e.g. the ataportalloc call in atahostalloc fails, we will jump to the errout label, which will call devresreleasegroup. devresreleasegroup will trigger a call to atahostrelease...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.39 views

CVE-2024-41070 KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()

In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Book3S HV: Prevent UAF in kvmspaprtceattachiommugroup Al reported a possible use-after-free UAF in kvmspaprtceattachiommugroup. It looks up stt from tablefd, but then continues to use it after doing fdput on the returne...

7.8CVSS0.00225EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.27 views

CVE-2024-41058 cachefiles: fix slab-use-after-free in fscache_withdraw_volume()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in fscachewithdrawvolume We got the following issue in our fault injection stress test: ================================================================== BUG: KASAN: slab-use-after-free in...

7.1AI score0.00281EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.7 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 kfreehost being called twice in the error handling path, leading to a double release problem...

7.8CVSS6.6AI score0.00244EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/07/17 12:56 a.m.27 views

CVE-2022-48863

A vulnerability was found in the dsppipelinebuild function in the Linux kernel's mISDN driver, which can cause a memory leak when the function allocates memory with kstrdup and subsequently modifies the pointer with strsep, leading to a scenario where kfree is called on a NULL pointer. Mitigation...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.15 views

CVE-2024-39495 greybus: Fix use-after-free bug in gb_interface_release due to race condition.

In the Linux kernel, the following vulnerability has been resolved: greybus: Fix use-after-free bug in gbinterfacerelease due to race condition. In gbinterfacecreate, &intf-modeswitchcompletion is bound with gbinterfacemodeswitchwork. Then it will be started by gbinterfacerequestmodeswitch. Here ...

7.2AI score0.00325EPSS
SaveExploits0References7
NVD
NVD
added 2024/07/05 7:15 a.m.39 views

CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS0.00195EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/05 7:15 a.m.20 views

UBUNTU-CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS5.9AI score0.00195EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.54 views

CVE-2024-39478 crypto: starfive - Do not free stack buffer

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

7.8CVSS0.00195EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/05 6:55 a.m.111 views

CVE-2024-39478

CVE-2024-39478 affects the Linux kernel crypto: starfive implementation. The vulnerability stems from freeing a stack-allocated RSA text buffer (calling kfree on it) causing undefined behavior in later operations. The connected advisories reference Linux kernel patch commits fixing this issue (st...

7.8CVSS7.2AI score0.00195EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/22 4:8 a.m.6 views

SUSE CVE-2022-48768

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

5.5CVSS7.6AI score0.0021EPSS
SaveExploits0References10
OSV
OSV
added 2024/06/20 12:15 p.m.1 views

DEBIAN-CVE-2022-48768

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/20 12:15 p.m.18 views

CVE-2022-48768

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

5.5CVSS0.0021EPSS
SaveExploits0References5
Rows per page
Query Builder