gsd-2022-41924
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
A vulnerability identified in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon `tailscaled`, which can then be used to remotely execute code. In the Tailscale Windows client, the local API was bound to a local TCP socket, and communicated with the Windows client GUI in cleartext with no Host header verification. This allowed an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server. An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share. These allow the attacker to remotely execute code on the node. All Windows clients prior to version v.1.32.3 are affected. If you are running Tailscale on Windows, upgrade to v1.32.3 or later to remediate the issue.
Aliases
Aliases
{ GSD: { alias: "CVE-2022-41924", id: "GSD-2022-41924", }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-41924", ], details: "A vulnerability identified in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon `tailscaled`, which can then be used to remotely execute code. In the Tailscale Windows client, the local API was bound to a local TCP socket, and communicated with the Windows client GUI in cleartext with no Host header verification. This allowed an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server. An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share. These allow the attacker to remotely execute code on the node. All Windows clients prior to version v.1.32.3 are affected. If you are running Tailscale on Windows, upgrade to v1.32.3 or later to remediate the issue.", id: "GSD-2022-41924", modified: "2023-12-13T01:19:32.525942Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41924", STATE: "PUBLIC", TITLE: "Tailscale Windows daemon is vulnerable to RCE via CSRF", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "tailscale", version: { version_data: [ { version_value: "< 1.32.3", }, ], }, }, ], }, vendor_name: "tailscale", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "A vulnerability identified in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon `tailscaled`, which can then be used to remotely execute code. In the Tailscale Windows client, the local API was bound to a local TCP socket, and communicated with the Windows client GUI in cleartext with no Host header verification. This allowed an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server. An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share. These allow the attacker to remotely execute code on the node. All Windows clients prior to version v.1.32.3 are affected. If you are running Tailscale on Windows, upgrade to v1.32.3 or later to remediate the issue.", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.6, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:H", version: "3.0", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-346: Origin Validation Error", }, ], }, { description: [ { lang: "eng", value: "CWE-352: Cross-Site Request Forgery (CSRF)", }, ], }, ], }, references: { reference_data: [ { name: "https://emily.id.au/tailscale", refsource: "MISC", url: "https://emily.id.au/tailscale", }, { name: "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", refsource: "CONFIRM", url: "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", }, { name: "https://tailscale.com/security-bulletins/#ts-2022-004", refsource: "MISC", url: "https://tailscale.com/security-bulletins/#ts-2022-004", }, ], }, source: { advisory: "GHSA-vqp6-rc3h-83cp", discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "<1.32.3", affected_versions: "All versions before 1.32.3", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", cwe_ids: [ "CWE-1035", "CWE-352", "CWE-78", "CWE-937", ], date: "2023-03-10", description: "A vulnerability identified in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon `tailscaled`, which can then be used to remotely execute code. In the Tailscale Windows client, the local API was bound to a local TCP socket, and communicated with the Windows client GUI in cleartext with no Host header verification. This allowed an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server. An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share. These allow the attacker to remotely execute code on the node. All Windows clients prior to version v.1.32.3 are affected. If you are running Tailscale on Windows, upgrade to v1.32.3 or later to remediate the issue.", fixed_versions: [ "1.32.3", ], identifier: "CVE-2022-41924", identifiers: [ "GHSA-vqp6-rc3h-83cp", "CVE-2022-41924", ], not_impacted: "All versions starting from 1.32.3", package_slug: "go/tailscale.com", pubdate: "2022-11-21", solution: "Upgrade to version 1.32.3 or above.", title: "Cross-Site Request Forgery (CSRF)", urls: [ "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", "https://nvd.nist.gov/vuln/detail/CVE-2022-41924", "https://emily.id.au/tailscale", "https://tailscale.com/security-bulletins/#ts-2022-004", "https://github.com/tailscale/tailscale/releases/tag/v1.32.3", "https://github.com/advisories/GHSA-vqp6-rc3h-83cp", ], uuid: "792d5fb7-f8fe-4de3-9e3b-c592c0527b4c", }, { affected_range: "<1.32.3", affected_versions: "All versions before 1.32.3", cwe_ids: [ "CWE-1035", "CWE-78", "CWE-937", ], date: "2022-11-21", description: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in tailscale/tailscale.com/cmd.", fixed_versions: [ "1.32.3", ], identifier: "GMS-2022-6914", identifiers: [ "GHSA-vqp6-rc3h-83cp", "GMS-2022-6914", "CVE-2022-41924", ], not_impacted: "All versions starting from 1.32.3", package_slug: "go/tailscale/tailscale.com/cmd", pubdate: "2022-11-21", solution: "Upgrade to version 1.32.3 or above.", title: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", urls: [ "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", "https://github.com/advisories/GHSA-vqp6-rc3h-83cp", ], uuid: "1038c408-631c-4541-ae5d-83144a6fdbb0", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:tailscale:tailscale:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "1.32.3", vulnerable: true, }, ], operator: "OR", }, { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", cpe_name: [], vulnerable: false, }, ], operator: "OR", }, ], cpe_match: [], operator: "AND", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41924", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "A vulnerability identified in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon `tailscaled`, which can then be used to remotely execute code. In the Tailscale Windows client, the local API was bound to a local TCP socket, and communicated with the Windows client GUI in cleartext with no Host header verification. This allowed an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server. An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share. These allow the attacker to remotely execute code on the node. All Windows clients prior to version v.1.32.3 are affected. If you are running Tailscale on Windows, upgrade to v1.32.3 or later to remediate the issue.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-346", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", refsource: "CONFIRM", tags: [ "Third Party Advisory", ], url: "https://github.com/tailscale/tailscale/security/advisories/GHSA-vqp6-rc3h-83cp", }, { name: "https://emily.id.au/tailscale", refsource: "MISC", tags: [ "Exploit", "Technical Description", "Third Party Advisory", ], url: "https://emily.id.au/tailscale", }, { name: "https://tailscale.com/security-bulletins/#ts-2022-004", refsource: "MISC", tags: [ "Vendor Advisory", ], url: "https://tailscale.com/security-bulletins/#ts-2022-004", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.6, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "CHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", version: "3.1", }, exploitabilityScore: 2.8, impactScore: 6, }, }, lastModifiedDate: "2023-06-27T14:18Z", publishedDate: "2022-11-23T19:15Z", }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.