exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

foilChat Sign Up Email PIN Confirmation Bypass

foilChat Sign Up Email PIN Confirmation Bypass
Posted May 29, 2018
Authored by Harry Sintonen

The foilChat backend fails to prevent brute force attempts of the PIN code. An attacker can attempt all 10000 different PIN codes until the correct one is found, and then use the correct PIN to complete the registration.

tags | exploit, bypass
SHA-256 | a7b76e238cdcac06ca5048bc7322bc06668b0a3e78ef4545e1699f1b0c8f632f

foilChat Sign Up Email PIN Confirmation Bypass

Change Mirror Download
foilChat sign up email PIN confirmation bypass
==============================================
https://sintonen.fi/advisories/foilchat-signup-email-pin-confirmation-bypass.txt


Overview
--------

foilChat (https://www.foilchat.com/) allows anyone to register with any email
address due to a vulnerability.


Description
-----------

foilChat user names equal to user's email address. At sign up the user is required
to provide an email address. The email address is sent a 4 digit PIN code that the
user is required to enter to the application to complete the registration.

foilChat backend fails to prevent brute force attempts of the PIN code. The attacker
can attempt all 10000 different PIN codes until the correct one is found, and then
use the correct PIN to complete the registration.


Impact
------

The attacker can sign up to foilChat with any email address, bypassing the security
model of the application. Notably the user name (email address) is the only way to
confirm identity within the application.


Details
-------

The discovered vulnerabilities, described in more detail below, enable the attack
described here in brief.

1. Initiate the sign up procedure in the application with a spoofed email address

2. Brute force the correct PIN code

for p in `seq -w 0 9999`; do
echo $p; if curl -s -d "email=victim@example.invalid&pin=$p" \
https://api.foilserver.com/v2.4.3/users/check_credentials |
grep -q true; then break; fi
done

3. Once correct PIN is found, complete the sign up with the PIN code


The attacker is now registered with the spoofed email address (user name):

https://sintonen.fi/advisories/foilchat-signup-pin-bypass.png


Vulnerabilities
---------------

1. CWE-307: Improper Restriction of Excessive Authentication Attempts

The foilChat backend fails to restrict the number of 'users/check_credentials' API
calls for a given email address. The attacker can try different PIN codes until the
correct PIN code is found, and thus bypass the email confirmation.

This issue could be fixed in several ways. One way would be to restrict the number of
'users/check_credentials' API calls that can be made. Even better, rather than having
a separate 'users/check_credentials' API call at all, the correct PIN should be
required for the actual 'users/signup' API call instead.


Vulnerable versions
-------------------

foilChat confirmed the issue fixed 2018-05-24.


Credits
-------

The vulnerability was discovered by Harry Sintonen.


Timeline
--------

2018.05.10 discovered the vulnerability
2018.05.10 reported the vulnerability via CERT-FI that forwarded it to foilChat
security contact
2018.05.24 foilChat reported the vulnerability fixed
2018.05.24 public disclosure of the advisory


Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close