{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.15.47"
              },
              {
                "fixed": "1.15.47-nightly-20260729.1"
              },
              {
                "fixed": "59.0.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0febbbada006af793de3b3f1e959afe1cc21ddea"
            },
            {
              "fixed": "68abe42bb66d03caa2d3a3a63a0d850cdc74c1ca"
            },
            {
              "fixed": "d2e4d2b651902a6cf189f8d407700350700b7ac9"
            },
            {
              "fixed": "e1877b44bdac8abc9fd51e984d584f40f6999832"
            }
          ],
          "repo": "https://github.com/swc-project/swc",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-5qr2-v392-m9g8"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-116",
      "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72925.json"
  },
  "details": "SWC is a TypeScript / JavaScript compiler written in Rust. Prior to @swc/html 1.15.47-nightly-20260729.1 and swc_html_minifier 59.0.0, the minifyJson processing in crates/swc_html_minifier/src/lib.rs parsed and serialized attacker-controlled JSON in application/json and application/ld+json script elements without the escape_json_for_html_script behavior to re-escape less-than signs, allowing a closing script sequence to terminate the element early and execute script in the generated page's origin. This issue is fixed in @swc/html 1.15.47-nightly-20260729.1 and swc_html_minifier 59.0.0.",
  "id": "CVE-2026-72925",
  "modified": "2026-08-13T03:51:57.884566269Z",
  "published": "2026-08-11T14:45:12.907Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/swc-project/swc/releases/tag/v1.15.47"
    },
    {
      "type": "WEB",
      "url": "https://github.com/swc-project/swc/releases/tag/v1.15.47-nightly-20260729.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72925.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/swc-project/swc/security/advisories/GHSA-5qr2-v392-m9g8"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72925"
    },
    {
      "type": "FIX",
      "url": "https://github.com/swc-project/swc/commit/e1877b44bdac8abc9fd51e984d584f40f6999832"
    },
    {
      "type": "FIX",
      "url": "https://github.com/swc-project/swc/pull/12080"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "SWC HTML minifier may allow script element breakout when minifying embedded JSON"
}