Skip to content

Commit

Permalink
Land #2363, updated info about the Hitcon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tod Beardsley committed Sep 13, 2013
2 parents 705e262 + 4847976 commit c0a1c58
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions modules/exploits/windows/browser/ms13_055_canchor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,21 @@ def initialize(info={})
context of the user.
This bug is specific to Internet Explorer 8 only. It was originally discovered by
Orange Tsai at Hitcon 2013, but was silently patched in the July 2013 update.
Jose Antonio Vazquez Gonzalez and reported to iDefense, but was discovered again
by Orange Tsai at Hitcon 2013.
},
'License' => MSF_LICENSE,
'Author' =>
[
'Orange Tsai', # Original discovery, PoC
'Peter Vreugdenhil', # Joins the party (wtfuzz)
'sinn3r' # Joins the party
'Jose Antonio Vazquez Gonzalez', # Original discovery reported from iDefense
'Orange Tsai', # Rediscovery, published at Hitcon 2013
'Peter Vreugdenhil', # Joins the party (wtfuzz)
'sinn3r' # Joins the party
],
'References' =>
[
[ 'CVE', '2013-3163' ],
[ 'OSVDB', '94981' ],
[ 'MSB', 'MS13-055' ],
[ 'URL', 'https://speakerd.s3.amazonaws.com/presentations/0df98910d26c0130e8927e81ab71b214/for-share.pdf' ]
],
Expand Down Expand Up @@ -75,6 +79,8 @@ def initialize(info={})
'InitialAutoRunScript' => 'migrate -f'
},
'Privileged' => false,
# Bug was patched in July 2013. Tsai was the first to publish the bug.
# But Jose already reported way back in Oct 2012 (to iDefense)
'DisclosureDate' => "Jul 09 2013",
'DefaultTarget' => 0))
end
Expand Down

0 comments on commit c0a1c58

Please sign in to comment.