cvelist/2025/0xxx/CVE-2025-0502.json
2025-01-15 19:00:55 +00:00

95 lines
3.8 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-0502",
"ASSIGNER": "security@craftersoftware.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Transmission of Private Resources into a New Sphere ('Resource Leak') vulnerability in CrafterCMS Engine on Linux, MacOS, x86, Windows, 64 bit, ARM allows Directory Indexing, Resource Leak Exposure.This issue affects CrafterCMS: from 4.0.0 before 4.0.8, from 4.1.0 before 4.1.6."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-402: Transmission of Private Resources into a New Sphere ('Resource Leak')",
"cweId": "CWE-402"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "CrafterCMS",
"product": {
"product_data": [
{
"product_name": "CrafterCMS",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "4.0.0",
"version_value": "4.0.8"
},
{
"version_affected": "<",
"version_name": "4.1.0",
"version_value": "4.1.6"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://craftercms.com/docs/current/security/advisory.html#cv-2025011501",
"refsource": "MISC",
"name": "https://craftercms.com/docs/current/security/advisory.html#cv-2025011501"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Block external access to the two APIs:<br><ul><li><tt>/api/1/site/content_store/tree.json</tt></li><li><tt>/api/1/site/content_store/item.json</tt></li></ul>Another approach is to block all APIs that start with <tt>/api/1/site</tt>; this can be done by changing <tt>server-config.properties</tt>&nbsp;to have the property:<br><br><tt># restrict site API access<br>crafter.core.rest.content.store.url.allowedPatterns=^/?site(/.*)?$</tt>"
}
],
"value": "Block external access to the two APIs:\n * /api/1/site/content_store/tree.json\n * /api/1/site/content_store/item.json\n\n\nAnother approach is to block all APIs that start with /api/1/site; this can be done by changing server-config.properties\u00a0to have the property:\n\n# restrict site API access\ncrafter.core.rest.content.store.url.allowedPatterns=^/?site(/.*)?$"
}
],
"credits": [
{
"lang": "en",
"value": "Carlos Ortiz, https://github.com/cortiz"
}
]
}