| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2000-0295 | 26 Apr 200004:00 | – | cve | |
| CVE-2000-0295 | 26 Apr 200004:00 | – | cvelist | |
| EUVD-2000-0294 | 7 Oct 202500:30 | – | euvd | |
| CVE-2000-0295 | 21 Apr 200004:00 | – | nvd | |
| LCDproc Buffer Overflow Vulnerability | 3 Nov 200500:00 | – | openvas |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (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