VYPR
Unrated severityNVD Advisory· Published Jan 24, 2018· Updated Aug 5, 2024

CVE-2018-6017

CVE-2018-6017

Description

Unencrypted transmission of images in Tinder iOS app and Tinder Android app allows an attacker to extract private sensitive information by sniffing network traffic.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

1

Patches

Vulnerability mechanics

Root cause

"Lack of HTTPS encryption for photo data and lack of padding for encrypted commands allows network sniffing to reconstruct user activity."

Attack vector

An attacker on the same Wi-Fi network as a Tinder user can sniff unencrypted photo traffic to view every profile image the user sees [ref_id=1]. Additionally, although other commands use HTTPS, the encrypted payloads are not padded, so the attacker can distinguish different command types by their size — enabling reconstruction of swipes, matches, and other actions [ref_id=1]. The attacker only needs network proximity (same Wi-Fi) and a tool like the proof-of-concept TinderDrift to automatically reconstruct the victim's session [ref_id=1].

Affected code

The advisory does not specify exact function or file names. The vulnerability is in Tinder's iOS and Android apps, where photo data is transmitted without HTTPS encryption while other commands are HTTPS-encrypted but still leak size information [ref_id=1].

What the fix does

The advisory recommends that Tinder encrypt all photo traffic with HTTPS and add padding to all encrypted commands so that each command appears the same size or is indecipherable amid random data [ref_id=1]. No patch or code diff is provided in the bundle; the remediation guidance comes solely from the researcher write-up [ref_id=1].

Preconditions

  • networkAttacker must be on the same Wi-Fi network as the victim
  • inputVictim must be actively using the Tinder iOS or Android app

Generated on May 25, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

2

News mentions

0

No linked articles in our index yet.