cartomatic / MapHive.Server2

Other
0 stars 0 forks source link

user config retrieval prone to hacks #12

Open mika666 opened 6 years ago

mika666 commented 6 years ago

if one reads the source and knows the user / token id it is possible to get the user config info off the db. this is a serious data leakage problem, as full user cfg contains db info, etc.

make the user cfg be either:

this is m2m api really, but must be exposed via www. therefore needs to be secured.