Lucene search
K

PHP Live! directory/conf File Include Unspecified Issue

🗓️ 09 Dec 2004 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 20 Views

Potential code execution risk in PHP Live! due to file inclusion flaw on remote host.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
PHP Live! < 2.8.2 Remote Configuration File Include
10 Dec 200400:00
nessus
CVE
CVE-2004-2485
25 Oct 200504:00
cve
Cvelist
CVE-2004-2485
25 Oct 200504:00
cvelist
EUVD
EUVD-2004-2476
7 Oct 202500:30
euvd
NVD
CVE-2004-2485
31 Dec 200405:00
nvd
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(15928);
  script_version("1.17");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_cve_id("CVE-2004-2485");
  script_bugtraq_id(11863);

  script_name(english:"PHP Live! directory/conf File Include Unspecified Issue");

  script_set_attribute(attribute:"synopsis", value:
"Arbitrary code may be run on the remote host.");
  script_set_attribute(attribute:"description", value:
"The remote host is running PHP Live! a live support system for
websites.

The remote version of this software contains an unspecified flaw that
could allow an attacker to include a configuration file hosted on a
third-party server.

An attacker may exploit this flaw to execute arbitrary PHP code on the
remote host.");
  # https://web.archive.org/web/20051223233750/http://archives.neohapsis.com/archives/apps/freshmeat/2004-11/0022.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?50b97c33");
  script_set_attribute(attribute:"solution", value:
"Upgrade to PHP Live! 2.8.2");
  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:U/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2004/11/22");
  script_set_attribute(attribute:"plugin_publication_date", value:"2004/12/09");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:php_live:php_live");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_ATTACK);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2004-2022 Tenable Network Security, Inc.");

  script_dependencies("http_version.nasl", "webmirror.nasl");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 80);

  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");

port = get_http_port(default:80, embedded: 0);

foreach dir (list_uniq(make_list("/phplive", cgi_dirs())))
{
 r = http_send_recv3(method: "GET", item:dir + "/index.php", port:port);
 if (isnull(r)) exit(0);
 res = strcat(r[0], r[1], '\r\n', r[2]);
 if ( egrep(pattern:"Powered by .*PHP.*Live!", string: res) )
 {
  if ( egrep(pattern:"v([0-1]\.|2\.[0-7]|2\.8\.[0-2][^0-9]).*&copy; OSI Codes Inc.", string:res ) )
	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

11 Apr 2022 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 25
EPSS0.00596
20