CVE Catalog

CVE-2026-48975

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 MaintenanceEntryRepository.Update and MaintenanceEntryRepository.Delete in backend/internal/data/repo/repo_maintenance_entry.go. The functions use UpdateOneID(id) and DeleteOneID(id) without verifying that the maintenance entry belongs to the authenticated user's active group. An authenticated low-privileged user who knows or enumerates another tenant's maintenance-entry UUID can overwrite that record or permanently delete it.

Risk Assessment

A low-privileged user can modify or delete other tenants' data, leading to data integrity breaches and potential information loss. This could undermine trust in the system and cause business disruptions.

Recommendation

Update HomeBox to version 0.26.0 or later. Until then, consider restricting the ability to modify and delete maintenance entries and monitor for unusual operations.

Other vulnerabilities in HomeBox

See all
Original NVD description (English source)

HomeBox is a home inventory and organization system. Prior to 0.26.0, MaintenanceEntryRepository.Update and MaintenanceEntryRepository.Delete in backend/internal/data/repo/repo_maintenance_entry.go use UpdateOneID(id) and DeleteOneID(id) without verifying that the maintenance entry belongs to the authenticated user's active group. An authenticated low-privileged user who knows or enumerates another tenant's maintenance-entry UUID can overwrite that record or permanently delete it. This issue is fixed in version 0.26.0.

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