AccessAlly <3.5.7 - Sensitive Information Leakage
ID: CVE-2021-24226
Severity: high
Author: dhiyaneshDK
Tags: cve2021,cve,wordpress,wp-plugin,wpscan,accessally
Description
Section titled “Description”WordPress AccessAlly plugin before 3.5.7 allows sensitive information leakage because the file \“resource/frontend/product/product-shortcode.php\” (which is responsible for the [accessally_order_form] shortcode) dumps serialize($_SERVER), which contains all environment variables. The leakage occurs on all public facing pages containing the [accessally_order_form] shortcode, and no login or administrator role is required.
YAML Source
Section titled “YAML Source”id: CVE-2021-24226
info: name: AccessAlly <3.5.7 - Sensitive Information Leakage author: dhiyaneshDK severity: high description: WordPress AccessAlly plugin before 3.5.7 allows sensitive information leakage because the file \"resource/frontend/product/product-shortcode.php\" (which is responsible for the [accessally_order_form] shortcode) dumps serialize($_SERVER), which contains all environment variables. The leakage occurs on all public facing pages containing the [accessally_order_form] shortcode, and no login or administrator role is required. impact: | An attacker can exploit this vulnerability to gain access to sensitive information. remediation: | Upgrade AccessAlly to version 3.5.7 or higher to fix the vulnerability. reference: - https://wpscan.com/vulnerability/8e3e89fd-e380-4108-be23-00e87fbaad16 - https://nvd.nist.gov/vuln/detail/CVE-2021-24226 - https://github.com/ARPSyndicate/kenzer-templates - https://github.com/ARPSyndicate/cvemon classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2021-24226 cwe-id: CWE-200 epss-score: 0.03058 epss-percentile: 0.90986 cpe: cpe:2.3:a:accessally:accessally:*:*:*:*:*:wordpress:*:* metadata: max-request: 1 vendor: accessally product: accessally framework: wordpress tags: cve2021,cve,wordpress,wp-plugin,wpscan,accessally
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - '<div id="accessally-testing-data"' condition: and
- type: status status: - 200# digest: 490a004630440220072dd8c6fb79f077df3212507c65778aaccbf25dae343eb6ef0cc844a34ece0c02204f2a91425883ff2c94de2e9de1ce6b0c499258f5042a55bd50d5ea31744f36f3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2021/CVE-2021-24226.yaml"