Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,59 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rv83-g57w-fr8j",
"modified": "2026-03-09T15:30:43Z",
"modified": "2026-04-21T15:32:17Z",
"published": "2026-03-07T00:30:29Z",
"aliases": [
"CVE-2026-27139"
],
"summary": "os: FileInfo can escape from a Root",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "stdlib"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.25.8"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "stdlib"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.26rc1"
},
{
"fixed": "1.26.1"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand Down