Lucene search
K

264 matches found

Prion
Prion
added 2019/10/03 7:15 p.m.18 views

Cross site scripting

A stored XSS vulnerability in the Visualizer plugin 3.3.0 for WordPress allows an unauthenticated attacker to execute arbitrary JavaScript when an admin or other privileged user edits the chart via the admin dashboard. This occurs because classes/Visualizer/Gutenberg/Block.php registers...

4.3CVSS6.2AI score0.01687EPSS
Exploits2References3Affected Software1
CVE
CVE
added 2019/10/03 6:34 p.m.145 views

CVE-2019-16931

The WordPress Visualizer plugin (versions prior to 3.3.1; affected entry cites 3.3.0) contains a stored XSS via the WP-JSON API endpoint /wp-json/visualizer/v1/update-chart. The root cause is that Block.php registers this endpoint with no access control and Data.php lacks output sanitization, all...

6.1CVSS6.5AI score0.01687EPSS
Exploits2References3Affected Software1
Cvelist
Cvelist
added 2019/10/03 6:34 p.m.14 views

CVE-2019-16931

A stored XSS vulnerability in the Visualizer plugin 3.3.0 for WordPress allows an unauthenticated attacker to execute arbitrary JavaScript when an admin or other privileged user edits the chart via the admin dashboard. This occurs because classes/Visualizer/Gutenberg/Block.php registers...

6.6AI score0.01687EPSS
Exploits2References3
OpenVAS
OpenVAS
added 2019/10/02 12:0 a.m.19 views

WordPress Visualizer Plugin < 3.3.1 Multiple Vulnerabilities

The WordPress plugin SPDX-FileCopyrightText: 2019 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription scriptoid"1.3.6.1.4.1.25623.1.0.113537";...

10CVSS7.9AI score0.80844EPSS
Exploits4References3
NVD
NVD
added 2019/09/30 4:15 p.m.13 views

CVE-2019-16932

A blind SSRF vulnerability exists in the Visualizer plugin before 3.3.1 for WordPress via wp-json/visualizer/v1/upload-data...

10CVSS9.5AI score0.80844EPSS
Exploits2References3
OSV
OSV
added 2019/09/30 4:15 p.m.1 views

CVE-2019-16932

A blind SSRF vulnerability exists in the Visualizer plugin before 3.3.1 for WordPress via wp-json/visualizer/v1/upload-data...

10CVSS7.3AI score
Exploits0References3
Prion
Prion
added 2019/09/30 4:15 p.m.17 views

Server side request forgery (ssrf)

A blind SSRF vulnerability exists in the Visualizer plugin before 3.3.1 for WordPress via wp-json/visualizer/v1/upload-data...

5.8CVSS9.4AI score0.80844EPSS
Exploits2References3Affected Software1
CVE
CVE
added 2019/09/30 3:8 p.m.101 views

CVE-2019-16932

The CVE-2019-16932 issue affects the WordPress Visualizer plugin prior to 3.3.1, where the /wp-json/visualizer/v1/upload-data endpoint exposes a blind server-side request forgery (SSRF). The vulnerability enables an attacker to send crafted requests and potentially reach internal resources, with ...

10CVSS9.4AI score0.80844EPSS
Exploits2References3Affected Software1
Cvelist
Cvelist
added 2019/09/30 3:8 p.m.14 views

CVE-2019-16932

A blind SSRF vulnerability exists in the Visualizer plugin before 3.3.1 for WordPress via wp-json/visualizer/v1/upload-data...

9.5AI score0.80844EPSS
Exploits2References3
RedHat Linux
RedHat Linux
added 2019/09/30 2:15 p.m.4 views

kibana: Arbitrary code execution flaw in the Timelion visualizer

An arbitrary code execution flaw was found in the Timelion visualizer in Kibana versions before 5.6.15 and 6.6.1. This flaw allows an attacker with access to the Timelion application to send a request that attempts to execute javascript code. This could lead to an attacker executing arbitrary...

10CVSS6.4AI score0.94429EPSS
Exploits12References6
WPVulnDB
WPVulnDB
added 2019/09/28 12:0 a.m.19 views

Visualizer < 3.3.1 - Stored Cross-Site Scripting (XSS)

By abusing a lack of access controls on the /wp-json/visualizer/v1/update-chart WP-JSON API endpoint, an attacker can arbitrarily modify meta data of an existing chart, and inject a XSS payload to be stored and later executed when an admin goes to edit the chart. PoC curl -i -s -k -X $'POST' \ -H...

