Live data from Hacker News

Vulnerabilities in the Feeld dating app

fortbridge.co.uk

1–10 of 150 posts

Re: Vulnerabilities in the Feeld dating app

#5

Criminal negligence levels of failure, especially given the category of app.

Wow you weren't kidding. These are vulns that would have been embarrassing a decade ago.

I think the timeline is the more damaging part too. Not only was their design woefully inadequate, they don't seem to care.

Re: Vulnerabilities in the Feeld dating app

#7
It seems like they implemented permission checks purely in the frontend, and not just on one endpoint, but almost everywhere.

While it is conceptually easy to avoid this, I have seen similar mistakes much more frequently than I would like to admit.

Edit: the solution "check all permissions on the backend" reminds me of the solution to buffer overflows: "just add bounds checks everywhere". It's clear to the community at large what needs to be done, but getting everyone to apply this consistently is... not so easy.

Post reply on HN