updated matcher & info
parent
9f0cb88f00
commit
cfbe83daba
|
@ -1,7 +1,7 @@
|
||||||
id: CVE-2024-0235
|
id: CVE-2024-0235
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: EventON (Free < 2.2.8, Premium < 4.5.5) - Unauthenticated Email Address Disclosure
|
name: EventON (Free < 2.2.8, Premium < 4.5.5) - Information Disclosure
|
||||||
author: princechaddha
|
author: princechaddha
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
|
@ -13,6 +13,7 @@ info:
|
||||||
reference:
|
reference:
|
||||||
- https://wpscan.com/vulnerability/e370b99a-f485-42bd-96a3-60432a15a4e9/
|
- https://wpscan.com/vulnerability/e370b99a-f485-42bd-96a3-60432a15a4e9/
|
||||||
- https://github.com/fkie-cad/nvd-json-data-feeds
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-0235
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
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
|
cvss-score: 5.3
|
||||||
|
@ -27,8 +28,8 @@ info:
|
||||||
framework: wordpress
|
framework: wordpress
|
||||||
shodan-query: vuln:CVE-2023-2796
|
shodan-query: vuln:CVE-2023-2796
|
||||||
fofa-query: wp-content/plugins/eventon/
|
fofa-query: wp-content/plugins/eventon/
|
||||||
publicwww-query: "wp-content/plugins/eventon/"
|
publicwww-query: "/wp-content/plugins/eventon/"
|
||||||
tags: cve,cve2024,wp,wordpress,unauth,exposure,eventon,wpscan
|
tags: cve,cve2024,wp,wordpress,wp-plugin,exposure,eventon,wpscan
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: POST
|
- method: POST
|
||||||
|
@ -46,7 +47,8 @@ http:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '@'
|
- '@'
|
||||||
- '"status":'
|
- 'status":"good'
|
||||||
|
- 'value='
|
||||||
- '"content":'
|
- '"content":'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue