Categories
CWE | NAME | LAST 12M | LOW | MEDIUM | HIGH | CRITICAL | TOTAL VULNS |
---|---|---|---|---|---|---|---|
CWE-762 | Mismatched Memory Management Routines The application attempts to return a memory resource to the system, but it calls a release function that is not compatible with the function that was originally used to allocate that resource. | 0 | 0 | 1 | 0 | 1 | |
CWE-242 | Use of Inherently Dangerous Function The program calls a function that can never be guaranteed to work safely. | 0 | 0 | 1 | 0 | 1 | |
CWE-141 | Improper Neutralization of Parameter/Argument Delimiters The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as parameter or argument delimiters when they are sent to a downstream component. | 0 | 1 | 0 | 0 | 1 | |
CWE-440 | Expected Behavior Violation A feature, API, or function being used by a product behaves differently than the product expects. | 0 | 1 | 0 | 0 | 1 | |
CWE-349 | Acceptance of Extraneous Untrusted Data With Trusted Data The software, when processing trusted data, accepts any untrusted data that is also included with the trusted data, treating the untrusted data as if it were trusted. | 0 | 0 | 1 | 0 | 1 | |
CWE-761 | Free of Pointer not at Start of Buffer The application calls free() on a pointer to a memory resource that was allocated on the heap, but the pointer is not at the start of the buffer. | 0 | 0 | 1 | 0 | 1 |