Cyber Resilience

CVE-2025-49462

CSRF in Zoom ≤ 6.4.5

Published
10 July 2025
Modified
17 June 2026
CVSS Score v3.1 3.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N
EPSS Score 0.0021 12th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-49462 is a low-severity CSRF (CWE-352) vulnerability in Zoom Zoom. Its CVSS base score is 3.5 (Low).

Operationally, ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-23 (Session Authenticity) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Cross-site scripting in certain Zoom Clients before version 6.4.5 may allow an authenticated user to conduct a disclosure of information via network access.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-28900Shared CWE-352
CVE-2024-25932Shared CWE-352
CVE-2024-34809Shared CWE-352
CVE-2025-2935Shared CWE-352
CVE-2024-54205Shared CWE-352
CVE-2025-23898Shared CWE-352
CVE-2025-5933Shared CWE-352
CVE-2025-9623Shared CWE-352
CVE-2025-32267Shared CWE-352
CVE-2023-47718Shared CWE-352

Affected Assets

zoom
zoom
≤ 6.4.5 · ≤ 6.4.5 · ≤ 6.4.5

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-23 Session Authenticity
  • SI-15 Information Output Filtering
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to the Zoom client, blocking the malicious payloads that enable the XSS/CSRF vector described in CVE-2025-49462.

prevent

Enforces session authenticity mechanisms (e.g., anti-CSRF tokens or equivalent) that would stop an authenticated user from being tricked into actions leading to information disclosure.

prevent

Requires filtering/sanitization of all output rendered by the Zoom client, mitigating reflected or stored XSS that could leak information.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require anti-CSRF controls such as tokens or SameSite attributes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

none

Contextual intelligence about emerging CSRF toolkits can be translated into updated anti-CSRF token or same-site policy configurations across applications.

References