๐Ÿ” CVE Alert

CVE-2026-54677

MEDIUM 6.5

Scoold: Authenticated user can post replies and comments to private-space questions without space membership

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor erudika
Product scoold
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for erudika scoold

Be the first to know when new medium vulnerabilities affecting erudika scoold are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

Erudika / scoold
< 1.69.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Erudika/scoold/security/advisories/GHSA-h2p4-mm8g-whxr github.com: https://github.com/Erudika/scoold/commit/6976afb931d025cf0a35b11d6dff4f699dc87981 github.com: https://github.com/Erudika/scoold/releases/tag/1.69.0