{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "cpe": "cpe:2.3:a:erudika:scoold:*:*:*:*:*:*:*:*",
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "1.66.1"
              }
            ],
            "source": [
              "CPE_RANGE",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "61ae65b4468a0c74844689842311336b2a64046c"
            },
            {
              "fixed": "5def88c25405cc60482292bcceb45dc024e899fe"
            }
          ],
          "repo": "https://github.com/erudika/scoold",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-g5fv-xw88-vw44"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-639"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/34xxx/CVE-2026-34832.json"
  },
  "details": "Scoold is a Q\u0026A and a knowledge sharing platform for teams. Prior to version 1.66.1, Scoold contains an authenticated authorization flaw in feedback deletion that allows any logged-in, low-privilege user to delete another user's feedback post by submitting its ID to POST /feedback/{id}/delete. The handler enforces authentication but does not enforce object ownership (or moderator/admin authorization) before deletion. In verification, a second non-privileged account successfully deleted a victim account's feedback item, and the item immediately disappeared from the feedback listing/detail views. This issue has been patched in version 1.66.1.",
  "id": "CVE-2026-34832",
  "modified": "2026-08-12T03:51:22.171970892Z",
  "published": "2026-04-02T19:08:03.206Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/Erudika/scoold/releases/tag/1.66.1"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/34xxx/CVE-2026-34832.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/Erudika/scoold/security/advisories/GHSA-g5fv-xw88-vw44"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34832"
    },
    {
      "type": "FIX",
      "url": "https://github.com/Erudika/scoold/commit/5def88c25405cc60482292bcceb45dc024e899fe"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Scoold: Cross-Account Feedback Deletion (IDOR)"
}