Enhancement: cves/2022/CVE-2022-26148.yaml by mp

patch-1
MostInterestingBotInTheWorld 2022-05-19 12:35:09 -04:00
parent 1c56963984
commit 99c1d1fa33
1 changed files with 6 additions and 4 deletions

View File

@ -1,14 +1,14 @@
id: CVE-2022-26148 id: CVE-2022-26148
info: info:
name: Grafana Zabbix Integration - Credential Disclosure name: Grafana & Zabbix Integration - Credential Disclosure
author: Geekby author: Geekby
severity: critical severity: critical
description: An issue was discovered in Grafana through 7.3.4, when integrated with Zabbix. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right click to view the source code and use Ctrl-F to search for password in api_jsonrpc.php to discover the Zabbix account password and URL address. description: Grafana through 7.3.4, when integrated with Zabbix, contains a credential disclosure vulnerability. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right click to view the source code and use Ctrl-F to search for password in api_jsonrpc.php to discover the Zabbix account password and URL address.
reference: reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-26148
- https://2k8.org/post-319.html - https://2k8.org/post-319.html
- https://security.netapp.com/advisory/ntap-20220425-0005/ - https://security.netapp.com/advisory/ntap-20220425-0005/
- https://nvd.nist.gov/vuln/detail/CVE-2022-26148
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8 cvss-score: 9.8
@ -50,4 +50,6 @@ requests:
regex: regex:
- '"password":"(.*?)"' - '"password":"(.*?)"'
- '"username":"(.*?)"' - '"username":"(.*?)"'
- '"url":"([a-z:/0-9.]+)\/api_jsonrpc\.php' - '"url":"([a-z:/0-9.]+)\/api_jsonrpc\.php'
# Enhanced by mp on 2022/05/19