---
id: CVE-2026-54676
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,
  users with personal API tokens can retrieve replies from questions in private
  spaces they cannot access because
  src/main/java/com/erudika/scoold/api/ApiControll…
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-862
vendor: Erudika
product: scoold
affected:
  - scoold < 1.69.0
published: '2026-09-17'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:25:27.050'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-54676'
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-2cff-ppf7-pc42'
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00402
epssPercentile: 0.31679
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-18T14:36:42.892195Z'
ingestedAt: '2026-09-17T17:23:30.695Z'
---

## Overview

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.

## Remediation

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