CVE-2025-63714
BaseFortify
Publication date: 2025-11-07
Last updated on: 2025-11-17
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| remyandrade | modern_user_account_generator | 1.0 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in SourceCodester User Account Generator 1.0. It allows remote attackers to inject and execute arbitrary JavaScript code in the user's browser by submitting crafted input in the Username Prefix field. The problem arises because the application does not properly sanitize user input before displaying it, enabling persistent malicious code to be stored and executed when users interact with the generated account data.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of a user's browser session. This can lead to theft of sensitive information such as cookies or session tokens, unauthorized actions performed on behalf of the user, defacement of the web application, or distribution of malware. Essentially, it compromises the security and trustworthiness of the affected application for its users.