gsd-2023-34235
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, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.
Aliases
Aliases



{
  "GSD": {
    "alias": "CVE-2023-34235",
    "id": "GSD-2023-34235"
  },
  "gsd": {
    "metadata": {
      "exploitCode": "unknown",
      "remediation": "unknown",
      "reportConfidence": "confirmed",
      "type": "vulnerability"
    },
    "osvSchema": {
      "aliases": [
        "CVE-2023-34235"
      ],
      "details": "Strapi is an open-source headless content management system. Prior to version 4.10.8, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.",
      "id": "GSD-2023-34235",
      "modified": "2023-12-13T01:20:30.690766Z",
      "schema_version": "1.4.0"
    }
  },
  "namespaces": {
    "cve.org": {
      "CVE_data_meta": {
        "ASSIGNER": "security-advisories@github.com",
        "ID": "CVE-2023-34235",
        "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, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue."
          }
        ]
      },
      "impact": {
        "cvss": [
          {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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-9xg4-3qfm-9w8f",
            "refsource": "MISC",
            "url": "https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f"
          },
          {
            "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-9xg4-3qfm-9w8f",
        "discovery": "UNKNOWN"
      }
    },
    "gitlab.com": {
      "advisories": [
        {
          "affected_range": "\u003c=4.10.7",
          "affected_versions": "All versions up to 4.10.7",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.",
          "fixed_versions": [
            "4.10.8"
          ],
          "identifier": "CVE-2023-34235",
          "identifiers": [
            "GHSA-9xg4-3qfm-9w8f",
            "CVE-2023-34235"
          ],
          "not_impacted": "All versions after 4.10.7",
          "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-9xg4-3qfm-9w8f",
            "https://nvd.nist.gov/vuln/detail/CVE-2023-34235",
            "https://github.com/strapi/strapi/releases/tag/v4.10.8",
            "https://github.com/advisories/GHSA-9xg4-3qfm-9w8f"
          ],
          "uuid": "4108acd7-fa78-4d1b-adbd-c05b61cf5d5b"
        },
        {
          "affected_range": "\u003c=4.10.7",
          "affected_versions": "All versions up to 4.10.7",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.",
          "fixed_versions": [
            "4.10.8"
          ],
          "identifier": "CVE-2023-34235",
          "identifiers": [
            "GHSA-9xg4-3qfm-9w8f",
            "CVE-2023-34235"
          ],
          "not_impacted": "All versions after 4.10.7",
          "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-9xg4-3qfm-9w8f",
            "https://nvd.nist.gov/vuln/detail/CVE-2023-34235",
            "https://github.com/strapi/strapi/releases/tag/v4.10.8",
            "https://github.com/advisories/GHSA-9xg4-3qfm-9w8f"
          ],
          "uuid": "92bb509e-8ca5-44a1-ae60-b683f32d1ce5"
        },
        {
          "affected_range": "\u003c4.10.8",
          "affected_versions": "All versions before 4.10.8",
          "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
          "cwe_ids": [
            "CWE-1035",
            "CWE-200",
            "CWE-937"
          ],
          "date": "2023-08-02",
          "description": "Strapi is an open-source headless content management system. Prior to version 4.10.8, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.",
          "fixed_versions": [
            "4.10.8"
          ],
          "identifier": "CVE-2023-34235",
          "identifiers": [
            "CVE-2023-34235",
            "GHSA-9xg4-3qfm-9w8f"
          ],
          "not_impacted": "All versions starting from 4.10.8",
          "package_slug": "npm/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://nvd.nist.gov/vuln/detail/CVE-2023-34235",
            "https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f",
            "https://github.com/strapi/strapi/releases/tag/v4.10.8"
          ],
          "uuid": "dcf0cc07-f742-4a39-9386-a10da9ac2ed2"
        }
      ]
    },
    "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-34235"
        },
        "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, it is possible to leak private fields if one is using the `t(number)` prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from `password` to `t1.password`. `password` is protected by filtering protections but `t1.password` is not protected. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue."
            }
          ]
        },
        "problemtype": {
          "problemtype_data": [
            {
              "description": [
                {
                  "lang": "en",
                  "value": "CWE-200"
                }
              ]
            }
          ]
        },
        "references": {
          "reference_data": [
            {
              "name": "https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f",
              "refsource": "MISC",
              "tags": [
                "Exploit",
                "Vendor Advisory"
              ],
              "url": "https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f"
            },
            {
              "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.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "exploitabilityScore": 3.9,
          "impactScore": 3.6
        }
      },
      "lastModifiedDate": "2023-08-02T19:02Z",
      "publishedDate": "2023-07-25T18:15Z"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

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.