Lucene search
+L

519 matches found

OSV
OSV
added 2022/04/08 5:15 p.m.32 views

CVE-2021-43515

CSV Injection aka Excel Macro Injection or Formula Injection exists in creating new timesheet in Kimai. By filling the Description field with malicious payload, it will be mistreated while exporting to a CSV file...

7.8CVSS7.7AI score
SaveExploits0References1
Cvelist
Cvelist
added 2022/04/08 4:23 p.m.43 views

CVE-2021-43515

CSV Injection aka Excel Macro Injection or Formula Injection exists in creating new timesheet in Kimai. By filling the Description field with malicious payload, it will be mistreated while exporting to a CSV file...

7.9AI score0.01014EPSS
SaveExploits0References1
CVE
CVE
added 2022/04/08 4:23 p.m.108 views

CVE-2021-43515

CVE-2021-43515 corresponds to a CSV Injection vulnerability in Kimai 2. The issue arises when creating a new timesheet and entering a payload in the Description field; during CSV export, this input is not sanitized and can be interpreted by spreadsheet programs (e.g., Excel) as formulas or comman...

7.8CVSS7.6AI score0.01014EPSS
SaveExploits0References1Affected Software1
Huntr
Huntr
added 2022/04/01 5:54 p.m.36 views

Formula Injection/CSV Injection due to Improper Neutralization of Formula Elements in CSV File

Description Formula Injection/CSV Injection in "Firstname" & "Lastname" due to Improper Neutralization of Formula Elements in CSV File. Proof of Concept 1.Go to a Preferences from the user account and in Personal info of "Firstname" & "Lastname" insert the below payloads. 2.Payloads:-...

6.8CVSS0.1AI score0.02378EPSS
SaveExploits2References1
PyPA
PyPA
added 2022/03/17 9:15 p.m.12 views

PYSEC-2022-229

gradio is an open source framework for building interactive machine learning models and demos. Prior to version 2.8.11, gradio suffers from Improper Neutralization of Formula Elements in a CSV File. The gradio library has a flagging functionality which saves input/output data into a CSV file on t...

8.8CVSS7.2AI score0.01298EPSS
SaveExploits0References3Affected Software1
attackerkb
attackerkb
added 2022/02/11 9:15 p.m.9 views

CVE-2021-46363

An issue in the Export function of Magnolia v6.2.3 and below allows attackers to perform Formula Injection attacks via crafted CSV/XLS files. These formulas may result in arbitrary code execution on a victim's computer when opening the exported files with Microsoft Excel...

9.3CVSS7.9AI score0.01874EPSS
SaveExploits1References3
OSV
OSV
added 2022/02/11 9:15 p.m.13 views

CVE-2021-46363

An issue in the Export function of Magnolia v6.2.3 and below allows attackers to perform Formula Injection attacks via crafted CSV/XLS files. These formulas may result in arbitrary code execution on a victim's computer when opening the exported files with Microsoft Excel...

7.8CVSS6.3AI score0.01874EPSS
SaveExploits1References2
NVD
NVD
added 2022/02/11 9:15 p.m.32 views

CVE-2021-46363

An issue in the Export function of Magnolia v6.2.3 and below allows attackers to perform Formula Injection attacks via crafted CSV/XLS files. These formulas may result in arbitrary code execution on a victim's computer when opening the exported files with Microsoft Excel...

9.3CVSS0.01874EPSS
SaveExploits1References2
Prion
Prion
added 2022/02/11 9:15 p.m.22 views

Design/Logic Flaw

An issue in the Export function of Magnolia v6.2.3 and below allows attackers to perform Formula Injection attacks via crafted CSV/XLS files. These formulas may result in arbitrary code execution on a victim's computer when opening the exported files with Microsoft Excel...

9.3CVSS7.9AI score0.01874EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/02/11 8:08 p.m.38 views

CVE-2021-46363

An issue in the Export function of Magnolia v6.2.3 and below allows attackers to perform Formula Injection attacks via crafted CSV/XLS files. These formulas may result in arbitrary code execution on a victim's computer when opening the exported files with Microsoft Excel...

8.1AI score0.01874EPSS
SaveExploits1References2
CVE
CVE
added 2022/02/11 8:08 p.m.102 views

