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
- Hacker Tools For Ios
- Pentest Tools Alternative
- Physical Pentest Tools
- Pentest Tools Framework
- Pentest Tools Linux
- Hack Apps
- How To Hack
- Hacking Tools 2020
- Hacking Tools Windows 10
- Pentest Tools Download
- Hacker Tools Online
- Physical Pentest Tools
- Pentest Tools For Windows
- Hacker Tool Kit
- Beginner Hacker Tools
- Top Pentest Tools
- Hacking Tools Free Download
- Pentest Tools Nmap
- Hack Rom Tools
- Hacker Tools Free Download
- Tools Used For Hacking
- Hacker Techniques Tools And Incident Handling
- Hacker Tool Kit
- Hacker Security Tools
- Pentest Tools Review
- Hacking Tools Name
- Pentest Tools Subdomain
- Pentest Tools Kali Linux
- What Are Hacking Tools
- Hacker Tools 2020
- How To Hack
- Pentest Tools Alternative
- Hack Tools Mac
- Physical Pentest Tools
- Tools For Hacker
- Pentest Tools For Windows
- Pentest Tools Free
- Tools 4 Hack
- Hack And Tools
- Hacker Tools Free
- Pentest Tools For Android
- Hack Tools Github
- Hacker Tools Hardware
- Hacker Tools Github
- Hacking Tools Usb
- Pentest Tools Review
- Pentest Tools Download
- Best Hacking Tools 2019
- Hacking Tools Usb
- Pentest Tools Alternative
- Best Pentesting Tools 2018
- Hacker Search Tools
- Pentest Tools Find Subdomains
- Blackhat Hacker Tools
- Hacking Apps
- Hacking Tools
- Nsa Hack Tools Download
- Physical Pentest Tools
- Pentest Tools Github
- Black Hat Hacker Tools
- Pentest Tools Website
- Pentest Tools Website
- Pentest Tools Alternative
- Termux Hacking Tools 2019
- Hacker Tools 2020
- Usb Pentest Tools
- Android Hack Tools Github
- Hacking Tools Hardware
- Tools 4 Hack
- Hack Tool Apk No Root
- Wifi Hacker Tools For Windows
- Hacker Tools Mac
- Wifi Hacker Tools For Windows
- Hacking Tools For Games
- Pentest Tools Linux
- Hacking Tools Usb
- Hack Rom Tools
- Tools Used For Hacking
- Hacking Tools 2020
- Hacking Tools Name
- Hacking Apps
- Computer Hacker
- Pentest Recon Tools
- Hacking Tools For Kali Linux
- Hacking Tools Pc
- Pentest Tools For Android
- Hacker Tools Linux
- Hacker Tools Mac
- Hack Tools Pc
- Pentest Tools Url Fuzzer
- Hacking Tools For Windows 7
- Install Pentest Tools Ubuntu
- Hack Tools Pc
- Pentest Tools Subdomain
- Hacker Techniques Tools And Incident Handling
- Hack Tools Mac
- World No 1 Hacker Software
- Hacker Tool Kit
- Hack Tool Apk
- Tools For Hacker
- Pentest Tools
- Hackers Toolbox
- Hacking Tools For Windows 7
- Hacking Tools And Software
- Pentest Tools Nmap
- Hacking Tools For Games
- New Hack Tools
- Hacking Tools For Games
- Pentest Tools Review
- Android Hack Tools Github
- Hacker Tools Free Download
- Hack Apps
- Hacking Tools Online
- Android Hack Tools Github
- Pentest Tools Review
- Termux Hacking Tools 2019
- New Hacker Tools
- Pentest Tools Find Subdomains
- Termux Hacking Tools 2019
- Free Pentest Tools For Windows
- Pentest Tools Website Vulnerability
- Pentest Tools Tcp Port Scanner
- Pentest Tools For Mac
- Pentest Tools For Windows
- Top Pentest Tools
- Hacking Tools Name
- Hack Tools Online
- Hacker Tools 2020
- Pentest Tools Tcp Port Scanner
- Best Hacking Tools 2020
- Usb Pentest Tools
- Hacker Tools
- Hacker Tools Linux
- Hacking Tools Windows
- Hack Tools Mac
- Physical Pentest Tools
- Beginner Hacker Tools
- Hack And Tools
- Pentest Tools Linux
- Github Hacking Tools
- Hacker Tools 2020
- Hack Tools For Pc
- Hack And Tools
- Hack Tools For Windows
- Pentest Tools Bluekeep
- Hacking Tools Free Download
- Hack Tools For Pc
- Growth Hacker Tools
- Pentest Tools For Mac
- Hack App
- Hacker Tools Hardware
- Install Pentest Tools Ubuntu
- Hacking Tools Name
- Hacker
- Hacking App




No comments:
Post a Comment