Lucene search
K

LCDproc < 0.4.1 screen_add Command Remote Overflow

🗓️ 22 Apr 2000 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 38 Views

Buffer overflow in LCDproc < 0.4.1 may let attackers execute arbitrary code remotely.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-0295
26 Apr 200004:00
cve
Cvelist
CVE-2000-0295
26 Apr 200004:00
cvelist
EUVD
EUVD-2000-0294
7 Oct 202500:30
euvd
NVD
CVE-2000-0295
21 Apr 200004:00
nvd
OpenVAS
LCDproc Buffer Overflow Vulnerability
3 Nov 200500:00
openvas
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");

if(description)
{
 script_id(10378);
 script_version ("1.23");
 script_cve_id("CVE-2000-0295");
 script_bugtraq_id(1131);

 script_name(english:"LCDproc < 0.4.1 screen_add Command Remote Overflow");
 
 script_set_attribute(attribute:"synopsis", value:
"A buffer overflow in the remote LCDproc server may allow an attacker
to execute arbitrary code on the remote host." );
 script_set_attribute(attribute:"description", value:
"The remote LCDproc service is vulnerable to a buffer overflow attack
when processing commands received from the network due to a lack of
bound checks. 

An attacker may exploit this flaw to execute arbitrary code on the remote host,
with the privileges of the LCDproc process (usually, nobody)." );
 script_set_attribute(attribute:"solution", value:
"Upgrade to LCDproc 0.4.1 or later." );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"plugin_publication_date", value: "2000/04/22");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/04/20");
 script_cvs_date("Date: 2018/07/12 19:01:15");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();

 
 script_summary(english:"LCDproc version check");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2000-2018 Tenable Network Security, Inc."); 
 script_family(english:"Gain a shell remotely");
 script_dependencie("lcdproc_detect.nasl");
 script_require_keys("lcdproc/version");
 exit(0);
}

#
# The script code starts here
#

port = get_kb_item("Services/lcdproc");
if(!port)port = 13666;

version = get_kb_item("lcdproc/version");
if ( ! version ) exit(0);
if ( ereg(pattern:"^0\.([0-3]([^0-9]|$)|4([^0-9.]|$)|4\.0)", string:version) ) security_hole(port);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

12 Jul 2018 19:01Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.06584
38