goroutines

2 articles
sort: new top best
clear filter
0 7/10

A researcher demonstrates exploiting a race condition vulnerability in a referral/invite system by sending multiple simultaneous coupon code requests using Turbo Intruder, allowing a single user to be counted as multiple invitees and fraudulently claim rewards.

Turbo Intruder Burp Suite Bugcrowd Go V7nc3nz
medium.com · devanshbatham/Awesome-Bugbounty-Writeups · 15 hours ago · details
0 2/10

Technical deep-dive into Go's runtime scheduler, explaining the GMP model (Goroutine, Machine/OS thread, Processor) and how the scheduler multiplexes millions of lightweight goroutines onto a small number of OS threads while maintaining CPU efficiency and preventing starvation.

Go GOMAXPROCS schedt src/runtime/runtime2.go
internals-for-interns.com · valyala · 5 days ago · details · hn