Lucene search
+L

308 matches found

Cvelist
Cvelist
added 2025/12/08 1:16 a.m.37 views

CVE-2022-50618 mmc: meson-gx: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehost...

0.002EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/08 1:16 a.m.26 views

CVE-2022-50618

CVE-2022-50618 affects the Linux kernel in the mmc subsystem for meson-gx, where mmc_add_host() return value is not checked. If it fails, allocated memory in mmc_alloc_host() leaks and, in remove path, mmc_remove_host() may operate on a not-yet-added device, causing a kernel crash via a null-dere...

6.1AI score0.002EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/08 1:16 a.m.9 views

CVE-2022-50618 mmc: meson-gx: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: meson-gx: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehost...

6.4AI score
SaveExploits0References10
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.9 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 the meson-gx mmc driver not checking the mmcaddhost return value, which could lead to a memory leak and null...

6AI score0.002EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.19 views

PT-2025-49459

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel where the mmc add host function's return value is not properly checked. If mmc add host returns an error, the allocated memory in mmc alloc host is...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References897
Microsoft CVE
Microsoft CVE
added 2025/11/27 1:1 a.m.12 views

drm/meson: remove drm bridges at aggregate driver unbind time

...

7.8CVSS7AI score0.00157EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/25 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50560

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the...

5.7AI score0.00199EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.8 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988976)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988976 advisory. In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdecprobe v4l2deviceunregister need to be calle...

5.5CVSS6AI score0.00189EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.2 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989259)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989259 advisory. In the Linux kernel, the following vulnerability has been resolved: ARM: meson: Fix refcount leak in mesonsmppreparecpus offindcompatiblenode returns a node pointer...

5.5CVSS5.7AI score0.0026EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/28 12:55 a.m.6 views

SUSE CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

5.5CVSS6.5AI score0.00199EPSS
SaveExploits0References7
Fedora
Fedora
added 2025/10/25 9:20 p.m.11 views

[SECURITY] Fedora 43 Update: gi-docgen-2025.5-1.fc43

GI-DocGen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation. GI-DocGen i...

6.1CVSS6.9AI score0.00337EPSS
SaveExploits0
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

5.5AI score0.00199EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/22 2:15 p.m.8 views

CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/22 2:15 p.m.8 views

UBUNTU-CVE-2022-50560

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

5.9AI score0.00199EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/22 1:23 p.m.31 views

CVE-2022-50560

CVE-2022-50560 is a Linux kernel issue involving drm/meson where an aggregate device could linger in the global aggregate_devices list due to not calling component_master_del during module unload of meson_drm. This led to a use-after-free when unloading/reloading meson_dw_hdmi, as component_add c...

6.1AI score0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.17 views

CVE-2022-50560 drm/meson: explicitly remove aggregate driver at module unload time

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/22 1:23 p.m.11 views

CVE-2022-50560 drm/meson: explicitly remove aggregate driver at module unload time

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because componentmasterdel wasn't being called when unloading the mesondrm module, the aggregate device would linger forever in the global aggregatedevices list...

6.5AI score
SaveExploits0References8
Fedora
Fedora
added 2025/10/21 1:40 a.m.9 views

[SECURITY] Fedora 41 Update: gi-docgen-2025.5-1.fc41

GI-DocGen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation. GI-DocGen i...

6.1CVSS6.9AI score0.00337EPSS
SaveExploits0
Fedora
Fedora
added 2025/10/21 1:1 a.m.14 views

[SECURITY] Fedora 42 Update: gi-docgen-2025.5-1.fc42

GI-DocGen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation. GI-DocGen i...

6.1CVSS6.9AI score0.00337EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2025/10/08 8:22 a.m.18 views

USN-7789-2: Linux kernel (Raspberry Pi) 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: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACP...

9.8CVSS7.6AI score0.01278EPSS
SaveExploits8
Rows per page
Query Builder