Closed adrgs closed 5 months ago
verify_jwt does not check that the subdomain contains only characters from SUBDOMAIN_ALPHABET. This allows an attacker that gets the JWT key to set a subdomain like ../../../../etc/passwd and read internal files in the Docker container.
verify_jwt
SUBDOMAIN_ALPHABET
../../../../etc/passwd
Added stronger checks for verify_jwt in 5863052
verify_jwt
does not check that the subdomain contains only characters fromSUBDOMAIN_ALPHABET
. This allows an attacker that gets the JWT key to set a subdomain like../../../../etc/passwd
and read internal files in the Docker container.