Lucene search
+L

3086 matches found

UbuntuCve
UbuntuCve
added 2024/02/26 12:00 a.m.21 views

CVE-2023-52468

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.8CVSS6AI score0.00275EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/02/25 8:16 a.m.13 views

CVE-2023-52468 class: fix use-after-free in class_register()

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

6.7AI score0.00275EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/25 8:16 a.m.1174 views

CVE-2023-52468

The CVE-2023-52468 entry describes a Linux kernel use-after-free in class_register. The issue arises because lock_class_key remains registered in lock_keys_hash after subsys_private is freed in an error path, so a task iterating the hash later may trigger a use-after-free. The fix unregisters the...

7.8CVSS7.3AI score0.00275EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/25 8:16 a.m.35 views

CVE-2023-52468 class: fix use-after-free in class_register()

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.6AI score0.00275EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/02/25 8:16 a.m.43 views

CVE-2023-52468

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

7.8CVSS5.8AI score0.00275EPSS
SaveExploits0
OSV
OSV
added 2024/02/25 8:16 a.m.7 views

CVE-2023-52468 class: fix use-after-free in class_register()

In the Linux kernel, the following vulnerability has been resolved: class: fix use-after-free in classregister The lockclasskey is still registered and can be found in lockkeyshash hlist after subsysprivate is freed in error handler path.A task who iterate over the lockkeyshash later may cause...

5.7AI score
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.4 views

SUSE 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...

6.7CVSS6.5AI score0.00226EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.17 views

SUSE 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,...

5.1CVSS6.2AI score0.00244EPSS
SaveExploits0References15
NVD
NVD
added 2024/02/23 3:15 p.m.18 views

CVE-2024-26596

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdevpriv dereference before check on non-DSA netdevice events After the blamed commit, we started doing this dereference for every NETDEVCHANGEUPPER and NETDEVPRECHANGEUPPER event in the system. static inline stru...

5.5CVSS5.3AI score0.00244EPSS
SaveExploits0References6
NVD
NVD
added 2024/02/23 3:15 p.m.25 views

CVE-2024-26597

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnetpolicy The variable rmnetlinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below:...

7.8CVSS6.7AI score0.00257EPSS
SaveExploits0References10
OSV
OSV
added 2024/02/23 3:15 p.m.15 views

UBUNTU-CVE-2024-26596

In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdevpriv dereference before check on non-DSA netdevice events After the blamed commit, we started doing this dereference for every NETDEVCHANGEUPPER and NETDEVPRECHANGEUPPER event in the system. static inline stru...

5.5CVSS6.6AI score0.00244EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/23 2:46 p.m.35 views

CVE-2024-26597 net: qualcomm: rmnet: fix global oob in rmnet_policy

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnetpolicy The variable rmnetlinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below:...

7.8CVSS6.9AI score0.00257EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/02/23 2:46 p.m.31 views

CVE-2024-26597 net: qualcomm: rmnet: fix global oob in rmnet_policy

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnetpolicy The variable rmnetlinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below:...

7.8CVSS6.2AI score0.00257EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/02/23 2:02 p.m.49 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,...

4.4CVSS7.6AI score0.00244EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/23 12:00 a.m.34 views

CVE-2024-26597

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnetpolicy The variable rmnetlinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below:...

7.8CVSS6.2AI score0.00257EPSS
SaveExploits0References19
NVD
NVD
added 2024/02/22 5:15 p.m.28 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.8CVSS7.2AI score0.00226EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/22 5:15 p.m.19 views

Race condition

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...

4.3CVSS6.8AI score0.00226EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/22 5:15 p.m.34 views

Design/Logic Flaw

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.1AI score0.00244EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/22 5:15 p.m.7 views

UBUNTU-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.8CVSS6AI score0.00226EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/02/22 4:21 p.m.34 views

CVE-2023-52451 powerpc/pseries/memhp: Fix access beyond end of drmem array

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.6AI score0.00244EPSS
SaveExploits0References8
Rows per page
Query Builder