CVE-2026-7784 Details
Description
A vulnerability has been found in RTGS2017 NagaAgent up to 5.1.0. This issue affects some unknown processing of the file apiserver/routes/extensions.py of the component Skills Endpoint. Such manipulation of the argument Name leads to path traversal. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
A path traversal vulnerability has been identified in RTGS2017 NagaAgent versions through 5.1.0. The issue arises in the Skills Endpoint, specifically within the file apiserver/routes/extensions.py. The vulnerability allows for remote exploitation by manipulating the 'name' argument, which is not properly sanitized before being used to create or delete directories under the skill storage roots. This lack of validation enables crafted names to traverse directories and potentially write or delete files outside the intended scope.
As of now, no official patch is available. However, it is recommended to treat skill names as identifiers rather than paths, rejecting names that include path separators or traversal sequences. Implementing proper authorization checks on skill management endpoints and running the application with limited filesystem permissions can also help mitigate the risk.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 5, 2026CISA-ADP
Assessed May 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/RTGS2017/NagaAgent/ | [email protected] | Source CodeVendor |
| https://github.com/RTGS2017/NagaAgent/issues/311 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/submit/807744 | [email protected] | Permission Required |
| https://vuldb.com/vuln/360981 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/360981/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| RTGS2017 NagaAgent | <= 5.1.0 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 5, 2026 | New CVE Received | [email protected] |
Volerion