CVE-2026-34832: Scoold: Cross-Account Feedback Deletion (IDOR)
Scoold is a Q&A 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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Scooldto a version that resolves this vulnerability.Fixed in 1.66.1
Event History
Frequently Asked Questions
What is the severity of CVE-2026-34832?
CVE-2026-34832 has a high severity level due to the potential for low-privilege users to delete sensitive user feedback.
How do I fix CVE-2026-34832?
To fix CVE-2026-34832, upgrade Scoold to version 1.66.1 or later, which addresses the cross-account feedback deletion vulnerability.
Who is affected by CVE-2026-34832?
CVE-2026-34832 affects all users of Scoold prior to version 1.66.1, specifically those with low-privilege accounts.
What is the impact of CVE-2026-34832?
The impact of CVE-2026-34832 is that authenticated low-privilege users can delete feedback from other users, leading to data loss and potential disruption.
Is CVE-2026-34832 a known issue in Scoold?
Yes, CVE-2026-34832 is a recognized issue within Scoold prior to version 1.66.1, related to an authorization flaw.