CVE-2026-42241 — Applications Using ParquetSharp To Read Untrusted Parquet Fi Vulnerability

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 formats

2 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.

high T1190 Initial Access

Potential Stack Overflow via Malformed Parquet Decimal Column - CVE-2026-42241

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-42241 vulnerability CVE-2026-42241
CWE-789 weakness CWE-789
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8098: SQL Injection in code-projects Feedback System 1.0

CVE-2026-8098 — A security vulnerability has been detected in code-projects Feedback System 1.0. Impacted is an unknown function of the file /admin/checklogin.php. Such manipulation of...

vulnerabilityCVEhigh-severitysql-injectioncwe-74cwe-89
/SCW Vulnerability Desk /HIGH /7.3 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-8097 — CodeAstro Online Classroom SQL Injection

CVE-2026-8097 — A security flaw has been discovered in CodeAstro Online Classroom 1.0. This vulnerability affects unknown code of the file /askquery.php. The manipulation of...

vulnerabilityCVEmedium-severitysql-injectioncwe-74cwe-89
/SCW Vulnerability Desk /MEDIUM /6.3 /⚑ 3 IOCs /⚙ 3 Sigma

CVE-2026-42449: n8n-MCP SSRF Bypasses IPv6 Checks

CVE-2026-42449 — n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. In versions 2.47.4 through 2.47.13, the...

vulnerabilityCVEhigh-severityserver-side-request-forgerycwe-918
/SCW Vulnerability Desk /HIGH /8.5 /⚑ 5 IOCs /⚙ 4 Sigma