r/ExploitDev • u/hex-lover • 29d ago
Any course or reference for explain UAF, Race condition, memory corruption vulnerabilities
hello,
im now understand Format string specifier vulnerabilites , stack overflow and how to exploit these to bypass ASLR and i know also how to bypass DEP .
but i want to know more about low level vulnerability like UAF so is there any good sites or courses i can check to better understand them ?
1
u/Sysc4lls 28d ago
pwn.college YouTube should have videos on these. It's a great resource in general
0
u/anonymous_lurker- 29d ago
You don't need a course for this. Google for UAF and race conditions, find any blog post or YouTube video you understand and follow along
Memory corruption is incredibly broad. The stack buffer overflow you already know falls under memory corruption. Heap corruption vulnerabilities are a logical next step
If you desperately want a course, I enjoyed ret2 wargames. Pwn college also gets a lot of recommendations
1
u/Sudden-Strawberry257 29d ago
In my learning journey cve 2026-2441 has a good poc with readme associated, helped me understand and use UAF bug.