gsd-2023-34093
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-34093", "id": "GSD-2023-34093" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-34093" ], "details": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.", "id": "GSD-2023-34093", "modified": "2023-12-13T01:20:31.128845Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-34093", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "strapi", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c 4.10.8" } ] } } ] }, "vendor_name": "strapi" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue." } ] }, "impact": { "cvss": [ { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:L/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-200", "lang": "eng", "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "refsource": "MISC", "url": "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf" }, { "name": "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "refsource": "MISC", "url": "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de" }, { "name": "https://github.com/strapi/strapi/releases/tag/v4.10.8", "refsource": "MISC", "url": "https://github.com/strapi/strapi/releases/tag/v4.10.8" } ] }, "source": { "advisory": "GHSA-chmr-rg2f-9jmf", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c4.10.8", "affected_versions": "All versions before 4.10.8", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-25", "description": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.", "fixed_versions": [ "4.10.8" ], "identifier": "CVE-2023-34093", "identifiers": [ "GHSA-chmr-rg2f-9jmf", "CVE-2023-34093" ], "not_impacted": "All versions starting from 4.10.8", "package_slug": "npm/@strapi/database", "pubdate": "2023-07-25", "solution": "Upgrade to version 4.10.8 or above.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "https://nvd.nist.gov/vuln/detail/CVE-2023-34093", "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "https://github.com/strapi/strapi/releases/tag/v4.10.8", "https://github.com/advisories/GHSA-chmr-rg2f-9jmf" ], "uuid": "b5bee6e9-34d8-40ea-9995-c3fc454656b9" }, { "affected_range": "\u003c4.10.8", "affected_versions": "All versions before 4.10.8", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-25", "description": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.", "fixed_versions": [ "4.10.8" ], "identifier": "CVE-2023-34093", "identifiers": [ "GHSA-chmr-rg2f-9jmf", "CVE-2023-34093" ], "not_impacted": "All versions starting from 4.10.8", "package_slug": "npm/@strapi/strapi", "pubdate": "2023-07-25", "solution": "Upgrade to version 4.10.8 or above.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "https://nvd.nist.gov/vuln/detail/CVE-2023-34093", "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "https://github.com/strapi/strapi/releases/tag/v4.10.8", "https://github.com/advisories/GHSA-chmr-rg2f-9jmf" ], "uuid": "09a2439f-7fa8-4dfb-bf86-7b0d55e65e44" }, { "affected_range": "\u003c4.10.8", "affected_versions": "All versions before 4.10.8", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-07-25", "description": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.", "fixed_versions": [ "4.10.8" ], "identifier": "CVE-2023-34093", "identifiers": [ "GHSA-chmr-rg2f-9jmf", "CVE-2023-34093" ], "not_impacted": "All versions starting from 4.10.8", "package_slug": "npm/@strapi/utils", "pubdate": "2023-07-25", "solution": "Upgrade to version 4.10.8 or above.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "https://nvd.nist.gov/vuln/detail/CVE-2023-34093", "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "https://github.com/strapi/strapi/releases/tag/v4.10.8", "https://github.com/advisories/GHSA-chmr-rg2f-9jmf" ], "uuid": "d3421acd-8f39-4c01-94e0-bed56d3b32be" }, { "affected_range": "\u003c4.10.8", "affected_versions": "All versions before 4.10.8", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "cwe_ids": [ "CWE-1035", "CWE-200", "CWE-937" ], "date": "2023-08-03", "description": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue.", "fixed_versions": [], "identifier": "CVE-2023-34093", "identifiers": [ "CVE-2023-34093", "GHSA-chmr-rg2f-9jmf" ], "not_impacted": "", "package_slug": "npm/strapi", "pubdate": "2023-07-25", "solution": "Unfortunately, there is no solution available yet.", "title": "Exposure of Sensitive Information to an Unauthorized Actor", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-34093", "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "https://github.com/strapi/strapi/releases/tag/v4.10.8" ], "uuid": "1f6c9345-c617-4a61-898d-bdf825000e0f" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:strapi:strapi:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.10.8", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-34093" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Strapi is an open-source headless content management system. Prior to version 4.10.8, anyone (Strapi developers, users, plugins) can make every attribute of a Content-Type public without knowing it. The vulnerability only affects the handling of content types by Strapi, not the actual content types themselves. Users can use plugins or modify their own content types without realizing that the `privateAttributes` getter is being removed, which can result in any attribute becoming public. This can lead to sensitive information being exposed or the entire system being taken control of by an attacker(having access to password hashes). Anyone can be impacted, depending on how people are using/extending content-types. If the users are mutating the content-type, they will not be affected. Version 4.10.8 contains a patch for this issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/strapi/strapi/commit/2fa8f30371bfd1db44c15e5747860ee5789096de" }, { "name": "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf", "refsource": "MISC", "tags": [ "Exploit" ], "url": "https://github.com/strapi/strapi/security/advisories/GHSA-chmr-rg2f-9jmf" }, { "name": "https://github.com/strapi/strapi/releases/tag/v4.10.8", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/strapi/strapi/releases/tag/v4.10.8" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 4.2 } }, "lastModifiedDate": "2023-08-03T13:45Z", "publishedDate": "2023-07-25T15: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.