CVE-2026-70478
KrytyczneCVSS 9.2Streszczenie
Flowise przed wersją 3.1.3 zawiera podatność w punkcie końcowym POST /api/v1/oauth2-credential/refresh/:credentialId, który jest na liście dozwolonych i nie wymaga uwierzytelnienia. Atakujący ze znajomością ID poświadczenia może odświeżyć token OAuth i uzyskać dostęp do połączonej usługi ofiary oraz wyczerpać limit odświeżania tokenów.
Ocena ryzyka
Ryzyko nieautoryzowanego dostępu do usług zewnętrznych ofiary oraz wyczerpania limitu odświeżania tokenów, co może prowadzić do przerw w działaniu.
Rekomendacja
Zaktualizuj Flowise do wersji 3.1.3 lub nowszej. Jeśli nie jest to możliwe, ogranicz dostęp do tego punktu końcowego i monitoruj logi.
Oryginalny opis (angielski, źródło NVD)
Flowise is a drag & drop user interface to build a customized large language model flow. Prior to 3.1.3, the POST /api/v1/oauth2-credential/refresh/:credentialId endpoint is included in WHITELIST_URLS and requires no authentication. The endpoint decrypts the stored credential, sends a refresh request to the configured OAuth provider with the client secret and refresh token, and returns the refreshed access_token in the response body. An attacker with a credential ID can use the token to access the victim's connected service and can also exhaust refresh-token quota. This issue is fixed in 3.1.3.

