CVE-2025-59905
Received Received - Intake
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
Cross-Site Scripting (XSS) vulnerability reflected in Kubysoft, which occurs through multiple parameters within the endpoint ‘/node/kudaby/nodeFN/procedure’. This flaw allows the injection of arbitrary client-side scripts, which are immediately reflected in the HTTP response and executed in the victim's browser.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-16
Last Modified
2026-03-09
Generated
2026-06-16
AI Q&A
2026-02-16
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
kubysoft kubysoft *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

[{'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]

Impact Analysis

[{'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]

Compliance Impact

I don't know

Detection Guidance

[{'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]

Mitigation Strategies

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-59905. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart