Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

1 vulnerability by remult

CVE-2023-35167 (GCVE-0-2023-35167)

Vulnerability from cvelistv5 – Published: 2023-06-23 19:03 – Updated: 2024-11-07 19:04
VLAI
Title
When setting EntityOptions.apiPrefilter to a function, the filter is not applied to API requests for a resource by Id
Summary
Remult is a CRUD framework for full-stack TypeScript. If you used the apiPrefilter option of the `@Entity` decorator, by setting it to a function that returns a filter that prevents unauthorized access to data, an attacker who knows the `id` of an entity instance is not authorized to access, can gain read, update and delete access to it. The issue is fixed in version 0.20.6. As a workaround, set the `apiPrefilter` option to a filter object instead of a function.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
  • CWE-284 - Improper Access Control
Assigner
Impacted products
Vendor Product Version
remult remult Affected: < 0.20.6
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T16:23:59.673Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "name": "https://github.com/remult/remult/security/advisories/GHSA-7hh3-3x64-v2g9",
            "tags": [
              "x_refsource_CONFIRM",
              "x_transferred"
            ],
            "url": "https://github.com/remult/remult/security/advisories/GHSA-7hh3-3x64-v2g9"
          },
          {
            "name": "https://github.com/remult/remult/commit/6892ae97134126d8710ef7302bb2fc37730994c5",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/remult/remult/commit/6892ae97134126d8710ef7302bb2fc37730994c5"
          },
          {
            "name": "https://github.com/remult/remult/releases/tag/v0.20.6",
            "tags": [
              "x_refsource_MISC",
              "x_transferred"
            ],
            "url": "https://github.com/remult/remult/releases/tag/v0.20.6"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2023-35167",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-11-07T19:04:21.714944Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-07T19:04:32.133Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "remult",
          "vendor": "remult",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 0.20.6"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "Remult is a CRUD framework for full-stack TypeScript. If you used the apiPrefilter option of the `@Entity` decorator, by setting it to a function that returns a filter that prevents unauthorized access to data, an attacker who knows the `id` of an entity instance is not authorized to access, can gain read, update and delete access to it. The issue is fixed in version 0.20.6. As a workaround, set the `apiPrefilter` option to a filter object instead of a function."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-284",
              "description": "CWE-284: Improper Access Control",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2023-06-23T19:03:54.753Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/remult/remult/security/advisories/GHSA-7hh3-3x64-v2g9",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/remult/remult/security/advisories/GHSA-7hh3-3x64-v2g9"
        },
        {
          "name": "https://github.com/remult/remult/commit/6892ae97134126d8710ef7302bb2fc37730994c5",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/remult/remult/commit/6892ae97134126d8710ef7302bb2fc37730994c5"
        },
        {
          "name": "https://github.com/remult/remult/releases/tag/v0.20.6",
          "tags": [
            "x_refsource_MISC"
          ],
          "url": "https://github.com/remult/remult/releases/tag/v0.20.6"
        }
      ],
      "source": {
        "advisory": "GHSA-7hh3-3x64-v2g9",
        "discovery": "UNKNOWN"
      },
      "title": "When setting EntityOptions.apiPrefilter to a function, the filter is not applied to API requests for a resource by Id"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2023-35167",
    "datePublished": "2023-06-23T19:03:54.753Z",
    "dateReserved": "2023-06-14T14:17:52.179Z",
    "dateUpdated": "2024-11-07T19:04:32.133Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1"
}