8

CVE-2025-6238

AI Engine 2.8.4 - Insecure OAuth Implementation

The AI Engine plugin for WordPress is vulnerable to open redirect in version 2.8.4. This is due to an insecure OAuth implementation, as the 'redirect_uri' parameter is missing validation during the authorization flow. This makes it possible for unauthenticated attackers to intercept the authorization code and obtain an access token by redirecting the user to an attacker-controlled URI. Note: OAuth is disabled, the 'Meow_MWAI_Labs_OAuth' class is not loaded in the plugin in the patched version 2.8.5.
Mögliche Gegenmaßnahme
AI Engine: Update to version 2.8.5, or a newer patched version
Weitere Schwachstelleninformationen
SystemWordPress Plugin
Produkt AI Engine
Version 2.8.4
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
MeowappsAi Engine Version2.8.4 SwPlatformwordpress
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.08% 0.237
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security@wordfence.com 8 2.1 5.9
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')

The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.