{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-6553/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-6553/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-6553/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-6553/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-6553/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-6553"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-6553"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-6553.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-6553\n\ninfo:\n  name: Worpress Backup Migration <= 1.3.7 - Unauthenticated Remote Code Execution\n  author: FLX\n  severity: critical\n  description: |\n    The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.3.7 via the /includes/backup-heart.php file. This is due to an attacker being able to control the values passed to an include, and subsequently leverage that to achieve remote code execution. This makes it possible for unauthenticated threat actors to easily execute code on the server.\n  impact: |\n    Unauthenticated attackers can leverage file inclusion via backup-heart.php to achieve arbitrary code execution, potentially compromising the entire WordPress site and server.\n  remediation: |\n    Upgrade Backup Migration plugin to version 1.3.8 or later.\n  reference:\n    - https://www.wordfence.com/blog/2023/12/critical-unauthenticated-remote-code-execution-found-in-backup-migration-plugin/\n    - https://github.com/Chocapikk/CVE-2023-6553\n    - http://packetstormsecurity.com/files/176638/WordPress-Backup-Migration-1.3.7-Remote-Command-Execution.html\n    - https://www.synacktiv.com/en/publications/php-filters-chain-what-is-it-and-how-to-use-it\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/3511ba64-56a3-43d7-8ab8-c6e40e3b686e?source=cve\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-6553\n    epss-score: 0.97846\n    epss-percentile: 0.99906\n    cpe: cpe:2.3:a:backupbliss:backup_migration:*:*:*:*:*:wordpress:*:*\n  metadata:\n    max-request: 2\n    vendor: backupbliss\n    product: backup_migration\n    framework: wordpress\n    shodan-query: http.html:/wp-content/plugins/backup-backup/\n    fofa-query: body=/wp-content/plugins/backup-backup/\n    publicwww-query: /wp-content/plugins/backup-backup/\n    google-query: inurl:\"/wp-content/plugins/backup-backup/\"\n  tags: packetstorm,cve,cve2023,wp-plugin,rce,unauth,wordpress,wp,backupbliss,vkev,vuln\nflow: http(1) && http(2)\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/backup-backup/readme.txt\"\n\n    matchers:\n      - type: dsl\n        internal: true\n        dsl:\n          - 'status_code == 200'\n          - 'contains(body, \"Backup Migration\")'\n        condition: and\n\n  - method: POST\n    path:\n      - \"{{BaseURL}}/wp-content/plugins/backup-backup/includes/backup-heart.php\"\n    headers:\n      Content-Dir: \"{{rand_text_alpha(10)}}\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'len(body) == 0'\n          - 'status_code == 200'\n          - '!contains(body, \"Incorrect parameters\")'\n        condition: and\n# digest: 4a0a00473045022064055333800ed3bf4754622324558148374fac3339e411967776f6731e9c143d022100b6a6b63365bf96d52729d341d66c4be0a8c4c3414e113cc9e69918124f5de112:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-6553"
}