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
- Pentest Tools For Ubuntu
- Hacking Tools For Kali Linux
- Pentest Tools Linux
- Easy Hack Tools
- Hack Tools For Mac
- Hacking Tools Usb
- Android Hack Tools Github
- Hack Tools For Ubuntu
- Hacker Tools Github
- Hack Tool Apk
- Hacker Hardware Tools
- Hacker Tools Hardware
- Hacking Apps
- Hacking Tools Hardware
- Hack Tools
- Hack Tools Online
- Hacks And Tools
- Hacking Tools Usb
- Hack Tools 2019
- Hack Tools Github
- Hackers Toolbox
- Game Hacking
- Pentest Tools
- Hack Apps
- Hack Tools Pc
- Hacker Security Tools
- Hack Rom Tools
- Pentest Reporting Tools
- Hacking Tools Windows 10
- Github Hacking Tools
- Black Hat Hacker Tools
- Hacking Tools For Pc
- Hack And Tools
- Black Hat Hacker Tools
- Pentest Tools Kali Linux
- Nsa Hack Tools
- Pentest Tools Windows
- Pentest Tools Alternative
- Hacking Tools Online
- Hacker Tools Mac
- Termux Hacking Tools 2019
- Ethical Hacker Tools
- Hacker Tools For Mac
- Hacker Tools 2019
- Pentest Tools Windows
- Termux Hacking Tools 2019
- Hack Tool Apk No Root
- Hack Tools Download
- Hacker Tools
- Hacking Tools Name
- Hack Tools For Windows
- Hacking Tools Download
- Hack Tool Apk No Root
- Hack App
- Underground Hacker Sites
- Blackhat Hacker Tools
- Pentest Tools Download
- Hacking Tools Hardware
- Hacker Tools Hardware
- Hacker
- Android Hack Tools Github
- Termux Hacking Tools 2019
- What Is Hacking Tools
- Pentest Tools Url Fuzzer
- What Are Hacking Tools
- Hacker Tools List
- Hacker Tool Kit
- Hacker Tools 2020
- Hack Tools
- Hacker Tools Github
- Computer Hacker
- Hacker Security Tools
- Hack Tools
- Hacker Tools For Pc
- Hacking Tools For Windows 7
- Best Hacking Tools 2020
- Hack Tool Apk No Root
- Hacker Tools Free
- Hacking Tools For Games
- Hacking Tools Mac
- Hack Tools Online
- Pentest Recon Tools
- Tools 4 Hack
- Pentest Tools Website
- Hacking Tools Usb
- Pentest Tools Windows
- Hacker Tools Mac
- Hacking Tools Online
- Tools 4 Hack
- Hacking Tools Usb
- How To Install Pentest Tools In Ubuntu
- New Hack Tools
- Hack Tools For Mac
- Hacking Tools For Pc
- Hacker Tool Kit
- Nsa Hack Tools Download
- Hacker Tools Free
- Hack Website Online Tool
- Pentest Tools Website Vulnerability
- Hacks And Tools
- Hack Tools Github
- Pentest Tools Online
- Tools Used For Hacking
- Pentest Tools Alternative
- Pentest Tools Nmap
- Hack Tools 2019
- Bluetooth Hacking Tools Kali
- Hacking Tools For Beginners
- Hacking Tools Download
- Pentest Tools Nmap
- Best Hacking Tools 2019
- Hacking Apps
- Pentest Tools Website Vulnerability
- What Are Hacking Tools
- Hacking Tools Github
- Hacker Tools Apk
- Hacking Tools Hardware
- Hacking Tools For Pc
- New Hack Tools
0 comments:
Post a Comment