CVE-2026-8218
Cross-Site Scripting in Devs Palace ERP Online
Publication date: 2026-05-10
Last updated on: 2026-05-10
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| devs_palace | erp_online | to 4.0.0 (inc) |
Helpful Resources
Exploitability
| 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. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Devs Palace ERP Online up to version 4.0.0, specifically in an unknown function within the file /inventory/purchase_return_save.
By manipulating this function, an attacker can perform a cross-site scripting (XSS) attack.
The attack can be launched remotely, and the exploit code has already been made publicly available.
The vendor was informed early about this issue but did not respond.
What immediate steps should I take to mitigate this vulnerability?
A weakness in Devs Palace ERP Online up to version 4.0.0 allows remote cross site scripting via an unknown function in the /inventory/purchase_return_save file.
Since the vendor has not responded to the disclosure, immediate mitigation steps include:
- Restrict access to the affected endpoint (/inventory/purchase_return_save) to trusted users only.
- Implement web application firewall (WAF) rules to detect and block suspicious input patterns that could trigger cross site scripting.
- Educate users to be cautious of unexpected inputs or links related to the ERP system.
- Monitor logs for unusual activity targeting the vulnerable endpoint.
Long term, update or patch the ERP software once a fix is available.
How can this vulnerability impact me? :
This vulnerability allows an attacker to execute cross-site scripting attacks remotely.
Such attacks can lead to the injection of malicious scripts into web pages viewed by other users, potentially compromising user sessions, stealing sensitive information, or performing unauthorized actions on behalf of users.
Since the exploit is publicly available, the risk of exploitation is higher.