Vulnerability Description
Scoold is a Q&A and a knowledge sharing platform for teams. Prior to 1.69.0, authenticated users who are not members of a private space can create content in questions belonging to that space because src/main/java/com/erudika/scoold/controllers/QuestionController.java in QuestionController.reply() and src/main/java/com/erudika/scoold/controllers/CommentController.java in CommentController.createAjax() do not apply the canAccessSpace authorization check used by the question read path. With scoold.is_default_space_public set to false and private spaces in use, a user with a valid session and a known or enumerable question identifier can send requests to POST /question/{id} and POST /comment, causing replies and comments to be stored in a thread the user cannot read. This permits unauthorized modification of private discussions and can trigger notifications that reveal the existence or metadata of private activity. 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-h2p4-mm8g-whxr
FAQ
What is CVE-2026-54677?
CVE-2026-54677 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, authenticated users who are not members of a private space can create content in questions belonging to that space because ...
How severe is CVE-2026-54677?
CVE-2026-54677 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-54677?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.