TLS V1.2 Sigalgs Remote Crash (CVE-2015-0291)
 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
Related word
- Pentest Tools List
 - Hacking App
 - Pentest Tools Online
 - Underground Hacker Sites
 - Wifi Hacker Tools For Windows
 - Physical Pentest Tools
 - Android Hack Tools Github
 - Hacker Tools Free
 - Hacking Tools For Mac
 - Hacker Hardware Tools
 - Hacking Tools For Windows 7
 - Hacker Tools Online
 - Pentest Tools Kali Linux
 - Black Hat Hacker Tools
 - Hacks And Tools
 - Hacker Tools Software
 - Nsa Hack Tools
 - Hacking Tools For Pc
 - Pentest Tools Port Scanner
 - Hacking Tools Usb
 - Tools 4 Hack
 - Hack Website Online Tool
 - Beginner Hacker Tools
 - Nsa Hacker Tools
 - Pentest Tools Online
 - Hacking Tools Usb
 - Hacker Tools Hardware
 - Best Hacking Tools 2020
 - How To Hack
 - Pentest Tools Url Fuzzer
 - Hacking Tools Windows 10
 - Pentest Tools Tcp Port Scanner
 - Hacker Tools Linux
 - Tools 4 Hack
 - Hack Tool Apk No Root
 - Hacking Tools Software
 - Hacker Tools List
 - What Are Hacking Tools
 - How To Install Pentest Tools In Ubuntu
 - Hacking Tools Pc
 - Tools Used For Hacking
 - Android Hack Tools Github
 - Tools Used For Hacking
 - Hacking Tools Software
 - Pentest Tools Windows
 - Hacker Tools
 - Hacking Tools For Kali Linux
 - Hack Tools For Mac
 - Free Pentest Tools For Windows
 - Nsa Hack Tools
 - Hacking Tools Windows 10
 - Hacking Tools For Games
 - Hackrf Tools
 - Computer Hacker
 - Hacking Tools For Beginners
 - Hacker Tools 2019
 - Hack Tools For Mac
 - Hack Tool Apk No Root
 - Hacking Tools 2019
 - Hacker Tools 2020
 - Easy Hack Tools
 - Blackhat Hacker Tools
 - Hacks And Tools
 - Best Pentesting Tools 2018
 - Hacker Tools List
 - Nsa Hack Tools
 - Hacker Tools Free Download
 - Pentest Tools Bluekeep
 - Wifi Hacker Tools For Windows
 - Black Hat Hacker Tools
 - Pentest Tools Open Source
 - Pentest Tools
 - Hacking Tools Windows 10
 - Hacking Tools For Beginners
 - Hacking App
 - Hak5 Tools
 - Hacking Tools For Mac
 - Hacker Tools 2019
 - Hacking Tools Free Download
 - Hacker Security Tools
 - Kik Hack Tools
 - How To Hack
 - Hackrf Tools
 - Pentest Tools Github
 - Hack Tools Github
 - Pentest Tools For Mac
 - Hacking Tools Software
 - Hacking Tools Software
 - Hack Website Online Tool
 - Hacker Tools For Mac
 - Hacking Tools 2020
 - Hack Apps
 - Black Hat Hacker Tools
 - Hack Apps
 - Black Hat Hacker Tools
 - Pentest Tools Free
 - Hacking Tools
 - Hacking Tools Github
 - How To Make Hacking Tools
 - Pentest Tools Url Fuzzer
 - Pentest Box Tools Download
 - Hacker Tools Online
 - Best Pentesting Tools 2018
 - Hacking Tools For Windows 7
 - What Is Hacking Tools
 - Hacking Tools Usb
 - Computer Hacker
 - Underground Hacker Sites
 - Pentest Box Tools Download
 - Pentest Tools Android
 - New Hack Tools
 - Pentest Tools
 - Nsa Hacker Tools
 - Hacking Tools Kit
 - Free Pentest Tools For Windows
 - Hack App
 - Hacking Tools Windows
 - Hacker Tools
 - What Is Hacking Tools
 - Nsa Hack Tools
 - Termux Hacking Tools 2019
 - Hacker Tools Online
 - Pentest Tools Alternative
 - Hacker Tools Online
 - Computer Hacker
 - Pentest Tools Nmap
 - Pentest Tools Alternative
 - Growth Hacker Tools
 - Easy Hack Tools
 




Post a Comment