CVE-2024-45399
Indico Cross-Site Scripting in Account Creation
Description
Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. In Indico prior to version 3.3.4, corresponding to Flask-Multipass prior to version 0.5.5, there is a Cross-Site-Scripting vulnerability during account creation when redirecting to the `next` URL. Exploitation requires initiating the account creation process with a maliciously crafted link, and then finalizing the signup process. Because of this, it can only target newly created (and thus unprivileged) Indico users. Indico 3.3.4 upgrades the dependency on Flask-Multipass to version 0.5.5, which fixes the issue. Those who build the Indico package themselves and cannot upgrade can update the `flask-multipass` dependency to `>=0.5.5` which fixes the vulnerability. Otherwise one could configure one's web server to disallow requests containing a query string with a `next` parameter that starts with `javascript:`.
INFO
Published Date :
Sept. 4, 2024, 8:15 p.m.
Last Modified :
Sept. 24, 2024, 4:48 p.m.
Source :
[email protected]
Remotely Exploitable :
Yes !
Impact Score :
2.7
Exploitability Score :
2.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-45399
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-45399
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-45399
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Sep. 24, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Changed Reference Type https://github.com/indico/flask-multipass/commit/0bdcf656d469e5f675cb56fd644d82fea3a97c2a No Types Assigned https://github.com/indico/flask-multipass/commit/0bdcf656d469e5f675cb56fd644d82fea3a97c2a Patch Changed Reference Type https://github.com/indico/indico/commit/7dcb573837b9fd09d95f74d1baeae225b164cc8f No Types Assigned https://github.com/indico/indico/commit/7dcb573837b9fd09d95f74d1baeae225b164cc8f Patch Changed Reference Type https://github.com/indico/indico/releases/tag/v3.3.4 No Types Assigned https://github.com/indico/indico/releases/tag/v3.3.4 Release Notes Changed Reference Type https://github.com/indico/indico/security/advisories/GHSA-rrqf-w74j-24ff No Types Assigned https://github.com/indico/indico/security/advisories/GHSA-rrqf-w74j-24ff Vendor Advisory Added CWE NIST CWE-79 Added CPE Configuration OR *cpe:2.3:a:cern:indico:*:*:*:*:*:*:*:* versions up to (excluding) 3.3.4 -
CVE Received by [email protected]
Sep. 04, 2024
Action Type Old Value New Value Added Description Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. In Indico prior to version 3.3.4, corresponding to Flask-Multipass prior to version 0.5.5, there is a Cross-Site-Scripting vulnerability during account creation when redirecting to the `next` URL. Exploitation requires initiating the account creation process with a maliciously crafted link, and then finalizing the signup process. Because of this, it can only target newly created (and thus unprivileged) Indico users. Indico 3.3.4 upgrades the dependency on Flask-Multipass to version 0.5.5, which fixes the issue. Those who build the Indico package themselves and cannot upgrade can update the `flask-multipass` dependency to `>=0.5.5` which fixes the vulnerability. Otherwise one could configure one's web server to disallow requests containing a query string with a `next` parameter that starts with `javascript:`. Added Reference GitHub, Inc. https://github.com/indico/indico/security/advisories/GHSA-rrqf-w74j-24ff [No types assigned] Added Reference GitHub, Inc. https://github.com/indico/flask-multipass/commit/0bdcf656d469e5f675cb56fd644d82fea3a97c2a [No types assigned] Added Reference GitHub, Inc. https://github.com/indico/indico/commit/7dcb573837b9fd09d95f74d1baeae225b164cc8f [No types assigned] Added Reference GitHub, Inc. https://github.com/indico/indico/releases/tag/v3.3.4 [No types assigned] Added CWE GitHub, Inc. CWE-79 Added CVSS V3.1 GitHub, Inc. AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-45399
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-45399
weaknesses.