gsd-2022-43693
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Concrete CMS is vulnerable to CSRF due to the lack of "State" parameter for external Concrete authentication service for users of Concrete who use the "out of the box" core OAuth.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-43693", "id": "GSD-2022-43693" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-43693" ], "details": "Concrete CMS is vulnerable to CSRF due to the lack of \"State\" parameter for external Concrete authentication service for users of Concrete who use the \"out of the box\" core OAuth.", "id": "GSD-2022-43693", "modified": "2023-12-13T01:19:31.715651Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2022-43693", "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": "Concrete CMS is vulnerable to CSRF due to the lack of \"State\" parameter for external Concrete authentication service for users of Concrete who use the \"out of the box\" core OAuth." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/concretecms/concretecms/releases/9.1.3", "refsource": "MISC", "url": "https://github.com/concretecms/concretecms/releases/9.1.3" }, { "name": "https://github.com/concretecms/concretecms/releases/8.5.10", "refsource": "MISC", "url": "https://github.com/concretecms/concretecms/releases/8.5.10" }, { "name": "https://documentation.concretecms.org/developers/introduction/version-history/913-release-notes", "refsource": "MISC", "url": "https://documentation.concretecms.org/developers/introduction/version-history/913-release-notes" }, { "name": "https://documentation.concretecms.org/developers/introduction/version-history/8510-release-notes", "refsource": "MISC", "url": "https://documentation.concretecms.org/developers/introduction/version-history/8510-release-notes" }, { "name": "https://www.concretecms.org/about/project-news/security/concrete-cms-security-advisory-2022-10-31", "refsource": "MISC", "url": "https://www.concretecms.org/about/project-news/security/concrete-cms-security-advisory-2022-10-31" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c8.5.10||\u003e=9.0.0RC1,\u003c9.1.3", "affected_versions": "All versions before 8.5.10, all versions starting from 9.0.0rc1 before 9.1.3", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-352", "CWE-352", "CWE-937" ], "date": "2022-11-16", "description": "Concrete CMS is vulnerable to CSRF due to the lack of \"State\" parameter for external Concrete authentication service for users of Concrete who use the \"out of the box\" core OAuth.", "fixed_versions": [ "8.5.10", "9.1.3" ], "identifier": "CVE-2022-43693", "identifiers": [ "GHSA-w8fp-3gwq-gxpw", "CVE-2022-43693" ], "not_impacted": "All versions starting from 8.5.10 before 9.0.0rc1, all versions starting from 9.1.3", "package_slug": "packagist/concrete5/concrete5", "pubdate": "2022-11-14", "solution": "Upgrade to versions 8.5.10, 9.1.3 or above.", "title": "Cross-Site Request Forgery (CSRF)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-43693", "https://documentation.concretecms.org/developers/introduction/version-history/8510-release-notes", "https://documentation.concretecms.org/developers/introduction/version-history/913-release-notes", "https://github.com/concretecms/concretecms/releases/8.5.10", "https://github.com/concretecms/concretecms/releases/9.1.3", "https://www.concretecms.org/about/project-news/security/concrete-cms-security-advisory-2022-10-31", "https://github.com/advisories/GHSA-w8fp-3gwq-gxpw" ], "uuid": "50ac3994-f1fc-48f4-8a14-6cbfdbae7847" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:concretecms:concrete_cms:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.5.10", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:concretecms:concrete_cms:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "9.1.2", "versionStartIncluding": "9.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2022-43693" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Concrete CMS is vulnerable to CSRF due to the lack of \"State\" parameter for external Concrete authentication service for users of Concrete who use the \"out of the box\" core OAuth." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-352" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/concretecms/concretecms/releases/8.5.10", "refsource": "MISC", "tags": [ "Patch", "Release Notes", "Third Party Advisory" ], "url": "https://github.com/concretecms/concretecms/releases/8.5.10" }, { "name": "https://documentation.concretecms.org/developers/introduction/version-history/913-release-notes", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://documentation.concretecms.org/developers/introduction/version-history/913-release-notes" }, { "name": "https://documentation.concretecms.org/developers/introduction/version-history/8510-release-notes", "refsource": "MISC", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://documentation.concretecms.org/developers/introduction/version-history/8510-release-notes" }, { "name": "https://www.concretecms.org/about/project-news/security/concrete-cms-security-advisory-2022-10-31", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://www.concretecms.org/about/project-news/security/concrete-cms-security-advisory-2022-10-31" }, { "name": "https://github.com/concretecms/concretecms/releases/9.1.3", "refsource": "MISC", "tags": [ "Patch", "Release Notes", "Third Party Advisory" ], "url": "https://github.com/concretecms/concretecms/releases/9.1.3" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9 } }, "lastModifiedDate": "2022-11-17T21:55Z", "publishedDate": "2022-11-14T17: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.
Loading…