Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
9DescriptionCVE.org
A vulnerability was identified in BichitroGan ISP Billing Software 2025.3.20. This affects an unknown function of the file /?\_route=customers/edit/ of the component Customer Handler. Such manipulation leads to cross site scripting. The attack can be executed remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Stored cross-site scripting (XSS) in BichitroGan ISP Billing Software 2025.3.20 allows authenticated remote attackers with high privileges to inject malicious scripts via the Customer Handler edit endpoint (/?_route=customers/edit/), affecting other users who view manipulated customer records. Exploitation requires user interaction (victim viewing the crafted page), but publicly available exploit code exists and the vendor has not responded to disclosure attempts.
Technical ContextAI
The vulnerability exists in the Customer Handler component's edit functionality, which fails to properly sanitize or encode user-supplied input before reflecting it in HTTP responses. This is a classic reflected or stored XSS vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) in a web-based billing administration interface. The affected CPE cpe:2.3:a:bichitrogan:isp_billing_software:*:*:*:*:*:*:*:* indicates the entire product family may be vulnerable. The vulnerability operates over HTTP/HTTPS (network-accessible), but requires an authenticated user with high privileges (PR:H) to manipulate the /customers/edit/ endpoint, suggesting this is an authenticated-user-to-admin escalation or abuse vector rather than an anonymous attack.
RemediationAI
No vendor-released patch identified at time of analysis, consistent with the vendor's non-response to disclosure. Immediately restrict access to the Customer Handler edit endpoint (/?_route=customers/edit/) via network access controls or web application firewall rules, limiting eligibility to trusted admin IPs only. Deploy input validation and output encoding middleware to sanitize all user inputs in the /customers/edit/ endpoint; this includes HTML entity encoding for any reflected data and Content Security Policy (CSP) headers to prevent inline script execution (trade-off: may break legitimate functionality if the application relies on dynamic script injection). Implement security headers including X-XSS-Protection: 1; mode=block and Set-Cookie with HttpOnly and Secure flags to limit session token exposure. Audit customer edit logs for evidence of suspicious payloads; if XSS has been exploited, review all customer records modified by high-privilege accounts and reset admin session tokens. Contact BichitroGan directly (or alternative vendor if available) to confirm patch timeline; if no response is forthcoming within 30 days, consider migrating to a maintained alternative billing platform. Monitor CVE feeds and VulDB for updates.
More in Isp Billing Software
View allStored cross-site scripting (XSS) in BichitroGan ISP Billing Software 2025.3.20 allows authenticated high-privilege user
BichitroGan ISP Billing Software 2025.3.20 contains an improper resource identifier control vulnerability in the setting
Cross-site scripting (XSS) in BichitroGan ISP Billing Software 2025.3.20 allows authenticated high-privilege users to in
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23813
GHSA-x42f-vq92-fh92