{
  "affected": [
    {
      "database_specific": {
        "unresolved_ranges": [
          {
            "events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.2.1"
              }
            ]
          }
        ]
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "ac6ce0d0a81137700874a8bf5a7caac3be999fad"
            }
          ],
          "repo": "https://github.com/solana-foundation/solana-pay",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "ac6ce0d0a81137700874a8bf5a7caac3be999fad"
            }
          ],
          "repo": "https://github.com/solana-foundation/solana-pay",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-j47c-j42c-mwqq"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-670"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/35xxx/CVE-2022-35917.json"
  },
  "details": "Solana Pay is a protocol and set of reference implementations that enable developers to incorporate decentralized payments into their apps and services. When a Solana Pay transaction is located using a reference key, it may be checked to represent a transfer of the desired amount to the recipient, using the supplied `validateTransfer` function. An edge case regarding this mechanism could cause the validation logic to validate multiple transfers. This issue has been patched as of version `0.2.1`. Users of the Solana Pay SDK should upgrade to it. There are no known workarounds for this issue.",
  "id": "CVE-2022-35917",
  "modified": "2026-04-01T23:09:42.591898044Z",
  "published": "2022-08-01T21:10:11Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#reference"
    },
    {
      "type": "WEB",
      "url": "https://github.com/solana-labs/solana-pay/blob/master/core/src/validateTransfer.ts"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/35xxx/CVE-2022-35917.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/solana-labs/solana-pay/security/advisories/GHSA-j47c-j42c-mwqq"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-35917"
    },
    {
      "type": "FIX",
      "url": "https://github.com/solana-labs/solana-pay/commit/ac6ce0d0a81137700874a8bf5a7caac3be999fad"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Weakness in Transfer Validation Logic in @solana/pay"
}