CVE Catalog

CVE-2026-48976

HighCVSS 8.1
Published: Translated: NVD NIST

Summary

HomeBox, a home inventory and organization system, prior to 0.26.0 has a vulnerability in NotifierRepository.Update in backend/internal/data/repo/repo_notifier.go. The function updates a notifier through UpdateOneID(id) without requiring the record's user ID to match the authenticated user. An authenticated user who supplies another tenant's notifier UUID to PUT /v1/notifiers/{id} can read the returned stored url, which may contain plaintext Shoutrrr credentials for Slack, SMTP, Telegram, Pushover, or Discord, and can replace the URL to redirect the victim's notifications to an attacker-controlled webhook.

Risk Assessment

An authenticated user can access sensitive credentials of other tenants and redirect their notifications, potentially leading to data leakage and compromise of communication channels. This could affect the security of multiple organizations sharing the same instance.

Recommendation

Update HomeBox to version 0.26.0 or later. Until then, restrict access to notifier endpoints and monitor for unusual URL changes.

Other vulnerabilities in HomeBox

See all
Original NVD description (English source)

HomeBox is a home inventory and organization system. Prior to 0.26.0, NotifierRepository.Update in backend/internal/data/repo/repo_notifier.go updates a notifier through UpdateOneID(id) without requiring the record's user ID to match the authenticated user. An authenticated user who supplies another tenant's notifier UUID to PUT /v1/notifiers/{id} can read the returned stored url, which may contain plaintext Shoutrrr credentials for Slack, SMTP, Telegram, Pushover, or Discord, and can replace the URL to redirect the victim's notifications to an attacker-controlled webhook. This issue is fixed in version 0.26.0.

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