CVE-2025-50900

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.
Configurations

No configuration.

History

26 Aug 2025, 14:15

Type Values Removed Values Added
Summary
  • (es) Se detectó un problema en getrebuild/rebuild 4.0.4. La clase de código fuente afectada es com.rebuild.web.RebuildWebInterceptor y la función afectada es preHandle. En el código de filtro, use CodecUtils.urlDecode(request.getRequestURI()) para obtener la ruta de la solicitud decodificada por URL y, a continuación, determine si la ruta termina con /error. De ser así, ejecute `return true` para omitir este interceptor. De lo contrario, redirija a la API /user/login. Esto permite que atacantes no autenticados obtengan información confidencial o aumenten sus privilegios.
CWE CWE-284
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8

25 Aug 2025, 20:24

Type Values Removed Values Added
New CVE

Information

Published : 2025-08-25 15:15

Updated : 2025-08-26 14:15


NVD link : CVE-2025-50900

Mitre link : CVE-2025-50900

CVE.ORG link : CVE-2025-50900


JSON object : View

Products Affected

No product.

CWE
CWE-284

Improper Access Control