Lucene search
+L

817 matches found

CVE
CVE
added 2024/04/02 6:8 a.m.127 views

CVE-2024-26657

CVE-2024-26657 relates to a NULL pointer dereference in the Linux kernel’s DRM scheduler code (drm_sched_entity_init). The issue could be triggered by AMDGPU user-space IOCTL flow: user calls AMDGPU_CTX_ALLOC_CTX via amdgpu_ctx_ioctl, then AMDGPU_WAIT_CS without submitting a job, which could lead...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/04/02 6:8 a.m.69 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...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.32 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...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.25 views

CVE-2021-47164 net/mlx5e: Fix null deref accessing lag dev

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.6AI score0.00232EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.20 views

CVE-2021-47164 net/mlx5e: Fix null deref accessing lag dev

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

6.8AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/25 9:16 a.m.74 views

CVE-2021-47164

CVE-2021-47164 is a Linux kernel vulnerability fixed by correcting a NULL dereference in net/mlx5e related to lag device handling. Explanation: in bond_enslave(), the active/backup slave was set before the upper dev is assigned; a second event with an upper dev can occur, and if lag dev is NULL a...

5.5CVSS6AI score0.00232EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/25 9:7 a.m.18 views

CVE-2021-47149 net: fujitsu: fix potential null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18xgethwinfo, if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 to the caller in case of failure...

6.8AI score0.00226EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/25 9:7 a.m.27 views

CVE-2021-47149 net: fujitsu: fix potential null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18xgethwinfo, if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 to the caller in case of failure...

7.6AI score0.00226EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/25 9:7 a.m.47 views

CVE-2021-47149

In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18xgethwinfo, if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 to the caller in case of failure...

5.5CVSS5.2AI score0.00226EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:0 a.m.17 views

CVE-2021-47164

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix null deref accessing lag dev It could be the lag dev is null so stop processing the event. In bondenslave the active/backup slave being set before setting the upper dev so first event is without an upper dev. After...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.23 views

CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.16 views

CVE-2021-47120 HID: magicmouse: fix NULL-deref on disconnect

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

6.4AI score0.00235EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.16 views

CVE-2021-47120 HID: magicmouse: fix NULL-deref on disconnect

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

6.6AI score0.00235EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/15 8:14 p.m.85 views

CVE-2021-47120

CVE-2021-47120 : Linux kernel HID issue where Apple Magic Trackpad/Mouse disconnect could dereference an uninitialized driver pointer due to a faulty disconnect path. The patch added a sanity check but returned success instead of -ENODEV when the check failed, causing a potential NULL-deref on dr...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/03/15 8:14 p.m.18 views

CVE-2021-47120

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: fix NULL-deref on disconnect Commit 9d7b18668956 "HID: magicmouse: add support for Apple Magic Trackpad 2" added a sanity check for an Apple trackpad but returned success instead of -ENODEV when the check failed...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/03/12 11:48 a.m.46 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support, Red Hat Enterprise Linux 8.2 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.2 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security...

8.8CVSS7.2AI score0.09141EPSS
SaveExploits6References17
NVD
NVD
added 2024/03/11 7:15 p.m.12 views

CVE-2024-27229

In ssSendCallBarringPwdRequiredIndMsg of ssCallBarring.c, there is a possible null pointer deref due to a missing null check. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation...

7.5CVSS6.7AI score0.00367EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/03/04 5:58 p.m.22 views

CVE-2023-52574

A NULL pointer dereference flaw was found in drivers/net/team/team.c in the Linux kernel...

4.4CVSS6.1AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 5:58 p.m.24 views

CVE-2023-52570

In the Linux kernel, the following vulnerability has been resolved: vfio/mdev: Fix a null-ptr-deref bug for mdevunregisterparent Inject fault while probing mdpy.ko, if kstrdup of createdir fails in kobjectaddinternal in kobjectinitandadd in mdevtypeadd in parentcreatesysfsfiles, it will return 0...

4.1CVSS6.7AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/02 10:15 p.m.30 views

CVE-2023-52570

In the Linux kernel, the following vulnerability has been resolved: vfio/mdev: Fix a null-ptr-deref bug for mdevunregisterparent Inject fault while probing mdpy.ko, if kstrdup of createdir fails in kobjectaddinternal in kobjectinitandadd in mdevtypeadd in parentcreatesysfsfiles, it will return 0...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3
Rows per page
Query Builder