Skip to content
 
 

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2025-68926 - RustFS Hardcoded gRPC Authentication Token

Description

RustFS versions < 1.0.0-alpha.77 contain a hardcoded gRPC authentication token ("rustfs rpc") that allows unauthenticated access to all gRPC services.

Vulnerability Details

  • 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

Setup

# Install dependencies
go mod download

# Build
go build -o exploit main.go

# Launch lab
docker compose up -d

Usage

./exploit <host> <port>

Example:

./exploit localhost 19010

References

  • rustfs/src/server/http.rs:651
  • crates/protos/src/lib.rs:111

About

CVE-2025-68926 - RustFS Hardcoded gRPC Authentication Token Exploit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages