Lucene search
+L

678 matches found

AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci: Do not perform the strip or remove function when the driver is built-in. Using exit for the remove function results in the remove callback being discarded when CONFIGMMCDAVINCI=y is enabled. When such a device becom...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: mmc: jz4740: Apply DMA engine limits to maximum segment size Follow the approach used in other DMA-enabled MMC host drivers see host/mmci.c, and limit the maximum segment size based on the capabilities of the DMA engine. This is...

5.5CVSS5.7AI score0.00257EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68464

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt When using WIFI out-of-band wakeup, an irq xxx: nobody cared warning occurs. This...

5.9AI score0.00166EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/17 8:28 p.m.7 views

CVE-2026-72073

A flaw was found in the Linux kernel's vub300 driver, which manages MultiMediaCard MMC controllers. A race condition can occur during the driver's probe failure path. If the mmcaddhost function fails after an inactivity timer has been armed, a use-after-free vulnerability can arise. This could...

5.5CVSS5.4AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 3:00 p.m.7 views

CVE-2026-68463

A flaw was found in the Linux kernel, specifically within the mmc: sdhci-esdhc-imx component responsible for managing multimedia card MMC host controllers. During system suspend operations, an error in power management could cause the system to attempt accessing hardware that is not properly...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.6 views

AZL-96525 CVE-2026-72073 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300delete freeing the mmc host when the last reference is dropped. The probe error path after the...

5.8AI score0.00219EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 6:19 a.m.6 views

CVE-2026-68465

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: fix esdhcchangepinstate to allow default state restore esdhcchangepinstate checks for pins100mhz and pins200mhz at the top of the function and returns -EINVAL if either is not defined. This prevents the...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 6:19 a.m.11 views

UBUNTU-CVE-2026-68465

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: fix esdhcchangepinstate to allow default state restore esdhcchangepinstate checks for pins100mhz and pins200mhz at the top of the function and returns -EINVAL if either is not defined. This prevents the...

5.4AI score0.00166EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:18 a.m.12 views

CVE-2026-68463

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pmruntimeresumeandget in suspend Replace pmruntimegetsync with pmruntimeresumeandget to simplify error handling. pmruntimeresumeandget automatically drops the usage counter on failure, avoiding the need...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:52 a.m.34 views

CVE-2026-72073

CVE-2026-72073 concerns the Linux kernel mmc/vub300 driver. The vulnerability arises from a use-after-free race on probe failure: the inactivity timer can be armed before mmc_add_host() completes, and if add_host() fails, a timer/deadwork path may still hold a kref, leading to the vub300 storage ...

5.6AI score0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:51 a.m.13 views

CVE-2026-68465 mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restore

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: fix esdhcchangepinstate to allow default state restore esdhcchangepinstate checks for pins100mhz and pins200mhz at the top of the function and returns -EINVAL if either is not defined. This prevents the...

5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.24 views

CVE-2026-68465 mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restore

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: fix esdhcchangepinstate to allow default state restore esdhcchangepinstate checks for pins100mhz and pins200mhz at the top of the function and returns -EINVAL if either is not defined. This prevents the...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:51 a.m.12 views

CVE-2026-68463 mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pmruntimeresumeandget in suspend Replace pmruntimegetsync with pmruntimeresumeandget to simplify error handling. pmruntimeresumeandget automatically drops the usage counter on failure, avoiding the need...

5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:51 a.m.30 views

CVE-2026-68463

CVE-2026-68463 affects the Linux kernel component mmc: sdhci-esdhc-imx . The vulnerability arises from suspend handling where code was changed to use pm_runtime_resume_and_get() instead of pm_runtime_get_sync() to simplify error handling. The new function automatically drops the usage counter on ...

5.3AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.11 views

PT-2026-72262

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300 delete freeing the mmc host when the last reference is dropped. The probe error path after th...

5.6AI score0.00219EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-72073

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300delete freeing the mmc ho...

5.9AI score0.00219EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/08/06 12:00 a.m.22 views

The vulnerability of the dwcmshc_rk3568_set_clock() function in the drivers/mmc/host/sdhci-of-dwcmshc.c driver for MMC/SD/SDIO cards in the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the dwcmshcrk3568setclock function in the drivers/mmc/host/sdhci-of-dwcmshc.c driver for MMC/SD/SDIO cards in the Linux operating system is related to state management errors. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References14Affected Software4
OSV
OSV
added 2026/07/24 10:07 a.m.12 views

USN-8604-1 linux-azure-6.17 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Foo-over-UDP FOU; - ARM64 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - Drivers...

9.8CVSS6.5AI score0.01338EPSS
SaveExploits13References268
Ubuntu
Ubuntu
added 2026/07/24 10:07 a.m.49 views

USN-8604-1: Linux kernel (Azure) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Foo-over-UDP FOU; - ARM64 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - Drivers...

9.8CVSS5.9AI score0.01338EPSS
SaveExploits13
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.00205EPSS
SaveExploits0References18Affected Software3
Rows per page
Query Builder