Lucene search
+L

664 matches found

RedhatCVE
RedhatCVE
added 2024/04/04 1:52 a.m.42 views

CVE-2024-26735

A use-after-free flaw was found in the Linux kernel’s IPv6 protocol functionality. This flaw allows a local user to potentially crash the system...

5.5CVSS7.2AI score0.00272EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 1:2 a.m.32 views

CVE-2024-26754

A vulnerability was found in the gtpgenldumppdp function in the Linux kernel. This issue occurs due to incorrect initialization order and error handling, which can lead to use-after-free and NULL pointer dereference issues. This vulnerability could also cause undefined behaviors or crashes...

4.4CVSS8.2AI score0.00252EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.27 views

CVE-2024-26785

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix protection fault in iommufdtestsyzconviova Syzkaller reported the following bug: general protection fault, probably for non-canonical address 0xdffffc0000000038: 0000 1 SMP KASAN KASAN: null-ptr-deref in range...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.32 views

CVE-2024-26793

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpnewlink The gtplinkops operations structure for the subsystem must be registered after registering the gtpnetops pernet operations structure. Syzkaller hit 'general protection faul...

7.8CVSS6.1AI score0.00291EPSS
SaveExploits0References21
NVD
NVD
added 2024/04/03 5:15 p.m.22 views

CVE-2024-26754

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpgenldumppdp The gtpnetops pernet operations structure for the subsystem must be registered before registering the generic netlink family. Syzkaller hit 'general protection fault in...

7.8CVSS7.4AI score0.00252EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.24 views

CVE-2024-26754

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpgenldumppdp The gtpnetops pernet operations structure for the subsystem must be registered before registering the generic netlink family. Syzkaller hit 'general protection fault in...

7.8CVSS6AI score0.00252EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.47 views

CVE-2024-26735

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix possible use-after-free and null-ptr-deref The pernet operations structure for the subsystem must be registered before registering the generic netlink family...

5.5CVSS5.9AI score0.00272EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.31 views

CVE-2023-52641

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0References17
CVE
CVE
added 2024/04/03 5:0 p.m.139 views

CVE-2024-26754

CVE-2024-26754 : In the Linux kernel, a use-after-free and null pointer dereference in gtp_genl_dump_pdp() was fixed. The root cause is that the gtp_net_ops pernet operations structure for the gtp subsystem must be registered before the generic netlink family is registered. Affected code path inv...

7.8CVSS6.2AI score0.00252EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.22 views

CVE-2024-26754 gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpgenldumppdp The gtpnetops pernet operations structure for the subsystem must be registered before registering the generic netlink family. Syzkaller hit 'general protection fault in...

6.6AI score0.00252EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.24 views

CVE-2024-26754 gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpgenldumppdp The gtpnetops pernet operations structure for the subsystem must be registered before registering the generic netlink family. Syzkaller hit 'general protection fault in...

7.6AI score0.00252EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.24 views

CVE-2024-26754

In the Linux kernel, the following vulnerability has been resolved: gtp: fix use-after-free and null-ptr-deref in gtpgenldumppdp The gtpnetops pernet operations structure for the subsystem must be registered before registering the generic netlink family. Syzkaller hit 'general protection fault in...

7.8CVSS6.9AI score0.00252EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.41 views

CVE-2024-26735 ipv6: sr: fix possible use-after-free and null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix possible use-after-free and null-ptr-deref The pernet operations structure for the subsystem must be registered before registering the generic netlink family...

7.7AI score0.00272EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/03 5:0 p.m.245 views

CVE-2024-26735

CVE-2024-26735 concerns the Linux kernel IPv6 SR subsystem. The issue is a use-after-free and a null pointer dereference in the ipv6/sr path, caused by registering the pernet operations structure for the subsystem after the generic netlink family, i.e., the pernet ops are not registered in the co...

5.5CVSS6.9AI score0.00272EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/04/03 5:0 p.m.23 views

CVE-2023-52641 fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

7.8AI score0.00239EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/03 5:0 p.m.120 views

CVE-2023-52641

CVE-2023-52641 : Linux kernel vulnerability in the ntfs3 file system driver. A NULL pointer dereference could occur at the end of attr_allocate_frame(); a patch adds NULL pointer checks and directs exit via the out: label to avoid dereference of debugging helpers. The issue is resolved by this fi...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.30 views

CVE-2023-52641

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attrallocateframe It is preferable to exit through the out: label because internal debugging functions are located there...

5.5CVSS7.3AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 2:54 p.m.40 views

CVE-2024-26700 drm/amd/display: Fix MST Null Ptr for RV

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix MST Null Ptr for RV The change try to fix below error specific to RV platform: BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOPTI CPU: 4 PID: 917 Comm:...

7.6AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/03 2:54 p.m.179 views

CVE-2024-26700

CV E-2024-26700 is a Linux kernel issue: drm/amd/display had a fix to prevent MST null-pointer dereference on RV platforms. The crash trace shows a NULL pointer dereference in drm_dp_atomic_find_time_slots during DP MST time-slot calculation, leading to a kernel oops. Affected code path involves ...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/02 6:6 p.m.19 views

CVE-2024-26657

In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpucswaitioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was reported by Joonkyo Jung . For example the following code...

4.4CVSS8.4AI score0.00228EPSS
SaveExploits0References3
Rows per page
Query Builder