CVE-2025-59905
Reflected XSS in Kubysoft /node/kudaby/nodeFN/procedure Endpoint
Publication date: 2026-02-16
Last updated on: 2026-03-09
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kubysoft | kubysoft | * |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
[{'type': 'paragraph', 'content': 'CVE-2025-59905 is a medium-severity reflected Cross-Site Scripting (XSS) vulnerability affecting Kubysoft, a cloud-based enterprise resource planning (ERP) software platform.'}, {'type': 'paragraph', 'content': "The vulnerability occurs through multiple parameters within the endpoint '/node/kudaby/nodeFN/procedure'."}, {'type': 'paragraph', 'content': "This flaw allows an attacker to inject arbitrary client-side scripts that are immediately reflected in the HTTP response and executed in the victim's browser."}] [1]
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': "This vulnerability can allow attackers to execute arbitrary scripts in the context of a victim's browser when they access the vulnerable endpoint."}, {'type': 'paragraph', 'content': 'Such script execution can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the victim.'}] [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'The vulnerability can be detected by testing the endpoint `/node/kudaby/nodeFN/procedure` for reflected Cross-Site Scripting (XSS) through multiple parameters. This involves sending crafted HTTP requests with script payloads in the parameters and observing if the scripts are reflected and executed in the HTTP response.'}, {'type': 'paragraph', 'content': 'Common detection methods include using web vulnerability scanners or manual testing with tools like curl or browser developer tools to inject test scripts and verify their reflection.'}, {'type': 'list_item', 'content': "Example curl command to test for reflected XSS: curl -i -X GET 'http://<target>/node/kudaby/nodeFN/procedure?param=<script>alert(1)</script>'"}, {'type': 'list_item', 'content': 'Use browser developer tools to inspect the HTTP response for reflected script tags or payloads.'}] [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating Kubysoft to the latest version where the vulnerability has been fixed by the development team.
Additionally, implement input validation and output encoding on the affected endpoint to prevent injection of arbitrary scripts.
As a temporary measure, consider applying web application firewall (WAF) rules to block suspicious script injection attempts targeting the vulnerable endpoint.