Intel

AIKIDO-2026-79918

fastcsv is vulnerable to Data Integrity Violation

Data Integrity ViolationGHSA-64pw-j3v7-xc9q Published Aug 11, 2026

63

Medium Risk

This Affects:

JAVAfastcsv
3.0.0 - 4.3.1
Fixed in 4.4.0
Are you affected? Scan for Free

TL;DR

IndexedCsvReader builds its page index with a byte-level scanner while pages are decoded and parsed at the character level. When the configured character set is neither UTF-8 nor a single-byte encoding that maps ASCII bytes to identical characters, the byte index and the character parser desynchronize. Records are silently lost or invented and fields are corrupted, with no exception thrown, for variable-width or ASCII-shifting charsets. The fix restricts IndexedCsvReader to UTF-8 and safe single-byte charsets and rejects other charsets at construction.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you use IndexedCsvReader with a character set that is neither UTF-8 nor a single-byte encoding that maps ASCII bytes to identical characters.

Background info

fastcsv is vulnerable to Data Integrity Violation in versions 3.0.0 - 4.3.1.

How to fix this

Upgrade the fastcsv and/or the de.siegmar:fastcsv library to the patch version.