Lucene search
+L

65 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-68224

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: mali-c55: Fix possible ERRPTR in enablestreams The mediapadremotepadunique function returns either a valid pointer or an ERRPTR on failure -ENOTUNIQ if...

5.8AI score0.00198EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 6:46 p.m.8 views

CVE-2026-68224

A flaw was found in the Linux kernel's mali-c55 driver. This vulnerability occurs because the mediapadremotepadunique function's error return value an ERRPTR was not properly checked before being dereferenced in the enablestreams function. A local attacker could exploit this oversight, potentiall...

5.5CVSS5.3AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 1:20 p.m.11 views

UBUNTU-CVE-2026-68224

In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERRPTR in enablestreams The mediapadremotepadunique function returns either a valid pointer or an ERRPTR on failure -ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found. The...

5.2AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68224

In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERRPTR in enablestreams The mediapadremotepadunique function returns either a valid pointer or an ERRPTR on failure -ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found. The...

5.6AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:00 p.m.25 views

CVE-2026-68224 media: mali-c55: Fix possible ERR_PTR in enable_streams

In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERRPTR in enablestreams The mediapadremotepadunique function returns either a valid pointer or an ERRPTR on failure -ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found. The...

5.3AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.9 views

CVE-2026-64598

In the Linux kernel, the following vulnerability has been resolved: smb/client: Fix error code in smb2aeadreqalloc The "numsgs" variable is a u32 so "ERRPTRnumsgs" doesn't work. We would have to do something similar to the previous line where it's cast to int and then long. However, it's simpler ...

8.8CVSS5.6AI score0.00278EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/08/06 12:00 a.m.8 views

PT-2026-68431

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the smb2 aead req alloc function where the num sgs variable, defined as a u32, is incorrectly handled when using ERR PTR. This improper handling of the error code can...

8.8CVSS0.00278EPSS
SaveExploits0
CVE
CVE
added 2026/04/22 1:53 p.m.31 views

CVE-2026-31439

The CVE-2026-31439 entry refers to a Linux kernel issue in dmaengine: xilinx: xdma, where devm_regmap_init_mmio could return an ERR_PTR and the error handling/ messaging were incorrect. The description and connected advisories confirm this is a kernel regression/fix in the regmap init path, with ...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/03/27 4:43 p.m.138 views

CVE-2023-53017

The CVE-2023-53017 entry concerns a memory leak in the Linux kernel Bluetooth stack (hci_sync path). Root cause: in hci_update_adv_data(), if hci_cmd_sync_queue() fails, the allocated inst_ptr was not freed. Mitigation: switch to using ERR_PTR/PTR_ERR to pass the instance to the callback, so no a...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.28 views

CVE-2024-56660 net/mlx5: DR, prevent potential error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return ERRPTR-EBUSY so the caller can retry. The problem here is that "ret" ca...

0.0022EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 3:06 p.m.157 views

CVE-2024-56660

CVE-2024-56660 : In the Linux kernel, the DR (Direct Routing) path for mlx5 may return either -EBUSY or -ENOMEM from dr_domain_add_vport_cap(), but the code can propagate an error pointer when -ENOMEM is returned. This can lead to a dereference of an error pointer inside dr_ste_v0_build_src_gvmi_...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2024/10/21 8:15 p.m.19 views

CVE-2024-50056

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

5.5CVSS0.00219EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.11 views

CVE-2024-50056 usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

7AI score0.00219EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 7:39 p.m.176 views

CVE-2024-50056

CVE-2024-50056 pertains to the Linux kernel USB gadget UVC driver. The description documents a fix for an ERR_PTR dereference in uvc_v4l2.c, specifically preventing potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). A related related issue is also addressed i...

5.5CVSS5.3AI score0.00219EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.27 views

CVE-2024-50056 usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERRPTR dereference in uvcv4l2.c Fix potential dereferencing of ERRPTR in findformatbypix and uvcv4l2enumformat. Fix the following smatch errors: drivers/usb/gadget/function/uvcv4l2.c:124 findformatbypix erro...

0.00219EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.33 views

CVE-2024-42303 media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()

In the Linux kernel, the following vulnerability has been resolved: media: imx-pxp: Fix ERRPTR dereference in pxpprobe devmregmapinitmmio can fail, add a check and bail out in case of error...

0.0021EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.19 views

CVE-2024-42303 media: imx-pxp: Fix ERR_PTR dereference in pxp_probe()

In the Linux kernel, the following vulnerability has been resolved: media: imx-pxp: Fix ERRPTR dereference in pxpprobe devmregmapinitmmio can fail, add a check and bail out in case of error...

6.9AI score0.0021EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.29 views

CVE-2024-40933

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.5CVSS5.8AI score0.00208EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.20 views

CVE-2024-40933 iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

6.8AI score0.00208EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/12 12:25 p.m.27 views

CVE-2024-40933 iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.8AI score
SaveExploits0References5
Rows per page
Query Builder