cvelist/2024/46xxx/CVE-2024-46987.json

110 lines
4.1 KiB
JSON
Raw Normal View History

2024-09-16 17:00:40 +00:00
{
2024-09-18 18:00:39 +00:00
"data_version": "4.0",
2024-09-16 17:00:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-46987",
2024-09-18 18:00:39 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-09-16 17:00:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-09-18 18:00:39 +00:00
"value": "Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails. A path traversal vulnerability accessible via MediaController's download_private_file method allows authenticated users to download any file on the web server Camaleon CMS is running on (depending on the file permissions). This issue may lead to Information Disclosure. This issue has been addressed in release version 2.8.2. Users are advised to upgrade. There are no known workarounds for this vulnerability."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
"cweId": "CWE-200"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
"cweId": "CWE-22"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "owen2345",
"product": {
"product_data": [
{
"product_name": "camaleon-cms",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 2.8.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/owen2345/camaleon-cms/security/advisories/GHSA-cp65-5m9r-vc2c",
"refsource": "MISC",
"name": "https://github.com/owen2345/camaleon-cms/security/advisories/GHSA-cp65-5m9r-vc2c"
},
{
"url": "https://codeql.github.com/codeql-query-help/ruby/rb-path-injection",
"refsource": "MISC",
"name": "https://codeql.github.com/codeql-query-help/ruby/rb-path-injection"
},
{
"url": "https://owasp.org/www-community/attacks/Path_Traversal",
"refsource": "MISC",
"name": "https://owasp.org/www-community/attacks/Path_Traversal"
},
{
"url": "https://www.reddit.com/r/rails/comments/1exwtdm/camaleon_cms_281_has_been_released",
"refsource": "MISC",
"name": "https://www.reddit.com/r/rails/comments/1exwtdm/camaleon_cms_281_has_been_released"
}
]
},
"source": {
"advisory": "GHSA-cp65-5m9r-vc2c",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
2024-09-16 17:00:40 +00:00
}
]
}
}