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
- Nsa Hack Tools
- Pentest Tools For Mac
- Hack Tools For Ubuntu
- Pentest Tools Github
- Easy Hack Tools
- How To Make Hacking Tools
- Hacker Tools Github
- Pentest Tools Find Subdomains
- How To Make Hacking Tools
- Hacker Tools Apk
- Hacker Hardware Tools
- Hack Tools 2019
- Hacking Tools For Windows Free Download
- Hack Tools
- Nsa Hack Tools
- Pentest Recon Tools
- Hack Tools Download
- Best Hacking Tools 2019
- Hacking Tools Online
- Hacker Tools Free
- Hack Tool Apk No Root
- Hacking Tools For Windows 7
- Pentest Tools Free
- Hacking Tools Kit
- Hacking Apps
- Hack Tools For Mac
- Nsa Hack Tools
- Hacker Tools Linux
- Hacking Tools Kit
- Easy Hack Tools
- Hacking Tools Pc
- Hacking Tools
- Hacker Tools Online
- Hacker
- Hack Tool Apk
- Android Hack Tools Github
- Hacking Tools Usb
- Pentest Tools Bluekeep
- Hacker Tools Hardware
- Pentest Tools Framework
- Hack Tools Github
- Hacker Tools For Ios
- Pentest Tools Github
- Hacker Tool Kit
- Pentest Tools Free
- Hacking Tools Hardware
- Pentest Tools Free
- Hacking Tools
- Hacking Tools Usb
- Hacking Tools 2020
- Physical Pentest Tools
- Pentest Tools Review
- Hacks And Tools
- Hacker Tools
- Hacker Tools Windows
- Hack Tools Github
- Pentest Tools Subdomain
- Hacking Tools For Kali Linux
- Install Pentest Tools Ubuntu
- Pentest Tools Kali Linux
- Hacker Tools For Pc
- What Is Hacking Tools
- Tools 4 Hack
- Hacking Tools Hardware
- Hacker
- Hacking Tools 2020
- Hack Website Online Tool
- Hacker Tools Free Download
- Hacking Tools And Software
- Hacking Tools For Mac
- Hack Tools
- Bluetooth Hacking Tools Kali
- Hacker Security Tools
- Hacker
- Tools Used For Hacking
- Nsa Hacker Tools
- Easy Hack Tools
- Hacker Tools Windows
- Hack Tools Github
- Hacking Tools Name
- Hack Tools For Games
- Hacking Tools Free Download
- Hack Tools
- Hack Tools Online
- Pentest Tools Github
- Free Pentest Tools For Windows
- Hacking Tools 2020
- Pentest Tools Github
- Tools Used For Hacking
- Hacking Tools For Mac
- Tools Used For Hacking
- Hacker Search Tools
- Hacking Tools For Games
- Hacker Tools Free
- Pentest Tools Free
- Nsa Hack Tools
- Hacker Hardware Tools
- How To Make Hacking Tools
- New Hack Tools
- Hacker Tools Free
- Hacker Tool Kit
- Hacking Tools And Software
- Pentest Tools Subdomain
- Hacking Tools For Windows 7
- Hack Tool Apk No Root
- What Is Hacking Tools
- Android Hack Tools Github
- Hack Tools
- Hacking Tools For Pc
- Tools 4 Hack
- Hacking Tools Windows
- Hacker Tools For Windows
- Hack Tools Github
- Hacker Tools Online
- Pentest Tools Alternative
- Hack Tool Apk No Root
- Pentest Tools For Android
- Pentest Tools Url Fuzzer
- Hacking Tools Download
- Pentest Tools Alternative
- Pentest Tools Linux
- Pentest Tools Kali Linux
- Hak5 Tools
- Pentest Tools For Ubuntu
- Hack Tools Mac
- Pentest Tools Free
- Pentest Tools Alternative
- Pentest Tools Review
- Hacking Tools For Kali Linux
- Pentest Tools Android
- Hack Tools For Ubuntu
- Pentest Reporting Tools
- Pentest Box Tools Download
- Pentest Tools For Mac
- Pentest Tools Online
- Pentest Tools Review
- What Is Hacking Tools
- Hacking Apps
- Pentest Tools Nmap
- Pentest Tools Windows
No hay comentarios:
Publicar un comentario