Cyber Resilience

CVE-2024-11087

High

Published: 08 March 2025

Published
08 March 2025
Modified
13 March 2025
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0005 16.6th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11087 is a high-severity Improper Authentication (CWE-287) vulnerability in Miniorange Social Login. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)).

Deeper analysis

CVE-2024-11087 is an authentication bypass vulnerability affecting the miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) Pro Addon plugin for WordPress in all versions up to and including 200.3.9. The issue stems from insufficient verification of the user returned by the social login token, mapped to CWE-287 (Improper Authentication). It has a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H), indicating high severity with network accessibility but high attack complexity.

Unauthenticated attackers can exploit this vulnerability to log in as any existing user on the site, including administrators, provided they know the target username and the user lacks an existing account linked to the social service providing the token. No privileges are required, and successful exploitation grants full access to the victim's account privileges, potentially enabling site takeover.

Advisories and further details are available from the vendor at https://www.miniorange.com/ and Wordfence threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/f677b257-606a-45f2-ba85-3a56b8df2a3c?source=cve. Security practitioners should consult these sources for patch information and mitigation guidance.

EU & UK References

Vulnerability details

The miniOrange Social Login and Register (Discord, Google, Twitter, LinkedIn) Pro Addon plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 200.3.9. This is due to insufficient verification on the user being returned by…

more

the social login token. This makes it possible for unauthenticated attackers to log in as any existing user on the site, such as an administrator, if they have access to the username and the user does not have an already-existing account for the service returning the token.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Authentication bypass in public-facing WordPress social login plugin directly enables exploitation of the vulnerable application to gain unauthorized access to user accounts including administrators.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-71279Shared CWE-287
CVE-2024-13804Shared CWE-287
CVE-2024-57046Shared CWE-287
CVE-2026-1203Shared CWE-287
CVE-2026-1740Shared CWE-287
CVE-2025-43995Shared CWE-287
CVE-2026-7876Shared CWE-287
CVE-2025-0637Shared CWE-287
CVE-2025-61882Shared CWE-287
CVE-2026-0589Shared CWE-287

Affected Assets

miniorange
social login
≤ 200.3.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the authentication bypass by requiring timely identification, reporting, and patching of the flaw in the miniOrange WordPress plugin.

prevent

Mandates unique identification and authentication for organizational users, preventing login bypass via insufficient verification of social login tokens.

prevent

Enforces approved access authorizations, blocking unauthorized access even if authentication mechanisms like social login tokens are inadequately verified.

References