WordPress Social Login and Register <=7.5.12 - Missing Authorization to Plugin Settings Update
Strategic Overview
- Status
- Patched in 7.5.13
- Affected Plugin
- Social Login, Social Sharing by miniOrange
- Affected Version
7.5.12- CVSS
- 6.5Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-24375
At a glance
CVE-2023-24375 is a medium-severity Missing Authorization vulnerability in the Social Login, Social Sharing by miniOrange WordPress plugin, affecting versions 7.5.12. It carries a CVSS score of 6.5 (reachable over the network; low attack complexity; high integrity impact). The root cause is a missing authorization check on a reachable function. The issue is fixed in version 7.5.13; sites on affected versions should update now. Disclosed September 2022, reported by István Márton.
Vulnerability Overview
The WordPress Social Login and Register plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the mo_sharing_app_value function as well as others that are reachable via AJAX action in versions up to, and including, 7.5.12. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to change plugin settings. Additionally, some AJAX actions were missing nonce checks thus making them vulnerable to Cross-Site Request Forgery. This enables unauthenticated attackers to invoke the corresponding functions, granted they can trick an administrator into performing an action such as clicking on a link.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on integrity.
CWE-862: Missing Authorization
Reaching this weakness in Social Login, Social Sharing by miniOrange 7.5.12 takes a caller who can reach the endpoint. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Social Login, Social Sharing by miniOrange the fix is 7.5.13: builds 7.5.12 are affected, anything from 7.5.13 onward is not.
Remediation
Update to version 7.5.13, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Social Login, Social Sharing by miniOrange 7.5.13 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Social Login, Social Sharing by miniOrange
- 9.8CVE-2026-12761: miniOrange Social Login… Authentication Bypass
CVE-2026-12761 - 9.8CVE-2026-14300: miniOrange Social Login… Privilege Escalation
CVE-2026-14300 - 9.8CVE-2023-2982: WordPress Social Login… Authentication Bypass
CVE-2023-2982 - 8.8CVE-2023-47683: WordPress Social Login… Privilege Escalation
CVE-2023-47683 - 8.8CVE-2023-23706: WordPress Social Login and Register CSRF
CVE-2023-23706 - 8.1CVE-2025-47670: WordPress Social Login and Register <= 7.6.10 LFI
CVE-2025-47670 - 8.1CVE-2024-11087: miniOrange Social Login… Authentication Bypass
CVE-2024-11087 - 7.2CVE-2026-82229: Social Login, Social Sharing by miniOrange Stored XSS
CVE-2026-82229
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C