gsd-2023-30145
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-30145", "id": "GSD-2023-30145" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-30145" ], "details": "Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter.", "id": "GSD-2023-30145", "modified": "2023-12-13T01:20:52.087727Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2023-30145", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://portswigger.net/research/server-side-template-injection", "refsource": "MISC", "url": "https://portswigger.net/research/server-side-template-injection" }, { "name": "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection", "refsource": "MISC", "url": "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection" }, { "name": "https://drive.google.com/file/d/11MsSYqUnDRFjcwbQKJeL9Q8nWpgVYf2r/view?usp=share_link", "refsource": "MISC", "url": "https://drive.google.com/file/d/11MsSYqUnDRFjcwbQKJeL9Q8nWpgVYf2r/view?usp=share_link" }, { "name": "https://github.com/paragbagul111/CVE-2023-30145", "refsource": "MISC", "url": "https://github.com/paragbagul111/CVE-2023-30145" }, { "name": "http://packetstormsecurity.com/files/172593/Camaleon-CMS-2.7.0-Server-Side-Template-Injection.html", "refsource": "MISC", "url": "http://packetstormsecurity.com/files/172593/Camaleon-CMS-2.7.0-Server-Side-Template-Injection.html" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=2.7.0", "affected_versions": "All versions up to 2.7.0", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-937", "CWE-94" ], "date": "2023-06-01", "description": "Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter.", "fixed_versions": [ "2.7.1" ], "identifier": "CVE-2023-30145", "identifiers": [ "CVE-2023-30145", "GHSA-x487-866m-p8hr" ], "not_impacted": "All versions after 2.7.0", "package_slug": "gem/camaleon_cms", "pubdate": "2023-05-26", "solution": "Upgrade to version 2.7.1 or above.", "title": "Server-Side Template Injection in Camaleon CMS", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-30145", "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection", "https://drive.google.com/file/d/11MsSYqUnDRFjcwbQKJeL9Q8nWpgVYf2r/view?usp=share_link", "https://github.com/paragbagul111/CVE-2023-30145", "https://portswigger.net/research/server-side-template-injection", "https://github.com/owen2345/camaleon-cms/issues/1052", "https://github.com/owen2345/camaleon-cms/commit/4485788c544eb1aae52ca613bd9626129e3df6ee", "https://github.com/owen2345/camaleon-cms/releases/tag/2.7.4", "https://github.com/advisories/GHSA-x487-866m-p8hr" ], "uuid": "dc6c5f19-fff0-4e0a-a57c-e9d19c816fb2" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:tuzitio:camaleon_cms:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2.7.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2023-30145" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-94" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/paragbagul111/CVE-2023-30145", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/paragbagul111/CVE-2023-30145" }, { "name": "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection", "refsource": "MISC", "tags": [ "Exploit", "Technical Description", "Third Party Advisory" ], "url": "https://book.hacktricks.xyz/pentesting-web/ssti-server-side-template-injection" }, { "name": "https://drive.google.com/file/d/11MsSYqUnDRFjcwbQKJeL9Q8nWpgVYf2r/view?usp=share_link", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://drive.google.com/file/d/11MsSYqUnDRFjcwbQKJeL9Q8nWpgVYf2r/view?usp=share_link" }, { "name": "https://portswigger.net/research/server-side-template-injection", "refsource": "MISC", "tags": [ "Technical Description" ], "url": "https://portswigger.net/research/server-side-template-injection" }, { "name": "http://packetstormsecurity.com/files/172593/Camaleon-CMS-2.7.0-Server-Side-Template-Injection.html", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory", "VDB Entry" ], "url": "http://packetstormsecurity.com/files/172593/Camaleon-CMS-2.7.0-Server-Side-Template-Injection.html" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2023-06-01T03:44Z", "publishedDate": "2023-05-26T15:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.