{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "last_affected": "3.0.0"
              },
              {
                "introduced": "admin3"
              },
              {
                "fixed": "3.0.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "DESCRIPTION"
            ]
          },
          "events": [
            {
              "introduced": "c24d25fe571347cd32662b4e135f826e2ea4b140"
            },
            {
              "fixed": "c24d25fe571347cd32662b4e135f826e2ea4b140"
            }
          ],
          "repo": "https://github.com/cjbi/admin3",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-532"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92918.json"
  },
  "details": "admin3 through 3.0.0 persists user session tokens in the audit log event body when publishing UserLoggedIn domain events. Attackers with log:view permission can read the JSON response from the GET /logs endpoint to harvest session tokens and replay them as bearer credentials for full user access.",
  "id": "CVE-2026-92918",
  "modified": "2026-09-19T03:30:58.677664428Z",
  "published": "2026-09-17T12:33:23.125Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92918.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-92918"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/admin3-through-3.0.0-session-token-disclosure-via-audit-log"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/cjbi/admin3"
    },
    {
      "type": "ARTICLE",
      "url": "https://github.com/cjbi/admin3/blob/3.0.0/admin3-server/src/main/java/tech/wetech/admin3/infra/service/DefaultSessionService.java"
    },
    {
      "type": "ARTICLE",
      "url": "https://github.com/cjbi/admin3/blob/3.0.0/admin3-server/src/main/java/tech/wetech/admin3/sys/service/LogService.java"
    },
    {
      "type": "ARTICLE",
      "url": "https://github.com/cjbi/admin3/blob/3.0.0/admin3-server/src/main/resources/data.sql"
    },
    {
      "type": "EVIDENCE",
      "url": "https://github.com/LinYuanyi1/cve-request-poc/blob/master/admin3/C02_log_session_token_disclosure.py"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "admin3 through 3.0.0 Session Token Disclosure via Audit Log"
}