First published: Thu Oct 19 2023(Updated: )
There exists an SSRF (Server-Side Request Forgery) vulnerability located at the /sandbox/proxyGateway endpoint. This vulnerability allows us to manipulate arbitrary requests and retrieve corresponding responses by inputting any URL into the requestUrl parameter. Of particular concern is our ability to exert control over the HTTP method, cookies, IP address, and headers. This effectively grants us the capability to dispatch complete HTTP requests to hosts of our choosing. This issue affects Apache ShenYu: 2.5.1. Upgrade to Apache ShenYu 2.6.0 or apply patch https://github.com/apache/shenyu/pull/4776 .
Credit: security@apache.org security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
Apache ShenYu | =2.5.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-25753 is an SSRF (Server-Side Request Forgery) vulnerability in Apache ShenYu that allows manipulation of arbitrary requests and retrieval of corresponding responses.
The SSRF vulnerability is located at the /sandbox/proxyGateway endpoint.
The vulnerability can be exploited by inputting any URL into the requestUrl parameter at the /sandbox/proxyGateway endpoint.
Versions up to and including 2.6.0 of org.apache.shenyu:shenyu-common and org.apache.shenyu:shenyu-admin are affected.
To fix the vulnerability, update org.apache.shenyu:shenyu-common and org.apache.shenyu:shenyu-admin to version 2.6.0 (exclusive).