[CRITICAL] SSRF/Auth Bypass via x-internal-token header #197
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I discovered an internal service token (
x-internal-token) could be passed from external requests to bypass authentication and execute actions as the seeded admin (DEV_USER).The
isInternalCallfunction only checked if the header matchedINTERNAL_TOKEN, but didn't verify the IP/source.The fix was applied in
fix/audit-remediationbut this needs to be tracked.