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
Continue reading
- Tools 4 Hack
- Hacking Tools 2020
- Pentest Recon Tools
- Hack Tools For Windows
- Hacking Tools Online
- Hacker Tools For Mac
- Hack Tools Mac
- Hacking Tools For Windows 7
- Hacker Tools Online
- Pentest Tools Online
- Black Hat Hacker Tools
- Hack Tools For Ubuntu
- Nsa Hack Tools
- Hacking Tools Software
- Hacking Tools 2020
- Pentest Tools For Android
- Pentest Tools Find Subdomains
- Hacker Search Tools
- Hack Tools
- Hacker Tools Linux
- Best Pentesting Tools 2018
- What Is Hacking Tools
- Hack Tools For Ubuntu
- Best Hacking Tools 2020
- Pentest Tools Nmap
- Pentest Tools Find Subdomains
- Github Hacking Tools
- Hacking Tools Windows
- Hacker Tools Apk Download
- Pentest Box Tools Download
- Hacker Tools Free Download
- Nsa Hack Tools
- Hacking Tools Mac
- Hacking Tools For Beginners
- Hackers Toolbox
- Hack Rom Tools
- Pentest Tools For Android
- Hacker Tools Free
- Hack Tools Pc
- Pentest Tools Port Scanner
- Pentest Tools Online
- Hacker Tools Online
- New Hack Tools
- What Are Hacking Tools
- Hacker Tool Kit
- What Are Hacking Tools
- Hack Rom Tools
- Pentest Box Tools Download
- Pentest Tools Free
- Pentest Automation Tools
- Hacker Tools For Ios
- Wifi Hacker Tools For Windows
- Hacking Tools 2019
- Hacking Tools Software
- Hacker Tools Online
- Hacking Tools Github
- Hacking Tools Pc
- Hack Tools For Windows
- Tools For Hacker
- Hacker Tools Free Download
- Hacker Tools 2020
- Pentest Tools Website Vulnerability
- Pentest Tools Linux
- Hacking Tools For Windows
- Hacking Tools For Windows
- New Hack Tools
- Pentest Tools Free
- Hackers Toolbox
- Pentest Tools For Mac
- Hacking Tools Hardware
- Hacker Hardware Tools
- Android Hack Tools Github
- Hack Tools Github
- Hack Website Online Tool
- Computer Hacker
- Pentest Tools Free
- Hacker Tools Windows
- Hak5 Tools
- Tools Used For Hacking
- Hacker Security Tools
- Hack Tools Online
- Hacker Security Tools
- Hack Tools Pc
- Nsa Hacker Tools
- Top Pentest Tools
- Hacker Hardware Tools
- Pentest Tools For Mac
- Hacking Tools Windows 10
- Pentest Tools List
- Hacker Tools Linux
- Tools For Hacker
- Hacking Tools Windows
- Hacking Tools Mac
- Pentest Tools Open Source
- Hack Tools For Windows
- Pentest Tools
- Hacker Search Tools
- Pentest Tools For Android
- Black Hat Hacker Tools
- Pentest Tools
- Pentest Tools For Windows
- Hack Tools For Mac
- Best Hacking Tools 2019
- Hacker Hardware Tools
- Pentest Tools Url Fuzzer
- Hacking App
- Blackhat Hacker Tools
- New Hack Tools
- Hacker Tools For Windows
- Hacking Tools Hardware
- Hacking Tools For Beginners
- Pentest Tools Linux
- Hacker Tools For Windows
- Hackers Toolbox
- Hak5 Tools
- Pentest Tools For Android
- Hacker Tools List
- Hacker Tools 2020
- Hacker Tools For Ios
- Pentest Tools Linux
- Hack Tools For Windows
- Hack Tools Online
- Hack Tools
- How To Make Hacking Tools
- Growth Hacker Tools
- Top Pentest Tools
- Kik Hack Tools
- Pentest Tools Online
- Pentest Tools Windows
- New Hack Tools
- Hacker Tools Windows
- Hacking Tools Software
No comments:
Post a Comment