CVE-2024-35222
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedTauri is a framework for building binaries for all major desktop platforms. Remote origin iFrames in Tauri applications can access the Tauri IPC endpoints without being explicitly allowed in the `dangerousRemoteDomainIpcAccess` in v1 and in the `capabilities` in v2. Valid commands with potentially unwanted consequences ("delete project", "transfer credits", etc.) could be invoked by an attacker that controls the content of an iframe running inside a Tauri app. This vulnerability has been patched in versions 1.6.7 and 2.0.0-beta.19.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceTauri applications allow remote origin iFrames to bypass IPC access controls, enabling attackers who control iframe content to invoke sensitive Tauri commands (e.g., delete project, transfer credits) without proper authorization in both v1 (dangerousRemoteDomainIpcAccess) and v2 (capabilities) configurations.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify your Tauri versionCheck the Cargo.toml file or package.json for the tauri dependency version, or run 'cargo tauri --version' if the CLI is installedAffected if The version is earlier than 1.6.7 (for v1) or earlier than 2.0.0-beta.19 (for v2)
-
Check v1 dangerousRemoteDomainIpcAccess settingInspect your tauri.conf.json for the 'security' section and look for 'dangerousRemoteDomainIpcAccess' - this setting controls whether remote domains can access IPCAffected if dangerousRemoteDomainIpcAccess is present and set to true, or if you have allowed remote domains in the 'remoteDomain' field without explicit IPC restrictions
-
Verify v2 capabilities configurationExamine the src-tauri/capabilities/*.json files and check if any capability grants IPC command permissions to origins other than 'localhost' or 'app://' without explicit origin restrictionsAffected if Capabilities grant broad IPC access to commands without restricting allowed origins, or use wildcard origins for sensitive commands
-
Determine if your app loads remote iframesReview your frontend code for iframe elements with src attributes pointing to domains other than localhost or your own app originAffected if Your application loads content from remote origins in iframes and uses vulnerable Tauri versions with permissive IPC settings
You are affected if you run Tauri versions before 1.6.7/2.0.0-beta.19 AND have remote origins accessible via iframes with IPC command access enabled for those origins.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate Tauri to version 1.6.7 or 2.0.0-beta.19 or later, and audit IPC access configurations to ensure only explicitly allowed origins can access endpoints.
Tauri v1 -> 1.6.7 or Tauri v2 -> 2.0.0-beta.19
- 1. Identify the current Tauri version in use by checking the Cargo.toml or package.json dependencies
- 2. For Tauri v1 applications: Upgrade to version 1.6.7 or later by updating the tauri dependency in Cargo.toml to version ^1.6.7 and running cargo update
- 3. For Tauri v2 applications: Upgrade to version 2.0.0-beta.19 or later by updating the tauri dependency to the latest 2.x beta release
- 4. After upgrading, rebuild the application using `cargo tauri build`
- 5. Verify that IPC access controls are properly configured by reviewing dangerousRemoteDomainIpcAccess (v1) or capabilities (v2) to ensure only intended domains are allowed
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-35222 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-35222 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data