Earlier quoted context omitted.
Examples of "vulnerability" reports I've received: - Dump of CVEs for "Web App X" or "Server X", even though literally zero of them apply to the version that I'm currently running. - Dumps of port scans with warnings like "Running SSH on port 22 is not recommended" and "Server accepts HTTP. Always use HTTPS". I assume there are tools that generate these reports because the reports use decent English but the accompany…
What's the justification for running a host that responds to HTTP and doesn't immediately upgrade to HTTPS? I'm having a hard time imagining a scenario where I manage a web server that is accessible to anonymous people running pen scanners on it that has a justifiable reason for broadcasting port 80.
Teen Becomes First Hacker to Earn $1M Through Bug Bounties
131–140 of 178 posts
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#132I wonder if he's come up with some automated tooling to find them, seems like this might be the best way to monetize if so.
I found this, describing his specialty: "Lopez specializes in the identification of Insecure Direct Object Reference flaws also known as IDOR vulnerabilities." Then this, explaining IDOR: https://github.com/OWASP/CheatSheetSeries/blob/master/cheats... It certainly sounds like the sort of thing you could automate to a pretty big scale.
It seems hard to automatically understanding the difference with IDOR-vulnerability in the HR-system (from your link), salary.php?employee=EMP-00000 where you can change the ID for another employee and article.php?id=123 in a newspaper site.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#133Earlier quoted context omitted.
What's a way to learn security work? Genuinely curious.
I followed a couple of courses at the VU University Amsterdam. I'll tell you what I've learned about security, it gives you a couple of terms to type into a search engine at least. There are 3 courses they give for it: 1) Computer & Network Security 2) Binary and Malware Analysis 3) Hardware Security The lower level it gets, the better they are at it. Each course costs 1200 euro's for non-EU students. I recommend it.…
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#134Earlier quoted context omitted.
To be on the other side of this, we do received unsolicited but welcomed bug and security reports. Some are legit and we pay bounties even if we don't have an official policy and we are an early startup. Others are just automated reports that people copy and paste. These ones are uninteresting, but these people still think they deserve money. Often more aggressively than the legitimate ones.
Can you elaborate on the automated reports a bit more? What makes them uninteresting?
Imho (and sorry to intervene) it is uninsteresting because each of us can and DO run these tools and get the same reports, and since we do care enough, these are low hanging fruits that we have all assessed on day1, and either addressed, or ignored for a valid reason (e.g. on a client site, someone was making noise for a vuln on a system that was a standalone server, disconnected from any network. I understand that security requires that all layers are secure, but we need to use sense and logic before we start yelling 'fire!! fire!!'.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#135Earlier quoted context omitted.
But no one is going to pay $330k to a 17 year old with no experience
Well, they did, right? So that doesn't seem true.
There's basically no job like this. Any form of pre-vetting, even just a face-to-face, would have excluded him.
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#136Earlier quoted context omitted.
I don't run a bug bounty but I do sit on a security@ inbox. I don't believe I've ever seen a report I would want to pay out on even if I could, but if you discount blatant spam (often peddling EV certificates), I've received reports asking about bounties for: - nginx version disclosed in headers - "Feature-Policy" header missing - DNSSEC not set up on zone - Domain not in HSTS preload list Responding to this sort of…
If I remember correctly VLC regularly receives bug bounty reports declaring it as a security vulnerability that their source code is available...
[1]: https://www.codecguide.com/download_kl.htm
Ps: remember those days that we were looking for codecs for our Windows Players back in the Win95-98-2000-XP days???
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#137Pro tip if you are a startup and want free security advice. Just sign up for all the bounty sites and for every single bounty just tell the submitter that it is a duplicate bug and pay them nothing, then hot patch it immediately and when they get suspicious tell them that their bug report had absolutely nothing to do with the timing of your patch. I know there are companies that do this because I have had it happen t…
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#138This is 1MM over 3-4 years, right? $330k is good money, but it's also in the ballpark for gifted vulnerability researchers in SFBA.
330K USD in San Francisco is much, much less than 300K USD in Buenos Aires
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#139Earlier quoted context omitted.
I found this, describing his specialty: "Lopez specializes in the identification of Insecure Direct Object Reference flaws also known as IDOR vulnerabilities." Then this, explaining IDOR: https://github.com/OWASP/CheatSheetSeries/blob/master/cheats... It certainly sounds like the sort of thing you could automate to a pretty big scale.
Do you have any suggestions on how? I do not doubt it can be automated, but it is one of few vulnerability types I do not have an intuitively understanding on how it should be done. It seems hard to automatically understanding the difference with IDOR-vulnerability in the HR-system (from your link), salary.php?employee=EMP-00000 where you can change the ID for another employee and article.php?id=123 in a newspaper si…
Re: Teen Becomes First Hacker to Earn $1M Through Bug Bounties
#140Earlier quoted context omitted.
It's not, I still have the email exchange from a couple years back - I thought of posting it somewhere because it was so odd, but I dont have a blog and I am not interested in publicity. Amazon still doesn't offer a bug bounty program to my knowledge. Also, it's the only cloud provider my active security researcher friends tell me that attempts to regulate them by some weird pen test authorization requirements which…
> pen test authorization requirements Yes, we don't want people to publicize when we fuck up so we'd rather just NDA them to death when they tell us about bugs. Edit: If you don't accept, we just use the hacking laws in the US to silence you.
Edit: I assume you are speaking as employee of Amazon of course, which is not necessarily true.