{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "18.13.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "97e97042cde2e33524c9ad50dd46312c56be0072"
            }
          ],
          "repo": "https://github.com/super-productivity/super-productivity",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-256q-p9ff-jv8q"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-78"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71551.json"
  },
  "details": "Super Productivity is an advanced todo list app with integrated timeboxing and time tracking capabilities. Prior to 18.13.0, the EXEC IPC handler in electron/ipc-handlers/exec.ts accepts a command string from the renderer through the IPC.EXEC channel and executes it with child_process.exec(). The electron/preload.ts bridge exposes window.ea.exec() to renderer code, including community plugins executed with new Function(), without requiring nodeExecution permission. A confirmation dialog protects only the first execution, its persistence checkbox is selected by default, and approved commands are stored in the ALLOWED_COMMANDS value in simpleSettings for silent later execution with the desktop account's privileges. This issue is fixed in version 18.13.0.",
  "id": "CVE-2026-71551",
  "modified": "2026-08-22T03:30:49.114126435Z",
  "published": "2026-08-18T18:06:19.238Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71551.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/super-productivity/super-productivity/security/advisories/GHSA-256q-p9ff-jv8q"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-71551"
    },
    {
      "type": "FIX",
      "url": "https://github.com/super-productivity/super-productivity/commit/97e97042cde2e33524c9ad50dd46312c56be0072"
    },
    {
      "type": "FIX",
      "url": "https://github.com/super-productivity/super-productivity/pull/8669"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Super Productivity: Arbitrary OS Command Execution via IPC EXEC Handler with Persistent Whitelist"
}