Categories
CWE | NAME | LAST 12M | LOW | MEDIUM | HIGH | CRITICAL | TOTAL VULNS |
---|---|---|---|---|---|---|---|
CWE-502 | Deserialization of Untrusted Data The application deserializes untrusted data without sufficiently verifying that the resulting data will be valid. | 9 | 276 | 373 | 191 | 849 | |
CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') The software constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. | 60 | 467 | 225 | 88 | 840 | |
CWE-59 | Improper Link Resolution Before File Access ('Link Following') The software attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource. | 220 | 424 | 167 | 16 | 827 | |
CWE-611 | Improper Restriction of XML External Entity Reference ('XXE') The software processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. | 22 | 519 | 191 | 63 | 795 | |
CWE-295 | Improper Certificate Validation The software does not validate, or incorrectly validates, a certificate. | 30 | 655 | 86 | 18 | 789 | |
CWE-522 | Insufficiently Protected Credentials The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. | 206 | 478 | 65 | 34 | 783 | |
CWE-276 | Incorrect Default Permissions The product, upon installation, sets incorrect permissions for an object that exposes it to an unintended actor. | 130 | 393 | 170 | 38 | 731 | |
CWE-918 | Server-Side Request Forgery (SSRF) The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. | 14 | 521 | 150 | 43 | 728 | |
CWE-255 | Credentials Management Weaknesses in this category are related to the management of credentials. | 119 | 340 | 104 | 156 | 719 | |
CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks. | 16 | 687 | 9 | 5 | 717 |