Moderate severityNVD Advisory· Published Feb 12, 2015· Updated May 6, 2026
CVE-2014-8110
CVE-2014-8110
Description
Multiple cross-site scripting (XSS) vulnerabilities in the web based administration console in Apache ActiveMQ 5.x before 5.10.1 allow remote attackers to inject arbitrary web script or HTML via unspecified vectors.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.activemq:activemq-clientMaven | >= 5.0.0, < 5.10.1 | 5.10.1 |
Patches
2994d9b26https://issues.apache.org/jira/browse/AMQ-5033 - revert changes to the rss and atom feed links, as c:url doesn't escape value
1 file changed · +2 −8
activemq-web-console/src/main/webapp/queues.jsp+2 −8 modified@@ -68,14 +68,8 @@ <c:param name="JMSDestination" value="${row.name}" /></c:url>">Active Consumers</a><br/> <a href="<c:url value="queueProducers.jsp"> <c:param name="JMSDestination" value="${row.name}" /></c:url>">Active Producers</a><br/> - <a href="<c:url value="queueBrowse/${row.name}"> - <c:param name="view" value="rss" /> - <c:param name="feedType" value="atom_1.0" /> - </c:url>" title="Atom 1.0"><img src="<c:url value="images/feed_atom.png" />" /></a> - <a href="<c:url value="queueBrowse/${row.name}"> - <c:param name="view" value="rss" /> - <c:param name="feedType" value="rss_2.0" /> - </c:url>" title="RSS 2.0"><img src="<c:url value="images/feed_rss.png" />" /></a> + <a href="queueBrowse/<form:escape text="${row.name}" />?view=rss&feedType=atom_1.0" title="Atom 1.0"><img src="images/feed_atom.png"/></a> + <a href="queueBrowse/<form:escape text="${row.name}" />?view=rss&feedType=rss_2.0" title="RSS 2.0"><img src="images/feed_rss.png"/></a> </td> <td> <a href="<c:url value="send.jsp">
f8b3de86d815https://issues.apache.org/jira/browse/AMQ-5033 - revert changes to the rss and atom feed links, as c:url doesn't escape value
1 file changed · +2 −8
activemq-web-console/src/main/webapp/queues.jsp+2 −8 modified@@ -68,14 +68,8 @@ <c:param name="JMSDestination" value="${row.name}" /></c:url>">Active Consumers</a><br/> <a href="<c:url value="queueProducers.jsp"> <c:param name="JMSDestination" value="${row.name}" /></c:url>">Active Producers</a><br/> - <a href="<c:url value="queueBrowse/${row.name}"> - <c:param name="view" value="rss" /> - <c:param name="feedType" value="atom_1.0" /> - </c:url>" title="Atom 1.0"><img src="<c:url value="images/feed_atom.png" />" /></a> - <a href="<c:url value="queueBrowse/${row.name}"> - <c:param name="view" value="rss" /> - <c:param name="feedType" value="rss_2.0" /> - </c:url>" title="RSS 2.0"><img src="<c:url value="images/feed_rss.png" />" /></a> + <a href="queueBrowse/<form:escape text="${row.name}" />?view=rss&feedType=atom_1.0" title="Atom 1.0"><img src="images/feed_atom.png"/></a> + <a href="queueBrowse/<form:escape text="${row.name}" />?view=rss&feedType=rss_2.0" title="RSS 2.0"><img src="images/feed_rss.png"/></a> </td> <td> <a href="<c:url value="send.jsp">
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
14- activemq.apache.org/security-advisories.data/CVE-2014-8110-announcement.txtnvdVendor AdvisoryWEB
- github.com/advisories/GHSA-9cvr-8xq4-2m73ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2014-8110ghsaADVISORY
- seclists.org/oss-sec/2015/q1/427nvdWEB
- exchange.xforce.ibmcloud.com/vulnerabilities/100724nvdWEB
- github.com/apache/activemq/commit/994d9b26ghsaWEB
- github.com/apache/activemq/commit/f8b3de86d8154db5680433e46734b2bd9ced852bghsaWEB
- issues.apache.org/jira/browse/AMQ-5033ghsaWEB
- lists.apache.org/thread.html/a859563f05fbe7c31916b3178c2697165bd9bbf5a65d1cf62aef27d2%40%3Ccommits.activemq.apache.org%3EnvdWEB
- lists.apache.org/thread.html/a859563f05fbe7c31916b3178c2697165bd9bbf5a65d1cf62aef27d2@%3Ccommits.activemq.apache.org%3EghsaWEB
- web.archive.org/web/20161110092459/http://secunia.com/advisories/62649ghsaWEB
- web.archive.org/web/20200228044455/http://www.securityfocus.com/bid/72511ghsaWEB
- secunia.com/advisories/62649nvd
- www.securityfocus.com/bid/72511nvd
News mentions
0No linked articles in our index yet.