Cyber Resilience

CVE-2026-6686

Elm-Chan Fatfs ≤ r0.16

Public PoC
Published
01 July 2026
Modified
02 July 2026
Patch / advisory
CVSS Score v3.1 4.6
Click a component to see what it means
Raw vectorCVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0038 30th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-6686 is a medium-severity Use of Uninitialized Resource (CWE-908) vulnerability in Elm-Chan Fatfs. Its CVSS base score is 4.6 (Medium).

Operationally, ranked at the 30th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-4 (Information in Shared System Resources) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

FatFs R0.16 and earlier contains an uninitialized cluster exposure when f_lseek() extends files beyond EOF without zero-filling newly allocated clusters. This maps to CWE-908 (Use of Uninitialized Resource). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N (4.6, Medium). The estimated CISA SSVC vectors…

more

are Exploitation: PoC, Technical Impact: Partial.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1005 Data from Local System Collectionconfidence: MEDIUM
Vulnerability directly exposes uninitialized filesystem clusters containing prior data when extending files via f_lseek.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-6687Same product: Elm-Chan Fatfs
CVE-2026-6688Same product: Elm-Chan Fatfs
CVE-2026-6684Same product: Elm-Chan Fatfs
CVE-2026-6682Same product: Elm-Chan Fatfs
CVE-2026-6683Same product: Elm-Chan Fatfs
CVE-2023-52792Shared CWE-908
CVE-2023-22330Shared CWE-908
CVE-2025-21272Shared CWE-908
CVE-2023-53525Shared CWE-908
CVE-2026-53082Shared CWE-908

Affected Assets

elm-chan
fatfs
≤ r0.16

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-4 Information in Shared System Resources
  • SI-2 Flaw Remediation
  • SC-39 Process Isolation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents residual data exposure by ensuring shared storage clusters (system resources) are cleared before reuse when files are extended.

prevent

Requires timely patching or replacement of the vulnerable FatFs implementation to eliminate the missing zero-fill on cluster allocation.

prevent

Limits blast radius of the disclosure by isolating processes so one process cannot read uninitialized clusters belonging to another via the file system.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC activities such as static analysis and code review directly prevent use of uninitialized resources while also addressing many other weaknesses.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance can detect uninitialized resource usage through dynamic analysis and fuzzing.

prevents

Secure development life cycle mandates initialization checks and static analysis that can catch uninitialized resource use.

prevents

Application security requirements can specify mandatory initialization of variables and resources before use.

prevents

Secure system architecture and engineering principles include defensive coding practices that prevent use of uninitialized memory or objects.

prevents

Secure coding standards directly require explicit initialization of all variables and resources, substantially mitigating CWE-908.

References