πŸ›£οΈExpressway

https://app.hackthebox.com/machines/Expressway

πŸ”Ž Enumeration

TCP Scan

Result:

Only SSH was exposed on TCP.


UDP Scan

Result:

The presence of ISAKMP (UDP 500) and NAT-T (UDP 4500) suggests a VPN / IKE service.


πŸ” IKE Enumeration

Aggressive Mode Detection

Result:

Aggressive Mode is enabled, allowing offline PSK cracking.


Extract IKE Hash

This produces an IKE PSK hash suitable for cracking.


πŸ”“ PSK Cracking

Result:

Valid VPN/SSH credentials were recovered.


πŸšͺ Initial Access

Successful login using the cracked password.


πŸ“Œ User Access

User flag obtained.


πŸ”Ž Privilege Escalation Enumeration

This version is vulnerable to CVE-2025-32463.


πŸš€ Privilege Escalation (CVE-2025-32463)

Exploit Setup


Exploitation

Result:

Root shell obtained.


🏁 Root Flag


βœ… Summary

  • UDP scan revealed ISAKMP

  • IKE Aggressive Mode enabled

  • PSK cracked via ike-scan + psk-crack

  • SSH access as ike

  • Local privilege escalation via CVE-2025-32463

  • Root access achieved

Last updated