CVE-2026-25575

Summary

NavigaTUM is a website and API to search for rooms, buildings and other places. Prior to commit 86f34c7, there is a path traversal vulnerability in the propose_edits endpoint allows unauthenticated users to overwrite files in directories writable by the application user (e.g., /cdn). By supplying unsanitized file keys containing traversal sequences (e.g., ../../) in the JSON payload, an attacker can escape the intended temporary directory and replace public facing images or fill the server's storage. This issue has been patched via commit 86f34c7.

Affected Software

VendorProductVersion RangeStatus
TUM-DevNavigaTUM< 86f34c72886a59ec8f1e6c00f78a5ab889a70fd0affected

Weaknesses

  • CWE-23: CWE-23: Relative Path Traversal
  • CWE-26: CWE-26: Path Traversal: '/dir/../filename'

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: yes
    • Technical Impact: partial

Additional References

References