CVE-2026-8253
Reflected Cross-Site Scripting in Devs Palace ERP Online
Publication date: 2026-05-11
Last updated on: 2026-05-11
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-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. |
| 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. |
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 functionality of the file /inventory/purchase_save. It allows an attacker to perform a cross-site scripting (XSS) attack by manipulating this functionality.
The attack can be initiated remotely, meaning an attacker does not need local access to exploit it. The exploit code is publicly available, increasing the risk of exploitation.
The vendor was contacted about this issue but did not respond.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves cross site scripting (XSS) in the /inventory/purchase_save functionality of Devs Palace ERP Online up to version 4.0.0. Detection would typically involve monitoring HTTP requests to this endpoint for suspicious input patterns that could trigger XSS.
Since the exploit is publicly available and can be initiated remotely, you can detect attempts by inspecting web server logs or using web application firewall (WAF) rules to identify malicious payloads targeting /inventory/purchase_save.
Specific commands are not provided in the available information.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the /inventory/purchase_save endpoint, applying input validation and sanitization to prevent malicious scripts, and monitoring for suspicious activity.
Since the vendor has not responded and no patch is available, consider deploying a web application firewall (WAF) with rules to block XSS payloads targeting this endpoint.
Additionally, educating users about the risk and avoiding clicking on suspicious links related to this ERP system can help reduce exploitation risk.
How can this vulnerability impact me? :
This vulnerability can lead to cross-site scripting attacks, which may allow attackers to execute malicious scripts in the context of the affected application.
Such attacks can result in unauthorized actions performed on behalf of legitimate users, session hijacking, or theft of sensitive information.
Since the exploit is publicly available and the attack can be performed remotely, the risk of exploitation is higher.