Lucene search
+L

313 matches found

CVE
CVE
added 2026/07/25 9:14 a.m.38 views

CVE-2026-64521

CVE-2026-64521 affects the Linux kernel pinctrl subsystem (meson: amlogic-a4). The deadlock arises when pinconf_pins_show() holds pctldev->mutex while pinctrl_find_gpio_range_from_pin() tries to re-acquire the same mutex; the fix is to use pinctrl_find_gpio_range_from_pin_nolock() to avoid the...

5.7AI score0.00167EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 9:14 a.m.17 views

CVE-2026-64521

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.6AI score0.00167EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 9:14 a.m.18 views

EUVD-2026-48865

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.7AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 9:14 a.m.10 views

CVE-2026-64521 pinctrl: meson: amlogic-a4: fix deadlock issue

In the Linux kernel, the following vulnerability has been resolved: pinctrl: meson: amlogic-a4: fix deadlock issue Accessing the pinconf-pins sysfs node may deadlock. pinconfpinsshow holds pctldev-mutex, and the platform driver calls pinctrlfindgpiorangefrompin, which tries to acquire the same...

5.7AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.21 views

PT-2026-64742

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur when accessing the pinconf-pins sysfs node. This happens because the pinconf pins show function holds the pctldev-mutex, and the platform driver subsequently calls...

5.8AI score0.00167EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/07/22 12:00 a.m.19 views

The vulnerability of the meson_mmc_probe() function in the drivers/mmc/host/meson-gx-mmc.c file of the MMC/SD/SDIO card driver for the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the mesonmmcprobe function in the drivers/mmc/host/meson-gx-mmc.c file of the MMC/SD/SDIO card driver for the Linux operating system is related to the lack of checking the return value. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.4AI score0.00205EPSS
SaveExploits0References18Affected Software3
OSV
OSV
added 2026/07/14 11:11 a.m.7 views

SUSE-SU-2026:2967-1 Security update for libgnt, meson, pidgin

This update for libgnt, meson, pidgin fixes the following issues Security issue: - CVE-2019-25544: denial of service vulnerability that allows local attackers to crash the application by providing an excessively long username string during account creation bsc1260058. Non security issues: Changes...

6.9CVSS6.1AI score0.00187EPSS
SaveExploits1References9
Amazon
Amazon
added 2026/06/22 12:00 a.m.27 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues CVE-2022-50552 In the Linux kernel, the following vulnerability has been resolved: net: clear the dst when changing skb protocol CVE-2025-38192 In th...

9.8CVSS6.7AI score0.00554EPSS
SaveExploits1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Explicitly remove the aggregate driver at module unload time. Since componentmasterdel was not called when unloading the mesondrm module, the aggregate device would remain in the global aggregatedevices list...

6.1AI score0.00199EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/meson: The refcount leak in mesonencoderhdmiinit has been fixed. The offinddevicebynode function takes a reference; we should use putdevice to release it when it is no longer needed. Add the missing putdevice function in the...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/meson: encodercvbs: Fixed a reference count leak in mesonencodercvbsinit. In the function ofgraphgetremotenode, the remote device nodepointer is returned with a incremented reference count. We should use ofnodeput on it after...

5.5CVSS5.4AI score0.00221EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.15 views

SUSE CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/22 7:06 p.m.12 views

CVE-2026-31489

A flaw was found in the Linux kernel's meson-spicc Serial Peripheral Interface SPI controller driver. This vulnerability occurs due to a double-put operation when removing the controller, where the spicontrollerput function is called redundantly. This can lead to memory corruption, potentially...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.27 views

EUVD-2026-24857

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

5.6AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/22 2:16 p.m.7 views

AZL-83258 CVE-2026-31489 affecting package kernel for versions less than 6.6.141.1-1

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/22 2:16 p.m.11 views

CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS0.00129EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.42 views

CVE-2026-31489 spi: meson-spicc: Fix double-put in remove path

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/04/22 1:54 p.m.42 views

CVE-2026-31489

This CVE (CVE-2026-31489) affects the Linux kernel meson-spicc SPI controller driver. The vulnerability arises from a double-put: meson_spicc_probe() registers the controller with devm_spi_register_controller(), and the removal path erroneously calls spi_controller_put() again in meson_spicc_remo...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/04/22 1:54 p.m.10 views

CVE-2026-31489

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/04/22 1:54 p.m.10 views

CVE-2026-31489 spi: meson-spicc: Fix double-put in remove path

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path mesonspiccprobe registers the controller with devmspiregistercontroller, so teardown already drops the controller reference via devm cleanup. Calling spicontrollerput again in...

5.8AI score
SaveExploits0References11
Rows per page
Query Builder