Lucene search
+L

MantisBT 1.3.x < 1.3.0-rc.2 SOAP API Information Disclosure Vulnerability - Linux

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

MantisBT 1.3.x < 1.3.0-rc.2 SOAP API Information Disclosure Vulnerability - Linu

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
MantisBT Information Disclosure Vulnerability (CNVD-2016-00332)
16 Jan 201600:00
cnvd
cve
CVE
CVE-2014-9759
11 Apr 201621:00
cve
cvelist
Cvelist
CVE-2014-9759
11 Apr 201621:00
cvelist
euvd
EUVD
EUVD-2014-9565
7 Oct 202500:30
euvd
nvd
NVD
CVE-2014-9759
11 Apr 201621:59
nvd
openvas
OpenVAS
MantisBT 1.3.x < 1.3.0-rc.2 SOAP API Information Disclosure Vulnerability - Windows
3 Jun 201600:00
openvas
prion
Prion
Input validation
11 Apr 201621:59
prion
ubuntucve
UbuntuCve
CVE-2014-9759
11 Apr 201621:59
ubuntucve
# 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:mantisbt:mantisbt";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.808209");
  script_version("2024-10-10T07:25:31+0000");
  script_cve_id("CVE-2014-9759");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"2024-10-10 07:25:31 +0000 (Thu, 10 Oct 2024)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2016-12-03 03:02:00 +0000 (Sat, 03 Dec 2016)");
  script_tag(name:"creation_date", value:"2016-06-03 17:28:33 +0530 (Fri, 03 Jun 2016)");

  script_name("MantisBT 1.3.x < 1.3.0-rc.2 SOAP API Information Disclosure Vulnerability - Linux");

  script_tag(name:"summary", value:"MantisBT is prone to an incomplete blacklist vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to an incomplete blacklist
  vulnerability in the config_is_private function in 'config_api.php script'.
  When a new config is added or an existing one is renamed, the black list must
  be updated accordingly. If this is not or incorrectly done, the
  config becomes available via SOAP API");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to obtain sensitive master salt configuration information via a SOAP API request.");

  script_tag(name:"affected", value:"MantisBT versions 1.3.x before 1.3.0-rc.2.");

  script_tag(name:"solution", value:"Update to version 1.3.0-rc.2 or later.");

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

  script_xref(name:"URL", value:"http://www.openwall.com/lists/oss-security/2016/01/02/1");
  script_xref(name:"URL", value:"https://mantisbt.org/bugs/view.php?id=20277");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_mantisbt_http_detect.nasl", "os_detection.nasl");
  script_mandatory_keys("mantisbt/detected", "Host/runs_unixoide");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

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

if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if (version_is_equal(version: version, test_version: "1.3.0-beta.1") ||
    version_is_equal(version: version, test_version: "1.3.0-beta.2") ||
    version_is_equal(version: version, test_version: "1.3.0-beta.3") ||
    version_is_equal(version: version, test_version: "1.3.0-rc.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.3.0-rc.2", install_path: location);
  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

10 Oct 2024 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 25
CVSS 35.3
EPSS0.0192
21