---
id: CVE-2026-48975
title: HomeBox is a home inventory and organization system
summary: >-
  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)…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
cwe:
  - CWE-639
vendor: sysadminsmedia
product: homebox
affected:
  - homebox < 0.26.0
published: '2026-09-21'
updated: '2026-09-21'
sourceUpdated: '2026-09-21T18:17:08.410'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48975'
references:
  - url: >-
      https://github.com/sysadminsmedia/homebox/commit/ed3216a80998dfd81d4418700696244144883160
    label: security-advisories@github.com
  - url: 'https://github.com/sysadminsmedia/homebox/releases/tag/v0.26.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/sysadminsmedia/homebox/security/advisories/GHSA-7mr6-2wxw-27j9
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-21T17:49:53.176Z'
---

## Overview

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.

## Remediation

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