Lucene search
+L

LCDproc Buffer Overflow Vulnerability

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2000 SecuriTeamType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

LCDproc Buffer Overflow Vulnerability. Version 4.0 and above allows server buffer overflow, leading to code execution

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2000-0295
26 Apr 200004:00
cve
cvelist
Cvelist
CVE-2000-0295
26 Apr 200004:00
cvelist
exploitdb
Exploit DB
LCDProc 0.4 - Remote Buffer Overflow
23 Apr 200000:00
exploitdb
euvd
EUVD
EUVD-2000-0294
7 Oct 202500:30
euvd
nessus
Tenable Nessus
LCDproc < 0.4.1 screen_add Command Remote Overflow
22 Apr 200000:00
nessus
nvd
NVD
CVE-2000-0295
21 Apr 200004:00
nvd
SourceLink
securityfocuswww.securityfocus.com/bid/1131
# SPDX-FileCopyrightText: 2000 SecuriTeam
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.10378");
  script_version("2023-07-21T05:05:22+0000");
  script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2000-0295");
  script_name("LCDproc Buffer Overflow Vulnerability");
  script_category(ACT_DESTRUCTIVE_ATTACK);
  script_copyright("Copyright (C) 2000 SecuriTeam");
  script_family("Buffer overflow");
  script_dependencies("lcdproc_detect.nasl");
  script_require_ports("Services/lcdproc", 13666);
  script_mandatory_keys("lcdproc/detected");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/1131");

  script_tag(name:"summary", value:"LCDproc is prone to a buffer overflow vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted TCP request and checks if the remote system is
  still available afterwards.");

  script_tag(name:"insight", value:"The LCDproc version 4.0 and above uses a client-server protocol,
  allowing anyone with access to the LCDproc server to modify the displayed content. It is possible
  to cause the LCDproc server to crash and execute arbitrary code by sending the server a large
  buffer that will overflow its internal buffer.");

  script_tag(name:"solution", value:"Disable access to this service from outside by disabling access
  to TCP port 13666 (default port used).");

  script_tag(name:"solution_type", value:"Mitigation");
  script_tag(name:"qod_type", value:"remote_analysis");

  exit(0);
}

include("port_service_func.inc");

port = service_get_port( default:13666, proto:"lcdproc" );

if( ! soc = open_sock_tcp( port ) )
  exit( 0 );

result = recv_line( socket:soc, length:4096 );
close( soc );
if( ! result )
  exit( 0 );

if( ! soc = open_sock_tcp( port ) )
  exit( 0 );

req = crap( 4096 );

send( socket:soc, data:req );
result = recv( socket:soc, length:4096 );
close( soc );

if( strlen( result ) == 0 ) {
  security_message( port:port );
  exit( 0 );
}

exit( 0 );

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

21 Jul 2023 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 210
EPSS0.04875
30