| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| ScreenOS: Stored Cross-Site Scripting (XSS) vulnerability | 10 Oct 201818:29 | – | attackerkb | |
| CVE-2018-0059 | 10 Oct 201818:00 | – | cve | |
| CVE-2018-0059 ScreenOS: Stored Cross-Site Scripting (XSS) vulnerability | 10 Oct 201818:00 | – | cvelist | |
| EUVD-2018-0883 | 7 Oct 202500:30 | – | euvd | |
| CVE-2018-0059 | 10 Oct 201818:29 | – | nvd | |
| Cross site scripting | 10 Oct 201818:29 | – | prion |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(118229);
script_version("1.4");
script_cvs_date("Date: 2019/11/01");
script_cve_id("CVE-2018-0059");
script_xref(name:"JSA", value:"JSA10894");
script_xref(name:"IAVA", value:"2018-A-0343");
script_name(english:"Juniper ScreenOS < 6.3.0r26 Stored Cross Site Scripting Vulnerability (JSA10894)");
script_summary(english:"Checks the version of ScreenOS.");
script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by a stored cross site scripting vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of Juniper ScreenOS running on the remote host is 6.3.x
prior to 6.3.0r26. It is, therefore, affected by stored cross site
scripting vulnerability.
Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number.");
# https://kb.juniper.net/InfoCenter/index?page=content&id=JSA10894&actp=METADATA
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?9076ed3a");
script_set_attribute(attribute:"solution", value:
"Upgrade to Juniper ScreenOS version 6.3.0r26 or later. Alternatively,
apply the workaround referenced in the vendor's advisory.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:S/C:N/I:P/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-0059");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/10/10");
script_set_attribute(attribute:"patch_publication_date", value:"2018/10/10");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/10/19");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:juniper:screenos");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Firewalls");
script_copyright(english:"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("screenos_version.nbin", "screenos_unsupported.nasl");
script_require_keys("Host/Juniper/ScreenOS/display_version", "Host/Juniper/ScreenOS/version");
script_exclude_keys("Host/Juniper/ScreenOS/unsupported");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
app_name = "Juniper ScreenOS";
display_version = get_kb_item_or_exit("Host/Juniper/ScreenOS/display_version");
version = get_kb_item_or_exit("Host/Juniper/ScreenOS/version");
if (get_kb_item("Host/Juniper/ScreenOS/unsupported"))
exit(0, app_name + " version " + display_version + " is installed and no longer supported, therefore, it was not checked.");
# prior to 6.3.0r26 are affected. 6.2 and prior are unsupported
# fix is 6.3.0r26 and later
if (ver_compare(ver:version, minver:"6.3.0.0", fix:"6.3.0.26", strict:FALSE) < 0)
{
display_fix = "6.3.0r26";
port = 0;
report =
'\n Installed version : ' + display_version +
'\n Fixed version : ' + display_fix +
'\n';
security_report_v4(port:port, extra:report, severity:SECURITY_NOTE);
}
else audit(AUDIT_INST_VER_NOT_VULN, app_name, display_version);
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