missed opportunity to grant the authors a F1 super license and get the chance to actually drive one of the cars!
Accessing Max Verstappen's passport and PII through FIA bugs
51–60 of 151 posts
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#52Re: Accessing Max Verstappen's passport and PII through FIA bugs
#53Rule 1. NEVER trust user supplied data. Once that rule was broken, any other rules broken became clear to everyone
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#54Re: Accessing Max Verstappen's passport and PII through FIA bugs
#55Just out of interest have you had any legal threats etc from this kind of probing if they don't have explicit bug bounty programs? Also do you ever get offered bounties in on reporting where there wasn't a program?
The kind of probing they did and described in the blogpost, with the attempt to raise their privileges to admin is legally fishy AIUI. Usually this kind of thing would be part of a formal, agreed-to "red teaming" or "penetration testing" exercise, precisely to avoid any kind of legal liability and establish necessary guidelines. Calling an attempted access "ethical" after the fact is not enough.
[0] https://www.justice.gov/archives/opa/pr/department-justice-a...
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#56Just use a framework to build your site. Don’t reinvent the wheel!
i respectfully disagree with this sentiment. i think that in general, reinventing the wheel can be a great learning opportunity in understanding how the wheel works.
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#57Just use a framework to build your site. Don’t reinvent the wheel!
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#58Rule 1. NEVER trust user supplied data. Once that rule was broken, any other rules broken became clear to everyone
You'd think that client side security would be something that we'd gotten over by now.
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#59Just out of interest have you had any legal threats etc from this kind of probing if they don't have explicit bug bounty programs? Also do you ever get offered bounties in on reporting where there wasn't a program?
The kind of probing they did and described in the blogpost, with the attempt to raise their privileges to admin is legally fishy AIUI. Usually this kind of thing would be part of a formal, agreed-to "red teaming" or "penetration testing" exercise, precisely to avoid any kind of legal liability and establish necessary guidelines. Calling an attempted access "ethical" after the fact is not enough.
Re: Accessing Max Verstappen's passport and PII through FIA bugs
#60Earlier quoted context omitted.
You'd think that client side security would be something that we'd gotten over by now.
You'd think but I keep meeting even "experienced" technical leadership that have been at this for a while that there's no way to get around validation and security that's implemented in client code.