CVE-2026-33528
March 26, 2026
GoDoxy is a reverse proxy and container orchestrator for self-hosters. Prior to version 0.27.5, the file content API endpoint at "/api/v1/file/content" is vulnerable to path traversal. The "filename" query parameter is passed directly to "path.Join(common.ConfigBasePath, filename)" where "ConfigBasePath = "config"" (a relative path). No sanitization or validation is applied beyond checking that the field is non-empty ("binding:"required""). An authenticated attacker can use "../" sequences to read or write files outside the intended "config/" directory, including TLS private keys, OAuth refresh tokens, and any file accessible to the container's UID. Version 0.27.5 fixes the issue.
Affected Packages
https://github.com/yusing/godoxy.git (GITHUB):
Affected version(s) >=v0.9.8 <v0.27.5Fix Suggestion:
Update to version v0.27.5github.com/yusing/godoxy (GO):
Affected version(s) >=v0.0.0-20250913143824-493c0afdface <v0.27.5Fix Suggestion:
Update to version v0.27.5Related ResourcesĀ (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.5
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.04