4.3CVSS2.8AI score0.01687EPSS
Exploits2References1Affected Software1
Patchstack
Patchstack
added 2019/09/28 12:0 a.m.14 views

WordPress Visualizer plugin <= 3.3.0 - Server-Side Request Forgery (SSRF)

The disclosed vulnerability allows a remote attacker to perform SSRF attacks. Solution Update the plugin to the latest version...

10CVSS5.8AI score0.80844EPSS
Exploits2References1Affected Software1
wpexploit
wpexploit
added 2019/09/28 12:0 a.m.27 views

Visualizer < 3.3.1 - Stored Cross-Site Scripting (XSS)

By abusing a lack of access controls on the /wp-json/visualizer/v1/update-chart WP-JSON API endpoint, an attacker can arbitrarily modify meta data of an existing chart, and inject a XSS payload to be stored and later executed when an admin goes to edit the chart. curl -i -s -k -X $'POST' \ -H...

4.3CVSS1.8AI score0.01687EPSS
Exploits2References1
WPVulnDB
WPVulnDB
added 2019/09/28 12:0 a.m.14 views

Visualizer < 3.3.1 - Blind Server-Side Request Forgery (SSRF)

This plugin suffers from a blind SSRF vulnerability in the /wp-json/visualizer/v1/upload-data endpoint. PoC curl -i -s -X $'POST' \ -H $'Host: 192.168.158.128:8000' \ --data-binary $'"url":"http://db:3306"' \ $'http://192.168.158.128:8000/wp-json/visualizer/v1/upload-data' See the references...

5.8CVSS1.2AI score0.80844EPSS
Exploits2References1Affected Software1
wpexploit
wpexploit
added 2019/09/28 12:0 a.m.15 views

Visualizer < 3.3.1 - Blind Server-Side Request Forgery (SSRF)

This plugin suffers from a blind SSRF vulnerability in the /wp-json/visualizer/v1/upload-data endpoint. curl -i -s -X $'POST' \ -H $'Host: 192.168.158.128:8000' \ --data-binary $'"url":"http://db:3306"' \ $'http://192.168.158.128:8000/wp-json/visualizer/v1/upload-data' See the references for...

5.8CVSS1.9AI score0.80844EPSS
Exploits2References1
OpenVAS
OpenVAS
added 2019/08/12 12:0 a.m.57 views

Elastic Kibana < 6.8.2, 7.x < 7.2.1 Multiple Vulnerabilities (ESA-2019-09, ESA-2019-10) - Windows

Kibana is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2019 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.1CVSS7.9AI score0.18518EPSS
Exploits3References2
NVD
NVD
added 2019/07/30 10:15 p.m.23 views

CVE-2019-7616

Kibana versions before 6.8.2 and 7.2.1 contain a server side request forgery SSRF flaw in the graphite integration for Timelion visualizer. An attacker with administrative Kibana access could set the timelion:graphite.url configuration option to an arbitrary URL. This could possibly lead to an...

4.9CVSS7.1AI score0.09087EPSS
Exploits1References1
myhack58
myhack58
added 2019/03/30 12:0 a.m.228 views

Cisco release a lot of patches, fixes IOS XE, and small business routing vulnerability-vulnerability warning-the black bar safety net

On Wednesday, Cisco Systems Inc. posted a 26 the patch, including its IOS-XE operating system and two small business RV320 and RV325 router of bug fixes. A total of 19 vulnerabilities is Cisco rated the severity level, other vulnerabilities were rated medium level. In the high severity...

10CVSS1.8AI score0.94429EPSS
Exploits13
CNVD
CNVD
added 2019/03/26 12:0 a.m.2 views

Kibana Command Injection Vulnerability (CNVD-2019-12163)

Elasticsearch Kibana is a suite of open source, browser-based analytics and search Elasticsearch dashboard tools from Elasticsearch Netherlands. A security vulnerability exists in Timelion visualizer in Kibana versions prior to 5.6.15 and prior to 6.6.1. A remote attacker can exploit the...

10CVSS7.8AI score0.94429EPSS
Exploits12References1
Cvelist
Cvelist
added 2019/03/25 12:0 a.m.31 views

CVE-2019-7609

Kibana versions before 5.6.15 and 6.6.1 contain an arbitrary code execution flaw in the Timelion visualizer. An attacker with access to the Timelion application could send a request that will attempt to execute javascript code. This could possibly lead to an attacker executing arbitrary commands...

9.7AI score0.94429EPSS
Exploits12References5
Rows per page
Query Builder