CVE-2023-31134 (GCVE-0-2023-31134)
Vulnerability from cvelistv5
Published
2023-05-09 13:09
Modified
2025-01-28 17:29
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')
Summary
Tauri is software for building applications for multi-platform deployment. The Tauri IPC is usually strictly isolated from external websites, but in versions 1.0.0 until 1.0.9, 1.1.0 until 1.1.4, and 1.2.0 until 1.2.5, the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit
arbitrary websites or due to a bug allowing the open redirect. This allows the external website access to the IPC layer and therefore to all configured and exposed Tauri API endpoints and application specific implemented Tauri commands. This issue has been patched in versions 1.0.9, 1.1.4, and 1.2.5. As a workaround, prevent arbitrary input in redirect features and/or only allow trusted websites access to the IPC.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
tauri-apps | tauri |
Version: >= 1.0.0, < 1.0.9 Version: >= 1.1.0, < 1.1.4 Version: >= 1.2.0, < 1.2.5 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T14:45:25.822Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5" }, { "name": "https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767" }, { "name": "https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2023-31134", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-01-28T17:29:36.104500Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-01-28T17:29:46.784Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "tauri", "vendor": "tauri-apps", "versions": [ { "status": "affected", "version": "\u003e= 1.0.0, \u003c 1.0.9" }, { "status": "affected", "version": "\u003e= 1.1.0, \u003c 1.1.4" }, { "status": "affected", "version": "\u003e= 1.2.0, \u003c 1.2.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Tauri is software for building applications for multi-platform deployment. The Tauri IPC is usually strictly isolated from external websites, but in versions 1.0.0 until 1.0.9, 1.1.0 until 1.1.4, and 1.2.0 until 1.2.5, the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit\narbitrary websites or due to a bug allowing the open redirect. This allows the external website access to the IPC layer and therefore to all configured and exposed Tauri API endpoints and application specific implemented Tauri commands. This issue has been patched in versions 1.0.9, 1.1.4, and 1.2.5. As a workaround, prevent arbitrary input in redirect features and/or only allow trusted websites access to the IPC." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-601", "description": "CWE-601: URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-05-09T13:09:31.399Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4" }, { "name": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5" }, { "name": "https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767", "tags": [ "x_refsource_MISC" ], "url": "https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767" }, { "name": "https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f", "tags": [ "x_refsource_MISC" ], "url": "https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f" } ], "source": { "advisory": "GHSA-4wm2-cwcf-wwvp", "discovery": "UNKNOWN" }, "title": "Tauri Open Redirect Vulnerability Possibly Exposes IPC to External Sites" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-31134", "datePublished": "2023-05-09T13:09:31.399Z", "dateReserved": "2023-04-24T21:44:10.416Z", "dateUpdated": "2025-01-28T17:29:46.784Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-31134\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-05-09T14:15:13.427\",\"lastModified\":\"2024-11-21T08:01:27.743\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Tauri is software for building applications for multi-platform deployment. The Tauri IPC is usually strictly isolated from external websites, but in versions 1.0.0 until 1.0.9, 1.1.0 until 1.1.4, and 1.2.0 until 1.2.5, the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit\\narbitrary websites or due to a bug allowing the open redirect. This allows the external website access to the IPC layer and therefore to all configured and exposed Tauri API endpoints and application specific implemented Tauri commands. This issue has been patched in versions 1.0.9, 1.1.4, and 1.2.5. As a workaround, prevent arbitrary input in redirect features and/or only allow trusted websites access to the IPC.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.7,\"impactScore\":2.7},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.3,\"impactScore\":2.7}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-601\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tauri:tauri:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.0.9\",\"matchCriteriaId\":\"F348097A-BE7D-47EA-A960-3E6C36FD5C8D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tauri:tauri:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.1.0\",\"versionEndExcluding\":\"1.1.4\",\"matchCriteriaId\":\"EC2ED9AB-0085-42BD-A93F-6337A9E3751E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:tauri:tauri:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.2.0\",\"versionEndExcluding\":\"1.2.5\",\"matchCriteriaId\":\"97C3A36F-D012-4847-AC21-359E0CC960E9\"}]}]}],\"references\":[{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\", \"name\": \"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\", \"name\": \"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\", \"name\": \"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T14:45:25.822Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-31134\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-28T17:29:36.104500Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-28T17:29:42.553Z\"}}], \"cna\": {\"title\": \"Tauri Open Redirect Vulnerability Possibly Exposes IPC to External Sites\", \"source\": {\"advisory\": \"GHSA-4wm2-cwcf-wwvp\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 4.8, \"attackVector\": \"ADJACENT_NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"tauri-apps\", \"product\": \"tauri\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.0.9\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.1.0, \u003c 1.1.4\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.2.0, \u003c 1.2.5\"}]}], \"references\": [{\"url\": \"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\", \"name\": \"https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.0.9\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.1.4\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\", \"name\": \"https://github.com/tauri-apps/tauri/releases/tag/tauri-v1.2.5\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\", \"name\": \"https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\", \"name\": \"https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Tauri is software for building applications for multi-platform deployment. The Tauri IPC is usually strictly isolated from external websites, but in versions 1.0.0 until 1.0.9, 1.1.0 until 1.1.4, and 1.2.0 until 1.2.5, the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit\\narbitrary websites or due to a bug allowing the open redirect. This allows the external website access to the IPC layer and therefore to all configured and exposed Tauri API endpoints and application specific implemented Tauri commands. This issue has been patched in versions 1.0.9, 1.1.4, and 1.2.5. As a workaround, prevent arbitrary input in redirect features and/or only allow trusted websites access to the IPC.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-601\", \"description\": \"CWE-601: URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-05-09T13:09:31.399Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-31134\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-01-28T17:29:46.784Z\", \"dateReserved\": \"2023-04-24T21:44:10.416Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-05-09T13:09:31.399Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…