In OpenIDM through 4.0.0 before 4.5.0, the info endpoint may leak sensitive information upon a request by the "anonymous" user, as demonstrated by responses with a 200 HTTP status code and a JSON object containing IP address strings. This is related to a missing access-control check in bin/defaults/script/info/login.js.
{
"unresolved_ranges": [
{
"cpe": "cpe:2.3:a:openidm_project:openidm:4.5.0:*:*:*:*:*:*:*",
"extracted_events": [
{
"last_affected": "4.5.0"
}
],
"source": "CPE_FIELD"
}
]
}{
"cpe": "cpe:2.3:a:openidm_project:openidm:*:*:*:*:*:*:*:*",
"extracted_events": [
{
"introduced": "0"
},
{
"last_affected": "4.0.0"
}
],
"source": "CPE_FIELD"
}