CVE-2023-24375

WordPress Social Login and Register <=7.5.12 - Missing Authorization to Plugin Settings Update

2022-09-23 00:00
István Márton

Strategic Overview

Status
Patched in 7.5.13
Affected Version
7.5.12
CVSS
6.5Medium
Weakness type
CWE-862 · Missing Authorization
CVE
CVE-2023-24375
View all Social Login, Social Sharing by miniOrange vulnerabilities

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

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C