Vulnerability Description
Scoold is a Q&A and a knowledge sharing platform for teams. Prior to 1.69.0, users with personal API tokens can retrieve replies from questions in private spaces they cannot access because src/main/java/com/erudika/scoold/api/ApiController.java in ApiController.getPostReplies() does not apply canAccessSpace before returning data from GET /api/posts/{id}/answers. The issue is reachable when scoold.api_user_access_enabled and scoold.api_enabled are true and a token holder knows or enumerates a private question identifier. Under those conditions, the question endpoint can deny access while the answers endpoint returns the private reply bodies, exposing confidential team or project discussions. This issue is fixed in version 1.69.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Erudika/scoold/commit/6976afb931d025cf0a35b11d6dff4f699dc8798
- https://github.com/Erudika/scoold/releases/tag/1.69.0
- https://github.com/Erudika/scoold/security/advisories/GHSA-2cff-ppf7-pc42
FAQ
What is CVE-2026-54676?
CVE-2026-54676 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Scoold is a Q&A and a knowledge sharing platform for teams. Prior to 1.69.0, users with personal API tokens can retrieve replies from questions in private spaces they cannot access because src/main/ja...
How severe is CVE-2026-54676?
CVE-2026-54676 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-54676?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.