Lucene search
+L

235 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.7 views

DEBIAN-CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS5.6AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.7 views

UBUNTU-CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS6.4AI score0.0026EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/02/12 12:00 a.m.8 views

SAMSUNG Exynos 2400和SAMSUNG Exynos 1480 安全漏洞

SAMSUNG Exynos 2400 and SAMSUNG Exynos 1480 are both cell phone chip processors from Samsung South Korea. A security vulnerability exists in SAMSUNG Exynos 2400 and SAMSUNG Exynos 1480, which stems from no null checking in the Xclipse driver and can lead to a denial of service...

7.5CVSS6.5AI score0.00567EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/02/12 12:00 a.m.6 views

SAMSUNG Exynos 安全漏洞

SAMSUNG Exynos is a SoC, Arm architecture-based processor developed and manufactured by Samsung Mobile, a South Korean company. A security vulnerability exists in SAMSUNG Exynos versions 2200, 1480, and 2400, which stems from no null checking in the Xclipse driver and can lead to a denial of...

7.5CVSS6.5AI score0.00567EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added a NULL check at the beginning of dcvalidatestream. Reason To prevent invalid memory access. How Check whether dc and stream are NULL...

5.5CVSS5.9AI score0.00237EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: serial: protect uartportdtrrts in uartshutdown as well. The commit af224ca2df29 serial: core: Prevent unsafe uart port access, part 3 added several uport == NULL checks. It included one more check in uartshutdown, so the commit...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: drm/amd/display: Added a null check before passing variables. Checked for null pointers before passing variables to functions. This fix resolves 3 NULLRETURNS issues reported by Coverity...

5.5CVSS6.3AI score0.00214EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-36288

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the tracing code called by the SCLP interrupt handler. Early exits occur if the SCCB address associated with an interrupt is NULL, after physical to...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2024/12/28 10:15 a.m.10 views

AZL-56294 CVE-2024-56702 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark rawtp arguments with PTRMAYBENULL Arguments to a raw tracepoint are tagged as trusted, which carries the semantics that the pointer will be non-NULL. However, in certain cases, a raw tracepoint argument may end up being...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/28 10:15 a.m.2 views

DEBIAN-CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS5.6AI score0.00202EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/12/12 12:00 a.m.10 views

WordPress plugin Sign In With Google 授权问题漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A vulnerability exists in the WordPress...

9.8CVSS8.5AI score0.00784EPSS
SaveExploits0References2
VulnCheck KEV
VulnCheck KEV
added 2024/12/12 12:00 a.m.3 views

VulnCheck KEV: CVE-2024-11015

The Sign In With Google plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 1.8.0. This is due to the 'authenticateuser' user function not implementing sufficient null value checks when setting the access token and user information. This makes it...

9.8CVSS5.8AI score0.00784EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/11/13 12:00 a.m.7 views

PT-2024-26132 · Google · Android

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue is related to a permissions bypass due to a missing null check in multiple locations. This could lead to local escalation of privilege with no...

8.4CVSS8.9AI score0.00114EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.16 views

drm/amd/pm: ensure the fw_info is not null before using it

...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:15 p.m.2 views

DEBIAN-CVE-2024-49922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.12 views

AZL-51050 CVE-2024-49898 affecting package kernel for versions less than 6.6.64.2-9

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables WHAT & HOW drrtiming and subvppipe are initialized to null and they are not always assigned new values. It is necessary to check for null before dereferencing. This fixes 2...

5.5CVSS6.7AI score0.00238EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.16 views

CVE-2024-47743 KEYS: prevent NULL pointer dereference in find_asymmetric_key()

In the Linux kernel, the following vulnerability has been resolved: KEYS: prevent NULL pointer dereference in findasymmetrickey In findasymmetrickey, if all NULLs are passed in the id0,1,2 arguments, the kernel will first emit WARN but then have an oops because id2 gets dereferenced anyway. Add t...

6.8AI score0.00222EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/10/12 12:00 a.m.6 views

CVE-2024-43902

...

5.5CVSS5.8AI score0.00214EPSS
SaveExploits0
CNVD
CNVD
added 2024/09/29 12:00 a.m.11 views

Unspecified vulnerability in Linux kernel (CNVD-2024-40272)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a security vulnerability that stems from not performing null checks. No details of the vulnerability are provided at this time...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/09/28 2:52 a.m.12 views

SUSE CVE-2024-46809

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check BIOS images before it is used BIOS images may fail to load and null checks are added before they are used. This fixes 6 NULLRETURNS issues reported by Coverity...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0References18
Rows per page
Query Builder