CVE-2022-28755
11.08.2022, 15:15
The Zoom Client for Meetings (for Android, iOS, Linux, macOS, and Windows) before version 5.11.0 are susceptible to a URL parsing vulnerability. If a malicious Zoom meeting URL is opened, the malicious link may direct the user to connect to an arbitrary network address, leading to additional attacks including the potential for remote code execution through launching executables from arbitrary paths.
Vendor | Product | Version |
---|---|---|
zoom | virtual_desktop_infrastructure | 𝑥 < 5.10.7 |
zoom | zoom | 𝑥 < 5.11.0 |
zoom | zoom | 𝑥 < 5.11.0 |
zoom | zoom | 𝑥 < 5.11.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks.