CWE-617: Reachable Assertion
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Browse cwe for rust with official CWE context and Glexia analysis.
Search And Filters
Showing 2 of 2 CWE records.
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
The product attempts to close or release a resource or handle more than once, without any successful open between the close operations.