vendor:
Rough Auditing Tool for Security
by:
David Silveiro
7,5
CVSS
HIGH
Out of Block Array Crash
119
CWE
Product Name: Rough Auditing Tool for Security
Affected Version From: RATS 2.3
Affected Version To: RATS 2.3
Patch Exists: NO
Related CWE: 0 day
CPE: 2.3:RATS
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 14.04 LTS
2016
RATS 2.3 Array Out Of Block Crash
This exploit is for RATS 2.3 which is a Rough Auditing Tool for Security. The exploit is for an Out of Block Array Crash which is caused when an array is declared outside of the block scope. This causes a crash when the program is run.
Mitigation:
The best way to mitigate this vulnerability is to ensure that all arrays are declared within the block scope.