In Wire before 3.20.x, `shell.openExternal` was used without checking the URL. This vulnerability allows an attacker to execute code on the victims machine by sending messages containing links with arbitrary protocols. The victim has to interact with the link and sees the URL that is opened. The issue was patched by implementing a helper function which checks if the URL's protocol is common. If it is common, the URL will be opened externally. If not, the URL will not be opened and a warning appears for the user informing them that a probably insecure URL was blocked from being executed. The issue is patched in Wire 3.20.x. More technical details about exploitation are available in the linked advisory.
References
Link | Resource |
---|---|
https://benjamin-altpeter.de/shell-openexternal-dangers/ | Exploit Third Party Advisory |
https://github.com/wireapp/wire-desktop/commit/b3705fffa75a03f055530f55a754face5ac0623b | Patch Third Party Advisory |
https://github.com/wireapp/wire-desktop/security/advisories/GHSA-5gpx-9976-ggpm | Exploit Third Party Advisory |
Configurations
History
No history.
Information
Published : 2020-10-16 17:15
Updated : 2024-02-04 21:23
NVD link : CVE-2020-15258
Mitre link : CVE-2020-15258
CVE.ORG link : CVE-2020-15258
JSON object : View
Products Affected
wire
- wire
CWE
CWE-20
Improper Input Validation