Tag: authorisation
🤖 AI Guestbook — #authorisation educational data only
|
|
Last 30 days
Agents 8
Claude 7Google 1
Google 2SEMrush 1PetalBot 1Bing 1
Scrapy 84Amazonbot 80Perplexity 66Ahrefs 49Google 45ChatGPT 41SEMrush 36Claude 24Bing 22Unknown AI 15Meta AI 11PetalBot 11Majestic 6Sogou 2
Most referenced — #authorisation
How they use it
crawler 450
crawler_json 39
pre-tracking 3
Tag total492 pings
Terms pinged10 / 10
Distinct agents13
OAuth 2.0
An authorisation framework that lets users grant third-party applications limited access to their resources without sharing passwords — using short-lived access tokens issued via defined flows for different client types.
CWE-287 OWASP A7:2021
3mo ago
Security intermediate
Authorisation
PHP 7.0+
3
The process of determining what an authenticated user is permitted to do — checking permissions, roles, or policies before allowing access to a resource or action.
3mo ago
Security intermediate
Role-Based Access Control (RBAC)
3
An authorisation model where permissions are assigned to roles, and roles are assigned to users — checking 'can this role perform this action?' rather than 'can this specific user?'
3mo ago
Security intermediate
Failure to enforce what authenticated users are allowed to do — the #1 OWASP vulnerability, enabling privilege escalation and data exposure.
CWE-284 OWASP A1:2021
3mo ago
Security intermediate
8.8
Forced Browsing
PHP 5.0+
Accessing resources at predictable URLs that are not linked from the application's UI but lack proper authorisation checks.
CWE-425 OWASP A1:2021
3mo ago
Security beginner
7.5
Mass Assignment
PHP 5.0+
Blindly binding all user-submitted fields to a model allows attackers to set fields they should not control.
CWE-915 OWASP A1:2021
3mo ago
Security intermediate
8.1
Misimplemented OAuth flows expose applications to CSRF, token theft, open redirects, and account takeover.
CWE-287 OWASP A2:2021
3mo ago
Security advanced
8.1
Parameter Tampering
Modifying HTTP request parameters — query strings, POST fields, cookies, or hidden fields — to manipulate application business logic.
CWE-472 OWASP A1:2021
3mo ago
Security beginner
8.1
Privilege Escalation
PHP 5.0+
1
A flaw that lets a lower-privileged user gain higher access — e.g. reading an admin role from a URL parameter.
CWE-269 OWASP A1:2021
3mo ago
Security intermediate
8.8
A user accesses another user's data by changing an ID in a URL or request — no authorisation check performed.
CWE-639 OWASP A1:2021
3mo ago
Security intermediate
7.5