GHSA-vh3f-qppr-j97f

Suggest an improvement
Source
https://github.com/advisories/GHSA-vh3f-qppr-j97f
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-vh3f-qppr-j97f/GHSA-vh3f-qppr-j97f.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-vh3f-qppr-j97f
Aliases
Published
2025-09-22T21:09:27Z
Modified
2025-09-22T21:58:19Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N CVSS Calculator
Summary
Mesh Connect JS SDK Vulnerable to Cross Site Scripting via createLink.openLink
Details

Summary

The lack of sanitization of URLs protocols in the createLink.openLink function enables the execution of arbitrary JavaScript code within the context of the parent page.

Details

https://github.com/FrontFin/mesh-web-sdk/blob/cf013b85ab95d64c63cbe46d6cb14695474924e7/packages/link/src/Link.ts#L441 The createLink.openLink function takes base64 encoded links, decodes them, and then sets the resulting string as the src attribute of an iframe. It’s important to note that the protocol part is not validated, so a payload, which is a valid URL, such as javascript:alert(document.domain)//, can be provided to the function.

PoC

  1. Extract poc-mesh-web-sdk.zip
  2. Run yarn install and then yarn start
  3. Paste this payload inside the input box: amF2YXNjcmlwdDphbGVydCh3aW5kb3cucGFyZW50LmRvY3VtZW50LmJvZHkuZ2V0RWxlbWVudHNCeVRhZ05hbWUoImgyIikuaXRlbSgwKVsiaW5uZXJIVE1MIl0pLy8=
  4. Click on the OpenLink button
  5. Notice the alert box and ability to access the h2 title from the parent page

It can also be verified via https://paylink.meshconnect.com/?linkToken=amF2YXNjcmlwdDphbGVydCgpLy8=.

Impact

This is technically indistinguishable from a real page at the rendering level and allows access to the parent page DOM, storage, session, and cookies. If the attacker can specify customIframeId, they can hijack the source of existing iframes.

If access to the private key is possible or if transactions are tampered with or initialized, in a wallet context, it can result in a critical impact due to loss of funds scenarios.

Reporters

Database specific
{
    "nvd_published_at": "2025-09-22T19:16:23Z",
    "github_reviewed_at": "2025-09-22T21:09:27Z",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-79"
    ],
    "severity": "HIGH"
}
References

Affected packages

npm / @meshconnect/web-link-sdk

Package

Name
@meshconnect/web-link-sdk
View open source insights on deps.dev
Purl
pkg:npm/%40meshconnect/web-link-sdk

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.3.2

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/09/GHSA-vh3f-qppr-j97f/GHSA-vh3f-qppr-j97f.json"