CVE-2026-67302
FreeRDP before 3.29.0 (affected versions <= 3.28.0) contains a divide-by-zero vulnerability in the rdpecam camera redirection client. ecam_dev_process_start_streams_request() parses a server-controlled CAM_MEDIA_TYPE_DESCRIPTION from a StartStreamsRequest PDU but validates only Format and Flags, not FrameRateDenominator. When a malicious or compromised RDP server sends a StartStreamsRequest with FrameRateDenominator set to zero, ecam_encoder_context_init() (channels/rdpecam/client/encoding.c) computes FrameRateNumerator / FrameRateDenominator, causing an integer division by zero (SIGFPE) and termination of the FreeRDP client process. Camera redirection must be enabled on the client for the channel to be reachable. Fixed in FreeRDP 3.29.0.
Scoring
- Severity
- MEDIUM
- CVSS base score
- 5.3
- CVSS vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
- EPSS probability
- 0.36%
- CWE
- CWE-369
- Published
- 2026-08-01
- Last modified
- 2026-08-03
Affected products
- FreeRDP FreeRDP
- FreeRDP FreeRDP
Weakness type
Related vulnerabilities
- CVE-2026-6244 — division by zero in libpcap before 1.10.7
- CVE-2026-85458 — Divide-by-zero in Xpdf 4.06 due to zero-height Type 3 glyph
- CVE-2026-16897 — Vulnerabilities in IBM AIX and PowerVM VIOS
- CVE-2026-63117 — FreeRDP: Denial of service through ADPCM frame size calculation
- CVE-2026-64951 — Velociraptor DoS triggered by Divide by Zero panic
- CVE-2026-17535 — Velociraptor Multiple Crashes in NTFS Parser when applied to invalid NTFS Volumes
- CVE-2026-19025 — HDF5 divide-by-zero (SIGFPE) via mismatched chunk-layout dimensionality and dataspace rank on dataset open
- CVE-2026-53503 — Thumbor convolution filter allows divide-by-zero in C extension leading to remote DoS