cvelist/2021/22xxx/CVE-2021-22951.json

67 lines
2.6 KiB
JSON
Raw Normal View History

2021-01-06 21:03:32 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-22951",
2021-11-19 19:00:57 +00:00
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "https://github.com/concrete5/concrete5",
"version": {
"version_data": [
{
"version_value": "Fixed version Concrete CMS 8.5.7 and 9.0"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Insecure Direct Object Reference (IDOR) (CWE-639)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://documentation.concretecms.org/developers/introduction/version-history/857-release-notes",
"url": "https://documentation.concretecms.org/developers/introduction/version-history/857-release-notes"
},
{
"refsource": "MISC",
"name": "https://hackerone.com/reports/1102014",
"url": "https://hackerone.com/reports/1102014"
}
]
2021-01-06 21:03:32 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-11-19 19:00:57 +00:00
"value": "Unauthorized individuals could view password protected files using view_inline in Concrete CMS (previously concrete 5) prior to version 8.5.7. Concrete CMS now checks to see if a file has a password in view_inline and, if it does, the file is not rendered.For version 8.5.6, the following mitigations were put in place a. restricting file types for view_inline to images only b. putting a warning in the file manager to advise users.Credit for discovery: \"Solar Security Research Team\"Concrete CMS security team CVSS scoring is 5.3: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:NThis fix is also in Concrete version 9.0.0"
2021-01-06 21:03:32 +00:00
}
]
}
}