Lucene search
K

26 matches found

RedhatCVE
RedhatCVE
added 2024/10/22 5:11 p.m.10 views

CVE-2024-49916

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn401inithw This commit addresses a potential null pointer dereference issue in the dcn401inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS6.9AI score0.00015EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49919 drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for headpipe in dcn201acquirefreepipeforlayer This commit addresses a potential null pointer dereference issue in the dcn201acquirefreepipeforlayer function. The issue could occur when headpipe is...

6.8AI score0.00018EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.12 views

CVE-2024-49917 drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn30inithw This commit addresses a potential null pointer dereference issue in the dcn30inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

0.00012EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.7 views

CVE-2024-47699

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential null-ptr-deref in nilfsbtreeinsert Patch series "nilfs2: fix potential issues with empty b-tree nodes". This series addresses three potential issues with empty b-tree nodes that can occur with corrupted...

5.5CVSS6AI score0.00011EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.14 views

CVE-2024-46677 gtp: fix a potential NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfdlookup fails, gtpencapenablesocket returns a NULL pointer, but its callers only check for error pointers thus miss the NULL pointer case. Fix it by returning an error point...

7.1AI score0.00012EPSS
Exploits0References8
OSV
OSV
added 2024/08/26 10:11 a.m.9 views

CVE-2024-43907 drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference in applystateadjustrules Check the pointer value to fix potential null pointer dereference...

5.5CVSS6AI score0.00038EPSS
Exploits0References11
OpenVAS
OpenVAS
added 2024/08/22 12:0 a.m.11 views

Huawei EulerOS: Security Advisory for sqlite (EulerOS-SA-2024-2296)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.1AI score0.00219EPSS
Exploits0References2
NVD
NVD
added 2024/08/17 9:15 a.m.16 views

CVE-2024-42307

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential null pointer use in destroyworkqueue in initcifs error path Dan Carpenter reported a Smack static checker warning: fs/smb/client/cifsfs.c:1981 initcifs error: we previously assumed 'serverclosewq' could be nul...

5.5CVSS0.00017EPSS
Exploits0References5
NVD
NVD
added 2024/08/17 9:15 a.m.16 views

CVE-2024-42282

In the Linux kernel, the following vulnerability has been resolved: net: mediatek: Fix potential NULL pointer dereference in dummy netdevice handling Move the freeing of the dummy netdevice from mtkfreedev to mtkremove. Previously, if allocnetdevdummy failed in mtkprobe, eth-dummydev would be NUL...

5.5CVSS0.00018EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/08/17 9:9 a.m.17 views

CVE-2024-42307 cifs: fix potential null pointer use in destroy_workqueue in init_cifs error path

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential null pointer use in destroyworkqueue in initcifs error path Dan Carpenter reported a Smack static checker warning: fs/smb/client/cifsfs.c:1981 initcifs error: we previously assumed 'serverclosewq' could be nul...

0.00017EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/08/17 9:8 a.m.13 views

CVE-2024-42282 net: mediatek: Fix potential NULL pointer dereference in dummy net_device handling

In the Linux kernel, the following vulnerability has been resolved: net: mediatek: Fix potential NULL pointer dereference in dummy netdevice handling Move the freeing of the dummy netdevice from mtkfreedev to mtkremove. Previously, if allocnetdevdummy failed in mtkprobe, eth-dummydev would be NUL...

6.8AI score0.00018EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.8 views

CVE-2024-40982

A flaw was found in the ssb module in the Linux kernel. A NULL pointer dereference can be triggered due to a missing input validation when converting a device to a SSB device, resulting in a denial of service...

5.5CVSS6.5AI score
Exploits0References4
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.18 views

CVE-2023-52814

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential null pointer derefernce The amdgpurasgetcontext may return NULL if device not support ras feature, so add check before using...

5.5CVSS7.2AI score0.00014EPSS
Exploits0
NVD
NVD
added 2024/05/19 9:15 a.m.19 views

CVE-2024-35891

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Fix potential null pointer dereference In lan8814getsigrx and lan8814getsigtx ptpparseheader may return NULL as ptpheader due to abnormal packet type or corrupted packet. Fix this bug by adding ptpheader check...

5.5CVSS6.5AI score0.00011EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/19 9:15 a.m.14 views

CVE-2024-35891

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Fix potential null pointer dereference In lan8814getsigrx and lan8814getsigtx ptpparseheader may return NULL as ptpheader due to abnormal packet type or corrupted packet. Fix this bug by adding ptpheader check...

5.5CVSS6.3AI score0.00011EPSS
Exploits0References10
NVD
NVD
added 2024/04/10 7:15 p.m.13 views

CVE-2021-47211

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix null pointer dereference on pointer csdesc The pointer csdesc return from sndusbfindclocksource could be null, so there is a potential null pointer dereference issue. Fix this by adding a null check before...

5.5CVSS7.3AI score0.00009EPSS
Exploits0References2
Cvelist
Cvelist
added 2023/06/19 10:22 a.m.17 views

CVE-2023-25733

The return value from gfx::SourceSurfaceSkia::Map wasn't being verified which could have potentially lead to a null pointer dereference. This vulnerability affects Firefox 110...

8AI score0.00267EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2022/09/13 12:0 a.m.39 views

Debian dla-3107 : lemon - security update

The remote Debian 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-3107 advisory. - ------------------------------------------------------------------------- Debian LTS Advisory DLA-3107-1 [email protected]...

9.8CVSS7.3AI score0.00253EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2022/09/01 6:15 p.m.34 views

CVE-2020-35525

In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing...

7.5CVSS6.7AI score0.00219EPSS
Exploits0References4
Prion
Prion
added 2022/09/01 6:15 p.m.15 views

Null pointer dereference

In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing...

5CVSS8.3AI score0.00219EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder