Login  |   Register Logout  |   中文
Modify
Deregister
[Bulletin] Huawei Intelligent Security Center of a new edition is now available. You can click New Edition in the upper right corner of the page to experience it.
  • Security Notice

  • Research

  • Signature Update

  • Knowledge Base Query

  • Intelligence Query

  • FireHunter-Cloud FireHunter-Cloud

  • My Device

  • Support

MAPP Notice
Vulnerability Notice
Security Alert
PSIRT Advisories
Security Blog
Major Security Events
Signature Update
Version Notice
Signature Change Description
Feedback
IPS New Grammar Manual
Information Release
Subscription
URL Category Query
IPS Threat
APPWiKi

Atlassian Confluence Server和Data Center CVE-2022-26134 远程代码执行漏洞通告


Release Date : 2022-06-04 16:57:22    Update Date : 2022-06-04 17:42:53    Author :

【Abstract】2022年06月04日,华为感知到Atlassian Confluence发布了CVE-2022-26134漏洞补丁。Atlassian Confluence Server和Data Center存在OGNL注入漏洞,漏洞等级高危。成功利用该漏洞,将允许远程攻击者在服务端执行任意代码。鉴于漏洞危害大、利用细节已公开,建议广大用户及时排查,对受影响的产品进行升级或安装补丁,避免遭受黑客的攻击。

漏洞概述

2022年06月04日,华为感知到Atlassian Confluence发布了CVE-2022-26134漏洞补丁。

Atlassian Confluence Server和Data Center存在OGNL注入漏洞,漏洞等级高危。成功利用该漏洞,将允许远程攻击者在服务端执行任意代码。鉴于漏洞危害大、利用细节已公开,建议广大用户及时排查,对受影响的产品进行升级或安装补丁,避免遭受黑客的攻击。

 

关键信息

标题

内容

漏洞编号

CVE-2022-26134

评分


漏洞名称

Atlassian   Confluence Server和Data Center   CVE-2022-26134 远程代码执行漏洞

类型

代码执行

漏洞利用条件和危害

远程攻击者通过发送OGNL注入请求,可以在服务端执行任意代码。

远程利用

是

攻击复杂度

低

PoC/EXP

已公开

在野利用

已存在

 

受影响的版本

-            Atlassian Confluence Server and Data Center >= 1.3.0

-            Atlassian Confluence Server and Data Center < 7.4.17

-            Atlassian Confluence Server and Data Center < 7.13.7

-            Atlassian Confluence Server and Data Center < 7.14.3

-            Atlassian Confluence Server and Data Center < 7.15.2

-            Atlassian Confluence Server and Data Center < 7.16.4

-            Atlassian Confluence Server and Data Center < 7.17.4

-            Atlassian Confluence Server and Data Center < 7.18.1

 

解决方案

1.   华为解决方案

华为在感知到该漏洞信息后,安全研究人员持续关注此漏洞,对漏洞进行复现分析并开发IPS防护签名。目前最新IPS签名库已推送到升级网站,可供客户升级使用。

标题

内容

备注

IPS签名库版本

20220604**

**不同型号库的编码,日期比这个新的版本都可以防护此漏洞

签名ID

720540:Atlassian Confluence服务器和数据中心远程代码执行漏洞


支持的设备类型

USG 6000/6000E/9000系列,Eudemon 1000E/8000E/9000E系列,NIP6000系列,IPS6000/12000以上系列产品

具体情况,请参考IPS签名库下载网址

设备自动升级

联网设备可以自动升级, 无需人工操作

可以在设备上查看IPS签名库版本是否已经升级到最新。

设备手动升级

从https://isecurity.huawei.com/sec/web/freesignature.do网站下载对应的离线升级包,   手工加载到设备。


 

2.   厂商解决方案

官方发布更新补丁,请受影响用户及时关注并尽快更新:

https://confluence.atlassian.com/doc/confluence-security-advisory-2022-06-02-1130377146.html

 

Confluence 7.15.0 - 7.18.0:如果在集群内运行Confluence则需要在每个节点执行以下过程:

a)      关闭Confluence

b)      在https://packages.atlassian.com/maven-internal/opensymphony/xwork/1.0.3-atlassian-10/xwork-1.0.3-atlassian-10.jar下载到服务器

c)      删除或者将<confluence-install>/confluence/WEB-INF/lib/xwork-1.0.3-atlassian-8.jar 移出Confluence 安装目录

d)      将第二步下载的文件复制到<confluence-install>/confluence/WEB-INF/lib/ 目录中

e)      确保该文件权限和所在目录的其他文件权限一致

f)       启动Confluence

 

Confluence 7.0.0 - Confluence 7.14.2:如果在集群内运行Confluence则需要在每个节点执行以下过程:

a)      关闭Confluence

b)      将以下三个文件下载到服务器

          https://packages.atlassian.com/maven-internal/opensymphony/xwork/1.0.3-atlassian-10/xwork-1.0.3-atlassian-10.jar

          https://packages.atlassian.com/maven-internal/opensymphony/webwork/2.1.5-atlassian-4/webwork-2.1.5-atlassian-4.jar

          https://confluence.atlassian.com/doc/files/1130377146/1137639562/3/1654274890463/CachedConfigurationProvider.class

c)      删除以下路径的文件

         <confluence-install>/confluence/WEB-INF/lib/xwork-1.0.3.6.jar

         <confluence-install>/confluence/WEB-INF/lib/webwork-2.1.5-atlassian-3.jar

d)      将下载的xwork-1.0.3-atlassian-10.jar复制到<confluence-install>/confluence/WEB-INF/lib/

e)      将下载的webwork-2.1.5-atlassian-4.jar复制到<confluence-install>/confluence/WEB-INF/lib/

f)       确保上述文件权限和同目录的其他文件权限一致

g)      切换到目录<confluence-install>/confluence/WEBINF/classes/com/atlassian/confluence/setup

         新建目录webwork

         将下载的CachedConfigurationProvider.class复制到<confluence-install>/confluence/WEB-INF/classes/com/atlassian/confluence/setup/webwork目录中

         确保复制的文件和新建的目录权限正确

h)      启动Confluence

 

参考链接

https://confluence.atlassian.com/doc/confluence-security-advisory-2022-06-02-1130377146.html






【Copyright Notice】 This article is the original content of HUAWEI Security Center. When reprinting, you must indicate the source (HUAWEI Security Center), link and author of the article, otherwise you may be held liable.If you find any suspected infringing content on this website, please visit the Feedback page to report and provide relevant evidence. Once verified, we will immediately remove the allegedly infringing content.




BackTop
Comment


0 0
Like Disagree






View more
Fold

Related links Huawei | Contact Us Tel:Huawei Service-Hotline | About Us Privacy Data Protection Statement

Copyright ©Huawei Technologies Co., Ltd. 2008 - 2026. All rights reserved.