Cyber Resilience

CVE-2025-55179

Whatsapp 2.25.8.14 – 2.25.23.83

Published
18 November 2025
Modified
25 November 2025
Patch / advisory
CVSS Score v3.1 5.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0017 6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-55179 is a medium-severity an unspecified weakness vulnerability in Whatsapp Whatsapp. Its CVSS base score is 5.4 (Medium).

Operationally, ranked at the 6th 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 SI-10 (Information Input Validation) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Incomplete validation of rich response messages in WhatsApp for iOS prior to v2.25.23.73, WhatsApp Business for iOS v2.25.23.82, and WhatsApp for Mac v2.25.23.83 could have allowed a user to trigger processing of media content from an arbitrary URL on another…

more

user’s device. We have not seen evidence of exploitation in the wild.

CWE(s)

Related Threats

CVEs Like This One

CVE-2019-3568Same product: Whatsapp Whatsapp
CVE-2025-55177Same product: Whatsapp Whatsapp
CVE-2023-38537Same product: Whatsapp Whatsapp
CVE-2026-23863Same product: Whatsapp Whatsapp
CVE-2023-38538Same product: Whatsapp Whatsapp
CVE-2025-30401Same product: Whatsapp Whatsapp
CVE-2019-18426Same product: Whatsapp Whatsapp
CVE-2026-23866Same product: Whatsapp Whatsapp

Affected Assets

whatsapp
whatsapp
2.25.8.14 — 2.25.23.83 · 2.25.8.17 — 2.25.23.73
whatsapp
whatsapp business
2.25.8.14 — 2.25.23.82

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SI-3 Malicious Code Protection
Detect
Catch it (NIST detect / respond)
  • SI-3 Malicious Code Protection
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all input (here, rich response messages) to reject malformed or unauthorized content such as arbitrary URLs before any media processing occurs.

prevent

Enforces policy-based information flow rules that can restrict which external URLs or media sources a client is permitted to retrieve and process.

preventdetect

Provides mechanisms to inspect, filter, or block incoming media content that originates from untrusted or arbitrary locations before execution or rendering.

References