Lucene search
+L

817 matches found

NVD
NVD
added 2024/04/10 7:15 p.m.18 views

CVE-2021-47206

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-tmio: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0References8
NVD
NVD
added 2024/04/10 7:15 p.m.18 views

CVE-2021-47181

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS7.3AI score0.00226EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.26 views

CVE-2021-47181

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.30 views

CVE-2021-47217

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/10 7:1 p.m.23 views

CVE-2021-47217 x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails

In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Fix NULL deref in sethvtscchangecb if Hyper-V setup fails Check for a valid hvvpindex array prior to derefencing hvvpindex when setting Hyper-V's TSC change callback. If Hyper-V setup failed in hypervinit, the kernel...

7.1AI score0.00235EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.19 views

CVE-2021-47206 usb: host: ohci-tmio: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-tmio: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

6.8AI score0.00227EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/10 6:56 p.m.91 views

CVE-2021-47206

CVE-2021-47206 is a Linux kernel vulnerability in the usb: host: ohci-tmio path. The root cause is a missing check of the return value from platform_get_resource(), which can lead to a NULL pointer dereference and a potential crash (availability impact). The vulnerability is resolved in the kerne...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.33 views

CVE-2021-47181 usb: musb: tusb6010: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

7.5AI score0.00226EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.17 views

CVE-2021-47181 usb: musb: tusb6010: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

6.8AI score0.00226EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/10 6:56 p.m.111 views

CVE-2021-47181

The CVE-2021-47181 issue affects the Linux kernel code path for usb: musb: tusb6010. The root cause is a missing NULL check after platform_get_resource(), which can lead to a NULL pointer dereference if platform_get_resource() returns NULL. Public sources describe the vulnerability and impact as ...

5.5CVSS6.4AI score0.00226EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.29 views

CVE-2021-47181

In the Linux kernel, the following vulnerability has been resolved: usb: musb: tusb6010: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS5.7AI score0.00226EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/04 5:15 p.m.28 views

CVE-2024-26793

A flaw was found in the Linux kernel affecting the GPRS Tunneling Protocol GTP subsystem that involves a use-after-free and NULL pointer dereference in the gtpnewlink function. This issue potentially causes system crashes or allows unauthorized users to gain elevated privileges. Mitigation...

5.5CVSS6.8AI score0.00291EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/04 9:15 a.m.17 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.8CVSS7.4AI score0.00291EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/04/04 9:15 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.2AI score0.00291EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.37 views

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

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.6AI score0.00291EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.34 views

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

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

6.6AI score0.00291EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.21 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.8CVSS7.2AI score0.00291EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.17 views

CVE-2024-26785 iommufd: Fix protection fault in iommufd_test_syz_conv_iova

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

6.8AI score0.00227EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.34 views

CVE-2024-26785 iommufd: Fix protection fault in iommufd_test_syz_conv_iova

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

6.7AI score0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/04 8:20 a.m.162 views

CVE-2024-26785

CVE-2024-26785 (Linux kernel) fixed a protection fault in iommufd_test_syz_conv_iova due to iommufd_access_change_ioas() setting access->ioas to NULL, creating a race where the lock could be invalid concurrently. The fix aligns with existing sanity checks in iommufd_access_rw() and iommufd_acc...

5.5CVSS7AI score0.00227EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder