In all version of Eclipse Hawkbit prior to 0.3.0M7, the HTTP 404 (Not Found) JSON response body returned by the REST API may contain unsafe characters within the path attribute. Sending a POST request to a non existing resource will return the full path from the given URL unescaped to the client.
{
"cpe": [
"cpe:2.3:a:eclipse:hawkbit:*:*:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m1:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m2:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m3:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m4:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m5:*:*:*:*:*:*",
"cpe:2.3:a:eclipse:hawkbit:0.3.0:m6:*:*:*:*:*:*"
],
"source": "CPE_FIELD",
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "0.2.5"
},
{
"last_affected": "0.3.0-m1"
},
{
"last_affected": "0.3.0-m2"
},
{
"last_affected": "0.3.0-m3"
},
{
"last_affected": "0.3.0-m4"
},
{
"last_affected": "0.3.0-m5"
},
{
"last_affected": "0.3.0-m6"
}
]
}