Lucene search
+L

312 matches found

Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.20 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.18 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.002EPSS
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.25 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/06/19 11:10 a.m.4 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: drm/meson: Reordered the driver deinit sequence to fix a use-after-free bug. Unloading the driver triggers the following KASAN warnings: +0.006275 ============================================================= +0.000029 BUG:...

7.8CVSS5.7AI score0.00159EPSS
SaveExploits0References1
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.4 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.0021EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerabilities have been resolved: meson-mx-socinfo: The refcount leak in mesonmxsocinfoinit has been fixed. The offindmatchingnode function returns a node pointer with a refcount incremented. We should use ofnodeput on it when there is no longer a need for it...

5.5CVSS6.2AI score0.00202EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: clk: meson: Added missing clocks to axgclkregmaps Some clocks were missing from axgclkregmaps, which caused kernel panic during the command cat /sys/kernel/debug/clk/clksummary. 57.349402 Unable to handle a NULL pointer...

5.5CVSS5.9AI score0.00223EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 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.00208EPSS
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.26 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.6 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.9 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.41 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.41 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
CNNVD
CNNVD
added 2026/04/22 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the removal of a path during the removal of the meson-spicc driver, resulting in double deallocation of...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References2
Rows per page
Query Builder