Lucene search
+L

IBM INotes and Domino Cross-site Scripting Vulnerability (Jun 2016)

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

IBM Domino cross-site scripting vulnerability, inadequate input validation in IBM iNotes and Domino, allows command execution and data exposur

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2014-0913
9 May 201401:00
cve
cvelist
Cvelist
CVE-2014-0913
9 May 201401:00
cvelist
nessus
Tenable Nessus
IBM Domino 8.5.3 FP6 / 9.0.1 < 8.5.3 FP6 IF2 / 9.0.1 FP1 iNotes XSS
19 May 201400:00
nessus
nessus
Tenable Nessus
IBM Domino 8.5.3 FP6 / 9.0.1 < 8.5.3 FP6 IF2 / 9.0.1 FP1 iNotes XSS (credentialed check)
19 May 201400:00
nessus
euvd
EUVD
EUVD-2014-0943
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10200 CI vulnerability in IBM
8 May 201400:00
kaspersky
nvd
NVD
CVE-2014-0913
9 May 201401:55
nvd
prion
Prion
Cross site scripting
9 May 201401:55
prion
# 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:ibm:lotus_domino";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.808111");
  script_version("2024-02-19T05:05:57+0000");
  script_tag(name:"last_modification", value:"2024-02-19 05:05:57 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"creation_date", value:"2016-06-03 17:28:31 +0530 (Fri, 03 Jun 2016)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");

  script_cve_id("CVE-2014-0913");

  script_name("IBM INotes and Domino Cross-site Scripting Vulnerability (Jun 2016)");

  script_tag(name:"summary", value:"IBM Domino is prone to a cross-site scripting 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 insufficient validation
  of user supplied input via an e-mail message.");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker
  to execute commands as the logged-in user and/or expose user personal data.");

  script_tag(name:"affected", value:"IBM iNotes and Domino 8.5.3 FP6 before IF2 and 9.0.1 before FP1.");

  script_tag(name:"solution", value:"Upgrade to IBM Domino 9.0.1 FP1 or 8.5.3 FP6 IF2.");

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

  script_tag(name:"qod_type", value:"remote_banner_unreliable");

  script_xref(name:"URL", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21671981");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/67297");

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_hcl_domino_consolidation.nasl");
  script_mandatory_keys("hcl/domino/detected");
  exit(0);
}

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

if(!version = get_app_version(cpe:CPE, nofork:TRUE))
  exit(0);

if(version_in_range(version:version, test_version:"8.5", test_version2:"8.5.3.6")) {
  fix = "8.5.3 FP6 IF2";
  VULN = TRUE;
}

else if(version_is_equal(version:version, test_version:"9.0.1")) {
  fix = "9.0.1 FP1";
  VULN = TRUE;
}

if(VULN) {
  report = report_fixed_ver(installed_version:version, fixed_version:fix);
  security_message(data:report, port:0);
  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

19 Feb 2024 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.01788
23