RustFS versions < 1.0.0-alpha.77 contain a hardcoded gRPC authentication token ("rustfs rpc") that allows unauthenticated access to all gRPC services.
- CVE: CVE-2025-68926
- Affected Versions: < 1.0.0-alpha.77
- Hardcoded Token:
"rustfs rpc" - Impact: Unauthenticated file read/write operations and system information disclosure
# Install dependencies
go mod download
# Build
go build -o exploit main.go
# Launch lab
docker compose up -d./exploit <host> <port>Example:
./exploit localhost 19010rustfs/src/server/http.rs:651crates/protos/src/lib.rs:111