top of page
perceptive_background_267k.jpg

DeepCode through commit c991dc2 contains a path traversal vulnerability in the SPA catch-all route in new_ui/backend/main.py that allows unauthenticated attacke…

Published:

27 May 2026 at 22:00:00

Alert date:

28 May 2026 at 21:01:38

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies

DeepCode contains a path traversal vulnerability in the SPA catch-all route that allows unauthenticated attackers to read arbitrary files. The vulnerability exists in new_ui/backend/main.py and can be exploited by supplying percent-encoded path segments to the GET /{full_path:path} endpoint. Attackers can bypass Starlette's path normalization by encoding slashes as %2F and dots as %2E%2E. This causes the joined path to traverse outside FRONTEND_DIST directory. The vulnerability exposes sensitive files such as SSH private keys, TLS certificates, and application secrets. The exploit requires only a single HTTP request to access unauthorized files.

Technical details

Mitigation steps:

Affected products:

DeepCode

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Disclaimer: Deze website toont informatie afkomstig van externe bronnen. Perceptive aanvaardt geen verantwoordelijkheid voor de inhoud, juistheid of volledigheid van deze informatie.

bottom of page