Lucene search
+L

RSA Authentication Agent (IIS) < 8.0.2 Multiple Vulnerabilities

🗓️ 09 Apr 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 36 Views

RSA Authentication Agent for IIS version 8.0.1 and earlier vulnerable to multiple flaw

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
RSA Authentication Agent For Web XSS / Buffer Overflow Vulnerability
29 Mar 201800:00
zdt
circl
Circl
CVE-2018-1234
29 Jun 202623:41
circl
cve
CVE
CVE-2018-1232
30 Mar 201821:00
cve
cve
CVE
CVE-2018-1233
30 Mar 201821:00
cve
cve
CVE
CVE-2018-1234
30 Mar 201821:00
cve
cvelist
Cvelist
CVE-2018-1232
30 Mar 201821:00
cvelist
cvelist
Cvelist
CVE-2018-1233
30 Mar 201821:00
cvelist
cvelist
Cvelist
CVE-2018-1234
30 Mar 201821:00
cvelist
euvd
EUVD
EUVD-2018-11865
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2018-11866
7 Oct 202500:30
euvd
Rows per page
# SPDX-FileCopyrightText: 2018 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:emc:rsa_authentication_agent_iis";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.813118");
  script_version("2025-09-19T15:40:40+0000");
  script_cve_id("CVE-2018-1232", "CVE-2018-1233", "CVE-2018-1234");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2025-09-19 15:40:40 +0000 (Fri, 19 Sep 2025)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-08-24 17:37:00 +0000 (Mon, 24 Aug 2020)");
  script_tag(name:"creation_date", value:"2018-04-09 15:34:46 +0530 (Mon, 09 Apr 2018)");
  script_name("RSA Authentication Agent (IIS) < 8.0.2 Multiple Vulnerabilities");

  script_tag(name:"summary", value:"RSA Authentication Agent for IIS is prone to multiple vulnerabilities.");

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

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

  - An error when handling certain malicious web cookies that have invalid
    formats.

  - Application does not properly filter HTML code from user-supplied input
    before displaying the input.

  - An error where access control list (ACL) permissions on a Windows Named Pipe
    were not sufficient.");

  script_tag(name:"impact", value:"Successful exploitation will allow an attacker
  to cause the target service to crash, obtain potentially sensitive information
  and conduct cross-site scripting attacks.");

  script_tag(name:"affected", value:"RSA Authentication Agent for Web for IIS
  version 8.0.1 and earlier.");

  script_tag(name:"solution", value:"Upgrade to version 8.0.2 or later. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"registry");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2018/Mar/60");
  script_xref(name:"URL", value:"https://www.securitytracker.com/id/1040577");
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_rsa_auth_agent_detect_win.nasl");
  script_mandatory_keys("RSA/AuthenticationAgentWebIIS/Ver");
  exit(0);
}

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

if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE)) exit(0);
dVer = infos["version"];
dpath = infos["location"];

if(version_is_less(version:dVer, test_version:"8.0.2"))
{
  report = report_fixed_ver(installed_version:dVer, fixed_version:"8.0.2", install_path:dpath);
  security_message(data:report);
  exit(0);
}
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