Lucene search
+L

2187 matches found

NVD
NVD
added 2024/12/19 12:15 a.m.25 views

CVE-2022-44513

Acrobat Reader DC version 22.001.20085 and earlier, 20.005.3031x and earlier and 17.012.30205 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in...

7.8CVSS0.00284EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/19 12:15 a.m.16 views

CVE-2022-44517

Acrobat Reader DC version 22.001.20085 and earlier, 20.005.3031x and earlier and 17.012.30205 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this...

5.5CVSS0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/19 12:15 a.m.5 views

CVE-2022-44515

Acrobat Reader DC version 22.001.20085 and earlier, 20.005.3031x and earlier and 17.012.30205 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this...

5.5CVSS5.8AI score0.00261EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/11/11 12:0 a.m.11 views

PT-2024-10003

Name of the Vulnerable Software and Affected Versions Linux Kernel versions prior to 6.11.9 Description The issue is related to the dc state copy internal function in the Linux kernel's drm/amd/display module. It concerns a double free vulnerability that occurs when a dml allocation fails, causin...

7.8CVSS5.5AI score0.00201EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2024/10/28 12:0 a.m.7 views

Huawei EulerOS: Security Advisory for libldb (EulerOS-SA-2024-2706)

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

6.5CVSS6.6AI score0.01725EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/10/24 12:0 a.m.10 views

The vulnerability of the dc_get_link_at_index() function in the amdgpu driver of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the dcgetlinkatindex function in the drivers/gpu/drm/amd/display/dc/core/dclinkexports.c file of the amdgpu kernel in the Linux operating system is related to incorrect calculation of indexes. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References9Affected Software3
RedhatCVE
RedhatCVE
added 2024/10/22 12:40 p.m.15 views

CVE-2024-49907

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

5.5CVSS6.7AI score0.00243EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 12:11 p.m.19 views

CVE-2024-49920

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before multiple uses WHAT & HOW Poniters, such as streamenc and dc-bwvbios, are null checked previously in the same function, so Coverity warns "implies that streamenc and dc-bwvbios might be...

5.5CVSS7AI score0.00216EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 6:15 p.m.38 views

CVE-2024-49914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for pipectx-planestate in dcn20programpipe This commit addresses a null pointer dereference issue in the dcn20programpipe function. The issue could occur when pipectx-planestate is null. The fix ad...

5.5CVSS0.00244EPSS
SaveExploits0References3
NVD
NVD
added 2024/10/21 6:15 p.m.11 views

CVE-2024-49907

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

5.5CVSS0.00243EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/10/21 6:2 p.m.9 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

7AI score0.00211EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/21 6:2 p.m.20 views

CVE-2024-49972 drm/amd/display: Deallocate DML memory if allocation fails

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

0.00211EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/21 6:1 p.m.143 views

CVE-2024-49914

CVE-2024-49914 affects the Linux kernel DRM/AMD display path. A null pointer dereference could occur in dcn20_program_pipe when pipe_ctx->plane_state is null; a patch adds a guard to verify pipe_ctx->plane_state is non-null before access. This stabilizes display pipe programming and prevent...

5.5CVSS6.4AI score0.00244EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:1 p.m.23 views

CVE-2024-49907 drm/amd/display: Check null pointers before using dc->clk_mgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

0.00243EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.13 views

CVE-2024-49907 drm/amd/display: Check null pointers before using dc->clk_mgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

6.8AI score0.00243EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49896 drm/amd/display: Check stream before comparing them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

6.9AI score0.00264EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the lack of null pointer checking when using pointers such as dc-clkmgr, which could lead to null pointer...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/10/15 7:0 a.m.9 views

The Samba AD DC administration tool when operating against a remote LDAP server will by default send new or reset passwords over a signed-only connection.

...

5.9CVSS6.7AI score0.00484EPSS
SaveExploits0
NVD
NVD
added 2024/10/07 10:15 p.m.18 views

CVE-2024-47969

Improper resource management in firmware of some Solidigm DC Products may allow an attacker to potentially enable denial of service...

6.2CVSS0.0016EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/07 10:15 p.m.13 views

CVE-2024-47968

Improper resource shutdown in middle of certain operations on some Solidigm DC Products may allow an attacker to potentially enable denial of service...

4.4CVSS0.00101EPSS
SaveExploits0References1
Rows per page
Query Builder