Skip to main content

Erp Online CVE-2026-6651

| EUVDEUVD-2026-23877 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-04-20 VulDB GHSA-82p8-693h-j5x5
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 - 16:22 NVD
LOW MEDIUM
CVSS changed
Apr 20, 2026 - 16:22 NVD
2.4 (LOW) 4.8 (MEDIUM)
Analysis Generated
Apr 20, 2026 - 15:51 vuln.today
EUVD ID Assigned
Apr 20, 2026 - 15:15 euvd
EUVD-2026-23877
Analysis Generated
Apr 20, 2026 - 15:15 vuln.today
CVE Published
Apr 20, 2026 - 14:45 nvd
LOW 1.9

DescriptionCVE.org

A security flaw has been discovered in erponline.xyz ERP Online up to 4.0.0. This vulnerability affects unknown code of the component Inventory Edit Item Page. The manipulation of the argument Item Name results in cross site scripting. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

AnalysisAI

Cross-site scripting (XSS) in erponline.xyz ERP Online up to version 4.0.0 allows authenticated attackers with high privileges to inject malicious scripts via the Item Name parameter on the Inventory Edit Item Page, requiring user interaction to execute. Publicly available exploit code exists, and the vendor has not responded to early disclosure notification, leaving affected deployments without a patched remediation path.

Technical ContextAI

The vulnerability is a reflected or stored XSS flaw (CWE-79: Improper Neutralization of Input During Web Page Generation) in the Inventory Edit Item Page component of ERP Online. The application fails to properly sanitize or encode user-supplied input in the Item Name field before rendering it in the HTTP response or storing it in the database. This allows an attacker to inject arbitrary HTML and JavaScript code that executes in the context of other users' browsers when they interact with affected inventory records. The attack vector is network-based, meaning the malicious payload is delivered via HTTP requests to the web application. CPE cpe:2.3:a:erponline.xyz:erp_online:*:*:*:*:*:*:*:* indicates all versions of ERP Online are potentially affected, with confirmed vulnerability up to version 4.0.0.

RemediationAI

No vendor-released patch identified at time of analysis. The vendor was contacted early about this disclosure but did not respond, leaving no official remediation path. Until a patch is available, implement the following compensating controls: (1) Restrict access to the Inventory Edit Item Page to a minimal set of trusted administrators and inventory managers by enforcing role-based access control (RBAC) at the application and network levels; side effect is reduced user autonomy but necessary for XSS mitigation. (2) Implement input validation and output encoding on the Item Name field by adding a Web Application Firewall (WAF) rule that blocks or escapes HTML special characters (<, >, ", ') in inventory-related HTTP requests; side effect is potential rejection of legitimate item names containing special characters (requires careful tuning). (3) Deploy Content Security Policy (CSP) headers with strict-src directives to prevent inline script execution, limiting blast radius if XSS occurs; side effect may require application code review to ensure compatibility. (4) Conduct security awareness training for users with high privileges to recognize phishing and malicious links that could deliver the XSS payload. Monitor for suspicious inventory item names or changes via audit logs. Vendor contact information and advisory references are available at https://vuldb.com/vuln/358285.

Share

CVE-2026-6651 vulnerability details – vuln.today

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