Lucene search
+L

3303 matches found

Cvelist
Cvelist
added 2024/02/22 4:21 p.m.35 views

CVE-2023-52446 bpf: Fix a race condition between btf_put() and map_free()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a race condition between btfput and mapfree When running ./testprogs -j in my local vm with latest kernel, I once hit a kasan error like below: 1887.184724 BUG: KASAN: slab-use-after-free in bpfrbrootfree+0x1f8/0x2b0...

7.4AI score0.00226EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/22 4:21 p.m.274 views

CVE-2023-52446

CVE-2023-52446 affects the Linux kernel BPF subsystem. A race between btf_put() and map_free() can cause a slab-use-after-free in bpf_rb_root_free, as shown by the kasan trace. The impact is described as a use-after-free condition that can lead to a kernel crash or memory corruption. A fix has be...

7.8CVSS7.1AI score0.00226EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/02/22 4:13 p.m.69 views

CVE-2023-52443

In the Linux kernel, the following vulnerability has been resolved: apparmor: avoid crash when parsed profile name is empty When processing a packed profile in unpackprofile described like "profile :ns::samba-dcerpcd /usr/lib/samba/,samba/samba-dcerpcd ..." a string ":samba-dcerpcd" is unpacked a...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/02/22 12:00 a.m.61 views

CVE-2023-52451

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/memhp: Fix access beyond end of drmem array dlparmemoryremovebyindex may access beyond the bounds of the drmem lmb array when the LMB lookup fails to match an entry with the given DRC index. When the search fails,...

7.8CVSS6AI score0.00244EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/02/22 12:00 a.m.23 views

CVE-2023-52446

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a race condition between btfput and mapfree When running ./testprogs -j in my local vm with latest kernel, I once hit a kasan error like below: 1887.184724 BUG: KASAN: slab-use-after-free in bpfrbrootfree+0x1f8/0x2b0...

7.8CVSS6.3AI score0.00226EPSS
SaveExploits0References12
NVD
NVD
added 2024/02/20 9:15 p.m.26 views

CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS7.4AI score0.00295EPSS
SaveExploits0References8
Prion
Prion
added 2024/02/20 9:15 p.m.25 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7AI score0.00295EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/02/20 9:15 p.m.33 views

CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.2AI score0.00295EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/02/20 6:34 p.m.21 views

CVE-2023-52438 binder: fix use-after-free in shinker's callback

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

6.6AI score0.00295EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/20 6:34 p.m.38 views

CVE-2023-52438 binder: fix use-after-free in shinker's callback

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS7.6AI score0.00295EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/02/20 6:34 p.m.39 views

CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.4AI score0.00295EPSS
SaveExploits0
OSV
OSV
added 2024/02/20 6:34 p.m.12 views

CVE-2023-52438 binder: fix use-after-free in shinker's callback

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS5.6AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/02/20 6:27 p.m.30 views

CVE-2023-52435 net: prevent mss overflow in skb_segment()

In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skbsegment Once again syzbot is able to crash the kernel in skbsegment 1 GSOBYFRAGS is a forbidden value, but unfortunately the following computation in skbsegment can reach it quite easily : mss = ms...

6.8AI score0.00231EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/02/14 12:00 a.m.11 views

PT-2024-7292 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the KASAN Kernel Address Sanitizer component in the Linux kernel, which can lead to a stack overflow on some 32-bit machines due to increased stack usage. The...

8CVSS6.7AI score0.08486EPSS
SaveExploits4References548
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.10 views

kernel: scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ipaddress attr, we can get a KASAN UAF report like...

7.8CVSS6.3AI score0.00269EPSS
SaveExploits0References5
NVD
NVD
added 2024/01/02 6:15 a.m.50 views

CVE-2023-33094

Memory corruption while running VK synchronization with KASAN enabled...

8.4CVSS8.7AI score0.00119EPSS
SaveExploits0References1
Prion
Prion
added 2024/01/02 6:15 a.m.34 views

Memory corruption

Memory corruption while running VK synchronization with KASAN enabled...

4.3CVSS7.5AI score0.00119EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/01/02 5:38 a.m.11 views

CVE-2023-33094 Use After Free in Linux Graphics

Memory corruption while running VK synchronization with KASAN enabled...

8.4CVSS8.6AI score0.00119EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/01/02 5:38 a.m.60 views

CVE-2023-33094 Use After Free in Linux Graphics

Memory corruption while running VK synchronization with KASAN enabled...

8.4CVSS8.8AI score0.00119EPSS
SaveExploits0References1
CVE
CVE
added 2024/01/02 5:38 a.m.137 views

CVE-2023-33094

CVE-2023-33094 is a memory corruption issue occurring during VK synchronization with KASAN enabled in Qualcomm-related components (Display). The NVD entry lists a local attack vector with low privileges required and no user interaction, with a high impact on confidentiality, integrity, and availa...

8.4CVSS7.8AI score0.00119EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder