{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.80.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0d45da9632b487c6767d88108ee0d3777ea79b54"
            }
          ],
          "repo": "https://github.com/activepieces/activepieces",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-gr3h-c2j7-r52g"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-693"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73083.json"
  },
  "details": "Activepieces is an open source AI workflow automation platform. Prior to 0.80.0, in SANDBOX_CODE_ONLY mode, the engine loads the compiled user module with importFresh(), a wrapper around Node.js require(), before the V8 isolate is applied. Top-level module code can therefore call require('child_process'), access fs, and use other Node.js APIs in the host engine process outside the sandbox. An authenticated user who can create a Code step can read environment secrets including AP_ENCRYPTION_KEY and AP_JWT_SECRET, read or write files, and reach internal services. This issue is fixed in version 0.80.0.",
  "id": "CVE-2026-73083",
  "modified": "2026-08-15T11:30:57.742431183Z",
  "published": "2026-08-11T16:33:22.045Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/activepieces/activepieces/releases/tag/0.80.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73083.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/activepieces/activepieces/security/advisories/GHSA-gr3h-c2j7-r52g"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-73083"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Activepieces: V8 Isolate Sandbox Bypass via importFresh Module Loading"
}