6.8
CVE-2024-39826
- EPSS 0.16%
- Published 15.07.2024 18:15:05
- Last modified 02.10.2025 21:15:59
- Source security@zoom.us
- Teams watchlist Login
- Open Login
Race condition in Team Chat for some Zoom Workplace Apps and SDKs for Windows may allow an authenticated user to conduct information disclosure via network access.
Data is provided by the National Vulnerability Database (NVD)
Zoom ≫ Meeting Software Development Kit SwPlatformwindows Version < 6.0.0
Zoom ≫ Workplace Desktop SwPlatformwindows Version < 6.0.0
Zoom ≫ Workplace Virtual Desktop Infrastructure SwPlatformwindows Version < 5.17.13
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.16% | 0.372 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
security@zoom.us | 6.8 | 2.3 | 4 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
|
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition
The product checks the state of a resource before using that resource, but the resource's state can change between the check and the use in a way that invalidates the results of the check. This can cause the product to perform invalid actions when the resource is in an unexpected state.