CVE-2026-7784
7.3Xxiii8322766509 · NagaAgent
A path traversal vulnerability in NagaAgent up to 5.1.0 allows unauthenticated attackers to create or delete arbitrary directories via the skill import and delete endpoints.
Executive summary
A path traversal vulnerability in NagaAgent up to version 5.1.0 allows unauthenticated remote attackers to manipulate filesystem paths and delete or create arbitrary directories.
Vulnerability
This is a path traversal flaw (CWE-22) residing in the apiserver/routes/extensions.py component, where attacker-controlled skill names are concatenated directly into filesystem paths without boundary checks. The vulnerability can be triggered by unauthenticated attackers via the skill import and delete API endpoints.
Business impact
A successful exploit permits unauthorized file system modification, leading to high integrity and potential availability impacts through arbitrary directory creation or recursive deletion. With a CVSS score of 7.3, this flaw presents a significant operational risk, as threat actors can sabotage application data or corrupt the underlying host environment depending on service permissions.
Remediation
Immediate Action: Restrict API binding and network exposure to trusted local interfaces while awaiting an official vendor patch, as no fixed version is currently available.
Proactive Monitoring: Monitor API access logs for anomalous skill names containing path traversal markers such as dot-dot slash sequences, forward slashes, or backslashes.
Compensating Controls: Implement Web Application Firewall rules or reverse proxy filters to block incoming HTTP requests containing path traversal patterns targeting the /skills endpoints.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists via GitHub issue references.
Analyst recommendation
Administrators must treat this vulnerability with high urgency due to the availability of public proof-of-concept code and the lack of an official patch. Network segmentation and strict reverse proxy filtering should be applied immediately to isolate the affected NagaAgent API from untrusted networks until a secure update is released.
Sources
Originally found and disclosed by CPT_Penner (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-360981 | RTGS2017 NagaAgent Skills Endpoint extensions.py path traversal Vulnerability database entry
- VDB-360981 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #807744 | RTGS2017 NagaAgent 5.10 Path Traversal Third-party advisory
- Exploit / PoC
- github.com