GHSA-rr4x-crhf-8886

Suggest an improvement
Source
https://github.com/advisories/GHSA-rr4x-crhf-8886
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-rr4x-crhf-8886/GHSA-rr4x-crhf-8886.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-rr4x-crhf-8886
Aliases
Published
2023-10-10T21:29:50Z
Modified
2025-02-20T23:12:14Z
Severity
  • 5.1 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
Cache variables with the operations when transforms exist on the root level even if variables change in the further requests with the same operation
Details

When you have transforms on the root level or single source with transforms, and the client sends the same query with different variables, the initial variables are used in all following requests until the cache evicts DocumentNode.

Let's say if a token is sent via variables, the following requests will act like the same token is sent even if the following requests have different tokens.

This can cause a short memory leak but it won't grow per each request but per different operation until the cache evicts DocumentNode by LRU mechanism.

Database specific
{
    "cwe_ids": [
        "CWE-400",
        "CWE-401"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2023-10-10T21:29:50Z",
    "nvd_published_at": "2025-02-20T21:15:26Z",
    "severity": "MODERATE"
}
References

Affected packages

npm / @graphql-mesh/runtime

Package

Name
@graphql-mesh/runtime
View open source insights on deps.dev
Purl
pkg:npm/%40graphql-mesh/runtime

Affected ranges

Type
SEMVER
Events
Introduced
0.96.5
Fixed
0.96.9

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-rr4x-crhf-8886/GHSA-rr4x-crhf-8886.json"