Update REST Assessment Cheat Sheet: OpenAPI, JWT/OAuth2, BOLA, Mass Assignment, Rate Limiting#2100
Open
franrob-projects wants to merge 1 commit intoOWASP:masterfrom
Conversation
…ss Assignment, Rate Limiting sections Closes OWASP#2023 Adds five new sections to bring the cheat sheet in line with modern API security practices: - Assessing OpenAPI/Swagger-based REST APIs: schema discovery paths, endpoint enumeration, undocumented field testing, schema-driven fuzzing - JWT and OAuth2 Assessment: alg:none, algorithm confusion, claim tampering, expiry validation, kid injection, scope enforcement, PKCE - Broken Object Level Authorization (BOLA): horizontal/vertical privilege escalation patterns, indirect reference testing - Mass Assignment: field injection via POST/PUT/PATCH, privilege escalation via numeric fields - Rate Limiting: baseline measurement, limit bypass techniques, sensitive operation coverage Updated Related Resources to include OWASP API Security Top 10, JWT Cheat Sheet, OAuth2 Cheat Sheet, and Schemathesis.
andrzejsydor
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR addresses
Closes #2023
The REST Assessment Cheat Sheet is a solid foundation but references WSDL/WADL as service description formats without addressing OpenAPI — the standard that now describes virtually every modern REST API. It also has no coverage of the authentication mechanisms, authorization flaws, or abuse vectors most commonly found in APIs today.
Changes
Five new sections added between the existing fuzzing guidance and the Related Resources footer:
1. Assessing OpenAPI/Swagger-based REST APIs
/openapi.json,/swagger.json,/docs, etc.)2. JWT and OAuth2 Assessment
alg: noneand algorithm confusion attackskidheader injection (SQL injection, path traversal, SSRF)3. Broken Object Level Authorization (BOLA)
4. Mass Assignment in JSON APIs
5. Rate Limiting and Throttling Assessment
429enforcementUpdated Related Resources section to include the OWASP API Security Top 10, JWT Cheat Sheet, OAuth2 Cheat Sheet, and Schemathesis.
Checklist
[TEXT](URL)AI Tool Usage Disclosure