Lucene search
+L

151 matches found

RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.16 views

kernel: wifi: iwlwifi: mvm: don't read past the mfuart notifcation

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data than it has, we will read past that was allocated for the notification. Remove the print of the...

8.1CVSS6.8AI score0.004EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 8:15 a.m.12 views

UBUNTU-CVE-2024-46789

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s-flags in the alloctaggingslabfreehook When enable CONFIGMEMCG & CONFIGKFENCE & CONFIGKMEMLEAK, the following warning always occurs,This is because the following call stack occurred: mempoolalloc...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 7:12 a.m.28 views

CVE-2024-46789 mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook

In the Linux kernel, the following vulnerability has been resolved: mm/slub: add check for s-flags in the alloctaggingslabfreehook When enable CONFIGMEMCG & CONFIGKFENCE & CONFIGKMEMLEAK, the following warning always occurs,This is because the following call stack occurred: mempoolalloc...

4.8AI score
SaveExploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.86 views

CVE-2024-46789

CVE-2024-46789 (Linux kernel) details from connected documents show a concrete fix: in mm/slub, the tagging logic now checks s->flags in alloc_tagging_slab_free_hook to avoid calling alloc_tag_add when SLAB_NO_OBJ_EXT or SLAB_NOLEAKTRACE are set. This prevents the NULL ref (ref->ct) and the...

5.5CVSS5.1AI score0.00177EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.5 views

SUSE CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

5.5CVSS7.6AI score0.00439EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/04 8:20 p.m.20 views

CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

5.5CVSS7AI score0.00439EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/04 7:15 p.m.8 views

DEBIAN-CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

5.5CVSS6.1AI score0.00439EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/04 7:15 p.m.33 views

CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS0.00439EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:15 p.m.5 views

UBUNTU-CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS6.5AI score0.00439EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.18 views

CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS6.4AI score0.00439EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/09/04 7:00 p.m.37 views

CVE-2024-44973 mm, slub: do not call do_slab_free for kfence object

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS0.00439EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 7:00 p.m.50 views

CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS6.1AI score0.00439EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 7:00 p.m.17 views

CVE-2024-44973 mm, slub: do not call do_slab_free for kfence object

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/04 7:00 p.m.100 views

CVE-2024-44973

The CVE-2024-44973 vulnerability in the Linux kernel concerns the SLUB allocator when freeing kfence objects. The issue arose because the kfence object free path was moved out of do_slab_free but one spot in __kmem_cache_free_bulk was missed, risking a crash (example stack trace shown in the init...

8.1CVSS6.7AI score0.00439EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/04 7:00 p.m.21 views

CVE-2024-44973 mm, slub: do not call do_slab_free for kfence object

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

7.2AI score0.00439EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.4 views

SUSE CVE-2024-41096

In the Linux kernel, the following vulnerability has been resolved: PCI/MSI: Fix UAF in msicapabilityinit KFENCE reports the following UAF: BUG: KFENCE: use-after-free read in pcienablemsirange+0x2c0/0x488 Use-after-free read at 0x0000000024629571 in kfence-12: pcienablemsirange+0x2c0/0x488...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References11
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42108

In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitchpoll The use-after-free is actually in rswitchtxfree, which is inlined in rswitchpoll. Since skb and gq-skbsgq-dirty are in fact the same pointer, the skb is first freed using...

5.5CVSS5.1AI score0.00631EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.6 views

UBUNTU-CVE-2024-42108

In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitchpoll The use-after-free is actually in rswitchtxfree, which is inlined in rswitchpoll. Since skb and gq-skbsgq-dirty are in fact the same pointer, the skb is first freed using...

9.8CVSS5.7AI score0.00631EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42108

In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitchpoll The use-after-free is actually in rswitchtxfree, which is inlined in rswitchpoll. Since skb and gq-skbsgq-dirty are in fact the same pointer, the skb is first freed using...

9.8CVSS5.7AI score0.00631EPSS
SaveExploits0References14
CVE
CVE
added 2024/07/30 7:46 a.m.106 views

CVE-2024-42108

Technical details for CVE-2024-42108 are not publicly provided in the connected documents. The available sources reference the vulnerability at a high level. Monitor for updates from kernel advisories and vendor patches.

9.8CVSS6.6AI score0.00631EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder