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 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.
More in Erp Online
View allCross-site scripting (XSS) vulnerability in Devs Palace ERP Online up to version 4.0.0 allows authenticated high-privile
Reflected cross-site scripting (XSS) in Devs Palace ERP Online up to version 4.0.0 allows high-privileged authenticated
Cross-site scripting (XSS) vulnerability in Devs Palace ERP Online versions up to 4.0.0 allows authenticated users with
Stored cross-site scripting (XSS) in Devs Palace ERP Online up to version 4.0.0 allows high-privileged users to inject m
Stored cross-site scripting (XSS) in Devs Palace ERP Online up to version 4.0.0 allows high-privileged authenticated use
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23877
GHSA-82p8-693h-j5x5