OpenSSL 1.0.2a fix several security issues, one of them let crash TLSv1.2 based services remotelly from internet.
Regarding to the TLSv1.2 RFC, this version of TLS provides a "signature_algorithms" extension for the client_hello.
Regarding to the TLSv1.2 RFC, this version of TLS provides a "signature_algorithms" extension for the client_hello.
Data Structures |
If a bad signature is sent after the renegotiation, the structure will be corrupted, becouse structure pointer:
s->c->shared_sigalgs will be NULL, and the number of algorithms:
s->c->shared_sigalgslen will not be zeroed.
Which will be interpreted as one algorithm to process, but the pointer points to 0x00 address.
s->c->shared_sigalgs will be NULL, and the number of algorithms:
s->c->shared_sigalgslen will not be zeroed.
Which will be interpreted as one algorithm to process, but the pointer points to 0x00 address.
Then tls1_process_sigalgs() will try to process one signature algorithm (becouse of shared_sigalgslen=1) then sigptr will be pointer to c->shared_sigalgs (NULL) and then will try to derreference sigptr->rhash.
This mean a Segmentation Fault in tls1_process_sigalgs() function, and called by tls1_set_server_sigalgs() with is called from ssl3_client_hello() as the stack trace shows.
StackTrace |
The following code, points sigptr to null and try to read sigptr->rsign, which is assembled as movzbl eax, byte ptr [0x0+R12] note in register window that R12 is 0x00
Debugger in the crash point. |
radare2 static decompiled |
Get David A. Ramos' proof of concept exploit here
More articles
- Hacking Tools For Games
- Computer Hacker
- Hacking Tools Github
- Pentest Tools Github
- Pentest Tools Website
- How To Hack
- Top Pentest Tools
- Pentest Tools Port Scanner
- Hacking Tools Pc
- Pentest Tools Linux
- Hacker Tool Kit
- Pentest Tools For Mac
- Hacking Tools Hardware
- Hack Tools
- Nsa Hack Tools
- Hacker Tools For Windows
- New Hack Tools
- Pentest Tools Url Fuzzer
- Hacking Tools Pc
- Hack Tools
- Computer Hacker
- Hacker Tools Free
- How To Install Pentest Tools In Ubuntu
- Hacker Tools Mac
- Pentest Tools Nmap
- Pentest Automation Tools
- Hack Tools
- Hack Tools For Pc
- Hacker Tools Mac
- Kik Hack Tools
- Hack Tools For Ubuntu
- Hacking Apps
- Hacker Tools Hardware
- Computer Hacker
- Tools Used For Hacking
- Hacker Security Tools
- What Are Hacking Tools
- Pentest Tools Review
- Hack Tools For Mac
- Tools 4 Hack
- Hacker Tools 2019
- Hacker
- Wifi Hacker Tools For Windows
- Install Pentest Tools Ubuntu
- Hacking Tools For Windows Free Download
- Pentest Tools Windows
- Tools 4 Hack
- Pentest Tools Windows
- Pentest Tools Free
- Hacker Tools 2020
- Hacker Tools
- Beginner Hacker Tools
- World No 1 Hacker Software
- New Hacker Tools
- Hack Tools Online
- Hacker Hardware Tools
- Hacking Tools Usb
- Pentest Tools Url Fuzzer
- Hacker Tools Linux
- How To Make Hacking Tools
- Best Pentesting Tools 2018
- Best Pentesting Tools 2018
- World No 1 Hacker Software
- Hacker Tools Mac
- Growth Hacker Tools
- Hack Tools Download
- New Hack Tools
- Hacking Tools For Pc
- Pentest Tools Linux
- Pentest Tools Find Subdomains
- Hacking Tools For Mac
- Hacker Tools Linux
- Hacker Search Tools
- Hacker Tools For Ios
- Hacking Tools Windows 10
- Kik Hack Tools
- Best Hacking Tools 2020
- Hacking Tools For Windows 7
- Hacker Security Tools
- Hacking Tools For Windows
- Bluetooth Hacking Tools Kali
- Hacking Tools Download
- Hacker Tools For Mac
- Hacking Tools For Kali Linux
- Hack Website Online Tool
- Hacking Tools Free Download
- Pentest Tools List
- Hacker Tools For Mac
- Hacking Tools For Windows
- Hacking Tools For Mac
- How To Make Hacking Tools
- Hacker Techniques Tools And Incident Handling
- How To Make Hacking Tools
- Pentest Automation Tools
- Hak5 Tools
- Hacker Tools Mac
- Hacking Tools
- Hack Tools For Windows
- Hacker Tools Windows
- World No 1 Hacker Software
- Hacking Tools Mac
- Hacking Tools Github
- Hack Rom Tools
- Install Pentest Tools Ubuntu
- How To Make Hacking Tools
- Hack Tools 2019
- Hacker Tools Online
- Pentest Tools Download
- Hack Tools For Ubuntu
- Pentest Tools Find Subdomains
- Pentest Tools Tcp Port Scanner
- Hacker Tools Online
- Pentest Tools Alternative
- Pentest Tools Website Vulnerability
- Hack App
- Hacking Tools Free Download
- Hacker Tools For Mac
- Hacking Tools Name
- Pentest Reporting Tools
- Hacking Tools 2019
- Free Pentest Tools For Windows
- Pentest Tools For Ubuntu
- Hacking Tools Online
- Hack Tools Download
- Hacker Tools Github
- Hacker Tools Free
- Hacking Tools Hardware
- Hacker Search Tools
- Pentest Tools Download
- Hacking App
- Hackrf Tools
- Hack App
- Hack Tools For Ubuntu
- Hacking Tools 2020
- Game Hacking
- Tools For Hacker
- Hacker Tools Github
- Pentest Tools For Windows
- Hacking Tools For Windows Free Download
- Pentest Tools For Windows
- Pentest Tools
- Pentest Tools For Ubuntu
- Computer Hacker
- Pentest Box Tools Download
- Pentest Tools Tcp Port Scanner
- Hacker Tools Free Download
- Hacking Tools And Software
- Hacker Tools
- Hacking Tools For Windows
- Hack Tools 2019
- Install Pentest Tools Ubuntu
- Hacker Tools List
- Pentest Tools For Android
- Hacker Tool Kit
- Hacker Tools For Ios
- Hack Apps
No comments:
Post a Comment