Lucene search
+L

WebTitan Multiple Security Vulnerabilities

🗓️ 23 Jun 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

WebTitan Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2014-4306
18 Jun 201414:00
cve
cve
CVE
CVE-2014-4307
18 Jun 201414:00
cve
cvelist
Cvelist
CVE-2014-4306
18 Jun 201414:00
cvelist
cvelist
Cvelist
CVE-2014-4307
18 Jun 201414:00
cvelist
exploitdb
Exploit DB
WebTitan 4.01 (Build 68) - Multiple Vulnerabilities
9 Jun 201400:00
exploitdb
euvd
EUVD
EUVD-2014-4234
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2014-4235
7 Oct 202500:30
euvd
nvd
NVD
CVE-2014-4306
18 Jun 201414:55
nvd
nvd
NVD
CVE-2014-4307
18 Jun 201414:55
nvd
prion
Prion
Directory traversal
18 Jun 201414:55
prion
Rows per page
# SPDX-FileCopyrightText: 2014 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804469");
  script_version("2023-12-13T05:05:23+0000");
  script_cve_id("CVE-2014-4306", "CVE-2014-4307");
  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_tag(name:"last_modification", value:"2023-12-13 05:05:23 +0000 (Wed, 13 Dec 2023)");
  script_tag(name:"creation_date", value:"2014-06-23 18:10:58 +0530 (Mon, 23 Jun 2014)");
  script_name("WebTitan Multiple Security Vulnerabilities");

  script_tag(name:"summary", value:"WebTitan is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Send a crafted default credential via HTTP GET request and check whether it
  is able to get information or not.");

  script_tag(name:"insight", value:"- The categories-x.php script not properly sanitizing user-supplied input to
  the 'sortkey' GET parameter.

  - Input passed via the 'fname' and 'logfile' parameters is not properly
  sanitized upon submission to logs-x.php.

  - Input passed via the 'ldapserver' parameter is not properly sanitized
  upon submission to the users-x.php script.

  - Input passed via the 'ntpserversList' POST parameter is not properly
  sanitized upon submission to the time-x.php script.

  - Input passed via the 'reportid' parameter is not properly sanitized upon
  submission to the schedulereports-x.php script.

  - Input passed via the 'delegated_admin' POST parameter is not properly
  sanitized upon submission to the reporting-x.php script.

  - The autoconf-x.php, contentfiltering-x.php, license-x.php, msgs.php, and
  reports-drill.php scripts not requiring authentication.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to trivially gain privileged
  access to the device, execute arbitrary commands and gain access to arbitrary files.");

  script_tag(name:"affected", value:"WebTitan version 4.01 (Build 68).");

  script_tag(name:"solution", value:"Upgrade to WebTitan version 4.04 or later.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/33699");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/67921");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2014/Jun/35");
  script_xref(name:"URL", value:"http://bot24.blogspot.in/2014/06/sec-consult-sa-20140606-0-multiple.html");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "httpver.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "gb_php_http_detect.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  exit(0);
}

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

kPort = http_get_port(default:80);
if(!http_can_host_php(port:kPort))
  exit(0);

webRes = http_get_cache(item:"/login.php",  port:kPort);

if(">WebTitan<" >< webRes && "Copperfasten Technologies" >< webRes)
{
  url = '/categories-x.php?getcategories&sortkey=name)%20limit%205;--';

  if(http_vuln_check(port:kPort, url:url, check_header:TRUE,
     pattern: "records.:.*categoryid.:.*:.SYSTEM",
     extra_check:"totalRecords"))
  {
    security_message(kPort);
    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

13 Dec 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 27.5
EPSS0.0762
21