CVE-2026-6493
Cross-Site Scripting in Lukevella Rally Reset Password Handler
Publication date: 2026-04-17
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lukevella | rallly | to 4.7.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the lukevella rallly software up to version 4.7.4, specifically in the Reset Password Handler component located in the reset-password-form.tsx file. It involves improper handling of the argument 'redirectTo', which can be manipulated to perform a cross-site scripting (XSS) attack. This means an attacker can inject malicious scripts remotely by exploiting this flaw.
How can this vulnerability impact me? :
The vulnerability allows an attacker to execute cross-site scripting attacks remotely by manipulating the 'redirectTo' argument. This can lead to the execution of malicious scripts in the context of the affected application, potentially compromising user data, session tokens, or performing unauthorized actions on behalf of users.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade lukevella rallly to version 4.8.0 or later.
Upgrading the affected component is advised to prevent exploitation of the cross site scripting vulnerability in the Reset Password Handler.