Security Advisory

CVE-2025-50900

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-08-25 00:00:00
Last updated 2025-08-26 13:39:13
Assigner mitre
State PUBLISHED

Description

An issue was discovered in getrebuild/rebuild 4.0.4. The affected source code class is com.rebuild.web.RebuildWebInterceptor, and the affected function is preHandle In the filter code, use CodecUtils.urlDecode(request.getRequestURI()) to obtain the URL-decoded request path, and then determine whether the path endsWith /error. If so, execute return true to skip this Interceptor. Else, redirect to /user/login api. Allowing unauthenticated attackers to gain sensitive information or escalated privileges.