appsec.fyi · Sources

0xn3va.gitbook.io

5 curated AppSec resources from 0xn3va.gitbook.io across 5 topics on appsec.fyi.

0xn3va.gitbook.io

Resources curated from this publisher and indexed across appsec.fyi topic pages. Last item added: 2026-04-17.

Date Added Resource Excerpt
2026-04-17 2026JSON Web Token Vulnerabilities (0xn3va cheat sheet)JWTJSON Web Token Vulnerabilities (0xn3va cheat sheet)
2026-04-16 2026GraphQL Vulnerabilities Cheat SheetGraphQLGraphQL Vulnerabilities Cheat Sheet
2026-04-11 2026Deep Linking Vulnerabilities - Application Security Cheat SheetMobileDeep Linking Vulnerabilities - Application Security Cheat Sheet
2026-04-10 20260xn3va: OAuth 2.0 Vulnerabilities cheat sheetAuthN0xn3va: OAuth 2.0 Vulnerabilities cheat sheet
2025-08-14 2025Server Side Request ForgerySSRFServer Side Request Forgery (SSRF) is a vulnerability where an attacker tricks a server into making unintended requests on their behalf. This can lead to unauthorized access to internal systems, data leaks, and potential server exploitation. Preventing SSRF involves input validation, using whitelists for allowed URLs, and restricting access to sensitive resources. It is crucial for developers and organizations to be aware of SSRF risks and implement security measures to mitigate this threat.