CVE-2025-51971
BaseFortify
Publication date: 2025-08-28
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| puneethreddyhc | online_shopping_system_advanced | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected Cross-Site Scripting (XSS) issue in the register.php file of the PuneethReddyHC Online Shopping System Advanced 1.0. It occurs because the f_name parameter accepts user input that is not properly sanitized or encoded before being included in the server's response. This allows an attacker to inject and execute arbitrary JavaScript code in the context of the victim's browser.
How can this vulnerability impact me? :
This vulnerability can allow remote attackers to execute malicious JavaScript code in the browsers of users who visit the affected page with a crafted URL. This can lead to theft of session cookies, user credentials, or other sensitive information, as well as performing actions on behalf of the user without their consent.