CVE-2025-50900
BaseFortify
Publication date: 2025-08-25
Last updated on: 2025-10-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| getrebuild | rebuild | to 4.0.4 (inc) |
Helpful Resources
Exploitability
| 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.