7.5
CVSSv2

CVE-2013-3563

Published: 04/07/2013 Updated: 05/07/2013
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in db_netserver in Lianja SQL Server prior to 1.0.0RC5.2 allows remote malicious users to cause a denial of service (daemon crash) or possibly execute arbitrary code via a crafted string to TCP port 8001.

Vulnerable Product Search on Vulmon Subscribe to Product

lianja lianja sql server

Exploits

## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # web site for more information on licensing and terms of use # metasploitcom/ ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit:: ...