Categories
CWE | NAME | LAST 12M | LOW | MEDIUM | HIGH | CRITICAL | TOTAL VULNS |
---|---|---|---|---|---|---|---|
CWE-798 | Use of Hard-coded Credentials The software contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data. | 8 | 144 | 371 | 577 | 1100 | |
CWE-269 | Improper Privilege Management The software does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. | 21 | 261 | 681 | 118 | 1081 | |
CWE-400 | Uncontrolled Resource Consumption ('Resource Exhaustion') The software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources. | 7 | 438 | 586 | 13 | 1044 | |
CWE-94 | Improper Control of Generation of Code ('Code Injection') The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. | 4 | 82 | 513 | 421 | 1020 | |
CWE-264 | Permissions, Privileges, and Access Controls Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control. | 25 | 134 | 739 | 110 | 1008 | |
CWE-502 | Deserialization of Untrusted Data The application deserializes untrusted data without sufficiently verifying that the resulting data will be valid. | 2 | 40 | 461 | 483 | 986 | |
CWE-306 | Missing Authentication for Critical Function The software does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. | 16 | 206 | 340 | 354 | 916 | |
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. | 10 | 405 | 340 | 155 | 910 | |
CWE-295 | Improper Certificate Validation The software does not validate, or incorrectly validates, a certificate. | 18 | 431 | 368 | 85 | 902 | |
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. | 7 | 233 | 405 | 243 | 888 |