CVE-2026-42241 — Applications Using ParquetSharp To Read Untrusted Parquet Fi Vulnerability
CVE-2026-42241 — ParquetSharp is a .NET library for reading and writing Apache Parquet files. From version 18.1.0 to before version 23.0.0.1, DecimalConverter.ReadDecimal makes a stackalloc using what might be an attacker-supplied value. If an attacker declares a decimal column with some unreasonabl
What This Means For You
- If your environment is affected by CWE-789, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42241 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
Potential Stack Overflow via Malformed Parquet Decimal Column - CVE-2026-42241
title: Potential Stack Overflow via Malformed Parquet Decimal Column - CVE-2026-42241
id: scw-2026-05-07-ai-1
status: experimental
level: high
description: |
This rule detects the execution of .NET applications that appear to be interacting with ParquetSharp.dll and are attempting to process Parquet files with excessively large decimal widths. This specific pattern is indicative of an attempt to exploit CVE-2026-42241, which involves a stack overflow vulnerability in the DecimalConverter.ReadDecimal method when processing malformed Parquet files with unreasonable decimal widths, potentially leading to a denial of service.
author: SCW Feed Engine (AI-generated)
date: 2026-05-07
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42241/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Program Files\'
- '/usr/bin/'
CommandLine|contains:
- 'dotnet'
CommandLine|contains:
- 'ParquetSharp.dll'
CommandLine|contains:
- '--decimal-width'
CommandLine|contains:
- '2147483647' # Max int value, often used to test boundaries
selection_base:
Image|startswith:
- 'C:\Program Files\'
- '/usr/bin/'
selection_indicators:
CommandLine|contains:
- 'dotnet'
CommandLine|contains:
- 'ParquetSharp.dll'
CommandLine|contains:
- '--decimal-width'
CommandLine|contains:
- '2147483647'
condition: selection_base AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42241 | vulnerability | CVE-2026-42241 |
| CWE-789 | weakness | CWE-789 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 07, 2026 at 23:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.