Vulnerability in Bumble dating app reveals any user's exact location
1–10 of 50 posts
Re: Vulnerability in Bumble dating app reveals any user's exact location
#2Re: Vulnerability in Bumble dating app reveals any user's exact location
#3Re: Vulnerability in Bumble dating app reveals any user's exact location
#4Re: Vulnerability in Bumble dating app reveals any user's exact location
#5My solution was just to Math.floor both of their lat/lng to be in increments of .25 miles. You could still use the triangulation trick to find that point, but .25 miles seemed like more than enough to obfuscate things.
Had I made the display in increments of miles only, that would have probably been even better.
Re: Vulnerability in Bumble dating app reveals any user's exact location
#6Re: Vulnerability in Bumble dating app reveals any user's exact location
#7At one point I was working on a project with user locations/distance sharing. My solution was just to Math.floor both of their lat/lng to be in increments of .25 miles. You could still use the triangulation trick to find that point, but .25 miles seemed like more than enough to obfuscate things. Had I made the display in increments of miles only, that would have probably been even better.
Re: Vulnerability in Bumble dating app reveals any user's exact location
#8So the exact same triangulation vulnerability exposed and subsequently fixed in every dating app? How is this not Step #2 after “Build a dating app that Match Group will eventually acquire”
Re: Vulnerability in Bumble dating app reveals any user's exact location
#9Re: Vulnerability in Bumble dating app reveals any user's exact location
#10At one point I was working on a project with user locations/distance sharing. My solution was just to Math.floor both of their lat/lng to be in increments of .25 miles. You could still use the triangulation trick to find that point, but .25 miles seemed like more than enough to obfuscate things. Had I made the display in increments of miles only, that would have probably been even better.
Pretty sure tinder just makes the minimum miles away shown to be 2 miles. Simply one if statement.