Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Authenticated input injection (PR:L) over the network; exploitation requires victim to open the CSV (UI:R) and impact lands on the spreadsheet host, not Pizzy (S:C), with full CIA impact.
Primary rating from Vendor (TR-CERT).
CVSS VectorNVD
Lifecycle Timeline
2DescriptionNVD
Improper neutralization of formula elements in a CSV file vulnerability in MIA Technology Inc. Pizzy Library allows Code Injection.
This issue affects Pizzy Library: from 1.0.0.26250 before 1.3.9.26250.
AnalysisAI
CSV formula injection in MIA Technology's Pizzy Library (versions 1.0.0.26250 through 1.3.9.26250) allows authenticated attackers to inject malicious formula elements into generated CSV files, leading to code execution when the file is opened in a spreadsheet application. The flaw is rated CVSS 8.8 and was reported by TR-CERT, though no public exploit identified at time of analysis. Impact spans confidentiality, integrity, and availability on the system of any victim who opens the crafted CSV.
Technical ContextAI
Pizzy Library is a .NET reporting/export component from MIA Technology Inc. used to generate documents including CSV outputs. The root cause is CWE-1236 (Improper Neutralization of Formula Elements in a CSV File), where untrusted user input is written into CSV cells without escaping leading characters such as '=', '+', '-', '@', or tab/CR. When the resulting file is opened in Microsoft Excel, LibreOffice Calc, or Google Sheets, those characters are interpreted as formula prefixes, enabling DDE calls, HYPERLINK exfiltration, or WEBSERVICE/IMPORTDATA requests that can pivot to arbitrary command execution via the spreadsheet engine.
RemediationAI
Upgrade Pizzy Library to version 1.3.9.26250 or later, the first fixed release per the affected-range metadata; consult the TR-CERT bulletin at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0383 for vendor coordination details. If patching is delayed, sanitize all user-controlled input flowing into CSV exports by prefixing cells that begin with '=', '+', '-', '@', tab, or carriage return with a leading single quote or wrapping the value in quotes, recognizing that this may visibly alter legitimate values that start with those characters. As compensating controls, restrict who can submit data that ends up in exports, deliver CSVs as XLSX with formulas disabled, and instruct downstream users to open exports in a viewer that prompts before evaluating formulas; note that user-training mitigations degrade quickly and should not replace the code fix.
More in Pizzy Library
View allResource flooding in MIA Technology Pizzy Library versions 1.0.0.26250 through 1.3.9.26250 allows authenticated remote a
Improper access control in MIA Technology Inc. Pizzy Library versions 1.0.0.26250 through 1.3.9.26250 allows authenticat
Same technique Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36719
GHSA-qv7c-w6cp-c775