TLS V1.2 Sigalgs Remote Crash (CVE-2015-0291)
Friday, August 21, 2020
0
comments
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 news
- Hack Tools 2019
- Pentest Tools
- Hacking Tools Download
- Kik Hack Tools
- Best Hacking Tools 2020
- Pentest Tools Download
- How To Install Pentest Tools In Ubuntu
- Hacking Tools Kit
- Hacking Tools Pc
- Hack Tools Pc
- Hacker Tools Hardware
- Game Hacking
- Free Pentest Tools For Windows
- Hacker Search Tools
- Hacker Tools Apk Download
- Hacker Tools Hardware
- Hack Tools
- Pentest Tools Bluekeep
- Github Hacking Tools
- Computer Hacker
- Pentest Tools Free
- Pentest Tools Free
- Hack App
- Pentest Tools Review
- Hacks And Tools
- Wifi Hacker Tools For Windows
- Top Pentest Tools
- Hacker Security Tools
- Hacker Tools For Windows
- Bluetooth Hacking Tools Kali
- Hacking Tools Kit
- Pentest Tools Url Fuzzer
- Hacker Tools Apk Download
- Hack Tools Github
- Hacker Tools For Windows
- Beginner Hacker Tools
- Hacking Tools Kit
- Hacking Tools 2019
- Hacking Tools And Software
- Pentest Tools Url Fuzzer
- Game Hacking
- Pentest Tools Windows
- Hacking Tools And Software
- Computer Hacker
- Hacker Security Tools
- Tools 4 Hack
- Kik Hack Tools
- Hack Tools Pc
- Kik Hack Tools
- Hacking Tools Software
- Pentest Reporting Tools
- What Are Hacking Tools
- Hacker Hardware Tools
- Hacking Tools Windows
- Hacker Tools 2019
- Hacker Security Tools
- Pentest Automation Tools
- Hack Tools For Mac
- Pentest Tools For Windows
- Beginner Hacker Tools
- Hacking Tools For Beginners
- Easy Hack Tools
- Hacking Tools Pc
- Pentest Tools Bluekeep
- Pentest Reporting Tools
- Best Hacking Tools 2019
- Wifi Hacker Tools For Windows
- Hacking Tools Usb
- Pentest Tools For Android
- Pentest Tools List
- Hack App
- Hack Tools 2019
- Hacker Tools Github
- Tools Used For Hacking
- Hacking Tools Pc
- Hacker Tools For Pc
- Hackers Toolbox
- Hacker Tools
- Best Hacking Tools 2020
- Pentest Tools Framework
- Hacker Techniques Tools And Incident Handling
- Tools 4 Hack
- Hack Rom Tools
- Pentest Tools Review
- Hak5 Tools
- How To Install Pentest Tools In Ubuntu
- Best Pentesting Tools 2018
- Hacker Tools Apk
- Pentest Tools Website Vulnerability
- Hack Tools Online
- Hacking App
- Hack Tools Github
- Hak5 Tools
- Blackhat Hacker Tools
- Hacking Tools 2020
0 comments:
Post a Comment