Skip to main content

Isp Billing Software CVE-2026-6622

| EUVDEUVD-2026-23813 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-04-20 VulDB GHSA-x42f-vq92-fh92
1.9
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
1.9 LOW
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
P
Scope
X

Lifecycle Timeline

9
Severity Changed
Apr 29, 2026 - 01:12 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:12 NVD
4.8 (MEDIUM) 1.9 (LOW)
PoC Detected
Apr 29, 2026 - 01:00 vuln.today
Public exploit code
Severity Changed
Apr 20, 2026 - 10:22 NVD
LOW MEDIUM
CVSS changed
Apr 20, 2026 - 10:22 NVD
2.4 (LOW) 4.8 (MEDIUM)
Analysis Generated
Apr 20, 2026 - 09:45 vuln.today
EUVD ID Assigned
Apr 20, 2026 - 09:30 euvd
EUVD-2026-23813
Analysis Generated
Apr 20, 2026 - 09:30 vuln.today
CVE Published
Apr 20, 2026 - 08:45 nvd
LOW 1.9

DescriptionCVE.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.

Share

CVE-2026-6622 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy