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 articles
- Nsa Hacker Tools
- Pentest Tools Online
- Pentest Tools Website Vulnerability
- Hacking Tools For Beginners
- Hacking Tools Hardware
- Pentest Tools Website
- Hacker Tools Software
- Best Pentesting Tools 2018
- Hacker Tools For Mac
- Github Hacking Tools
- Pentest Tools Review
- Hack Tool Apk No Root
- Pentest Tools Windows
- Hacker Tools Linux
- Hacking Tools Github
- Hack Tools For Ubuntu
- Hacker Tools For Ios
- Hacker Tools Windows
- Pentest Tools Online
- Hackers Toolbox
- Hack Website Online Tool
- Hack Rom Tools
- Pentest Tools Website
- Pentest Tools Website Vulnerability
- Hacking Tools Download
- Hack Tools Online
- Hack Tools
- Pentest Tools Website Vulnerability
- Hacker Tools Apk Download
- Underground Hacker Sites
- Hackrf Tools
- Hacking Tools Windows
- Hack Tools Download
- What Is Hacking Tools
- Hacking Tools For Windows Free Download
- Hacker Tools For Mac
- Pentest Reporting Tools
- Hacker Tools For Mac
- Hacker Tools 2019
- Usb Pentest Tools
- Best Pentesting Tools 2018
- Hack Tools 2019
- Pentest Tools For Mac
- Pentest Tools Alternative
- Hack Tools Download
- Free Pentest Tools For Windows
- Best Hacking Tools 2019
- Hack Tools For Games
- Best Pentesting Tools 2018
- Hacking Tools For Games
- Hacker Tools Github
- Hacker Tools Free Download
- Game Hacking
- Top Pentest Tools
- Hacking Tools Software
- Hack Website Online Tool
- Hacker Tools 2019
- Hacker Tools Apk Download
- Hacker Tools For Pc
- Pentest Tools Website
- Hacking Tools Windows 10
- Bluetooth Hacking Tools Kali
- Hacks And Tools
- Hacking Tools Hardware
- Ethical Hacker Tools
- Pentest Tools Find Subdomains
- Pentest Tools Review
- Hak5 Tools
- Pentest Tools Subdomain
- Hackrf Tools
- Hack Tools Pc
- Pentest Tools For Mac
- What Is Hacking Tools
- Hacker Tools Hardware
- Hacker Tools For Mac
- Nsa Hack Tools
- Pentest Tools Website
- Hacking Tools Name
- Bluetooth Hacking Tools Kali
- Ethical Hacker Tools
- Pentest Tools List
- Hacker Tools For Mac
- Hack Tool Apk No Root
- Hacking Tools Pc
- Pentest Reporting Tools
- Hack Apps
- Hack Tools For Pc
- Hacker Tools Online
- Usb Pentest Tools
- Hack Tool Apk No Root
- Hack Tools Mac
- Pentest Tools Framework
- Bluetooth Hacking Tools Kali
- Hack Tools Mac
- Hak5 Tools
- Pentest Tools Review
- Pentest Tools Alternative
- Hacking Apps
- Hacking Tools Name
- Hacking Tools Hardware
- Hacker Tools 2019
- Hacker Hardware Tools
- Pentest Tools Bluekeep
- Pentest Tools Online
- Hacker Tools For Mac
- Pentest Tools Android
- Nsa Hacker Tools
- Hacker Tools Apk
- Hacker Tools Free
No comments:
Post a Comment