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
- Hacker Security Tools
- Pentest Tools Linux
- How To Install Pentest Tools In Ubuntu
- Pentest Tools Free
- Usb Pentest Tools
- Hacker Tools 2019
- Pentest Tools Open Source
- Pentest Automation Tools
- Hacker Tools For Pc
- Hacking Tools For Windows 7
- Hacker Tools Github
- Hack Tools Mac
- Pentest Tools Url Fuzzer
- Tools 4 Hack
- Pentest Tools Framework
- Hack Tool Apk No Root
- Kik Hack Tools
- Hacker Tools For Mac
- Nsa Hack Tools
- Hacker Search Tools
- Pentest Reporting Tools
- Hacking Tools For Windows
- Hack Tools For Pc
- Hacking Tools Hardware
- Pentest Tools Bluekeep
- Hacker Tools Windows
- Pentest Tools Online
- Pentest Tools Online
- Hacker Tools Apk Download
- Hacker Security Tools
- Hacking Tools And Software
- Computer Hacker
- Hacker Tools List
- What Are Hacking Tools
- Pentest Tools Linux
- Pentest Tools Nmap
- Hacking Tools For Windows 7
- Hacking Tools Download
- Pentest Box Tools Download
- Pentest Recon Tools
- Hackers Toolbox
- Hacker Tool Kit
- Hack Tools For Windows
- Hacker Tools Apk
- Best Pentesting Tools 2018
- Hack Tool Apk No Root
- Hacks And Tools
- Tools For Hacker
- Pentest Tools Open Source
- Underground Hacker Sites
- Hacking Tools 2019
- Tools Used For Hacking
- Hacker Tools 2019
- Hacker Tools Github
- Hacking Tools Online
- Pentest Tools Url Fuzzer
- Hacking Tools Software
- Hacker Search Tools
- Hacking Tools Kit
- Pentest Tools Find Subdomains
- Github Hacking Tools
- Underground Hacker Sites
- Pentest Recon Tools
- Blackhat Hacker Tools
- Pentest Tools Android
- Tools 4 Hack
- Install Pentest Tools Ubuntu
- Pentest Tools Windows
- Hacking Tools For Windows 7
- Hacker Tools For Pc
- Pentest Tools
- Hak5 Tools
- Pentest Tools Android
- Hacker Tools Free Download
- Hacking Tools Hardware
- Pentest Tools Website
- Pentest Automation Tools
- Kik Hack Tools
- Hacking Tools Free Download
- Ethical Hacker Tools
No comments:
Post a Comment