CVE-2025-50900
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-25

Last updated on: 2025-10-09

Assigner: MITRE

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-25
Last Modified
2025-10-09
Generated
2026-05-27
AI Q&A
2025-08-26
EPSS Evaluated
2026-05-26
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
getrebuild rebuild to 4.0.4 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in getrebuild/rebuild 4.0.4 within the RebuildWebInterceptor class. The preHandle function uses URL decoding to check if the request path ends with /error. If it does, the interceptor is skipped; otherwise, the request is redirected to the login API. This logic flaw allows unauthenticated attackers to bypass authentication checks and potentially access sensitive information or escalate privileges.


How can this vulnerability impact me? :

The vulnerability can allow unauthenticated attackers to gain access to sensitive information or escalate their privileges within the application, potentially leading to unauthorized data exposure or control over application functions.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart