mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
84 lines
3.0 KiB
JSON
84 lines
3.0 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2023-45284",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "On Windows, The IsLocal function does not correctly detect reserved device names in some cases. Reserved names followed by spaces, such as \"COM1 \", and reserved names \"COM\" and \"LPT\" followed by superscript 1, 2, or 3, are incorrectly reported as local. With fix, IsLocal now correctly reports these names as non-local."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-41: Improper Resolution of Path Equivalence"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "path/filepath",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.20.11"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.21.0-0",
|
|
"version_value": "1.21.4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/issue/63713",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/63713"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/540277",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/540277"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2023-2186",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2023-2186"
|
|
}
|
|
]
|
|
}
|
|
} |