facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.29k stars 1.02k forks source link

INSECURE: Lobby2 extension stores passwords in cleartext #141

Open jompu opened 4 years ago

jompu commented 4 years ago

It stores the passwords in cleartext and send a lost password in cleartext to users email.

You can verify this by just looking into DependentExtensions/Lobby2/PGSQL/Lobby2Message_PGSQL.cpp file and search for a password string.