CVE-2025-61456
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-20

Last updated on: 2025-10-21

Assigner: MITRE

Description
A Cross-Site Scripting (XSS) vulnerability exists in Bhabishya-123 E-commerce 1.0, specifically within the index endpoint. Unsanitized input in the /index parameter is directly reflected back into the response HTML, allowing attackers to execute arbitrary JavaScript in the browser of a user who visits a malicious link or submits a crafted request.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-20
Last Modified
2025-10-21
Generated
2026-05-06
AI Q&A
2025-10-20
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
bhabishya-123 e-commerce 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 reflected Cross-Site Scripting (XSS) issue in Bhabishya-123 E-commerce 1.0, specifically in the index endpoint. Unsanitized input from the URL path parameter is directly reflected into the HTML response without proper encoding or neutralization. This allows attackers to inject and execute arbitrary JavaScript code in the browser of users who visit a malicious link or submit a crafted request, potentially leading to actions like displaying alerts, stealing session tokens, or redirecting users to malicious sites. [1]


How can this vulnerability impact me? :

The vulnerability can lead to execution of arbitrary JavaScript in users' browsers, enabling attackers to perform phishing or impersonation attacks, hijack sessions or steal tokens, force redirections to malicious websites, deliver malware, and harvest user credentials through fake login forms. These impacts can compromise user security and trust in the affected application. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by sending crafted HTTP GET requests to the /index endpoint with payloads that include typical XSS attack vectors, such as `"><script>alert(1)</script>`. For example, you can use curl to test the endpoint: `curl -i "http://targetsite/index/%22%3E%3Cscript%3Ealert(1)%3C/script%3E"`. If the response HTML reflects the injected script without proper encoding, the vulnerability exists. Additionally, monitoring web server logs for suspicious URL path parameters containing script tags or unusual characters can help detect exploitation attempts. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: 1) Implement server-side input validation to sanitize all URL parameters and path information. 2) Use output encoding functions like htmlspecialchars() to encode untrusted data before rendering it in HTML. 3) Set strong Content Security Policy (CSP) headers to prevent execution of inline scripts. 4) Avoid directly embedding unsanitized user inputs into HTML responses. Since no official patch is available, these measures help reduce the risk of exploitation. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart