User Enumeration via Authentication Flow - Email Exposure
Last updated
Last updated
During my investigation, a vulnerability was identified in Figma's authentication flow, allowing user enumeration based on UI differences. This issue exposes corporate and institutional emails, including those from major organizations like Dell, the University of Massachusetts, and various big tech companies. Attackers can exploit this to validate employee emails and launch targeted phishing campaigns.Additionally, a script was developed by me to automate email verification on Figma, enabling mass validation of corporate emails and filtering internal users for further exploitation.
To facilitate the reproduction of the finding, a private GitHub repository was created with the proof-of-concept code:
This script automates mass email verification in Figma, enabling an attacker to efficiently filter internal Figma users and extract corporate emails for further exploitation.
Additionally, the following files have been uploaded to the report:
emails.txt → Contains all extracted emails, both valid and invalid test cases.
emails_leaked-figma.txt → Lists all discovered Figma authentication URLs.
emails_verified.txt → Output file showing which emails are registered or not.
script_emails.py → The Python script used for scraping and verification.
requirements.txt → Dependencies needed to run the script.
Go to the following URL in your browser:
Replace {email} with any target email address.
Click "Continue with email" and observe the response:
If the email exists: A "Log in" button appears.
If the email does NOT exist: A "Create account" button appears.
Automate this process using the provided script_emails.py to verify multiple emails at scale.
Attackers can build verified email lists for further exploitation.
Figma’s security reputation is at stake. Users may perceive the platform as insecure, leading to significant trust erosion.
Loss of customer confidence. Organizations using Figma for design collaboration might reconsider their trust in the platform, fearing exposure of their employees’ emails.
An attacker can confirm employees using Figma and send phishing emails.
Example phishing email:
Return a generic message instead of differentiating "Log in" vs. "Create account".
Implement rate limiting to prevent automation.
Encrypt/hash the email in the URL.
Add CAPTCHA after multiple failed attempts.
This vulnerability enables unauthorized user enumeration, exposing corporate emails and enabling phishing attacks. Immediate remediation is recommended to prevent exploitation and protect user privacy.
The URL is used by Figma to manage invitations and authentication for files, teams, and projects shared within the platform. In this flow, when entering an email in the following URL:
and clicking "Continue with email", the following behavior is observed:If the email exists: A button with the text "Log in" is displayed.If the email does NOT exist: A button with the text "Create account" is displayed.This behavior allows an attacker to mass-validate which emails are registered on Figma without authentication, facilitating OSINT and spear phishing attacks.To confirm this behavior, a test was conducted using a personal email registered on Figma (). The interface displayed the "Log in" button, confirming the existence of the user on the platform. When testing with non-existent emails, the "Create account" button appeared, validating the vulnerability.
Private repository:
Emails from major organizations like Dell , the University of Massachusetts , and other big tech companies are exposed.
Exposed emails can be checked in for previous leaks.