Lucene search
K

18 matches found

CVE
CVE
added 2026/04/22 1:53 p.m.5 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.00015EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2025/03/27 4:43 p.m.103 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.00099EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2024/12/27 3:6 p.m.125 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.00017EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/12/27 3:6 p.m.8 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.00017EPSS
Exploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.9 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.00031EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.13 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.00031EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.10 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.00031EPSS
Exploits0References4
CVE
CVE
added 2024/10/21 7:39 p.m.134 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.00031EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:9 a.m.11 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.00033EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/08/17 9:9 a.m.14 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.00033EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.19 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.00017EPSS
Exploits0References11
OSV
OSV
added 2024/07/12 12:25 p.m.15 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.5CVSS5.8AI score0.00017EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:25 p.m.14 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.00017EPSS
Exploits0References2
NVD
NVD
added 2024/06/08 1:15 p.m.12 views

CVE-2024-36968

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix div-by-zero in l2capleflowctlinit l2capleflowctlinit can cause both div-by-zero and an integer overflow since hdev-lemtu may not fall in the valid range. Move MTU from hcidev to hciconn to validate MTU and...

6.5CVSS0.00018EPSS
Exploits0References5
CVE
CVE
added 2024/06/08 12:53 p.m.164 views

CVE-2024-36968

CVE-2024-36968 (Linux kernel) : A Bluetooth L2CAP issue in the kernel could cause div-by-zero and integer overflow due to hdev->le_mtu potentially being out of range. The fix moves MTU validation from hci_dev to hci_conn, halting connection setup when MTU is invalid, and adds validation in rea...

6.5CVSS7.4AI score0.00018EPSS
Exploits0References5Affected Software1
CVE
CVE
added 2024/05/19 8:34 a.m.112 views

CVE-2024-35902

The CVE-2024-35902 issue affects the Linux kernel’s RDS path. In net/rds, a null cp can be dereferenced in __rds_rdma_map when cp->cp_conn is accessed, potentially causing a crash. Analysis notes that cp is a parameter that may be NULL at several call sites (e.g., rds_get_mr, rds_get_mr_for_de...

5.5CVSS6.7AI score0.0002EPSS
Exploits0References11Affected Software1
Prion
Prion
added 2009/04/09 12:30 a.m.19 views

Null pointer dereference

The cache manager in the client in OpenAFS 1.0 through 1.4.8 and 1.5.0 through 1.5.58, and IBM AFS 3.6 before Patch 19, on Linux allows remote attackers to cause a denial of service system crash via an RX response with a large error-code value that is interpreted as a pointer and dereferenced,...

7.8CVSS6.8AI score0.05847EPSS
Exploits2References14Affected Software2
Cvelist
Cvelist
added 2009/04/09 12:0 a.m.18 views

CVE-2009-1250

The cache manager in the client in OpenAFS 1.0 through 1.4.8 and 1.5.0 through 1.5.58, and IBM AFS 3.6 before Patch 19, on Linux allows remote attackers to cause a denial of service system crash via an RX response with a large error-code value that is interpreted as a pointer and dereferenced,...

6.1AI score0.05847EPSS
Exploits2References14
Rows per page
Query Builder