CVE Catalog

CVE-2026-48826

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Summary

HomeBox, a home inventory and organization system, prior to 0.26.0 has a vulnerability in HandleWipeInventory in backend/app/api/handlers/v1/v1_ctrl_actions.go. The function authorizes POST /v1/actions/wipe-inventory through the global ctx.User.IsOwner value instead of the caller's role in the active group, while the active group is selected through the X-Tenant request header. Because every self-registered user who creates a group receives the global owner value, a user who is also a member of another group can select that group with X-Tenant and permanently delete its complete inventory, which is not recoverable without external backups.

Risk Assessment

A user can permanently delete the entire inventory of another group, causing irreversible data loss. This could lead to severe operational disruptions and financial losses.

Recommendation

Update HomeBox to version 0.26.0 or later. Until then, restrict access to the wipe-inventory endpoint and regularly back up data.

Other vulnerabilities in HomeBox

See all
Original NVD description (English source)

HomeBox is a home inventory and organization system. Prior to 0.26.0, HandleWipeInventory in backend/app/api/handlers/v1/v1_ctrl_actions.go authorizes POST /v1/actions/wipe-inventory through the global ctx.User.IsOwner value instead of the caller's role in the active group, while the active group is selected through the X-Tenant request header. Because every self-registered user who creates a group receives the global owner value, a user who is also a member of another group can select that group with X-Tenant and permanently delete its complete inventory, which is not recoverable without external backups. This issue is fixed in version 0.26.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS