CVE-2025-41081
Description
Reflected Cross-Site Scripting (XSS) vulnerability in IsMyGym by Zuinq Studio. This vulnerability allows an attacker to execute JavaScript code in the victim's browser by sending them a malicious URL with '/.php/'. This vulnerability can be exploited to steal sensitive user data, such as session cookies, or to perform actions on behalf of the user.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A reflected XSS vulnerability in IsMyGym allows attackers to execute arbitrary JavaScript via a crafted URL path.
A reflected Cross-Site Scripting (XSS) vulnerability, identified as CVE-2025-41081 affects IsMyGym by Zuinq Studio, a gym management system. The bug resides in how the application handles URL paths: a malicious URL containing '/.php/' causes the server to reflect the injected script back to the user's browser without proper sanitization [1]. This is classified under CWE-79 and has been assigned a CVSS v4.0 base score of 5.1 (medium severity) [1].
To exploit this vulnerability, an unauthenticated victim, an attacker crafts a malicious link that includes arbitrary JavaScript in the path segment after a .php extension. The attacker then convinces the user to click the link (leveraging user interaction is required), and the script executes in the victim's browser within the context of the vulnerable IsMyGym application [1]. No authentication is needed for the attack to succeed.
The impact of successful exploitation includes theft of session cookies, which could allow an attacker to impersonation of the victim, as well as performing actions on the victim's behalf within the application. The attacker can also deface pages or redirect the user to malicious sites [1].
The vulnerability has been fixed by Zuinq Studio's team in the latest version of IsMyGym. Users are advised to update to the patched release to mitigate the risk [1].
## References 1. INCIBE advisory – Reflected Cross-Site Scripting (XSS) in IsMyGym
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.