๐Ÿ” CVE Alert

CVE-2026-32847

HIGH 7.5

DeepCode 1.2.0 Path Traversal via SPA Catch-All Route in main.py

CVSS Score
7.5
EPSS Score
0.1%
EPSS Percentile
23th

DeepCode through commit c991dc2 contains a path traversal vulnerability in the SPA catch-all route in new_ui/backend/main.py that allows unauthenticated attackers to read arbitrary files 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, causing the joined path to traverse outside FRONTEND_DIST and exposing sensitive files such as SSH private keys, TLS certificates, and application secrets with a single HTTP request.

CWE CWE-22
Vendor hkuds
Product deepcode
Published May 28, 2026
Last Updated May 30, 2026
Stay Ahead of the Next One

Get instant alerts for hkuds deepcode

Be the first to know when new high vulnerabilities affecting hkuds deepcode are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

HKUDS / DeepCode
0 โ‰ค 1.2.0 0 โ‰ค c991dc22e67958a031f2e20595128a6a5fbd8f3d

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/HKUDS/DeepCode/issues/126 vulncheck.com: https://www.vulncheck.com/advisories/deepcode-path-traversal-via-spa-catch-all-route-in-main-py

Credits

YU SUN