Because You Gotta Beg for Disclosure!
My name is Parsia. I am a security engineer at Electronic Arts. This is where I (hopefully) collect my disclosed security issues.
I am not a proper bug bounty hunter, I’d rather play videogames in my spare time. Click on the link above to go to my personal website.
Chaining Three Bugs to Get RCE in Microsoft AttackSurfaceAnalyzer
Write-up is at https://parsiya.net/blog/2019-06-18-chaining-three-bugs-to-get-rce-in-microsoft-attacksurfaceanalyzer/.
Fix PRs:
- https://github.com/microsoft/AttackSurfaceAnalyzer/pull/218
- https://github.com/microsoft/AttackSurfaceAnalyzer/pull/220
CVE-2020-13621 - Websites Can Run Arbitrary Code on Machines Running the ‘PlayStation Now’ Application - $15,000
Write-up is at https://hackerone.com/reports/873614. My first (and highest to date) bounty.
Unfortunately, the images do not show up in the summary because the rest of the report is not disclosed. However, the report goes through the whole discovery process and should give you enough information to find your own bugs.
Note: The CVE is reserved but I never asked for assignment.
CVE-2021-43907 - Remote Code Execution in Visual Studio Code’s Remote WSL Extension
Yet another open local WebSocket server. Open a website while running VS Code in WSL and get pwned!
The write-up has a lot of info about how VS Code server works which may help if you want to hack it.