{"api_version":"1","generated_at":"2026-07-02T01:27:37+00:00","cve":"CVE-2026-6684","urls":{"html":"https://cve.report/CVE-2026-6684","api":"https://cve.report/api/cve/CVE-2026-6684.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-6684","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-6684"},"summary":{"title":"FatFs Infinite Loop in GPT Partition Scan","description":"FatFs prior to R0.16 that use GPT scanning with 'FF_LBA64 = 1' contains an issue where an unbounded loop count derived from GPT header field GPTH_PtNum, enabling extremely long or effectively infinite mount-time scans. This maps to CWE-835 (Loop with Unreachable Exit Condition). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.","state":"PUBLISHED","assigner":"runZero","published_at":"2026-07-01 15:17:12","updated_at":"2026-07-01 18:31:17"},"problem_types":["CWE-835","CWE-835 CWE-835 Loop with unreachable exit condition ('infinite loop')"],"metrics":[{"version":"3.1","source":"44488dab-36db-4358-99f9-bc116477f914","type":"Secondary","score":"4.6","severity":"MEDIUM","vector":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":4.6,"baseSeverity":"MEDIUM","attackVector":"PHYSICAL","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"CVSS","score":"4.6","severity":"MEDIUM","vector":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","data":{"attackComplexity":"LOW","attackVector":"PHYSICAL","availabilityImpact":"HIGH","baseScore":4.6,"baseSeverity":"MEDIUM","confidentialityImpact":"NONE","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"}}],"references":[{"url":"https://www.runzero.com/blog/fatfs-bugs/","name":"https://www.runzero.com/blog/fatfs-bugs/","refsource":"44488dab-36db-4358-99f9-bc116477f914","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/runZeroInc/vulns-2026-fatfs-chance","name":"https://github.com/runZeroInc/vulns-2026-fatfs-chance","refsource":"134c704f-9b21-4f2e-91b3-4a467353bcc0","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.runzero.com/advisories/fatfs-gpt-scan-loop-dos-cve-2026-6684/","name":"https://www.runzero.com/advisories/fatfs-gpt-scan-loop-dos-cve-2026-6684/","refsource":"44488dab-36db-4358-99f9-bc116477f914","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://elm-chan.org/fsw/ff/","name":"https://elm-chan.org/fsw/ff/","refsource":"44488dab-36db-4358-99f9-bc116477f914","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-6684","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-6684","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"ChaN","product":"FatFs","version":"affected R0.16 custom","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[{"source":"CNA","value":"HD Moore of runZero, Inc.","lang":"en"},{"source":"CNA","value":"Tod Beardsley of runZero, Inc.","lang":"en"}],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2026-6684","options":[{"Exploitation":"poc"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2026-07-01T15:25:35.369745Z","version":"2.0.3"},"type":"ssvc"}}],"providerMetadata":{"dateUpdated":"2026-07-01T15:25:53.071Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"references":[{"tags":["exploit"],"url":"https://github.com/runZeroInc/vulns-2026-fatfs-chance"}],"title":"CISA ADP Vulnrichment"}],"cna":{"affected":[{"defaultStatus":"unaffected","product":"FatFs","vendor":"ChaN","versions":[{"lessThan":"R0.16","status":"affected","version":"0","versionType":"custom"}]}],"credits":[{"lang":"en","type":"finder","value":"HD Moore of runZero, Inc."},{"lang":"en","type":"coordinator","value":"Tod Beardsley of runZero, Inc."}],"datePublic":"2026-07-01T13:00:00.000Z","descriptions":[{"lang":"en","supportingMedia":[{"base64":false,"type":"text/html","value":"<p>FatFs prior to R0.16 that use GPT scanning with 'FF_LBA64 = 1' contains an issue where an unbounded loop count derived from GPT header field GPTH_PtNum, enabling extremely long or effectively infinite mount-time scans. This maps to CWE-835 (Loop with Unreachable Exit Condition). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.<br><br></p>"}],"value":"FatFs prior to R0.16 that use GPT scanning with 'FF_LBA64 = 1' contains an issue where an unbounded loop count derived from GPT header field GPTH_PtNum, enabling extremely long or effectively infinite mount-time scans. This maps to CWE-835 (Loop with Unreachable Exit Condition). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial."}],"metrics":[{"cvssV3_1":{"attackComplexity":"LOW","attackVector":"PHYSICAL","availabilityImpact":"HIGH","baseScore":4.6,"baseSeverity":"MEDIUM","confidentialityImpact":"NONE","integrityImpact":"NONE","privilegesRequired":"NONE","scope":"UNCHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}]}],"problemTypes":[{"descriptions":[{"cweId":"CWE-835","description":"CWE-835 Loop with unreachable exit condition ('infinite loop')","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-07-01T14:10:58.544Z","orgId":"44488dab-36db-4358-99f9-bc116477f914","shortName":"runZero"},"references":[{"tags":["third-party-advisory"],"url":"https://www.runzero.com/blog/fatfs-bugs/"},{"tags":["technical-description"],"url":"https://github.com/runZeroInc/vulns-2026-fatfs-chance"},{"tags":["product"],"url":"https://elm-chan.org/fsw/ff/"},{"tags":["third-party-advisory"],"url":"https://www.runzero.com/advisories/fatfs-gpt-scan-loop-dos-cve-2026-6684/"}],"source":{"discovery":"UNKNOWN"},"title":"FatFs Infinite Loop in GPT Partition Scan","x_generator":{"engine":"Vulnogram 1.0.2"}}},"cveMetadata":{"assignerOrgId":"44488dab-36db-4358-99f9-bc116477f914","assignerShortName":"runZero","cveId":"CVE-2026-6684","datePublished":"2026-07-01T13:45:03.639Z","dateReserved":"2026-04-20T15:06:20.061Z","dateUpdated":"2026-07-01T15:25:53.071Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-07-01 15:17:12","lastModifiedDate":"2026-07-01 18:31:17","problem_types":["CWE-835","CWE-835 CWE-835 Loop with unreachable exit condition ('infinite loop')"],"metrics":{"cvssMetricV31":[{"source":"44488dab-36db-4358-99f9-bc116477f914","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":4.6,"baseSeverity":"MEDIUM","attackVector":"PHYSICAL","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"},"exploitabilityScore":0.9,"impactScore":3.6}],"ssvcV203":[{"source":"134c704f-9b21-4f2e-91b3-4a467353bcc0","ssvcData":{"timestamp":"2026-07-01T15:25:35.369745Z","id":"CVE-2026-6684","options":[{"exploitation":"poc"},{"automatable":"no"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"6684","Ordinal":"1","Title":"FatFs Infinite Loop in GPT Partition Scan","CVE":"CVE-2026-6684","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"6684","Ordinal":"1","NoteData":"FatFs prior to R0.16 that use GPT scanning with 'FF_LBA64 = 1' contains an issue where an unbounded loop count derived from GPT header field GPTH_PtNum, enabling extremely long or effectively infinite mount-time scans. This maps to CWE-835 (Loop with Unreachable Exit Condition). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.","Type":"Description","Title":"FatFs Infinite Loop in GPT Partition Scan"}]}}}