nuclei-templates/http/cves/2023/CVE-2023-2766.yaml

35 lines
1.1 KiB
YAML
Raw Normal View History

2023-09-13 12:37:55 +00:00
id: CVE-2023-2766
info:
2023-09-18 18:17:32 +00:00
name: Weaver OA 9.5 - Information Disclosure
2023-09-13 12:37:55 +00:00
author: DhiyaneshDK
severity: high
description: |
A vulnerability was found in Weaver OA 9.5 and classified as problematic. This issue affects some unknown processing of the file /building/backmgr/urlpage/mobileurl/configfile/jx2_config.ini. The manipulation leads to files or directories accessible. The attack may be initiated remotely.
reference:
- https://github.com/8079048q/cve/blob/main/weaveroa.md
2023-09-18 18:17:32 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-2766
classification:
cve-id: CVE-2023-2766
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
cwe-id: CWE-552
2023-09-13 12:37:55 +00:00
metadata:
max-request: 1
verified: true
2023-09-18 18:17:32 +00:00
fofa-query: app="泛微-EOffice"
tags: cve,cve2023,weaver,eoffice,exposure
2023-09-13 12:37:55 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/building/backmgr/urlpage/mobileurl/configfile/jx2_config.ini"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(header,"text/plain")'
2023-09-18 18:17:32 +00:00
- 'contains_all(body, "sdbuser =","sdbpassword =")'
2023-09-13 12:37:55 +00:00
condition: and