Enhancement: cves/2021/CVE-2021-24862.yaml by md
parent
654cf57fff
commit
024fb51473
|
@ -1,16 +1,16 @@
|
|||
id: CVE-2021-24862
|
||||
|
||||
info:
|
||||
name: RegistrationMagic < 5.0.1.6 - Admin+ SQL Injection
|
||||
name: WordPress RegistrationMagic <5.0.1.6 - Authenticated SQL Injection
|
||||
author: theamanrawat
|
||||
severity: high
|
||||
description: |
|
||||
The RegistrationMagic WordPress plugin before 5.0.1.6 does not escape user input in its rm_chronos_ajax AJAX action before using it in a SQL statement when duplicating tasks in batches, which could lead to a SQL injection issue.
|
||||
WordPress RegistrationMagic plugin before 5.0.1.6 contains an authenticated SQL injection vulnerability. The plugin does not escape user input in its rm_chronos_ajax AJAX action before using it in a SQL statement when duplicating tasks in batches. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
|
||||
reference:
|
||||
- https://wpscan.com/vulnerability/7d3af3b5-5548-419d-aa32-1f7b51622615
|
||||
- https://wordpress.org/plugins/custom-registration-form-builder-with-submission-manager/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-24862
|
||||
remediation: Fixed in version 5.0.1.6
|
||||
remediation: Fixed in version 5.0.1.6.
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 7.2
|
||||
|
@ -46,3 +46,5 @@ requests:
|
|||
- 'status_code_2 == 200'
|
||||
- 'contains(body_3, "rm_user_role_mananger_form")'
|
||||
condition: and
|
||||
|
||||
# Enhanced by md on 2023/03/28
|
||||
|
|
Loading…
Reference in New Issue