247CTF - Sensitive Server Memory
A webserver is storing sensitive data in memory. Exploit a known vulnerability to read it.
Vulnerability
Heartbleed (CVE-2014-0160) - A critical vulnerability in OpenSSL that allows reading server memory without authentication. The vulnerability exploits the TLS heartbeat mechanism to leak sensitive information including private keys, session tokens, user data, and flags.
Solution
Use Metasploit's Heartbleed scanner module:
1 | msfconsole |
The module will dump server memory, which contains the flag.
247CTF{4ba37501598f5687d266a8d127c4badf}