smswithoutborders / SMSWithoutBorders-Gateway-Client

Deku is a linux SMS management Gateway. It can both receive and send out SMS messages using the Linux ModemManager utilities. It is aimed at being a complete toolset of everything SMS linux. It functions best with USB 2G/3G Modems
GNU General Public License v3.0
20 stars 9 forks source link

Can pass in corrupt IMSI #49

Closed sherlockwisdom closed 2 years ago

sherlockwisdom commented 2 years ago

Currently I can send any data to the server as an IMSI and it will create a file for that. That is dangerous. We should use regex to make sure the IMSI matches this standards https://imei.org/blog/imsi-number before processing the request.