CVE-2021-46363

Magnolia CMS vulnerability CVE-2021-46363 affects Magnolia v6.2.3 and earlier, where the Export function can be abused to trigger Formula Injection via crafted CSV/XLS files, potentially leading to arbitrary code execution when opened in Excel. Impact is associated with local/ content-based execu...

9.3CVSS7.9AI score0.01874EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2022/01/10 3:25 p.m.86 views

CVE-2022-22121

CVE-2022-22121 (NocoDB) affects versions 0.81.0–0.83.8. A low-privileged attacker can create a table and inject payloads into table rows; when an administrator exports data to CSV via the User Management endpoint and opens the file, the payload may execute. Root cause stated as lack of sanitizati...

8CVSS7.8AI score0.0121EPSS
SaveExploits1References2Affected Software1
attackerkb
attackerkb
added 2022/01/09 1:33 p.m.10 views

CVE-2022-22121

In NocoDB, versions 0.81.0 through 0.83.8 are affected by CSV Injection vulnerability Formula Injection. A low privileged attacker can create a new table to inject payloads in the table rows. When an administrator accesses the User Management endpoint and exports the data as a CSV file and opens...

8CVSS7.1AI score0.0121EPSS
SaveExploits1References3Affected Software1
CNNVD
CNNVD
added 2021/11/26 12:00 a.m.8 views

Html2Csv 代码注入漏洞

Html2Csv is an open source utility. It is used to extract tables from Html documents and convert them to Csv format. html2csv suffers from a security vulnerability that stems from the fact that when a formula is embedded in an HTML page, the formula will be accepted without any validation and...

9.8CVSS5.8AI score0.01245EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/11/24 9:01 p.m.113 views

CSV Injection in symfony/serializer

Description ----------- CSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When a spreadsheet program opens a CSV, any cell starting with = is interpreted by the software as a formula and could be abused by an attacker. In Symfony 4.1, we'...

6.5CVSS1.4AI score0.014EPSS
SaveExploits0References13Affected Software2
OSV
OSV
added 2021/11/24 9:01 p.m.70 views

GHSA-2XHG-W2G5-W95X CSV Injection in symfony/serializer

Description ----------- CSV Injection, also known as Formula Injection, occurs when websites embed untrusted input inside CSV files. When a spreadsheet program opens a CSV, any cell starting with = is interpreted by the software as a formula and could be abused by an attacker. In Symfony 4.1, we'...

6.5CVSS6.1AI score0.014EPSS
SaveExploits0References13
NVD
NVD
added 2021/11/24 7:15 p.m.43 views

CVE-2021-41270

Symfony/Serializer handles serializing and deserializing data structures for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Symfony versions 4.1.0 before 4.4.35 and versions 5.0.0 before 5.3.12 are vulnerable to CSV injection, also known as formula...

6.5CVSS0.014EPSS
SaveExploits0References6
OSV
OSV
added 2021/11/24 7:15 p.m.14 views

UBUNTU-CVE-2021-41270

Symfony/Serializer handles serializing and deserializing data structures for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Symfony versions 4.1.0 before 4.4.35 and versions 5.0.0 before 5.3.12 are vulnerable to CSV injection, also known as formula...

6.5CVSS6.6AI score0.014EPSS
SaveExploits0References8
Prion
Prion
added 2021/11/24 7:15 p.m.28 views

Design/Logic Flaw

Symfony/Serializer handles serializing and deserializing data structures for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Symfony versions 4.1.0 before 4.4.35 and versions 5.0.0 before 5.3.12 are vulnerable to CSV injection, also known as formula...

4CVSS6.6AI score0.014EPSS
SaveExploits0References6Affected Software2
CVE
CVE
added 2021/11/24 7:05 p.m.135 views

CVE-2021-41270

CVE-2021-41270 (Symfony CSV Injection) affects Symfony/Serializer in Symfony PHP framework. The issue arises in the CsvEncoder where cells beginning with =, +, -, or @ could be treated as formulas. Initially, a tab prefix was used to escape these, but OWASP expanded the vulnerable set to include ...

6.5CVSS6.5AI score0.014EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder