| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| CVE-2022-22127 | 25 May 202214:15 | – | attackerkb | |
| CVE-2022-22127 | 25 May 202218:38 | – | circl | |
| Tableau Server 安全漏洞 | 25 May 202200:00 | – | cnnvd | |
| CVE-2022-22127 | 25 May 202213:56 | – | cve | |
| CVE-2022-22127 | 25 May 202213:56 | – | cvelist | |
| EUVD-2022-27276 | 3 Oct 202520:07 | – | euvd | |
| Vulnerabilities fixed in Siemens products | 11 Feb 202519:40 | – | ncsc | |
| Vulnerabilities fixed in Siemens products | 14 Feb 202508:46 | – | ncsc | |
| CVE-2022-22127 | 25 May 202214:15 | – | nvd | |
| CVE-2022-22127 | 25 May 202214:15 | – | osv |
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##
include('compat.inc');
if (description)
{
script_id(166957);
script_version("1.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2022/12/01");
script_cve_id("CVE-2022-22127");
script_xref(name:"IAVB", value:"2022-B-0045-S");
script_name(english:"Tableau Server Broken Access Control (CVE-2022-22127)");
script_set_attribute(attribute:"synopsis", value:
"A Tableau Server instance installed on the remote host is affected by a broken access control vulnerability.");
script_set_attribute(attribute:"description", value:
"Tableau is aware of a broken access control vulnerability present in Tableau Server affecting Tableau Server customers
using Local Identity Store for managing users. The vulnerability allows a malicious site administrator to change
passwords for users in different sites hosted on the same Tableau Server, resulting in the potential for unauthorized
access to data.Tableau Server versions affected are: 2020.4.16, 2021.1.13, 2021.2.10, 2021.3.9, 2021.4.4 and
earlier.
Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
script_set_attribute(attribute:"see_also", value:"https://help.salesforce.com/s/articleView?id=000390544&type=1");
script_set_attribute(attribute:"solution", value:
"Upgrade Tableau Server to 2020.4.17, 2021.1.14, 2021.2.11, 2021.3.10, 2021.4.5 or later");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
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:H/UI:N/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2022-22127");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"vuln_publication_date", value:"2022/05/23");
script_set_attribute(attribute:"patch_publication_date", value:"2022/05/23");
script_set_attribute(attribute:"plugin_publication_date", value:"2022/11/04");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:tableau:tableau_server");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2022 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("tableau_server_web_detect.nbin");
script_require_keys("installed_sw/Tableau Server");
exit(0);
}
include('vcf.inc');
var app_info = vcf::combined_get_app_info(app:'Tableau Server');
var constraints = [
{ 'fixed_version' : '2020.4.17' },
{ 'min_version' : '2021.1', 'fixed_version' : '2021.1.14' },
{ 'min_version' : '2021.2', 'fixed_version' : '2021.2.11' },
{ 'min_version' : '2021.3', 'fixed_version' : '2021.3.10' },
{ 'min_version' : '2021.4', 'fixed_version' : '2021.4.5' }
];
vcf::check_version_and_report(
app_info:app_info,
constraints:constraints,
severity:SECURITY_WARNING
);
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