Skip to content

Commit f182613

Browse files
committed
Invalid CVE format.
1 parent edb9d32 commit f182613

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/browser/firefox_tostring_injection.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def initialize(info = {})
3131
],
3232
'DisclosureDate' => "Aug 6 2013",
3333
'References' => [
34-
['CVE', 'CVE-2013-1710'] # bypass Chrome Object Wrapper to talk to chrome://
34+
['CVE', '2013-1710'] # bypass Chrome Object Wrapper to talk to chrome://
3535
],
3636
'Targets' => [
3737
[
@@ -59,7 +59,8 @@ def initialize(info = {})
5959
OptString.new('CONTENT', [
6060
true,
6161
"Content to display inside the HTML <body>.",
62-
"An error has occurred. Press <script>document.write((navigator.platform.match(/mac/i)) ? 'cmd-option-k' : 'ctrl-alt-k')</script> to see the error."
62+
"An error has occurred. Press <script>document.write((navigator.platform.match(/mac/i))"+
63+
" ? 'cmd-option-k' : 'ctrl-alt-k')</script> to see the error."
6364
])
6465
], self.class)
6566
end

0 commit comments

Comments
 (0)