Tag: owasp-top10
🤖 AI Guestbook — #owasp-top10 educational data only
|
|
Last 30 days
Agents 28
Claude 26Google 1PetalBot 1
PetalBot 4ChatGPT 2Bing 2Google 1Perplexity 1SEMrush 1Ahrefs 1Sogou 1
Scrapy 466Amazonbot 248Perplexity 246Ahrefs 157Google 134ChatGPT 128SEMrush 114Claude 77Bing 55Unknown AI 52Meta AI 35PetalBot 32Majestic 15Sogou 14Qwen 6Common Crawl 1
Most referenced — #owasp-top10
Client-Side Template Injection (CSTI) 3Server-Side Request Forgery (SSRF) 2Security Misconfiguration 2Broken Access Control 2Account Takeover (ATO) 2Information Disclosure 2Path Traversal 2Privilege Escalation 2
How they use it
crawler 1.7k
crawler_json 113
pre-tracking 15
Tag total1.8k pings
Terms pinged31 / 31
Distinct agents15
Client-Side Template Injection (CSTI)
Attacker-controlled input rendered as a template expression by a client-side framework (AngularJS, Vue, Handlebars), executing JavaScript in the victim's browser.
CWE-1336 OWASP A3:2021
2mo ago
Security advanced
7.5
NoSQL Injection
PHP 5.4+
2
Attacker-controlled input embedded into NoSQL queries (MongoDB, Redis, Couchbase) that subverts query intent — bypassing auth, exfiltrating data, or executing server-side code.
CWE-943 OWASP A3:2021
2mo ago
Security intermediate
8.8
Server-Side Includes (SSI) Injection
Attacker-controlled SSI directives (`<!--#exec ... -->`) injected into pages parsed by Apache or another SSI-enabled server, achieving file disclosure or remote command execution.
CWE-97 OWASP A3:2021
2mo ago
Security intermediate
9.8
Dependency & Supply Chain Security
Protecting applications from malicious or vulnerable third-party packages — covering transitive dependencies, lock files, SRI hashes, CVE scanning, and supply chain attack vectors.
CWE-1357 OWASP A6:2021
3mo ago
Security intermediate
Differing application responses to valid vs. invalid usernames allow attackers to build a list of registered accounts.
CWE-203 OWASP A2:2021
3mo ago
Security intermediate
5.3
An attacker gains full control of a user account through credential stuffing, phishing, session hijacking, or abusing password-reset flows.
CWE-287 OWASP A7:2021
3mo ago
Security intermediate
9.8
Accepting file uploads without validating type, extension, and content can allow PHP shell uploads and RCE.
CWE-434 OWASP A4:2021
3mo ago
Security intermediate
9.8
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
Systematically trying every possible password or key until the correct one is found.
CWE-307 OWASP A7:2021
3mo ago
Security beginner
7.5
Business Logic Vulnerability
Flaws in application workflow allow attackers to abuse legitimate features in unintended ways.
CWE-840 OWASP A4:2021
3mo ago
Security advanced
7.5
User input passed to a shell function (exec, system, shell_exec) allows arbitrary OS command execution.
CWE-78 OWASP A3:2021
3mo ago
Security intermediate
9.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
Information Disclosure
PHP 5.0+
Unintentional leakage of sensitive data — stack traces, version numbers, internal paths — aids attackers in crafting targeted exploits.
CWE-200 OWASP A5:2021
3mo ago
Security beginner
5.3
Insecure Deserialization
PHP 5.0+
Untrusted data passed to unserialize() can trigger PHP magic methods and lead to remote code execution.
CWE-502 OWASP A8:2021
3mo ago
Security advanced
9.8
Insecure Password Reset Flow
PHP 5.0+
Weaknesses in the password-reset mechanism allow attackers to take over accounts without knowing the original password.
CWE-640 OWASP A7:2021
3mo ago
Security intermediate
8.1
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
Open Redirect
PHP 5.0+
A redirect destination taken from user input can send victims to attacker-controlled sites, enabling phishing.
CWE-601 OWASP A1:2021
3mo ago
Security beginner
6.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
User input used in a file path allows attackers to navigate outside the intended directory using ../ sequences.
CWE-22 OWASP A3:2021
3mo ago
Security intermediate
7.5
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