Description
HomeBox is a home inventory and organization system. Prior to 0.26.0, POST /v1/groups/members invokes HandleGroupMemberAdd and GroupService.AddMember using a caller-supplied userID without requiring an owner role, an invitation token, target-user consent, or target-user notification. Any authenticated user can force another account into the caller's group, disclose the target user's email address and name through the resulting member list, and create the membership prerequisite used by a separate cross-group inventory-wipe vulnerability. This issue is fixed in version 0.26.0.
Published: 2026-09-21
Score: 5.4 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized group membership and sensitive information disclosure
Action: Patch immediately
AI Analysis

Impact

The vulnerability resides in the add‑member endpoint of HomeBox, which accepts a caller‑supplied user ID without verifying that the caller holds an owner role, an invitation token, or that the target account has consented. As a result, any authenticated user can add any other user to their group, effectively forcing a user into a group without their permission. This flaw also exposes the target account’s email address and name through the members list, enabling potential identity-based attacks, and provides a foothold for related cross‑group inventory–wipe exploits. The weakness is a classic instance of missing authorization (CWE‑862) and unauthorized access to a protected resource (CWE‑841).

Affected Systems

The issue affects installations of sysadminsmedia’s HomeBox that are prior to version 0.26.0. All users running HomeBox before the 0.26.0 release are susceptible to the forced membership behavior described above.

Risk and Exploitability

The CVSS score of 5.4 indicates moderate severity, but the vulnerability is readily exploitable by any authenticated user with at least a standard account. EPSS data is not available and the flaw is not listed in the CISA Known Exploited Vulnerabilities catalog, suggesting no widespread or coordinated exploitation to date. Nonetheless, because the attacker need only be authenticated, the risk of unauthorized group membership and subsequent data disclosure remains significant, especially in environments where group membership confers access to inventory or other sensitive data.

Generated by OpenCVE AI on September 21, 2026 at 18:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade HomeBox to version 0.26.0 or later, which fixes the authorization check in the add‑member handler.
  • If upgrading is delayed, consider disabling or restricting the /v1/groups/members API endpoint to trusted administrators only, thereby limiting the exposure window.
  • Audit current group memberships and remove any entries that appear to have been added without user consent, and review user roles to ensure that only authorized users have the ability to add members to groups.

Generated by OpenCVE AI on September 21, 2026 at 18:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Sysadminsmedia
Sysadminsmedia homebox
Vendors & Products Sysadminsmedia
Sysadminsmedia homebox

Mon, 21 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
Description HomeBox is a home inventory and organization system. Prior to 0.26.0, POST /v1/groups/members invokes HandleGroupMemberAdd and GroupService.AddMember using a caller-supplied userID without requiring an owner role, an invitation token, target-user consent, or target-user notification. Any authenticated user can force another account into the caller's group, disclose the target user's email address and name through the resulting member list, and create the membership prerequisite used by a separate cross-group inventory-wipe vulnerability. This issue is fixed in version 0.26.0.
Title HomeBox: Forced Group Membership Without Consent in Homebox AddMember Handler
Weaknesses CWE-841
CWE-862
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}


Subscriptions

Sysadminsmedia Homebox
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-21T17:42:59.002Z

Reserved: 2026-05-26T23:26:07.974Z

Link: CVE-2026-48974

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T18:17:08.240

Modified: 2026-09-21T18:17:08.240

Link: CVE-2026-48974

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T18:30:17Z

Weaknesses
  • CWE-841

    Improper Enforcement of Behavioral Workflow

  • CWE-862

    Missing Authorization