CVE-2026-42241: ParquetSharp: Possible Stack Overflow When Reading a ParquetFile with Large Decimal Type Width
(updated )
DecimalConverter.ReadDecimal makes a stackalloc using what might be an attacker-supplied value. If an attacker declares a decimal column with some unreasonable width, this could lead to a stack overflow. In a service environment, this would potentially take down a service.
This affects applications using ParquetSharp to read untrusted Parquet files in a network service.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-42241 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →