No authentication on proxy endpoints, no TLS #8
Loading…
Add table
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?
Severity: Medium
The proxy defaults to
127.0.0.1but the config allows binding to0.0.0.0with no warning. Requests are unencrypted (no TLS). Any user or website on the same machine can issue requests through the proxy.Files:
cmd/ocgo/main.go:297-299,357-359Fix: Warn if binding to non-localhost. Consider adding TLS support or at minimum documenting the risk.