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 news
- Hack Apps
- Underground Hacker Sites
- Hacking Tools Hardware
- Termux Hacking Tools 2019
- Pentest Automation Tools
- Hacking Tools 2020
- Hacker Tools
- Pentest Recon Tools
- Wifi Hacker Tools For Windows
- Computer Hacker
- Hack And Tools
- What Are Hacking Tools
- Hacking Tools Usb
- Pentest Tools Url Fuzzer
- Pentest Box Tools Download
- Hacker Tools For Ios
- Hacker
- Beginner Hacker Tools
- Nsa Hack Tools
- Hack Tools For Games
- Hack Tools For Games
- Hacking Tools Online
- Hacker Tool Kit
- Hacking Tools
- Hack Tools Mac
- Hacking Tools And Software
- Ethical Hacker Tools
- Pentest Tools Subdomain
- Nsa Hack Tools Download
- Hacking Tools For Beginners
- Hacking Tools For Mac
- Hacking Tools Name
- Hacking Tools Download
- Hack Tools For Ubuntu
- Pentest Tools For Mac
- Bluetooth Hacking Tools Kali
- Hackers Toolbox
- Hacking Tools For Windows Free Download
- Nsa Hacker Tools
- Hacking Tools Github
- Pentest Tools Apk
- Hacking Tools For Mac
- Hacking Tools For Kali Linux
- Pentest Tools Framework
- Bluetooth Hacking Tools Kali
- Hacking Tools Mac
- Hack Tools Online
- How To Make Hacking Tools
- Pentest Tools For Ubuntu
- Hack Tools Mac
- Pentest Tools Port Scanner
- Game Hacking
- Pentest Reporting Tools
- Hacking Tools Usb
- Pentest Tools Find Subdomains
- Bluetooth Hacking Tools Kali
- Pentest Tools Nmap
- Pentest Tools Port Scanner
- Hacking Tools Software
- Pentest Tools Github
- Hacker Tools Apk
- Pentest Tools Website Vulnerability
- Hacker Tool Kit
- Top Pentest Tools
- Pentest Tools Bluekeep
- Hacking Tools Online
No comments:
Post a Comment