Lucene search
+L

258 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 1:57 a.m.9 views

CVE-2023-47114

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

6.1CVSS6.7AI score0.00609EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 3:37 a.m.11 views

CVE-2024-45053

Fides is an open-source privacy engineering platform. Starting in version 2.19.0 and prior to version 2.44.0, the Email Templating feature uses Jinja2 without proper input sanitization or rendering environment restrictions, allowing for Server-Side Template Injection that grants Remote Code...

9.1CVSS8.2AI score0.01342EPSS
SaveExploits1References1
NVD
NVD
added 2024/11/26 7:15 p.m.34 views

CVE-2024-52008

Fides is an open-source privacy engineering platform. The user invite acceptance API endpoint lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation. While the UI enforces password complexity requirements, direct API cal...

8.8CVSS0.00537EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/26 6:52 p.m.54 views

CVE-2024-52008 Password Policy Bypass Vulnerability in Fides Webserver

Fides is an open-source privacy engineering platform. The user invite acceptance API endpoint lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation. While the UI enforces password complexity requirements, direct API cal...

2CVSS0.00537EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/26 6:52 p.m.23 views

CVE-2024-52008 Password Policy Bypass Vulnerability in Fides Webserver

Fides is an open-source privacy engineering platform. The user invite acceptance API endpoint lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation. While the UI enforces password complexity requirements, direct API cal...

2CVSS6.9AI score0.00537EPSS
SaveExploits0References1
CVE
CVE
added 2024/11/26 6:52 p.m.2811 views

CVE-2024-52008

Fides (open-source privacy engineering platform) has a password policy bypass in its invite flow. The /api/v1/user/accept-invite endpoint does not enforce the server-side password policy, allowing an invited user to set an arbitrarily weak password during initial account setup despite UI client-s...

8.8CVSS6.5AI score0.00537EPSS
SaveExploits0References1Affected Software1
Snyk
Snyk
added 2024/11/26 4:36 p.m.1 views

Client-Side Enforcement of Server-Side Security

Overview ethyca-fides is an Open-source ecosystem for data privacy as code. Affected versions of this package are vulnerable to Client-Side Enforcement of Server-Side Security due to improper implementation of password policy validations in the /api/v1/user/accept-invite endpoint. An attacker can...

8.8CVSS6.9AI score0.00537EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/11/26 4:36 p.m.28 views

Password Policy Bypass Vulnerability in Fides Webserver User Accept Invite API

Summary The user invite acceptance API endpoint lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation. While the UI enforces password complexity requirements, direct API calls can circumvent these checks, enabling the...

8.8CVSS6.7AI score0.00537EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/11/26 4:36 p.m.65 views

GHSA-V7VM-RHMG-8J2R Password Policy Bypass Vulnerability in Fides Webserver User Accept Invite API

Summary The user invite acceptance API endpoint lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation. While the UI enforces password complexity requirements, direct API calls can circumvent these checks, enabling the...

5.7CVSS6.3AI score0.00537EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/11/26 12:0 a.m.6 views

Fides 安全漏洞

Fides is an open source privacy engineering platform open-sourced by Ethyca to manage the implementation of data privacy requests in the runtime environment and the enforcement of privacy regulations in code. A security vulnerability exists in Fides that stems from a user invitation to accept an...

8.8CVSS6.7AI score0.00537EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/11/26 12:0 a.m.8 views

PT-2024-35092

Name of the Vulnerable Software and Affected Versions Fides versions prior to 2.50.0 Description The user invite acceptance API endpoint /api/v1/user/accept-invite lacks server-side password policy enforcement, allowing users to set arbitrarily weak passwords by bypassing client-side validation...

8.8CVSS5.9AI score0.00537EPSS
SaveExploits0References11
vulnersOsv
vulnersOsv
added 2024/11/04 11:23 p.m.5 views

dcicsnovault (>=2.0.0b4 <=2.0.0b7), ethyca-fides (>=2.10.0 <=2.18.0) +2 more potentially affected by CVE-2024-51734 via accesscontrol (>=4.4.0 <=6.0.0)

accesscontrol PYPI version =4.4.0, =2.0.0b4, =2.10.0, =4.6.3, =4.8.11 Source cves: CVE-2024-51734 Source advisory: OSV:GHSA-G5VW-3H65-2Q3V...

8.7CVSS5.4AI score0.00413EPSS
SaveExploits0
Veracode
Veracode
added 2024/09/06 3:4 a.m.14 views

Server-side Template Injection (SSTI)

ethycafides is vulnerable to Server-Side Template Injection SSTI. The vulnerability is due to improper input sanitization and lack of rendering environment restrictions in the Jinja2 templating engine used in the Email Templating feature of Fides, which allows privileged users to execute remote...

9.1CVSS7.7AI score0.01342EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2024/09/06 3:3 a.m.14 views

Username Enumeration Attack

ethycafides is vulnerable to Username Enumeration Attack. The vulnerability is due to discrepancies in response times between valid and invalid usernames, which allow attackers to infer valid usernames based on the timing of server responses...

5.3CVSS6.7AI score0.00552EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2024/09/04 6:7 p.m.25 views

Remote Code Execution Vulnerability via SSTI in Fides Webserver Jinja Email Templating Engine

Summary The Email Templating feature uses Jinja2 without proper input sanitization or rendering environment restrictions, allowing for Server-Side Template Injection that grants Remote Code Execution to privileged users. A privileged user refers to an Admin UI user with the default Owner or...

9.1CVSS9AI score0.01342EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/09/04 6:7 p.m.91 views

GHSA-C34R-238X-F7QX Remote Code Execution Vulnerability via SSTI in Fides Webserver Jinja Email Templating Engine

Summary The Email Templating feature uses Jinja2 without proper input sanitization or rendering environment restrictions, allowing for Server-Side Template Injection that grants Remote Code Execution to privileged users. A privileged user refers to an Admin UI user with the default Owner or...

9.1CVSS9.2AI score0.01342EPSS
SaveExploits1References4
OSV
OSV
added 2024/09/04 6:3 p.m.80 views

GHSA-2H46-8GF5-FMXV Timing-Based Username Enumeration Vulnerability in Fides Webserver Authentication

A timing-based username enumeration vulnerability has been identified in Fides Webserver authentication. This vulnerability allows an unauthenticated attacker to determine the existence of valid usernames by analyzing the time it takes for the server to respond to login requests. The discrepancy ...

5.3CVSS5.4AI score0.00552EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/09/04 6:3 p.m.29 views

Timing-Based Username Enumeration Vulnerability in Fides Webserver Authentication

A timing-based username enumeration vulnerability has been identified in Fides Webserver authentication. This vulnerability allows an unauthenticated attacker to determine the existence of valid usernames by analyzing the time it takes for the server to respond to login requests. The discrepancy ...

5.3CVSS6.8AI score0.00552EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2024/09/04 4:15 p.m.42 views

CVE-2024-45053

Fides is an open-source privacy engineering platform. Starting in version 2.19.0 and prior to version 2.44.0, the Email Templating feature uses Jinja2 without proper input sanitization or rendering environment restrictions, allowing for Server-Side Template Injection that grants Remote Code...

9.1CVSS0.01342EPSS
SaveExploits1References2
NVD
NVD
added 2024/09/04 4:15 p.m.48 views

CVE-2024-45052

Fides is an open-source privacy engineering platform. Prior to version 2.44.0, a timing-based username enumeration vulnerability exists in Fides Webserver authentication. This vulnerability allows an unauthenticated attacker to determine the existence of valid usernames by analyzing the time it...

5.3CVSS0.00552EPSS
SaveExploits1References2
Rows per page
Query Builder