Exercises

Exercise Avg. Time Difficulty Solved by Tier
JS Sandbox: static-eval Function Property Blocked
This exercise covers bypassing post-2.0 static-eval that blocks member access on functions, using anonymous function bodies.
< 1 Hr. medium 25 PRO
JS Sandbox: static-eval Direct Constructor Access
This exercise covers exploiting the original unpatched static-eval with unrestricted property access on functions.
< 1 Hr. medium 26 PRO
CVE-2026-XX738
This challenge covers the review of a CVE in a python codebase and its patch
< 1 Hr. hard 56 PRO
CVE-2026-XX242
This challenge covers the review of a CVE in a python codebase and its patch
< 1 Hr. hard 58 PRO
Web Fundamentals: Introduction < 1 Hr. hard 221 PRO
JS Sandbox: Type Confusion Bypass
This exercise covers bypassing string sanitization by sending an object when the sanitizer expects a string.
< 1 Hr. medium 28 PRO
JS Sandbox: vm.runInNewContext Empty Context
This exercise covers escaping Node.js vm.runInNewContext with an empty sandbox object via the constructor chain.
medium 26 PRO
JS Sandbox: Regex Filter Bypass
This exercise covers bypassing regex filters with hex escapes, unicode escapes, or base64 decoding.
< 1 Hr. medium 32 PRO
JS Sandbox: AST-Based Filtering
This exercise covers bypassing AST-based sandbox filtering using computed property access or Reflect.get().
medium 28 PRO
CVE-2025-XXXXX
This challenge covers the review of a CVE in a JavaScript codebase and its patch
< 1 Hr. hard 44 PRO
CVE-2026-XX292
This challenge covers the review of a CVE in a typescript codebase and its patch
hard 54 PRO
CVE-2026-XX822
This challenge covers the review of a CVE in a typescript codebase and its patch
< 1 Hr. hard 56 PRO
CVE-2026-XX27
This challenge covers the review of a CVE in a javascript codebase and its patch
hard 51 PRO
CVE-2024-X7X95
This challenge covers the review of a CVE in a JavaScript codebase and its patch
< 1 Hr. hard 43 PRO
Web Fundamentals: HTTP < 1 Hr. hard 193 PRO
Web Fundamentals: URL Parsing < 1 Hr. hard 223 PRO
Web Fundamentals: Content Delivery Network < 1 Hr. hard 121 PRO
Web Fundamentals: Virtual Hosts < 1 Hr. hard 133 PRO
Web Fundamentals: HTML Forms < 1 Hr. hard 163 PRO
Web Fundamentals: Cookies < 1 Hr. hard 152 PRO
Web Fundamentals: JSON < 1 Hr. hard 143 PRO
Web Fundamentals: URL Encoding < 1 Hr. hard 204 PRO
Web Fundamentals: HTML < 1 Hr. hard 184 PRO
JS Sandbox: From Sandbox Escape to RCE
This exercise covers the standard Node.js RCE chain: process -> mainModule -> require('child_process') -> execSync.
< 1 Hr. easy 40 PRO
JS Sandbox: Prototype Chain Navigation
This exercise covers navigating __proto__, .constructor, and .prototype from a string literal to reach the Function constructor.
< 1 Hr. easy 47 PRO
JS Sandbox: Keyword Blocklist Bypass
This exercise covers bypassing indexOf/includes blocklists with bracket notation and string concatenation.
< 1 Hr. medium 35 PRO
JS Sandbox: The Function Constructor
This exercise covers using Function(...)() as an eval alternative to execute arbitrary code in an app that blocks eval.
< 1 Hr. easy 39 PRO
CVE-2026-XX230
This challenge covers the review of a CVE in a python codebase and its patch
< 1 Hr. hard 72 PRO
CVE-2026-XX977
This challenge covers the review of a CVE in a python codebase and its patch
< 1 Hr. hard 76 PRO
CVE-2026-XX762
This challenge covers the review of a CVE in a python codebase and its patch
< 1 Hr. hard 70 PRO
1 2 3 4 5 6 27
Showing 61–90 of 791 exercises