CVE-2025-0502
6.9
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:L/SI:N/SA:L
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| CrafterCMS | CrafterCMS | 4.0.0 < 4.0.8 | affected |
| CrafterCMS | CrafterCMS | 4.1.0 < 4.1.6 | affected |
Weaknesses
- CWE-402: CWE-402: Transmission of Private Resources into a New Sphere ('Resource Leak')
Workarounds
Block external access to the two APIs:
- /api/1/site/content_store/tree.json
- /api/1/site/content_store/item.json
Another approach is to block all APIs that start with /api/1/site; this can be done by changing server-config.properties to have the property:
restrict site API access
crafter.core.rest.content.store.url.allowedPatterns=^/?site(/.*)?$
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: partial
References
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.