2022-06-02 13:43:42 +00:00
{
2022-12-27 22:00:42 +00:00
"data_version" : "4.0" ,
2022-06-02 13:43:42 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2022-32190" ,
2022-09-13 18:02:33 +00:00
"ASSIGNER" : "security@golang.org" ,
"STATE" : "PUBLIC"
} ,
2022-12-27 22:00:42 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
"value" : "JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath(\"https://go.dev\", \"../go\") returns the URL \"https://go.dev/../go\", despite the JoinPath documentation stating that ../ path elements are removed from the result."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
}
]
}
]
} ,
2022-09-13 18:02:33 +00:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
2022-12-27 22:00:42 +00:00
"vendor_name" : "Go standard library" ,
2022-09-13 18:02:33 +00:00
"product" : {
"product_data" : [
{
"product_name" : "net/url" ,
"version" : {
"version_data" : [
{
2023-06-08 21:00:40 +00:00
"version_affected" : "<" ,
"version_name" : "1.19.0-0" ,
"version_value" : "1.19.1"
2022-09-13 18:02:33 +00:00
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
2022-12-27 22:00:42 +00:00
"url" : "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s" ,
"refsource" : "MISC" ,
"name" : "https://groups.google.com/g/golang-announce/c/x49AQzIVX-s"
2022-09-13 18:02:33 +00:00
} ,
{
2022-12-27 22:00:42 +00:00
"url" : "https://go.dev/issue/54385" ,
"refsource" : "MISC" ,
"name" : "https://go.dev/issue/54385"
2022-09-13 18:02:33 +00:00
} ,
{
2022-12-27 22:00:42 +00:00
"url" : "https://go.dev/cl/423514" ,
"refsource" : "MISC" ,
"name" : "https://go.dev/cl/423514"
2022-09-16 02:00:33 +00:00
} ,
{
2022-12-27 22:00:42 +00:00
"url" : "https://pkg.go.dev/vuln/GO-2022-0988" ,
"refsource" : "MISC" ,
"name" : "https://pkg.go.dev/vuln/GO-2022-0988"
2022-09-13 18:02:33 +00:00
}
]
} ,
2022-12-27 22:00:42 +00:00
"credits" : [
{
"lang" : "en" ,
"value" : "@q0jt"
}
]
2022-06-02 13:43:42 +00:00
}