CVE-2026-8262
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves cross site scripting (XSS) through manipulation of the /accounts/chart-save file in Devs Palace ERP Online up to version 4.0.0. Detection would involve monitoring HTTP requests targeting the /accounts/chart-save endpoint for suspicious or malicious input patterns that could trigger XSS.
Specific commands are not provided in the available information. However, general detection methods could include using web application firewalls (WAF) to log and analyze requests to /accounts/chart-save, or employing tools like curl or wget to test the endpoint with crafted payloads to observe if XSS is triggered.
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 /accounts/chart-save. It allows an attacker to perform cross-site scripting (XSS) attacks by manipulating this function.
The attack can be carried out remotely, and there is a publicly available exploit that could be used to take advantage of this vulnerability.
The vendor was contacted early about this issue but did not respond.
How can this vulnerability impact me? :
This vulnerability can lead to cross-site scripting attacks, which may allow attackers to inject malicious scripts into web pages viewed by other users.
Such attacks can result in the theft of user session tokens, defacement of websites, or redirection to malicious sites, potentially compromising user data and trust.
Since the exploit is publicly available and the attack can be performed remotely, the risk of exploitation is higher.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps are not explicitly detailed in the provided information. However, general best practices for mitigating cross site scripting vulnerabilities include sanitizing and validating all user inputs on the /accounts/chart-save endpoint, implementing Content Security Policy (CSP) headers, and restricting or monitoring access to the vulnerable function.
Since the vendor has not responded and no patch is available, consider applying web application firewall rules to block or filter malicious payloads targeting this endpoint and monitor logs for exploitation attempts.