Skip to content

Commit f9521ce

Browse files
1 parent e766498 commit f9521ce

1 file changed

Lines changed: 30 additions & 5 deletions

File tree

advisories/unreviewed/2022/05/GHSA-vfjc-2qcw-j95j/GHSA-vfjc-2qcw-j95j.json renamed to advisories/github-reviewed/2022/05/GHSA-vfjc-2qcw-j95j/GHSA-vfjc-2qcw-j95j.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vfjc-2qcw-j95j",
4-
"modified": "2022-05-17T00:21:35Z",
4+
"modified": "2026-01-29T15:12:02Z",
55
"published": "2022-05-17T00:21:35Z",
66
"aliases": [
77
"CVE-2017-16539"
88
],
9+
"summary": "Docker Moby /proc/scsi Path Exposure Allows Host Data Loss (SCSI MICDROP)",
910
"details": "The DefaultLinuxSpec function in oci/defaults.go in Docker Moby through 17.03.2-ce does not block /proc/scsi pathnames, which allows attackers to trigger data loss (when certain older Linux kernels are used) by leveraging Docker container access to write a \"scsi remove-single-device\" line to /proc/scsi/scsi, aka SCSI MICDROP.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/moby/moby"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "17.12.0-ce"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -25,7 +46,11 @@
2546
},
2647
{
2748
"type": "WEB",
28-
"url": "https://github.com/moby/moby/pull/35399/commits/a21ecdf3c8a343a7c94e4c4d01b178c87ca7aaa1"
49+
"url": "https://github.com/moby/moby/commit/a21ecdf3c8a343a7c94e4c4d01b178c87ca7aaa1"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/moby/moby"
2954
},
3055
{
3156
"type": "WEB",
@@ -45,8 +70,8 @@
4570
"CWE-200"
4671
],
4772
"severity": "MODERATE",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2026-01-29T15:12:02Z",
5075
"nvd_published_at": "2017-11-04T17:29:00Z"
5176
}
5277
}

0 commit comments

Comments
 (0)