Code
|
Description
|
wsec-applogic |
Issues relating to the application logic
|
wsec-appmisconfig |
Application misconfiguration
|
wsec-authentication |
Website or server authentication security issues (lockouts, password policy, etc)
|
wsec-authorization |
Web/server authorization security issues
|
wsec-automation-attack |
Application is vulnerable to automation attacks
|
wsec-bruteforce |
Application is vulnerable to bruteforce attacks
|
wsec-client |
Web client side related vulnerability
|
wsec-cookie |
Cookie related errors (HTTPOnly / Secure Flag, incorrect domain / path)
|
wsec-crossdomain |
Issue such as x-frame-options, crossdomain.xml, cross site sharing settings
|
wsec-crypto |
Crypto related items such as password hashing
|
wsec-csrf |
Cross-Site Request Forgery (CSRF) bugs in server products
|
wsec-deplib |
Known vulnerability in a dependant library
|
wsec-dir-index |
Directory index incorrectly accessible
|
wsec-disclosure |
Disclosure of sensitive data, personal information, etc from a web service
|
wsec-dos |
Used to denote web server Denial of Service bugs. For similar bugs in client software please use csectype-dos instead.
|
wsec-email |
Email related vulnerability
|
wsec-errorhandling |
Any error handling issue
|
wsec-fileinclusion |
Local or remote file inclusion possible
|
wsec-headers |
Missing or misconfigured security headers
|
wsec-http |
Application is incorrectly accessible over http
|
wsec-http-header-inject |
Application vulnerable to header injection attacks
|
wsec-impersonation |
Impersonation / Spoofing attacks (UI Redress, etc)
|
wsec-injection |
Injection attacks other than SQLi or XSS
|
wsec-input |
Failure to perform input validation. Most often you will probably use the xss tag instead
|
wsec-logging |
Logging issues such as requests for CEF log points.
|
wsec-nullbyte |
Application is vulnerable to null byte injection
|
wsec-objref |
Insecure direct object references used
|
wsec-oscmd |
Application is vulnerable to Operating System command injection
|
wsec-other |
Web/server security issues that don't fit into other categories
|
wsec-overflow |
Application is vulnerable to overflow attacks
|
wsec-redirect |
Open redirect vulnerability
|
wsec-selfxss |
Self cross site scripting
|
wsec-serialization |
Insecure deserialization
|
wsec-servermisconfig |
Server misconfiguration
|
wsec-session |
Issues related to sesson management (Session fixation, etc)
|
wsec-sqli |
SQL Injection
|
wsec-ssrf |
Server Side Request Forgery (SSRF) bugs in server products. CWE-918
|
wsec-takeover |
Domain vulnerable to takeover
|
wsec-tls |
TLS related issues
|
wsec-traversal |
Directory traversal possible
|
wsec-weakpasswd |
Weak passwords can be used
|
wsec-xml |
XML related vulnerability including XML External Entity (XXE) processing
|
wsec-xss |
Cross-Site Scripting (XSS) bugs in server products
|