Lucene search
+L

411 matches found

RedhatCVE
RedhatCVE
added 2024/10/21 1:10 p.m.10 views

CVE-2023-7122

A slab-use-after-free vulnerability was found in the Linux kernel 6.6. Invoking the iommufdtest call in the iommufd driver can result in a crash and kernel panic. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Securit...

6.2CVSS6.7AI score
SaveExploits0References3
NVD
NVD
added 2024/10/21 12:15 p.m.22 views

CVE-2024-47706

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix possible UAF for bfqq-bic with merge chain 1 initial state, three tasks: Process 1 Process 2 Process 3 BIC1 BIC2 BIC3 | Λ | Λ | Λ | | | | | | V | V | V | bfqq1 bfqq2 bfqq3 process ref: 1 1 1 2 bfqq1 merged to bfqq...

7.8CVSS0.00245EPSS
SaveExploits0References13
OSV
OSV
added 2024/10/21 11:53 a.m.15 views

CVE-2024-47711 af_unix: Don't return OOB skb in manage_oob().

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't return OOB skb in manageoob. syzbot reported use-after-free in unixstreamrecvurg. 0 The scenario is 1. sendMSGOOB 2. recvMSGOOB - The consumed OOB remains in recv queue 3. sendMSGOOB 4. recv - manageoob returns the...

7.8CVSS7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/27 12:42 p.m.48 views

CVE-2024-46849 ASoC: meson: axg-card: fix 'use-after-free'

In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: axg-card: fix 'use-after-free' Buffer 'card-dailink' is reallocated in 'mesoncardreallocatelinks', so move 'pad' pointer initialization after this function when memory is already reallocated. Kasan bug report:...

0.0025EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/27 12:42 p.m.157 views

CVE-2024-46849

CVE-2024-46849 — Linux kernel (ASoC: meson axg-card)Use-after-Free in axg_card_add_link Root cause: during axg-card link handling, buffer card->dai_link is reallocated in meson_card_reallocate_links(); this leads to a use-after-free if pad is initialized before memory is reallocated. The fix m...

7.8CVSS7.3AI score0.0025EPSS
SaveExploits0References9Affected Software2
RedhatCVE
RedhatCVE
added 2024/09/18 12:46 p.m.24 views

CVE-2024-46796

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

6.6CVSS7AI score0.00443EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.27 views

CVE-2024-46796 smb: client: fix double put of @cfile in smb2_set_path_size()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

6.6AI score0.00443EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.8 views

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

...

7.8CVSS7.5AI score0.00281EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.25 views

CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

6.6CVSS6.9AI score0.00255EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.22 views

CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.1AI score0.00255EPSS
SaveExploits0References30
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.9AI score0.00255EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.47 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS0.00255EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/09/02 6:41 a.m.18 views

CVE-2024-44946

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenario is 1. Thread A builds a skb with MSGMORE and sets kcm-seqskb. 2. Thread A resumes building skb from kcm-seqskb but is blocked by...

5.5CVSS6.8AI score0.0086EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/31 1:22 p.m.29 views

CVE-2024-44946 kcm: Serialise kcm_sendmsg() for the same socket.

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenario is 1. Thread A builds a skb with MSGMORE and sets kcm-seqskb. 2. Thread A resumes building skb from kcm-seqskb but is blocked by...

7.8CVSS6.1AI score
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/08/26 12:15 p.m.26 views

CVE-2024-44941

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanitycheckextentcache+0x370/0x410 fs/f2fs/extentcache.c:46 Read of size 4 at addr ffff8880739ab220 by...

7.8CVSS6.6AI score0.00213EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/08/26 11:20 a.m.15 views

CVE-2024-44941 f2fs: fix to cover read extent cache access with lock

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanitycheckextentcache+0x370/0x410 fs/f2fs/extentcache.c:46 Read of size 4 at addr ffff8880739ab220 by...

7AI score0.00213EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/08/26 11:20 a.m.66 views

CVE-2024-44941

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanitycheckextentcache+0x370/0x410 fs/f2fs/extentcache.c:46 Read of size 4 at addr ffff8880739ab220 by...

7.8CVSS6.1AI score0.00213EPSS
SaveExploits0
NVD
NVD
added 2024/08/26 11:15 a.m.23 views

CVE-2024-44934

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: wait for previous gc cycles when removing port syzbot hit a use-after-free1 which is caused because the bridge doesn't make sure that all previous garbage has been collected when removing a port. What happens...

7.8CVSS0.00219EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/26 11:15 a.m.29 views

CVE-2024-44934

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: wait for previous gc cycles when removing port syzbot hit a use-after-free1 which is caused because the bridge doesn't make sure that all previous garbage has been collected when removing a port. What happens...

7.8CVSS6.4AI score0.00219EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.29 views

CVE-2024-44934 net: bridge: mcast: wait for previous gc cycles when removing port

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: wait for previous gc cycles when removing port syzbot hit a use-after-free1 which is caused because the bridge doesn't make sure that all previous garbage has been collected when removing a port. What happens...

7.2AI score0.00219EPSS
SaveExploits0References5
Rows per page
Query Builder