CVE Catalog

CVE-2026-57178

HighCVSS 7.4
Published: Translated: NVD NIST

Summary

Python Social Auth prior to version 5.0.0 in the vk-app backend accepts VK callback data without verifying the signature when the auth_key parameter is omitted. An attacker can send unsigned attacker-controlled data and authenticate as an arbitrary VK user. The issue affects only applications using the vk-app backend. The fix in version 5.0.0 requires auth_key to be present and valid.

Risk Assessment

The organization is at risk of unauthorized user authentication, which could lead to account takeover and data integrity breaches. An attacker can impersonate any VK user.

Recommendation

Upgrade Python Social Auth to version 5.0.0 or later. If not possible, disable the vk-app backend or add additional data verification.

Other vulnerabilities in Python Social Auth

See all
Original NVD description (English source)

Python Social Auth is a social authentication/registration mechanism. Prior to version 5.0.0, the `vk-app` backend accepted VK application callback data without verifying the callback signature when the `auth_key` parameter was omitted. Applications using this backend could treat unsigned attacker-controlled data as a verified VK identity. An attacker could choose callback fields such as `viewer_id`, `access_token`, `api_id`, and `api_result`, potentially allowing authentication as an arbitrary VK user ID. The issue affects only applications using the `vk-app` backend. The issue has been fixed in version 5.0.0 by requiring `auth_key` to be present and valid before callback data is trusted.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS