Description
In the Linux kernel, the following vulnerability has been resolved:

mfd: cs42l43: Sanity check firmware size

Currently the code checks if a firmware was received, however it does
not verify that the firmware size is larger than the firmware header. As
the firmware pointer is dereferenced as a pointer to the header
structure this could lead to an out of bounds memory access. Add the
missing check.
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Out-of-bounds memory access
Action: Apply Patch
AI Analysis

Impact

In the cs42l43 multi-function device driver of the Linux kernel, the firmware size is not verified against the size of the firmware header. A firmware that is smaller than the header causes the driver to treat the buffer as a header structure, resulting in an out-of-bounds memory access. This flaw corresponds to CWE‑805 and can lead to kernel memory corruption, potentially causing a system crash or denial of service.

Affected Systems

The vulnerability is present in all Linux kernel releases that include the cs42l43 driver prior to the commit that adds the size check. Because no specific kernel version numbers are listed, any kernel revision containing the unpatched driver code may be affected.

Risk and Exploitability

The EPSS score is below 1 % and the vulnerability is not listed in the CISA KEV catalog, implying a low likelihood of widespread exploitation. The CVSS score of 5.5 denotes a moderate severity impact if used. The likely attack vector is the supply of a malicious firmware image to the cs42l43 driver via a local firmware update mechanism or a compromised firmware source. Exploitation would most likely cause kernel memory corruption or a system crash; remote code execution would require additional privilege escalation steps.

Generated by OpenCVE AI on September 2, 2026 at 05:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the commit adding the firmware size check for the cs42l43 driver
  • If a kernel upgrade is not possible, disable or remove the cs42l43 driver to prevent firmware loading
  • Restrict firmware loading for that device to only signed or trusted firmware sources, or disable firmware loading entirely in the kernel configuration

Generated by OpenCVE AI on September 2, 2026 at 05:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-194

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Fri, 28 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-194

Fri, 28 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Fri, 28 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mfd: cs42l43: Sanity check firmware size Currently the code checks if a firmware was received, however it does not verify that the firmware size is larger than the firmware header. As the firmware pointer is dereferenced as a pointer to the header structure this could lead to an out of bounds memory access. Add the missing check.
Title mfd: cs42l43: Sanity check firmware size
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-28T06:48:42.983Z

Reserved: 2026-08-26T14:34:25.775Z

Link: CVE-2026-80624

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:46.543

Modified: 2026-08-28T08:16:46.543

Link: CVE-2026-80624

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80624 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T05:45:04Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value