---
id: CVE-2026-54677
title: Scoold is a Q&A and a knowledge sharing platform for teams
summary: >-
  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/cont…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-862
vendor: Erudika
product: scoold
affected:
  - scoold < 1.69.0
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T18:16:47.880'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54677'
references:
  - url: >-
      https://github.com/Erudika/scoold/commit/6976afb931d025cf0a35b11d6dff4f699dc87981
    label: security-advisories@github.com
  - url: 'https://github.com/Erudika/scoold/releases/tag/1.69.0'
    label: security-advisories@github.com
  - url: 'https://github.com/Erudika/scoold/security/advisories/GHSA-h2p4-mm8g-whxr'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T17:23:30.695Z'
epss: 0.00213
epssPercentile: 0.11931
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
