vendor:
CaptchaSecurityImages.php
by:
cp77fk4r
7,5
CVSS
HIGH
Denial Of Service
400
CWE
Product Name: CaptchaSecurityImages.php
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
Unknown
CaptchaSecurityImages.php Denial Of Service
The vulnerability exists in the CaptchaSecurityImages.php script, which is vulnerable to a Denial Of Service attack. An attacker can send a crafted request with large values for the width, height and characters parameters, which will cause the script to crash. To fix the vulnerability, the script should be modified to use constant values for the width, height and characters parameters.
Mitigation:
Delete all the "$_GET[x]" strings and make it constant.