HIGH🇵🇱 Wersja polska

CVE-2026-27981

CVSS 7.4v3.1pub. 2026-03-03upd. 2026-03-05

HomeBox is a home inventory and organization system. Prior to 0.24.0, the authentication rate limiter (authRateLimiter) tracks failed attempts per client IP. It determines the client IP by reading, 1. X-Real-IP header, 2. First entry of X-Forwarded-For header, and 3. r.RemoteAddr (TCP connection address). These headers were read unconditionally. An attacker connecting directly to Homebox could forge any value in X-Real-IP, effectively getting a fresh rate limit identity per request. There is a TrustProxy option in the configuration (Options.TrustProxy, default false), but this option was never read by any middleware or rate limiter code. Additionally, chi's middleware.RealIP was applied unconditionally in main.go, overwriting r.RemoteAddr with the forged header value before it reaches any handler. This vulnerability is fixed in 0.24.0.

CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Sysadminsmedia Homebox

    APP
    Sysadminsmedia
    < 0.24.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-40196HIGH8.1ten sam produkt

HomeBox is a home inventory and organization system. Versions prior to 0.25.0 contain a vulnerability where th...

CVE-2026-26272MEDIUM4.6ten sam produkt

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, a stored cross-site scripting (XSS)...

CVE-2026-27600MEDIUM5.0ten sam produkt

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, the notifier functionality allows a...