Skip to content

Commit ad7d389

Browse files
committed
Leave a comment
1 parent bd27632 commit ad7d389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/js/detect/ie_addons.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var XMLDOMRESULTS = {
1414
};
1515

1616
ie_addons_detect.validateXML = function (txt) {
17+
// This is CVE-2013-7331. See auxiliary/gather/ie_files_disclosure
1718
var result = XMLDOMRESULTS.UNKNOWN;
1819
if (window.ActiveXObject) {
1920
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");

0 commit comments

Comments
 (0)