From 024fb51473113af8d5644102ae8e08d4cf034971 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:14:07 -0400 Subject: [PATCH] Enhancement: cves/2021/CVE-2021-24862.yaml by md --- cves/2021/CVE-2021-24862.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cves/2021/CVE-2021-24862.yaml b/cves/2021/CVE-2021-24862.yaml index 57bc6f3e9e..bb84f77d0f 100644 --- a/cves/2021/CVE-2021-24862.yaml +++ b/cves/2021/CVE-2021-24862.yaml @@ -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