We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e634672 commit 80f1e98Copy full SHA for 80f1e98
modules/exploits/multi/browser/firefox_svg_plugin.rb
@@ -71,6 +71,8 @@ def initialize(info = {})
71
[
72
['CVE', '2013-0758'], # navigate a frame to a chrome:// URL
73
['CVE', '2013-0757'], # bypass Chrome Object Wrapper to talk to chrome://
74
+ ['OSVDB', '89019'], # maps to CVE 2013-0757
75
+ ['OSVDB', '89020'], # maps to CVE 2013-0758
76
['URL', 'http://www.mozilla.org/security/announce/2013/mfsa2013-15.html'],
77
['URL', 'https://bugzilla.mozilla.org/show_bug.cgi?id=813906']
78
],
0 commit comments