gsd-2022-25274
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal's revision system.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-25274", "id": "GSD-2022-25274" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-25274" ], "details": "Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal\u0027s revision system.", "id": "GSD-2022-25274", "modified": "2023-12-13T01:19:27.589844Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@drupal.org", "ID": "CVE-2022-25274", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Core", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "9.3", "version_value": "9.3.12" } ] } } ] }, "vendor_name": "Drupal" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal\u0027s revision system." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": " Access bypass" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.drupal.org/sa-core-2022-009", "refsource": "CONFIRM", "url": "https://www.drupal.org/sa-core-2022-009" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=9.3.0,\u003c9.3.12", "affected_versions": "All versions starting from 9.3.0 before 9.3.12", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-863", "CWE-937" ], "date": "2023-05-09", "description": "Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal\u0027s revision system.", "fixed_versions": [ "9.3.12" ], "identifier": "CVE-2022-25274", "identifiers": [ "CVE-2022-25274", "GHSA-7jr4-hgqx-vwgq" ], "not_impacted": "All versions before 9.3.0, all versions starting from 9.3.12", "package_slug": "packagist/drupal/core", "pubdate": "2023-04-26", "solution": "Upgrade to version 9.3.12 or above.", "title": "Access bypass in Drupal core", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-25274", "https://www.drupal.org/sa-core-2022-009", "https://github.com/advisories/GHSA-7jr4-hgqx-vwgq" ], "uuid": "c8fc5af3-8f18-4bd9-9acd-7f0bedc86227" }, { "affected_range": "\u003e=9.3.0,\u003c9.3.12", "affected_versions": "All versions starting from 9.3.0 before 9.3.12", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-863", "CWE-937" ], "date": "2023-05-09", "description": "Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal\u0027s revision system.", "fixed_versions": [ "9.3.12" ], "identifier": "CVE-2022-25274", "identifiers": [ "CVE-2022-25274" ], "not_impacted": "All versions starting from 9.3.12", "package_slug": "packagist/drupal/drupal", "pubdate": "2023-04-26", "solution": "Upgrade to version 9.3.12 or above.", "title": "Incorrect Authorization", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-25274", "https://www.drupal.org/sa-core-2022-009" ], "uuid": "87ce7b44-ab7c-4127-af15-f383c38682b1" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:drupal:drupal:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "9.3.12", "versionStartIncluding": "9.3.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@drupal.org", "ID": "CVE-2022-25274" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Drupal 9.3 implemented a generic entity access API for entity revisions. However, this API was not completely integrated with existing permissions, resulting in some possible access bypass for users who have access to use revisions of content generally, but who do not have access to individual items of node and media content. This vulnerability only affects sites using Drupal\u0027s revision system." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-863" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.drupal.org/sa-core-2022-009", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://www.drupal.org/sa-core-2022-009" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 2.5 } }, "lastModifiedDate": "2023-05-09T19:11Z", "publishedDate": "2023-04-26T14: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.