ベータ Shoulder はベータ版です — 結果が誤っている場合があります。皆さまのフィードバックが次に修正する内容を決定します。 フィードバックを送る

OWASP Top 10 2021

OWASP Top 10はWebアプリケーションセキュリティの標準的な認知度向上ドキュメントです。Webアプリケーションにとって最も重要なセキュリティリスクに関する幅広いコンセンサスを表しています。

バージョン: 2025 2021
10 カテゴリ
197 マップされたCWE
#1 🔓

Broken Access Control

Access control enforces policy such that users cannot act outside of their intended permissions. Failures typically lead to unauthorized information disclosure, modification, or destruction of data.

#2 🔐

Cryptographic Failures

Failures related to cryptography which often lead to sensitive data exposure. This was previously known as Sensitive Data Exposure.

#3 💉

Injection

Injection flaws occur when an application sends hostile data to an interpreter. This includes SQL, NoSQL, OS command, ORM, LDAP, and Expression Language injection.

#4 📐

Insecure Design

Insecure design is a broad category representing different weaknesses, expressed as missing or ineffective control design. This is distinct from implementation flaws.

#5 ⚙️

Security Misconfiguration

The application might be vulnerable if it is missing appropriate security hardening or has improperly configured permissions on cloud services.

#6 📦

Vulnerable and Outdated Components

Components such as libraries, frameworks, and other software modules run with the same privileges as the application. If a vulnerable component is exploited, it can cause serious data loss.

#7 🔑

Identification and Authentication Failures

Confirmation of the user's identity, authentication, and session management is critical to protect against authentication-related attacks.

#8

Software and Data Integrity Failures

Software and data integrity failures relate to code and infrastructure that does not protect against integrity violations, including insecure deserialization.

#9 📊

Security Logging and Monitoring Failures

This category helps detect, escalate, and respond to active breaches. Without logging and monitoring, breaches cannot be detected.

#10 🌐

Server-Side Request Forgery

SSRF flaws occur whenever a web application fetches a remote resource without validating the user-supplied URL.

OWASP Top 10脆弱性をスキャン

Shoulderは複数のOWASPカテゴリにわたるパターンを検出します。スキャンを実行してコードの問題を見つけましょう。

npx @shoulderdev/cli trust . 脅威センター →