Stored XSS on user "Edit own profile" function in admidio/admidio
Reported on
Jun 18th 2023
Description
An attacker can inject malicious executable scripts into the code of the Social media field
Proof of Concept
Log in as a Member user, access My profile -> Edit own profile function, insert this payload to any field " autofocus onfocus=prompt(document.domain)>
then click Save.
Access the Edit own profile function again and the payload will be triggered.
It also affects the administrator if he accesses the user profile by the link of the user.
https://www.admidio.org/demo_en/adm_program/modules/profile/profile_new.php?user_uuid=ef886dfb-25f2-4e76-a1cc-59711183ba40
Impact
Since the cookie used for sessions was set with the "HTTPonly" attribute, so the attacker can not hijack user sessions but still can carry out some malicious actions by manipulating XSS vulnerabilities, such as:
- Users are being redirected to a malicious website.
- Capturing keystrokes from users.
- Obtaining access to a user’s browsing history and clipboard contents.
- Execution of web browser-based exploits (e.g., crashing the browser).
- Influencing the users to submit requests to a server controlled by the attacker.
- Modifying the page’s content.
- Using deception to trick the victim into disclosing their password to the application or other applications.
- Using a security vulnerability in the web browser, infecting the victim with other malicious code, and potentially taking over the victim’s computer.
@maintainer I saw the fix, could a CVE be assigned for this report?
@maintainer please agree to this report can be assigned a CVE, since no bounty was given here so a CVE would be a huge motivation for the researcher's effort to make your product more secure.
Many thanks!