---
id: CVE-2026-53959
title: 4gaBoards is a boards system for realtime project management
summary: >-
  4gaBoards is a boards system for realtime project management. Prior to 3.3.9,
  4gaBoards allows any authenticated user to enumerate account information for
  every user through GET /api/users and retrieve arbitrary accounts through GET
  /api…
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-200
published: '2026-08-18'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T21:13:25.910'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53959'
references:
  - url: >-
      https://github.com/RARgames/4gaBoards/commit/93099d913cbfdbb1799b4aca19d2d0c2d2a276fb
    label: security-advisories@github.com
  - url: 'https://github.com/RARgames/4gaBoards/releases/tag/v3.3.9'
    label: security-advisories@github.com
  - url: >-
      https://github.com/RARgames/4gaBoards/security/advisories/GHSA-p77f-p47g-h72p
    label: security-advisories@github.com
  - url: >-
      https://github.com/RARgames/4gaBoards/security/advisories/GHSA-p77f-p47g-h72p
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - exploit-available
epss: 0.00438
epssPercentile: 0.35439
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/anirbala98/CVE-2026-53959'
  checkedAt: '2026-09-26T09:05:48.676Z'
exploitAvailable: true
ingestedAt: '2026-09-09T21:22:45.538Z'
---

## Overview

4gaBoards is a boards system for realtime project management. Prior to 3.3.9, 4gaBoards allows any authenticated user to enumerate account information for every user through GET /api/users and retrieve arbitrary accounts through GET /api/users/:id. The users/index and users/show actions rely only on the default is-authenticated policy in server/config/policies.js, and server/api/controllers/users/index.js returns the result of sails.helpers.users.getMany() without requester-specific authorization or response sanitization. Responses expose email, phone, organization, name, isAdmin, ssoGoogleEmail, ssoGithubEmail, and other SSO-linked email fields, including data for administrators. This enables instance-wide user enumeration, privacy loss, and targeted phishing reconnaissance. This issue is fixed in version 3.3.9.

## Remediation

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