Update ff svg exploit description to be more accurate.
parent
2874aead2e
commit
45da645717
|
@ -17,8 +17,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Firefox 17.0.1 Flash Privileged Code Injection',
|
'Name' => 'Firefox 17.0.1 Flash Privileged Code Injection',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This exploit gains remote code execution on Firefox 17.0.1 and all previous
|
This exploit gains remote code execution on Firefox 17 and 17.0.1, provided
|
||||||
versions, provided the user has installed Flash. No memory corruption is used.
|
the user has installed Flash. No memory corruption is used.
|
||||||
|
|
||||||
First, a Flash object is cloned into the anonymous content of the SVG
|
First, a Flash object is cloned into the anonymous content of the SVG
|
||||||
"use" element in the <body> (CVE-2013-0758). From there, the Flash object
|
"use" element in the <body> (CVE-2013-0758). From there, the Flash object
|
||||||
|
|
Loading…
Reference in New Issue