#Privilege Escalation
4 postsBugForge - Daily - Cheesy Does It (Jul 15, 2026)
Cheesy Does It checks username uniqueness on the raw string but NFKC-normalizes the username when authorizing admin actions. Registering a fullwidth homoglyph of admin (admin) creates a distinct account that the app treats as the administrator, leaking the flag from the admin dashboard.
BugForge - Daily - Sokudo (Jul 2, 2026)
Sokudo's profile page saves through a hardened PUT /v2/profile endpoint that strips the role field, but the legacy non-versioned PUT /api/profile route binds every field blindly. By downgrading the request to the unversioned endpoint and adding role: admin, the account was escalated to administrator, unlocking the admin-only user listing that contained the flag…
BugForge - Weekly - Fur Hire (Feb 28, 2026)
This walkthrough demonstrates two chained vulnerabilities in a job recruitment application. The /api/register endpoint exposes a role parameter that is…
BugForge - Weekly - FurHire (Jan 11, 2026)
This walkthrough demonstrates a chained attack where a SQL Injection vulnerability in the job listing API endpoint (/api/jobs/{id}) is manually exploited using…