CVE-2022-3384 Vulnerability Details

  /     /     /  

CVE-2022-3384 Metadata Quick Info

CVE Published: 29/11/2022 | CVE Updated: 03/08/2024 | CVE Year: 2022
Source: Wordfence | Vendor: ultimatemember | Product: Ultimate Member – User Profile, User Registration, Login & Membership Plugin
Status : PUBLISHED

CVE-2022-3384 Description

The Ultimate Member plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 2.5.0 via the populate_dropdown_options function that accepts user supplied input and passes it through call_user_func(). This is restricted to non-parameter PHP functions like phpinfo(); since user supplied parameters are not passed through the function. This makes it possible for authenticated attackers, with administrative privileges, to execute code on the server.

Metrics

CVSS Version: 3.1 | Base Score: 7.2 HIGH
Vector: CVSS:3.1/A:H/I:H/C:H/S:U/UI:N/PR:H/AC:L/AV:N

l➤ Exploitability Metrics:
    Attack Vector (AV)*
    Attack Complexity (AC)*
    Privileges Required (PR)*
    User Interaction (UI)*
    Scope (S)*

l➤ Impact Metrics:
    Confidentiality Impact (C)*
    Integrity Impact (I)*
    Availability Impact (A)*

Weakness Enumeration (CWE)

CWE-ID:
CWE Name: CWE-94 Improper Control of Generation of Code ( Code Injection )
Source: ultimatemember

Common Attack Pattern Enumeration and Classification (CAPEC)

CAPEC-ID:
CAPEC Description: