Skip to content

Commit 99e6db0

Browse files
committed
1 parent a1ec1ee commit 99e6db0

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

advisories/unreviewed/2026/03/GHSA-rv83-g57w-fr8j/GHSA-rv83-g57w-fr8j.json

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,59 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-rv83-g57w-fr8j",
4-
"modified": "2026-03-09T15:30:43Z",
4+
"modified": "2026-04-21T15:32:17Z",
55
"published": "2026-03-07T00:30:29Z",
66
"aliases": [
77
"CVE-2026-27139"
88
],
9+
"summary": "os: FileInfo can escape from a Root",
910
"details": "On Unix platforms, when listing the contents of a directory using File.ReadDir or File.Readdir the returned FileInfo could reference a file outside of the Root in which the File was opened. The impact of this escape is limited to reading metadata provided by lstat from arbitrary locations on the filesystem without permitting reading or writing files outside the root.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "stdlib"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.25.8"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "stdlib"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.26rc1"
48+
},
49+
{
50+
"fixed": "1.26.1"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",

0 commit comments

Comments
 (0)