cvelist/2020/27xxx/CVE-2020-27838.json

62 lines
2.0 KiB
JSON
Raw Normal View History

2020-10-27 14:02:24 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-27838",
2021-03-08 22:00:47 +00:00
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "keycloak",
"version": {
"version_data": [
{
"version_value": "keycloak 13.0.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-287"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=1906797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1906797"
}
]
2020-10-27 14:02:24 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-03-08 22:00:47 +00:00
"value": "A flaw was found in keycloak in versions prior to 13.0.0. The client registration endpoint allows fetching information about PUBLIC clients (like client secret) without authentication which could be an issue if the same PUBLIC client changed to CONFIDENTIAL later. The highest threat from this vulnerability is to data confidentiality."
2020-10-27 14:02:24 +00:00
}
]
}
}