{"@ID": "1236", "@Name": "Improper Neutralization of Formula Elements in a CSV File", "@Abstraction": "Base", "@Structure": "Simple", "@Status": "Incomplete", "Description": "The product saves user-provided information into a Comma-Separated Value (CSV) file, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as a command when the file is opened by a spreadsheet product.", "Related_Weaknesses": {"Related_Weakness": [{"@Nature": "ChildOf", "@CWE_ID": "74", "@View_ID": "1000", "@Ordinal": "Primary"}, {"@Nature": "ChildOf", "@CWE_ID": "74", "@View_ID": "1003", "@Ordinal": "Primary"}]}, "Weakness_Ordinalities": {"Weakness_Ordinality": {"Ordinality": "Primary"}}, "Applicable_Platforms": {"Language": {"@Class": "Not Language-Specific", "@Prevalence": "Undetermined"}, "Operating_System": {"@Class": "Not OS-Specific", "@Prevalence": "Undetermined"}, "Architecture": {"@Class": "Not Architecture-Specific", "@Prevalence": "Undetermined"}, "Technology": {"@Name": "Other", "@Prevalence": "Undetermined"}}, "Background_Details": {"Background_Detail": "User-provided data is often saved to traditional databases.  This data can be exported to a CSV file, which allows users to read the data using spreadsheet software such as Excel, Numbers, or Calc.  This software interprets entries beginning with '=' as formulas, which are then executed by the spreadsheet software.  The software's formula language often allows methods to access hyperlinks or the local command line, and frequently allows enough characters to invoke an entire script."}, "Alternate_Terms": {"Alternate_Term": [{"Term": "CSV Injection"}, {"Term": "Formula Injection"}, {"Term": "Excel Macro Injection"}]}, "Modes_Of_Introduction": {"Introduction": {"Phase": "Implementation", "Note": "The weakness is in the implementation of a software's CSV export feature, in particular how it formats formula entries as the output gets flattened into a text file."}}, "Common_Consequences": {"Consequence": {"Scope": "Confidentiality", "Impact": ["Read Application Data", "Execute Unauthorized Code or Commands"], "Likelihood": "Low", "Note": "Attackers can populate data fields which, when saved to a CSV file, may attempt information exfiltration or other malicious activity when automatically executed by the spreadsheet software. Note that current versions of Excel warn users of untrusted content."}}, "Detection_Methods": {"Detection_Method": {"@Detection_Method_ID": "DM-14", "Method": "Automated Static Analysis", "Description": "Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without having to execute it. Typically, this is done by building a model of data flow and control flow, then searching for potentially-vulnerable patterns that connect \"sources\" (origins of input) with \"sinks\" (destinations where the data interacts with external components, a lower layer such as the OS, etc.)", "Effectiveness": "High"}}, "Potential_Mitigations": {"Mitigation": [{"Phase": "Implementation", "Description": "When generating CSV output, ensure that formula-sensitive metacharacters are effectively escaped or removed from all data before storage in the resultant CSV.  Risky characters include '=' (equal), '+' (plus), '-' (minus), and '@' (at).", "Effectiveness": "Moderate", "Effectiveness_Notes": "Unfortunately, there is no perfect solution, since different spreadsheet products act differently."}, {"Phase": "Implementation", "Description": "If a field starts with a formula character, prepend it with a ' (single apostrophe), which prevents Excel from executing the formula.", "Effectiveness": "Moderate", "Effectiveness_Notes": "It is not clear how effective this mitigation is with other spreadsheet software."}, {"Phase": "Architecture and Design", "Description": "Certain implementations of spreadsheet software might disallow formulas from executing if the file is untrusted, or if the file is not authored by the current user.", "Effectiveness": "Limited", "Effectiveness_Notes": "This mitigation has limited effectiveness because it often depends on end users opening spreadsheet software safely."}]}, "Demonstrative_Examples": {"Demonstrative_Example": {"Intro_Text": "Hyperlinks or other commands can be executed when a cell begins with the formula identifier, '='", "Example_Code": [{"@Nature": "Attack", "@Language": "Other", "xhtml:p": "=HYPERLINK(link_location, [friendly_name])"}, {"@Nature": "Good", "@Language": "Other", "xhtml:p": "HYPERLINK(link_location, [friendly_name])"}], "Body_Text": "Stripping the leading equals sign, or simply not executing formulas from untrusted sources, impedes malicious activity."}}, "Observed_Examples": {"Observed_Example": [{"Reference": "CVE-2019-12134", "Description": "Low privileged user can trigger CSV injection through a contact form field value", "Link": "https://www.cve.org/CVERecord?id=CVE-2019-12134"}, {"Reference": "CVE-2019-4521", "Description": "Cloud management product allows arbitrary command execution via CSV injection", "Link": "https://www.cve.org/CVERecord?id=CVE-2019-4521"}, {"Reference": "CVE-2019-17661", "Description": "CSV injection in content management system via formula code in a first or last name", "Link": "https://www.cve.org/CVERecord?id=CVE-2019-17661"}]}, "References": {"Reference": [{"@External_Reference_ID": "REF-21"}, {"@External_Reference_ID": "REF-22"}, {"@External_Reference_ID": "REF-23"}, {"@External_Reference_ID": "REF-24"}]}, "Mapping_Notes": {"Usage": "Allowed", "Rationale": "This CWE entry is at the Base level of abstraction, which is a preferred level of abstraction for mapping to the root causes of vulnerabilities.", "Comments": "Carefully read both the name and description to ensure that this mapping is an appropriate fit. Do not try to 'force' a mapping to a lower-level Base/Variant simply to comply with this preferred level of abstraction.", "Reasons": {"Reason": {"@Type": "Acceptable-Use"}}}, "Content_History": {"Submission": {"Submission_Name": "CWE Content Team", "Submission_Organization": "MITRE", "Submission_Date": "2019-11-21", "Submission_Version": "4.0", "Submission_ReleaseDate": "2020-02-24"}, "Modification": [{"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2020-08-20", "Modification_Version": "4.2", "Modification_ReleaseDate": "2020-08-20", "Modification_Comment": "updated Relationships"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2021-03-15", "Modification_Version": "4.4", "Modification_ReleaseDate": "2021-03-15", "Modification_Comment": "updated Description, Potential_Mitigations"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2023-01-31", "Modification_Version": "4.10", "Modification_ReleaseDate": "2023-01-31", "Modification_Comment": "updated Description"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2023-04-27", "Modification_Version": "4.11", "Modification_ReleaseDate": "2023-04-27", "Modification_Comment": "updated References, Relationships"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2023-06-29", "Modification_Version": "4.12", "Modification_ReleaseDate": "2023-06-29", "Modification_Comment": "updated Mapping_Notes"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2025-04-03", "Modification_Version": "4.17", "Modification_ReleaseDate": "2025-04-03", "Modification_Comment": "updated Demonstrative_Examples"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2025-09-09", "Modification_Version": "4.18", "Modification_ReleaseDate": "2025-09-09", "Modification_Comment": "updated References"}, {"Modification_Name": "CWE Content Team", "Modification_Organization": "MITRE", "Modification_Date": "2025-12-11", "Modification_Version": "4.19", "Modification_ReleaseDate": "2025-12-11", "Modification_Comment": "updated Background_Details, Common_Consequences, Description, Detection_Factors, Weakness_Ordinalities"}]}}
