Lucene search
K

Qpopper EUIDL Arbitrary Command Execution

🗓️ 27 May 2000 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 23 Views

Qpopper POP server vulnerability allows arbitrary command execution via crafted email.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
qpopper < 3.0.1b2 EIUDL Arbitrary Command Execution
20 Aug 200400:00
nessus
CVE
CVE-2000-0320
13 Oct 200004:00
cve
Cvelist
CVE-2000-0320
13 Oct 200004:00
cvelist
EUVD
EUVD-2000-0319
7 Oct 202500:30
euvd
NVD
CVE-2000-0320
21 Apr 200004:00
nvd
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");

if(description)
{
 script_id(10423);
 script_version ("1.27");
 script_cve_id("CVE-2000-0320");
 script_bugtraq_id(1133);
 
 script_name(english:"Qpopper EUIDL Arbitrary Command Execution");
 
 script_set_attribute(attribute:"synopsis", value:
"It is possible to execute arbitrary code on the remote host
through the remote POP server" );
 script_set_attribute(attribute:"description", value:
"The remote version of the Qpopper POP server contains a bug
that could allow authenticated users who have a pop account 
to gain a shell with the gid 'mail' by sending to themselves a 
specially crafted mail." );
 script_set_attribute(attribute:"solution", value:
"Upgrade to the latest Qpopper software" );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"false");

 script_set_attribute(attribute:"plugin_publication_date", value: "2000/05/27");
 script_set_attribute(attribute:"vuln_publication_date", value: "2000/04/21");
 script_cvs_date("Date: 2018/07/27 12:15:50");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();

 
 script_summary(english:"checks for the version of Qpopper");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2000-2018 Tenable Network Security, Inc.");
 script_family(english:"Misc.");
 script_dependencie("find_service1.nasl");
 script_require_ports("Services/pop3", 110);
 exit(0);
}

include("pop3_func.inc");
port = get_kb_item("Services/pop3");
if(!port)port = 110;


banner = get_pop3_banner(port:port);
if ( ! banner ) exit(0);

if(ereg(pattern:"^\+OK QPOP \(version (2\.((5[3-9]+)|([6-9][0-9]+))\)|3\.0).*$", string:banner)) security_warning(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

27 Jul 2018 12:15Current
5.6Medium risk
Vulners AI Score5.6
CVSS 25
EPSS0.00688
23