-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcve-in-exploit-target.xml
executable file
·24 lines (24 loc) · 1.31 KB
/
cve-in-exploit-target.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<stix:STIX_Package
xmlns:et="http://stix.mitre.org/ExploitTarget-1"
xmlns:stixCommon="http://stix.mitre.org/common-1"
xmlns:stix="http://stix.mitre.org/stix-1"
xmlns:example="http://example.com"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
id="example:STIXPackage-0196d980-60d9-4717-b7c5-bf7bc27a35d4" version="1.2">
<stix:Exploit_Targets>
<stixCommon:Exploit_Target id="example:et-9619e2a2-0814-44a0-8c39-1142716f89c7" timestamp="2017-01-27T13:49:41.345000+00:00" xsi:type='et:ExploitTargetType'>
<et:Description>SOURCE: OSVDB_ID - EXTERNAL ID: OSVDB-97380</et:Description>
<et:Vulnerability>
<et:Title>Javascript vulnerability in MSIE 6-11</et:Title>
<et:CVE_ID>CVE-2013-3893</et:CVE_ID>
<et:References>
<stixCommon:Reference>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3893</stixCommon:Reference>
<stixCommon:Reference>http://technet.microsoft.com/security/bulletin/MS13-080</stixCommon:Reference>
</et:References>
</et:Vulnerability>
</stixCommon:Exploit_Target>
</stix:Exploit_Targets>
</stix:STIX_Package>