CVE-2023-47114: Ethyca Fides HTML Injection Vulnerability in HTML-Formatted DSR Packages
Impact
The Fides web application allows data subject users to request access to their personal data. If the request is approved by the data controller user operating the Fides web application, the data subject's personal data can then retrieved from connected systems and data stores before being bundled together as a data subject access request package for the data subject to download. Supported data formats for the package include json and csv, but the most commonly used format is a series of HTML files compressed in a ZIP file. Once downloaded and unzipped, the data subject user can browse the HTML files on their local machine.
It was identified that there was no validation of input coming from e.g. the connected systems and data stores which is later reflected in the downloaded data. This can result in an HTML injection that can be abused e.g. for phishing attacks or malicious JavaScript code execution, but only in the context of the data subject's browser accessing a HTML page using the file:// protocol.
Exploitation is limited to rogue Admin UI users, malicious connected system / data store users, and the data subject user if tricked via social engineering into submitting malicious data themselves.
Patches The vulnerability has been patched in Fides version TBC. Users are advised to upgrade to this version or later to secure their systems against this threat.
Workarounds Only Fides deployments which have been configured to use html as the package format in the storage destination are vulnerable. Using json or csv instead eliminates this vulnerability.
Other sources
Fides is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in your runtime environment, and the enforcement of privacy regulations in your code. The Fides web application allows data subject users to request access to their personal data. If the request is approved by the data controller user operating the Fides web application, the data subject's personal data can then retrieved from connected systems and data stores before being bundled together as a data subject access request package for the data subject to download. Supported data formats for the package include json and csv, but the most commonly used format is a series of HTML files compressed in a ZIP file. Once downloaded and unzipped, the data subject user can browse the HTML files on their local machine. It was identified that there was no validation of input coming from e.g. the connected systems and data stores which is later reflected in the downloaded data. This can result in an HTML injection that can be abused e.g. for phishing attacks or malicious JavaScript code execution, but only in the context of the data subject's browser accessing a HTML page using the file:// protocol. Exploitation is limited to rogue Admin UI users, malicious connected system / data store users, and the data subject user if tricked via social engineering into submitting malicious data themselves. This vulnerability has been patched in version 2.23.3.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the impact of Ethyca Fides HTML Injection Vulnerability in HTML-Formatted DSR Packages?
The vulnerability allows an attacker to inject malicious HTML code into the Fides web application, potentially leading to unauthorized access to sensitive information, data manipulation, or cross-site scripting (XSS) attacks.
How does the Ethyca Fides HTML Injection Vulnerability affect the Fides web application?
The vulnerability affects the functionality that allows data subject users to request access to their personal data, exposing the application to the risk of HTML injection attacks.
What is the severity of CVE-2023-47114?
The severity of CVE-2023-47114 is medium with a CVSS score of 4.3.
How do I fix the Ethyca Fides HTML Injection Vulnerability?
To fix the vulnerability, update the Ethyca Fides package to version 2.23.3 or later by following the instructions provided in the official Ethyca Fides documentation.
What is CWE-79?
CWE-79 is a category of common weaknesses related to improper neutralization of input during web page generation or web-based application development.