Skip to content

Commit 839bb3c

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 6d2c127 commit 839bb3c

2 files changed

Lines changed: 23 additions & 7 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"aliases": [
3-
"CVE-2019-7245 ", " FEYE-2019-0002"
3+
"CVE-2019-7245 ",
4+
" FEYE-2019-0002"
45
],
56
"summary": "GPU-Z.sys, part of the GPU-Z package from TechPowerUp, exposes the wrmsr instruction to user-mode callers without properly validating the target Model Specific Register (MSR). This can result in arbitrary unsigned code being executed in Ring 0.",
67
"affected_packages": [],
78
"references": [],
8-
"date_published":""
9+
"date_published": null,
10+
"weaknesses": []
911
}
Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
{
2-
"aliases": ["CVE-2020-12878", " FEYE-2020-0020"],
2+
"aliases": [
3+
"CVE-2020-12878",
4+
" FEYE-2020-0020"
5+
],
36
"summary": "Digi International's ConnectPort X2e is susceptible to a local privilege escalation vulnerable to the privileged user `root`.",
47
"affected_packages": [],
58
"references": [
69
{
7-
"reference_id": "", "url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12878", "severities": []},
10+
"reference_id": "",
11+
"url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12878",
12+
"severities": []
13+
},
814
{
9-
"reference_id": "", "url": "https://www.fireeye.com/blog/threat-research/2021/02/solarcity-exploitation-of-x2e-iot-device-part-one.html", "severities": []},
15+
"reference_id": "",
16+
"url": "https://www.fireeye.com/blog/threat-research/2021/02/solarcity-exploitation-of-x2e-iot-device-part-one.html",
17+
"severities": []
18+
},
1019
{
11-
"reference_id": "", "url": "https://www.fireeye.com/blog/threat-research/2021/02/solarcity-exploitation-of-x2e-iot-device-part-two.html", "severities": []}],
12-
"date_published":""
20+
"reference_id": "",
21+
"url": "https://www.fireeye.com/blog/threat-research/2021/02/solarcity-exploitation-of-x2e-iot-device-part-two.html",
22+
"severities": []
23+
}
24+
],
25+
"date_published": null,
26+
"weaknesses": []
1327
}

0 commit comments

Comments
 (0)