Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/fixtures/db/vuln_api/wordpresses/381.json
1483 views
1
{
2
"release_date" : "2014-01-23-via-api",
3
"status": "outdated-via-api",
4
"vulnerabilities" : [
5
{
6
"created_at" : "2014-08-01T10:58:19.000Z",
7
"updated_at" : "2014-09-16T13:52:17.000Z",
8
"title" : "WP 3.8.1 - Vuln 1",
9
"id" : 1,
10
"vuln_type" : "SQLI",
11
"published_date" : null,
12
"fixed_in" : null,
13
"cvss": {
14
"score": "5.4",
15
"vector": "VECTOR"
16
}
17
},
18
{
19
"references" : {
20
"cve" : ["2014-0166"],
21
"osvdb" : ["10"],
22
"url" : ["url-2","url-3"]
23
},
24
"fixed_in" : "3.8.2",
25
"created_at" : "2014-08-01T10:58:19.000Z",
26
"updated_at" : "2014-09-16T13:53:11.000Z",
27
"id" : 2,
28
"title" : "WP 3.8.1 - Vuln 2"
29
}
30
]
31
}
32