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 links
- Hack App
- Hacking Tools Windows 10
- Blackhat Hacker Tools
- Pentest Tools Online
- Hack Tools For Mac
- Hacking Tools Windows
- Hacking Tools 2020
- Hacking Tools Free Download
- Hack Tool Apk No Root
- Pentest Tools Open Source
- Bluetooth Hacking Tools Kali
- Hacker Tools For Ios
- Hacker Search Tools
- Pentest Automation Tools
- Usb Pentest Tools
- Hack Tool Apk
- Hacking Tools 2019
- Hacking Tools Github
- What Is Hacking Tools
- Pentest Tools Open Source
- Pentest Tools Linux
- Pentest Tools Free
- Computer Hacker
- Pentest Tools Online
- Hack Tool Apk No Root
- Hacker Security Tools
- Hacking Tools For Windows 7
- Hacker Search Tools
- Hacking Tools For Games
- Hak5 Tools
- Hacker Hardware Tools
- Hacking Tools Name
- Easy Hack Tools
- Hacking Tools For Windows 7
- Hacker Tools 2020
- Hack Tools For Games
- Hack Tools For Games
- Hacker Tools 2020
- Hack Tools Pc
- Hack Tools For Mac
- Pentest Tools Apk
- Tools 4 Hack
- Pentest Tools Nmap
- Hack Tools Online
- Hacker Tools Windows
- Pentest Tools Apk
- Pentest Tools Alternative
- Hacker Security Tools
- How To Install Pentest Tools In Ubuntu
- Hacking Tools For Beginners
- Hacking Apps
- Black Hat Hacker Tools
- Hacker Tools List
- Ethical Hacker Tools
- Pentest Tools List
- Hacking Tools Name
- What Are Hacking Tools
- Tools Used For Hacking
- Pentest Tools Open Source
- Pentest Recon Tools
- Hacking Tools Pc
- Pentest Tools Port Scanner
- Hacker Tools
- Hacker Tools For Mac
- Pentest Tools Website
- New Hack Tools
- Hacking Tools Download
- Hak5 Tools
- Free Pentest Tools For Windows
- Hack Tools For Windows
- Hack Tools Pc
- Tools 4 Hack
- Hacker Tools 2020
- Hacker Tools
- Hacking Tools Windows
- Hack Tools For Games
- Computer Hacker
- Hacker Tools Free
- Hackers Toolbox
- What Are Hacking Tools
- What Is Hacking Tools
- Hacker Search Tools
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Github
- Hacking Tools
- Nsa Hack Tools Download
- Hack Tools For Games
- Nsa Hack Tools Download
- Pentest Tools Tcp Port Scanner
- Hackers Toolbox
- Hack Tools
- Easy Hack Tools
- Hacking Tools For Mac
- Pentest Tools Apk
- Pentest Tools Github
- Hack Tools For Games
- Hack Tools Download
- Hack Tools Github
- Bluetooth Hacking Tools Kali
- Hacker Search Tools
- Pentest Box Tools Download
- Hack Tools Online
- Hack Apps
- Hacking Tools Windows 10
- Hacking Tools Kit
- What Is Hacking Tools
- Hacking Tools Name
- Hacker
- Hack Apps
- Hacking Tools 2019
- Hacker Tools Windows
- Tools For Hacker
- Hacking Tools
- Hacking Tools Windows 10
- Hacking Tools For Windows 7
- Hacking Tools
- Hacker Tools Apk Download
- Pentest Tools For Ubuntu
- Hacker Tools 2019
- Pentest Tools Alternative
- Pentest Tools Android
- Pentest Tools For Ubuntu
- What Is Hacking Tools
- How To Install Pentest Tools In Ubuntu
- Hacker Tools Github
- Hacker Tool Kit
- Pentest Tools List
- Hacking App
No comments:
Post a Comment