Categories
CWE | NAME | LAST 12M | LOW | MEDIUM | HIGH | CRITICAL | TOTAL VULNS |
---|---|---|---|---|---|---|---|
CWE-113 | Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting') The software receives data from an upstream component, but does not neutralize or incorrectly neutralizes CR and LF characters before the data is included in outgoing HTTP headers. | 0 | 12 | 6 | 0 | 18 | |
CWE-288 | Authentication Bypass Using an Alternate Path or Channel A product requires authentication, but the product has an alternate path or channel that does not require authentication. | 1 | 1 | 2 | 13 | 17 | |
CWE-924 | Improper Enforcement of Message Integrity During Transmission in a Communication Channel The software establishes a communication channel with an endpoint and receives a message from that endpoint, but it does not sufficiently ensure that the message was not modified during transmission. | 1 | 8 | 5 | 2 | 16 | |
CWE-417 | Channel and Path Errors Weaknesses in this category are related to improper handling of communication channels and access paths. | 2 | 3 | 5 | 5 | 15 | |
CWE-407 | Algorithmic Complexity An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached. | 0 | 3 | 11 | 0 | 14 | |
CWE-118 | Incorrect Access of Indexable Resource ('Range Error') The software does not restrict or incorrectly restricts operations within the boundaries of a resource that is accessed using an index or pointer, such as memory or files. | 0 | 3 | 2 | 8 | 13 | |
CWE-80 | Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as <, >, and & that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. | 1 | 12 | 0 | 0 | 13 | |
CWE-185 | Incorrect Regular Expression The software specifies a regular expression in a way that causes data to be improperly matched or compared. | 0 | 4 | 5 | 2 | 11 | |
CWE-90 | Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection') The software constructs all or part of an LDAP query using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended LDAP query when it is sent to a downstream component. | 1 | 3 | 2 | 4 | 10 | |
CWE-121 | Stack-based Buffer Overflow A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). | 0 | 0 | 7 | 3 | 10 |