os.OpenFile(path, os.OCREATE|OEXCL) behaved differently on Unix and Windows systems when the target path was a dangling symlink. On Unix systems, OpenFile with OCREATE and OEXCL flags never follows symlinks. On Windows, when the target path was a symlink to a nonexistent location, OpenFile would create a file in that location. OpenFile now always returns an error when the OCREATE and OEXCL flags are both set and the target path is a symlink.
{
"cna_assigner": "Go",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/0xxx/CVE-2025-0913.json",
"unresolved_ranges": [
{
"source": "AFFECTED_FIELD",
"extracted_events": [
{
"fixed": "1.23.10"
},
{
"introduced": "1.24.0-0"
},
{
"fixed": "1.24.4"
},
{
"fixed": "1.23.10"
},
{
"introduced": "1.24.0-0"
},
{
"fixed": "1.24.4"
}
]
}
]
}{
"source": "CPE_FIELD",
"cpe": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "1.23.10"
},
{
"introduced": "1.24.0"
},
{
"fixed": "1.24.4"
}
]
}