Lucene search
K

30 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig It was checked that the pointer to the swmodeconfig function is not NULL before calling it. Not all buses define this callback, which could lead to a NULL pointer being...

5.5CVSS5.2AI score0.00137EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.4 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: drm: Fixed a potential null-ptr-deref due to drmmmodeconfiginit. drmmmodeconfiginit will call drmmodecreatestandardproperties, and it does not check the return value. When drmmodecreatestandardproperties fails due to allocatio...

6AI score0.00197EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.7 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011345)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011345 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes with dev-modeconfig.mutex The modes array contains pointers to...

5.5CVSS6.4AI score0.00248EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007497)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007497 advisory. In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call...

5.8AI score0.00197EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00186EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/10/25 12:14 a.m.4 views

SUSE CVE-2022-50556

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

5.5CVSS6.4AI score0.00197EPSS
Exploits0References7
OSV
OSV
added 2025/10/22 2:15 p.m.1 views

DEBIAN-CVE-2022-50556

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

5.3AI score0.00197EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.5 views

CVE-2022-50556 drm: Fix potential null-ptr-deref due to drmm_mode_config_init()

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

0.00197EPSS
Exploits0References5
CVE
CVE
added 2025/10/22 1:23 p.m.14 views

CVE-2022-50556

CVE-2022-50556: In the Linux kernel, the DRM subsystem could dereference a NULL pointer due to drmm_mode_config_init() calling drm_mode_create_standard_properties() without validating its return. If allocation failed, the created property could be NULL, causing a null-ptr-deref (observed during b...

6AI score0.00197EPSS
Exploits0References5
OSV
OSV
added 2025/10/22 1:23 p.m.4 views

CVE-2022-50556 drm: Fix potential null-ptr-deref due to drmm_mode_config_init()

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

6.3AI score0.00197EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.4 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 an unchecked drmmmodeconfiginit return value that could lead to a null pointer dereference...

6AI score0.00197EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:15 a.m.1 views

SUSE CVE-2025-38025

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference...

5.5CVSS6.5AI score0.00137EPSS
Exploits0References3
OSV
OSV
added 2025/06/18 10:15 a.m.1 views

UBUNTU-CVE-2025-38025

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference...

5.5CVSS6.6AI score0.00137EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/06/18 9:28 a.m.22 views

CVE-2025-38025 iio: adc: ad7606: check for NULL before calling sw_mode_config()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference...

0.00137EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.4 views

CVE-2025-38025

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference...

5.5CVSS5.7AI score0.00137EPSS
Exploits0
CNNVD
CNNVD
added 2025/06/18 12:0 a.m.3 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 Linux kernel that stems from an unchecked swmodeconfig callback that could lead to a null pointer dereference...

5.5CVSS7.9AI score0.00137EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.3 views

kernel: drm/radeon: Fix encoder->possible_clones

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder-possibleclones Include the encoder itself in its possibleclones bitmask. In the past nothing validated that drivers were populating possibleclones correctly, but that changed in commit 74d2aacbe840 "drm:...

5.5CVSS6.8AI score0.00213EPSS
Exploits0References5
SUSE Linux
SUSE Linux
added 2024/10/30 5:34 p.m.1 views

Security update for the Linux Kernel (Live Patch 57 for SLE 12 SP5)

This update for the Linux Kernel 4.12.14-122219 fixes several issues. The following security issues were fixed: CVE-2024-35863: Fixed potential UAF in isvalidoplockbreak bsc1225011. CVE-2023-52752: smb: client: fix use-after-free bug in cifsdebugdataprocshow bsc1225819. CVE-2024-35862: Fixed...

7.8CVSS7.7AI score0.00269EPSS
Exploits0References36
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.2 views

SUSE CVE-2024-35950

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes with dev-modeconfig.mutex The modes array contains pointers to modes on the connectors' mode lists, which are protected by dev-modeconfig.mutex. Thus we need to extend modes the same protection or ...

7CVSS6.2AI score0.00248EPSS
Exploits0References168
NVD
NVD
added 2024/05/20 10:15 a.m.28 views

CVE-2024-35950

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes with dev-modeconfig.mutex The modes array contains pointers to modes on the connectors' mode lists, which are protected by dev-modeconfig.mutex. Thus we need to extend modes the same protection or ...

5.5CVSS6.5AI score0.00248EPSS
Exploits0References9
Rows per page
Query Builder