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 information
- Hacking Tools Usb
- Pentest Recon Tools
- Hack Tools For Mac
- Hacker Tools For Pc
- Nsa Hack Tools
- World No 1 Hacker Software
- Hack Tools For Windows
- Pentest Tools Framework
- Pentest Automation Tools
- Hacking Tools For Mac
- Hacking Tools Usb
- Hack And Tools
- Hackers Toolbox
- Hacking Tools Download
- Hacker Tools Mac
- Hacking Tools
- Hack Tools Github
- Pentest Tools Url Fuzzer
- Hak5 Tools
- Free Pentest Tools For Windows
- Blackhat Hacker Tools
- World No 1 Hacker Software
- Hacker Tools For Pc
- Hacking Tools 2019
- Hacker
- Hak5 Tools
- Pentest Tools Tcp Port Scanner
- Beginner Hacker Tools
- Pentest Tools For Ubuntu
- Hacker Tools Hardware
- Hacking Tools Software
- Hacking Tools Windows 10
- Game Hacking
- Blackhat Hacker Tools
- Hacking Tools Github
- Pentest Tools Website
- Hacking Tools Pc
- Hacking Tools And Software
- Hacker Tools Mac
- Hacker Techniques Tools And Incident Handling
- Best Hacking Tools 2019
- Pentest Tools Website
- Hacker Hardware Tools
- Computer Hacker
- New Hacker Tools
- Hacker Tools 2019
- Hacker Techniques Tools And Incident Handling
- Pentest Tools Github
- Hacker Tools Apk Download
- Nsa Hack Tools
- Best Hacking Tools 2020
- Pentest Tools Free
- How To Make Hacking Tools
- Hack Apps
- Hacker Tools Apk Download
- Pentest Tools Open Source
- Pentest Tools Bluekeep
- Hack Tools For Windows
- Tools Used For Hacking
- Hacker Tools Free Download
- Beginner Hacker Tools
- Pentest Tools Apk
- Hack Tools 2019
- Tools 4 Hack
- Easy Hack Tools
- Kik Hack Tools
- Pentest Tools Apk
- Hacking Tools Online
- Hacking Tools Software
- Kik Hack Tools
- Hacker Hardware Tools
- Hack Tools For Ubuntu
- Hacker Tools Github
- Hacker Tools Online
- Nsa Hack Tools Download
- Hack Tools Online
- Top Pentest Tools
- Pentest Tools For Windows
- Pentest Tools Linux
- Hack Tools Online
- Pentest Tools Alternative
- Easy Hack Tools
- How To Make Hacking Tools
- How To Make Hacking Tools
- Hacker Tools Github
- How To Hack
- Pentest Tools Framework
- Pentest Recon Tools
- Tools 4 Hack
- Tools Used For Hacking
- Pentest Tools Alternative
- Hacker
- Pentest Tools Windows
- Hacking Tools For Windows 7
- Hacking Tools For Kali Linux
- Hacker Tools Online
- Hak5 Tools
- Install Pentest Tools Ubuntu
- Pentest Tools For Windows
- Hacking Tools For Windows 7
- Hacking Tools For Games
- Hacker Hardware Tools
- Hacking Tools For Windows 7
- Nsa Hacker Tools
- Black Hat Hacker Tools
- Pentest Tools For Android
- Game Hacking
- Best Pentesting Tools 2018
- Hacker Tools 2020
- Best Pentesting Tools 2018
- Pentest Recon Tools
- Hacking Tools Software
- Pentest Tools Apk
- Nsa Hack Tools
- Physical Pentest Tools
- Hacking Tools Github
- Hacks And Tools
- Tools 4 Hack
- Kik Hack Tools
- Tools Used For Hacking
- Hacking Tools For Pc
- Hack Tools
- Hacking Tools 2019
- Hacker Tools List
- Pentest Tools Alternative
- Hack App
- Hacking Tools And Software
- Termux Hacking Tools 2019
- Pentest Tools Website
- Pentest Tools
- Hack Tools Github
- Easy Hack Tools
- Pentest Tools For Mac
- Best Pentesting Tools 2018
- Pentest Recon Tools
- Hak5 Tools
- Pentest Tools Website Vulnerability
- Hacking Tools Online
No comments:
Post a Comment