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 posts
- Hacker Tools For Pc
 - Hacking Tools For Beginners
 - Pentest Tools For Mac
 - Pentest Tools List
 - Tools Used For Hacking
 - Hack Tools Mac
 - Pentest Tools Framework
 - Best Pentesting Tools 2018
 - Pentest Tools Find Subdomains
 - Hack Website Online Tool
 - Pentest Tools For Mac
 - Kik Hack Tools
 - What Is Hacking Tools
 - Pentest Tools Free
 - Hack Tools Online
 - Hack Tool Apk No Root
 - What Are Hacking Tools
 - Growth Hacker Tools
 - Hacker Tools For Pc
 - Hack Website Online Tool
 - Hacking Tools For Games
 - Hacker Tools
 - Best Hacking Tools 2019
 - Termux Hacking Tools 2019
 - Tools For Hacker
 - Pentest Tools Tcp Port Scanner
 - Pentest Tools For Ubuntu
 - Hacking Tools Windows 10
 - What Are Hacking Tools
 - Hack Tool Apk No Root
 - How To Hack
 - Pentest Tools Open Source
 - Tools Used For Hacking
 - Hacking Tools For Beginners
 - Pentest Tools Framework
 - Hacker Tools Linux
 - Hack Apps
 - Android Hack Tools Github
 - Hack Apps
 - Best Hacking Tools 2020
 - Tools 4 Hack
 - Free Pentest Tools For Windows
 - Hack Tools 2019
 - Pentest Tools Website Vulnerability
 - Hacker Tools 2019
 - Wifi Hacker Tools For Windows
 - Hacker Tools Free Download
 - Pentest Tools
 - Hacker Tools Apk
 - Hacker Tools Github
 - Hacking Tools Github
 - Game Hacking
 - Hack Tools Pc
 - Pentest Tools Linux
 - Pentest Tools Open Source
 - Hack Tools Download
 - Hack Rom Tools
 - Pentest Tools Bluekeep
 - Hacking Tools For Games
 - Hacker Hardware Tools
 - Top Pentest Tools
 - Hacking Tools Software
 - Pentest Reporting Tools
 - Pentest Tools Url Fuzzer
 - Pentest Tools Framework
 - Usb Pentest Tools
 - Install Pentest Tools Ubuntu
 - Hacker Tools 2020
 - Android Hack Tools Github
 - Android Hack Tools Github
 - How To Hack
 - Pentest Tools Online
 - New Hack Tools
 - Pentest Tools Website Vulnerability
 - Android Hack Tools Github
 - Pentest Tools Github
 - Hack Tools 2019
 - Hack Tools Github
 - Pentest Tools Online
 - Hacking Apps
 - Hack Tools Download
 - How To Make Hacking Tools
 - Hacker Tools For Pc
 - Physical Pentest Tools
 - Hacking Tools Usb
 - New Hack Tools
 - Hacker Tools Mac
 - Easy Hack Tools
 - Pentest Tools Website Vulnerability
 - Hacking Tools Free Download
 - Top Pentest Tools
 - Pentest Tools Github
 - Hacker Tool Kit
 - How To Hack
 - Hacker Techniques Tools And Incident Handling
 - Hacker Tools Apk Download
 - Hacking Tools Mac
 - Github Hacking Tools
 - Hacking Tools For Games
 - Hacker Hardware Tools
 - Wifi Hacker Tools For Windows
 - Hacking Tools For Mac
 - Install Pentest Tools Ubuntu
 - Hacker Tools For Pc
 - Hacking Tools Name
 - Hacking App
 - Hacker Techniques Tools And Incident Handling
 - Hacker Tools 2020
 - Hacks And Tools
 - Hacker Tools List
 - Hack Rom Tools
 - Top Pentest Tools
 - Hacking Tools Software
 - Hack Tools Github
 - Blackhat Hacker Tools
 - Pentest Automation Tools
 - Hack Tools For Pc
 - Hacker Tools Mac
 - Hacker Tools
 - Pentest Tools Online
 - Usb Pentest Tools
 - Best Pentesting Tools 2018
 - Hacking Tools Kit
 - How To Hack
 




No comments:
Post a Comment