Author: buildbot
Date: Tue Nov 14 12:57:39 2017
New Revision: 1020838

Log:
Production update by buildbot for cxf

Added:
    
websites/production/cxf/content/security-advisories.data/CVE-2017-12624.txt.asc
Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/index.html
    websites/production/cxf/content/security-advisories.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/index.html
==============================================================================
--- websites/production/cxf/content/index.html (original)
+++ websites/production/cxf/content/index.html Tue Nov 14 12:57:39 2017
@@ -99,7 +99,7 @@ Apache CXF -- Index
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h1 
id="Index-ApacheCXF&#8482;:AnOpen-SourceServicesFramework">Apache CXF&#8482;: 
An Open-Source Services Framework</h1><h2 
id="Index-Overview">Overview</h2><p>Apache CXF&#8482; is an open source 
services framework. CXF helps you build and develop services using frontend 
programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of 
protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a 
variety of transports such as HTTP, JMS or JBI.</p><h2 
id="Index-News">News</h2><h3 
id="Index-November7,2017-ApacheCXF3.2.1/3.1.14released!">November 7, 2017 - 
Apache CXF 3.2.1/3.1.14 released!</h3><p>The Apache CXF team is proud to 
announce the availability of the latest patch releases. Over 32 JIRA issues 
were fixed for 3.2.1 which many of those fixes back ported to 
3.1.14.</p><p>This is mostly a patch release to fix problems and issues that 
users have encountered. &#160;&#160;Downloads are available&#160;<a 
shape="rect" href="download.
 html">here</a>.</p><h3 
id="Index-September13,2017-ApacheCXF3.2.0released!">September 13, 2017 - Apache 
CXF 3.2.0 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest major version of CXF: 3.2.0.&#160; &#160;3.2.0 
contains several new features including full JAX-RS 2.1 support, updated 
Swagger support, enhanced tracing support, WS-Transfer support, and much 
more.&#160;</p><p>Downloads are available&#160;<a shape="rect" 
href="download.html">here</a>.&#160; &#160;See the&#160;<a shape="rect" 
href="http://cxf.apache.org/docs/32-migration-guide.html";>migration guide</a> 
for more details.</p><h3 
id="Index-August3,2017-ApacheCXF2.6.17released!">August 3, 2017 - Apache CXF 
2.6.17 released!</h3><div>Apache CXF 2.6.17 has been released. This is a 
once-off release to fix some security advisories that have been fixed in more 
recent versions of CXF. CXF users should try as much as possible to upgrade to 
a more recent and supported version of CXF.</div><p>The <
 a shape="rect" href="security-advisories.html">advisories</a> fixed in this 
release are as follows:</p><p>&#160;- CVE-2014-3577 <br clear="none">&#160;- 
CVE-2014-3623 <br clear="none">&#160;- CVE-2015-5253 <br clear="none">&#160;- 
CVE-2016-8739 <br clear="none">&#160;- CVE-2016-6812 <br clear="none">&#160;- 
CVE-2017-5656</p><h3 id="Index-Features">Features</h3><p>CXF includes a broad 
feature set, but it is primarily focused on the following 
areas:</p><ul><li><strong>Web Services Standards Support:</strong> CXF supports 
a variety of web service standards including SOAP, the WS-I Basic Profile, 
WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, 
WS-SecurityPolicy, WS-SecureConverstation, and WS-Trust 
(partial).</li><li><strong>Frontends:</strong> CXF supports a variety of 
"frontend" programming models.</li></ul><p>CXF implements the JAX-WS APIs. CXF 
JAX-WS support includes some extensions to the standard that make it 
significantly easier to use, compared to the referenc
 e implementation: It will automatically generate code for request and response 
bean classes, and does not require a WSDL for simple cases.</p><p>It also 
includes a "simple frontend" which allows creation of clients and endpoints 
without annotations. CXF supports both contract first development with WSDL and 
code first development starting from Java.</p><p>For REST, CXF also supports a 
JAX-RS frontend.</p><ul><li><strong>Ease of use:</strong> CXF is designed to be 
intuitive and easy to use. There are simple APIs to quickly build code-first 
services, Maven plug-ins to make tooling integration easy, JAX-WS API support, 
Spring 2.x XML support to make configuration a snap, and much 
more.</li><li><strong>Binary and Legacy Protocol Support:</strong> CXF has been 
designed to provide a pluggable architecture that supports not only XML but 
also non-XML type bindings, such as JSON and CORBA, in combination with any 
type of transport.</li></ul><p>To get started using CXF, check out the <a shape
 ="rect" href="download.html">downloads</a>, the <a shape="rect" 
href="http://cxf.apache.org/docs/index.html";>user's guide</a>, or the <a 
shape="rect" href="mailing-lists.html">mailing lists</a> to get more 
information!</p><h2 id="Index-Goals">Goals</h2><h3 
id="Index-General">General</h3><ul><li>High 
Performance</li><li>Extensible</li><li>Intuitive &amp; Easy to Use</li></ul><h3 
id="Index-SupportforStandards">Support for Standards</h3><h5 
id="Index-JSRSupport">JSR Support</h5><ul><li>JAX-WS - Java API for XML-Based 
Web Services (JAX-WS) 2.0 - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=224"; 
rel="nofollow">JSR-224</a></li><li>Web Services Metadata for the Java Platform 
- <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=181"; 
rel="nofollow">JSR-181</a></li><li>JAX-RS - The Java API for RESTful Web 
Services - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=311"; 
rel="nofollow">JSR-311</a></li><li>SAAJ -
  SOAP with Attachments API for Java (SAAJ) - <a shape="rect" 
class="external-link" 
href="http://jcp.org/aboutJava/communityprocess/mrel/jsr067/index3.html"; 
rel="nofollow">JSR-67</a></li></ul><h5 
id="Index-WS-*andrelatedSpecificationsSupport">WS-* and related Specifications 
Support</h5><ul><li>Basic support: WS-I Basic Profile 1.1</li><li>Quality of 
Service: WS-Reliable Messaging</li><li>Metadata: WS-Policy, WSDL 1.1 - Web 
Service Definition Language</li><li>Communication Security: WS-Security, 
WS-SecurityPolicy, WS-SecureConversation, WS-Trust (partial 
support)</li><li>Messaging Support: WS-Addressing, SOAP 1.1, SOAP 1.2, Message 
Transmission Optimization Mechanism (MTOM)</li></ul><h3 
id="Index-MultipleTransports,ProtocolBindings,DataBindings,andFormats">Multiple 
Transports, Protocol Bindings, Data Bindings, and 
Formats</h3><ul><li>Transports: HTTP, Servlet, JMS, In-VM and many others via 
the <a shape="rect" class="external-link" 
href="http://camel.apache.org/camel-transport-for-cxf
 .html">Camel transport for CXF</a> such as SMTP/POP3, TCP and 
Jabber</li><li>Protocol Bindings: SOAP, REST/HTTP, pure XML</li><li>Data 
bindings: JAXB 2.x, Aegis, Apache XMLBeans, Service Data Objects (SDO), 
JiBX</li><li>Formats: XML Textual, JSON, FastInfoset</li><li>Extensibility API 
allows additional bindings for CXF, enabling additional message format support 
such as CORBA/IIOP</li></ul><h3 id="Index-FlexibleDeployment">Flexible 
Deployment</h3><ul><li>Lightweight containers: deploy services in Jetty, Tomcat 
or Spring-based containers</li><li>JBI integration: deploy as a service engine 
in a JBI container such as ServiceMix, OpenESB or Petals</li><li>Java EE 
integration: deploy services in Java EE application servers such as Apache 
Geronimo, JOnAS, Redhat JBoss, OC4J, Oracle WebLogic, and IBM 
WebSphere</li><li>Standalone Java client/server</li></ul><h3 
id="Index-SupportforMultipleProgrammingLanguages">Support for Multiple 
Programming Languages</h3><ul><li>Full support for JAX-WS 2.
 x client/server programming model</li><li>JAX-WS 2.x synchronous, asynchronous 
and one-way API's</li><li>JAX-WS 2.x Dynamic Invocation Interface (DII) 
API</li><li>JAX-RS for RESTful clients</li><li>Support for wrapped and 
non-wrapped styles</li><li>XML messaging API</li><li>Support for JavaScript and 
ECMAScript 4 XML (E4X) - both client and server</li><li>Support for 
CORBA</li><li>Support for JBI with ServiceMix</li></ul><h3 
id="Index-Tooling">Tooling</h3><ul><li>Generating Code: WSDL to Java, WSDL to 
JavaScript, Java to JavaScript</li><li>Generating WSDL: Java to WSDL, XSD to 
WSDL, IDL to WSDL, WSDL to XML</li><li>Adding Endpoints: WSDL to SOAP, WSDL to 
CORBA, WSDL to service</li><li>Generating Support Files: WSDL to 
IDL</li><li>Validating Files: WSDL Validation</li></ul><h2 
id="Index-GettingInvolved">Getting Involved</h2><p>Apache CXF is currently 
under heavy development. To get involved you can <a shape="rect" 
href="mailing-lists.html">subscribe to the mailing lists</a>. You can 
 also grab the code from the <a shape="rect" 
href="source-repository.html">Source Repository</a>. You also need to read 
about <a shape="rect" href="building.html">Building</a> CXF. For Eclipse users, 
you should read about <a shape="rect" href="setting-up-eclipse.html">Setting up 
Eclipse</a>.</p></div>
+<div id="ConfluenceContent"><h1 
id="Index-ApacheCXF&#8482;:AnOpen-SourceServicesFramework">Apache CXF&#8482;: 
An Open-Source Services Framework</h1><h2 
id="Index-Overview">Overview</h2><p>Apache CXF&#8482; is an open source 
services framework. CXF helps you build and develop services using frontend 
programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of 
protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a 
variety of transports such as HTTP, JMS or JBI.</p><h2 
id="Index-News">News</h2><h3 
id="Index-November7,2017-ApacheCXF3.2.1/3.1.14released!">November 7, 2017 - 
Apache CXF 3.2.1/3.1.14 released!</h3><p>The Apache CXF team is proud to 
announce the availability of the latest patch releases. Over 32 JIRA issues 
were fixed for 3.2.1 which many of those fixes back ported to 3.1.14.</p><p>A 
new <a shape="rect" href="security-advisories.html">security advisory</a> 
CVE-2017-12624 was fixed for CXF 3.2.1 and 3.1.14.</p><p>This is mostly a patch 
rel
 ease to fix problems and issues that users have encountered. 
&#160;&#160;Downloads are available&#160;<a shape="rect" 
href="download.html">here</a>.</p><h3 
id="Index-September13,2017-ApacheCXF3.2.0released!">September 13, 2017 - Apache 
CXF 3.2.0 released!</h3><p>The Apache CXF team is proud to announce the 
availability of the latest major version of CXF: 3.2.0.&#160; &#160;3.2.0 
contains several new features including full JAX-RS 2.1 support, updated 
Swagger support, enhanced tracing support, WS-Transfer support, and much 
more.&#160;</p><p>Downloads are available&#160;<a shape="rect" 
href="download.html">here</a>.&#160; &#160;See the&#160;<a shape="rect" 
href="http://cxf.apache.org/docs/32-migration-guide.html";>migration guide</a> 
for more details.</p><h3 
id="Index-August3,2017-ApacheCXF2.6.17released!">August 3, 2017 - Apache CXF 
2.6.17 released!</h3><div>Apache CXF 2.6.17 has been released. This is a 
once-off release to fix some security advisories that have been fixed in more 
rec
 ent versions of CXF. CXF users should try as much as possible to upgrade to a 
more recent and supported version of CXF.</div><p>The <a shape="rect" 
href="security-advisories.html">advisories</a> fixed in this release are as 
follows:</p><p>&#160;- CVE-2014-3577 <br clear="none">&#160;- CVE-2014-3623 <br 
clear="none">&#160;- CVE-2015-5253 <br clear="none">&#160;- CVE-2016-8739 <br 
clear="none">&#160;- CVE-2016-6812 <br clear="none">&#160;- 
CVE-2017-5656</p><h3 id="Index-Features">Features</h3><p>CXF includes a broad 
feature set, but it is primarily focused on the following 
areas:</p><ul><li><strong>Web Services Standards Support:</strong> CXF supports 
a variety of web service standards including SOAP, the WS-I Basic Profile, 
WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, 
WS-SecurityPolicy, WS-SecureConverstation, and WS-Trust 
(partial).</li><li><strong>Frontends:</strong> CXF supports a variety of 
"frontend" programming models.</li></ul><p>CXF implements the JAX-WS
  APIs. CXF JAX-WS support includes some extensions to the standard that make 
it significantly easier to use, compared to the reference implementation: It 
will automatically generate code for request and response bean classes, and 
does not require a WSDL for simple cases.</p><p>It also includes a "simple 
frontend" which allows creation of clients and endpoints without annotations. 
CXF supports both contract first development with WSDL and code first 
development starting from Java.</p><p>For REST, CXF also supports a JAX-RS 
frontend.</p><ul><li><strong>Ease of use:</strong> CXF is designed to be 
intuitive and easy to use. There are simple APIs to quickly build code-first 
services, Maven plug-ins to make tooling integration easy, JAX-WS API support, 
Spring 2.x XML support to make configuration a snap, and much 
more.</li><li><strong>Binary and Legacy Protocol Support:</strong> CXF has been 
designed to provide a pluggable architecture that supports not only XML but 
also non-XML type bind
 ings, such as JSON and CORBA, in combination with any type of 
transport.</li></ul><p>To get started using CXF, check out the <a shape="rect" 
href="download.html">downloads</a>, the <a shape="rect" 
href="http://cxf.apache.org/docs/index.html";>user's guide</a>, or the <a 
shape="rect" href="mailing-lists.html">mailing lists</a> to get more 
information!</p><h2 id="Index-Goals">Goals</h2><h3 
id="Index-General">General</h3><ul><li>High 
Performance</li><li>Extensible</li><li>Intuitive &amp; Easy to Use</li></ul><h3 
id="Index-SupportforStandards">Support for Standards</h3><h5 
id="Index-JSRSupport">JSR Support</h5><ul><li>JAX-WS - Java API for XML-Based 
Web Services (JAX-WS) 2.0 - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=224"; 
rel="nofollow">JSR-224</a></li><li>Web Services Metadata for the Java Platform 
- <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=181"; 
rel="nofollow">JSR-181</a></li><li>JAX-RS - The Java API for RESTful Web 
 Services - <a shape="rect" class="external-link" 
href="http://jcp.org/en/jsr/detail?id=311"; 
rel="nofollow">JSR-311</a></li><li>SAAJ - SOAP with Attachments API for Java 
(SAAJ) - <a shape="rect" class="external-link" 
href="http://jcp.org/aboutJava/communityprocess/mrel/jsr067/index3.html"; 
rel="nofollow">JSR-67</a></li></ul><h5 
id="Index-WS-*andrelatedSpecificationsSupport">WS-* and related Specifications 
Support</h5><ul><li>Basic support: WS-I Basic Profile 1.1</li><li>Quality of 
Service: WS-Reliable Messaging</li><li>Metadata: WS-Policy, WSDL 1.1 - Web 
Service Definition Language</li><li>Communication Security: WS-Security, 
WS-SecurityPolicy, WS-SecureConversation, WS-Trust (partial 
support)</li><li>Messaging Support: WS-Addressing, SOAP 1.1, SOAP 1.2, Message 
Transmission Optimization Mechanism (MTOM)</li></ul><h3 
id="Index-MultipleTransports,ProtocolBindings,DataBindings,andFormats">Multiple 
Transports, Protocol Bindings, Data Bindings, and 
Formats</h3><ul><li>Transports: HTTP, Se
 rvlet, JMS, In-VM and many others via the <a shape="rect" 
class="external-link" 
href="http://camel.apache.org/camel-transport-for-cxf.html";>Camel transport for 
CXF</a> such as SMTP/POP3, TCP and Jabber</li><li>Protocol Bindings: SOAP, 
REST/HTTP, pure XML</li><li>Data bindings: JAXB 2.x, Aegis, Apache XMLBeans, 
Service Data Objects (SDO), JiBX</li><li>Formats: XML Textual, JSON, 
FastInfoset</li><li>Extensibility API allows additional bindings for CXF, 
enabling additional message format support such as CORBA/IIOP</li></ul><h3 
id="Index-FlexibleDeployment">Flexible Deployment</h3><ul><li>Lightweight 
containers: deploy services in Jetty, Tomcat or Spring-based 
containers</li><li>JBI integration: deploy as a service engine in a JBI 
container such as ServiceMix, OpenESB or Petals</li><li>Java EE integration: 
deploy services in Java EE application servers such as Apache Geronimo, JOnAS, 
Redhat JBoss, OC4J, Oracle WebLogic, and IBM WebSphere</li><li>Standalone Java 
client/server</li></ul><h
 3 id="Index-SupportforMultipleProgrammingLanguages">Support for Multiple 
Programming Languages</h3><ul><li>Full support for JAX-WS 2.x client/server 
programming model</li><li>JAX-WS 2.x synchronous, asynchronous and one-way 
API's</li><li>JAX-WS 2.x Dynamic Invocation Interface (DII) API</li><li>JAX-RS 
for RESTful clients</li><li>Support for wrapped and non-wrapped 
styles</li><li>XML messaging API</li><li>Support for JavaScript and ECMAScript 
4 XML (E4X) - both client and server</li><li>Support for CORBA</li><li>Support 
for JBI with ServiceMix</li></ul><h3 
id="Index-Tooling">Tooling</h3><ul><li>Generating Code: WSDL to Java, WSDL to 
JavaScript, Java to JavaScript</li><li>Generating WSDL: Java to WSDL, XSD to 
WSDL, IDL to WSDL, WSDL to XML</li><li>Adding Endpoints: WSDL to SOAP, WSDL to 
CORBA, WSDL to service</li><li>Generating Support Files: WSDL to 
IDL</li><li>Validating Files: WSDL Validation</li></ul><h2 
id="Index-GettingInvolved">Getting Involved</h2><p>Apache CXF is currently un
 der heavy development. To get involved you can <a shape="rect" 
href="mailing-lists.html">subscribe to the mailing lists</a>. You can also grab 
the code from the <a shape="rect" href="source-repository.html">Source 
Repository</a>. You also need to read about <a shape="rect" 
href="building.html">Building</a> CXF. For Eclipse users, you should read about 
<a shape="rect" href="setting-up-eclipse.html">Setting up Eclipse</a>.</p></div>
            </div>
            <!-- Content -->
          </td>

Added: 
websites/production/cxf/content/security-advisories.data/CVE-2017-12624.txt.asc
==============================================================================
--- 
websites/production/cxf/content/security-advisories.data/CVE-2017-12624.txt.asc 
(added)
+++ 
websites/production/cxf/content/security-advisories.data/CVE-2017-12624.txt.asc 
Tue Nov 14 12:57:39 2017
@@ -0,0 +1,47 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+CVE-2017-12624: Apache CXF web services that process attachments are 
vulnerable to Denial of Service (DoS) attacks
+
+Severity: Major
+
+Vendor: The Apache Software Foundation
+
+Versions Affected:
+
+This vulnerability affects all versions of Apache CXF prior to 3.2.1 and
+3.1.14.
+
+Description:
+
+Apache CXF supports sending and receiving attachments via either the JAX-WS or
+JAX-RS specifications. It is possible to craft a message attachment header
+that could lead to a Denial of Service (DoS) attack on a CXF web service
+provider. Both JAX-WS and JAX-RS services are vulnerable to this attack.
+
+- From Apache CXF 3.2.1 and 3.1.14, message attachment headers that are greater
+than 300 characters will be rejected by default. This value is configurable
+via the property "attachment-max-header-size".
+
+This has been fixed in revision:
+
+https://github.com/apache/cxf/commit/8bd915bfd7735c248ad660059c6b6ad26cdbcdf6
+
+Migration:
+
+Apache CXF users should upgrade to 3.2.1 or 3.1.14 as soon as possible if they
+are using web services with attachments.
+
+Credit:
+
+This issue was reported by Wang, Shixiang (Kevin) from Nokia.
+-----BEGIN PGP SIGNATURE-----
+
+iQEcBAEBCAAGBQJaCt1wAAoJEGe/gLEK1TmDt4oH/1fURfaP65gziMLC3HJepeWn
+jwa7UgFI1X8bsA3V1eY/lvTdqrwLtswQxUqqmiSTE6L5OMVWRFJLAokv9CFBWwZ7
+DfZJCOryjHCc0hsyt/rkMfmIiedu2BbcUiPsYfiq0qVML9Bdj8NFtFNEKoQeMil6
+Qgz8XV6ctIHSFn6U8tbmOtz3x8snwv9J8j6dTG6Ak4nWv/WjQ/rT50skf9f3FyGi
++oxt6apUyGODOiYEJKhN909mP3ixMl1Z9qRaf87Oj3VVyxCA2ih2dHe2gbamcc2v
+G5XlhO0+KqK7ioOQaTf7lDNfwiERXZPO/k1i1ZSIL8BwtSOKhttFl3G+y2KGo1I=
+=Qdsk
+-----END PGP SIGNATURE-----

Modified: websites/production/cxf/content/security-advisories.html
==============================================================================
--- websites/production/cxf/content/security-advisories.html (original)
+++ websites/production/cxf/content/security-advisories.html Tue Nov 14 
12:57:39 2017
@@ -99,7 +99,7 @@ Apache CXF -- Security Advisories
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><h3 
id="SecurityAdvisories-2017">2017</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2017-7662.txt.asc?version=1&amp;modificationDate=1494949377000&amp;api=v2"
 data-linked-resource-id="70255583" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-7662.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2017-7662</a>: The Apache CXF 
Fediz OIDC Client Registration Service is vulnerable to CSRF 
attacks.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-7661.txt.asc?version=1&amp;modificationDate=1494949364000&amp;api=v2"
 data-linked-resource-id="70255582" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-7661.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type
 ="text/plain" data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2017-7661</a>: The Apache CXF 
Fediz Jetty and Spring plugins are vulnerable to CSRF attacks.</li><li><a 
shape="rect" 
href="security-advisories.data/CVE-2017-5656.txt.asc?version=1&amp;modificationDate=1492515113000&amp;api=v2"
 data-linked-resource-id="69406543" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-5656.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2017-5656</a>: Apache CXF's 
STSClient uses a flawed way of caching tokens that are associated with 
delegation tokens.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-5653.txt.asc?version=1&amp;modificationDate=1492515074000&amp;api=v2"
 data-linked-resource-id="69406542" data-linked-resource-version="1" data-linke
 d-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-5653.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2017-5653</a>: Apache CXF 
JAX-RS XML Security streaming clients do not validate that the service response 
was signed or encrypted.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-3156.txt.asc?version=1&amp;modificationDate=1487590374000&amp;api=v2"
 data-linked-resource-id="68715428" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-3156.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2017-3156</a>: Apache CXF 
OAuth2 Hawk and JOSE MAC Validation code is vulnerable to the timing 
attacks</li></ul><h3 id="SecurityAdvisories-2016"
 >2016</h3><ul><li><a shape="rect" 
 >href="security-advisories.data/CVE-2016-8739.txt.asc?version=1&amp;modificationDate=1482164360000&amp;api=v2"
 > data-linked-resource-id="67635454" data-linked-resource-version="1" 
 >data-linked-resource-type="attachment" 
 >data-linked-resource-default-alias="CVE-2016-8739.txt.asc" 
 >data-nice-type="Text File" data-linked-resource-content-type="text/plain" 
 >data-linked-resource-container-id="27837502" 
 >data-linked-resource-container-version="26">CVE-2016-8739</a>: Atom entity 
 >provider of Apache CXF JAX-RS is vulnerable to XXE</li><li><a shape="rect" 
 >href="security-advisories.data/CVE-2016-6812.txt.asc?version=1&amp;modificationDate=1482164360000&amp;api=v2"
 > data-linked-resource-id="67635455" data-linked-resource-version="1" 
 >data-linked-resource-type="attachment" 
 >data-linked-resource-default-alias="CVE-2016-6812.txt.asc" 
 >data-nice-type="Text File" data-linked-resource-content-type="text/plain" 
 >data-linked-resource-container-id="27837502" data-linked-resource-co
 ntainer-version="26">CVE-2016-6812</a>: XSS risk in Apache CXF 
FormattedServiceListWriter when a request URL contains matrix 
parameters</li><li><a shape="rect" 
href="security-advisories.data/CVE-2016-4464.txt.asc?version=1&amp;modificationDate=1473350153000&amp;api=v2"
 data-linked-resource-id="65869472" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2016-4464.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2016-4464</a>: Apache CXF Fediz 
application plugins do not match the SAML AudienceRestriction values against 
the list of configured audience URIs</li></ul><h3 
id="SecurityAdvisories-2015">2015</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2015-5253.txt.asc?version=1&amp;modificationDate=1447433340000&amp;api=v2"
 data-linked-resource-id="61328642" data-linked-resource-version
 ="1" data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2015-5253.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2015-5253</a>: Apache CXF SAML 
SSO processing is vulnerable to a wrapping attack</li><li><a shape="rect" 
href="security-advisories.data/CVE-2015-5175.txt.asc?version=1&amp;modificationDate=1440598018000&amp;api=v2"
 data-linked-resource-id="61316328" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2015-5175.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2015-5175</a>: Apache CXF Fediz 
application plugins are vulnerable to Denial of Service (DoS) 
attacks</li></ul><h3 id="SecurityAdvisories-2014">2014</h3><ul><li><a 
shape="rect" hr
 
ef="security-advisories.data/CVE-2014-3577.txt.asc?version=1&amp;modificationDate=1419245371000&amp;api=v2"
 data-linked-resource-id="51183657" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3577.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-3577</a>: Apache CXF SSL 
hostname verification bypass</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3566.txt.asc?version=1&amp;modificationDate=1418740474000&amp;api=v2"
 data-linked-resource-id="50561078" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3566.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">Note on CVE-2014-3566</a>: SSL 3.0
  support in Apache CXF, aka the "POODLE" attack.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3623.txt.asc?version=1&amp;modificationDate=1414169368000&amp;api=v2"
 data-linked-resource-id="47743195" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3623.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-3623</a>: Apache CXF does 
not properly enforce the security semantics of SAML SubjectConfirmation methods 
when used with the TransportBinding</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3584.txt.asc?version=1&amp;modificationDate=1414169326000&amp;api=v2"
 data-linked-resource-id="47743194" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3584.txt.asc" data-nice-type="Text 
File" data-li
 nked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-3584</a>: Apache CXF 
JAX-RS SAML handling is vulnerable to a Denial of Service (DoS) 
attack</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0109.txt.asc?version=1&amp;modificationDate=1398873370000&amp;api=v2"
 data-linked-resource-id="40895138" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0109.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-0109</a>: HTML content 
posted to SOAP endpoint could cause OOM errors</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0110.txt.asc?version=1&amp;modificationDate=1398873378000&amp;api=v2"
 data-linked-resource-id="40895139" data-linked-resource-version="1" 
data-linked-resource-ty
 pe="attachment" data-linked-resource-default-alias="CVE-2014-0110.txt.asc" 
data-nice-type="Text File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-0110</a>: Large invalid 
content could cause temporary space to fill</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0034.txt.asc?version=1&amp;modificationDate=1398873385000&amp;api=v2"
 data-linked-resource-id="40895140" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0034.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-0034</a>: The 
SecurityTokenService accepts certain invalid SAML Tokens as valid</li><li><a 
shape="rect" 
href="security-advisories.data/CVE-2014-0035.txt.asc?version=1&amp;modificationDate=1398873391000&amp;api=
 v2" data-linked-resource-id="40895141" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0035.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2014-0035</a>: UsernameTokens 
are sent in plaintext with a Symmetric EncryptBeforeSigning policy</li></ul><h3 
id="SecurityAdvisories-2013">2013</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2013-2160.txt.asc?version=1&amp;modificationDate=1372324301000&amp;api=v2"
 data-linked-resource-id="33095710" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2013-2160.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="26">CVE-2013-2160</a> - Denial of 
Service Attacks on 
 Apache CXF</li><li><a shape="rect" href="cve-2012-5575.html">Note on 
CVE-2012-5575</a> - XML Encryption backwards compatibility attack on Apache 
CXF.</li><li><a shape="rect" href="cve-2013-0239.html">CVE-2013-0239</a> - 
Authentication bypass in the case of WS-SecurityPolicy enabled plaintext 
UsernameTokens.</li></ul><h3 id="SecurityAdvisories-2012">2012</h3><ul><li><a 
shape="rect" href="cve-2012-5633.html">CVE-2012-5633</a> - WSS4JInInterceptor 
always allows HTTP Get requests from browser.</li><li><a shape="rect" 
href="note-on-cve-2011-2487.html">Note on CVE-2011-2487</a> - Bleichenbacher 
attack against distributed symmetric key in WS-Security.</li><li><a 
shape="rect" href="cve-2012-3451.html">CVE-2012-3451</a> - Apache CXF is 
vulnerable to SOAP Action spoofing attacks on Document Literal web 
services.</li><li><a shape="rect" href="cve-2012-2379.html">CVE-2012-2379</a> - 
Apache CXF does not verify that elements were signed or encrypted by a 
particular Supporting Token.</li><li><a sh
 ape="rect" href="cve-2012-2378.html">CVE-2012-2378</a> - Apache CXF does not 
pick up some child policies of WS-SecurityPolicy 1.1 SupportingToken policy 
assertions on the client side.</li><li><a shape="rect" 
href="note-on-cve-2011-1096.html">Note on CVE-2011-1096</a> - XML Encryption 
flaw / Character pattern encoding attack.</li><li><a shape="rect" 
href="cve-2012-0803.html">CVE-2012-0803</a> - Apache CXF does not validate 
UsernameToken policies correctly.</li></ul><h3 
id="SecurityAdvisories-2010">2010</h3><ul><li><a shape="rect" 
class="external-link" 
href="http://svn.apache.org/repos/asf/cxf/trunk/security/CVE-2010-2076.pdf";>CVE-2010-2076</a>
 - DTD based XML attacks.</li></ul></div>
+<div id="ConfluenceContent"><h3 
id="SecurityAdvisories-2017">2017</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2017-12624.txt.asc?version=1&amp;modificationDate=1510661632588&amp;api=v2"
 data-linked-resource-id="74687100" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-12624.txt.asc" 
data-nice-type="Text File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-12624</a>: Apache CXF web 
services that process attachments are vulnerable to Denial of Service (DoS) 
attacks.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-7662.txt.asc?version=1&amp;modificationDate=1494949377000&amp;api=v2"
 data-linked-resource-id="70255583" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-7662.txt.asc" data-nice-type="Text 
File" data-linked-res
 ource-content-type="text/plain" data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-7662</a>: The Apache CXF 
Fediz OIDC Client Registration Service is vulnerable to CSRF 
attacks.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-7661.txt.asc?version=1&amp;modificationDate=1494949364000&amp;api=v2"
 data-linked-resource-id="70255582" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-7661.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-7661</a>: The Apache CXF 
Fediz Jetty and Spring plugins are vulnerable to CSRF attacks.</li><li><a 
shape="rect" 
href="security-advisories.data/CVE-2017-5656.txt.asc?version=1&amp;modificationDate=1492515113000&amp;api=v2"
 data-linked-resource-id="69406543" data-linked-resource-version="1" data-linke
 d-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-5656.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-5656</a>: Apache CXF's 
STSClient uses a flawed way of caching tokens that are associated with 
delegation tokens.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2017-5653.txt.asc?version=1&amp;modificationDate=1492515074000&amp;api=v2"
 data-linked-resource-id="69406542" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-5653.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-5653</a>: Apache CXF 
JAX-RS XML Security streaming clients do not validate that the service response 
was signed or encrypted.</li><li><a shape="rect" hr
 
ef="security-advisories.data/CVE-2017-3156.txt.asc?version=1&amp;modificationDate=1487590374000&amp;api=v2"
 data-linked-resource-id="68715428" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2017-3156.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2017-3156</a>: Apache CXF 
OAuth2 Hawk and JOSE MAC Validation code is vulnerable to the timing 
attacks</li></ul><h3 id="SecurityAdvisories-2016">2016</h3><ul><li><a 
shape="rect" 
href="security-advisories.data/CVE-2016-8739.txt.asc?version=1&amp;modificationDate=1482164360000&amp;api=v2"
 data-linked-resource-id="67635454" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2016-8739.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-contain
 er-id="27837502" 
data-linked-resource-container-version="27">CVE-2016-8739</a>: Atom entity 
provider of Apache CXF JAX-RS is vulnerable to XXE</li><li><a shape="rect" 
href="security-advisories.data/CVE-2016-6812.txt.asc?version=1&amp;modificationDate=1482164360000&amp;api=v2"
 data-linked-resource-id="67635455" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2016-6812.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2016-6812</a>: XSS risk in 
Apache CXF FormattedServiceListWriter when a request URL contains matrix 
parameters</li><li><a shape="rect" 
href="security-advisories.data/CVE-2016-4464.txt.asc?version=1&amp;modificationDate=1473350153000&amp;api=v2"
 data-linked-resource-id="65869472" data-linked-resource-version="1" 
data-linked-resource-type="attachment" data-linked-resource-default-alias=
 "CVE-2016-4464.txt.asc" data-nice-type="Text File" 
data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2016-4464</a>: Apache CXF Fediz 
application plugins do not match the SAML AudienceRestriction values against 
the list of configured audience URIs</li></ul><h3 
id="SecurityAdvisories-2015">2015</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2015-5253.txt.asc?version=1&amp;modificationDate=1447433340000&amp;api=v2"
 data-linked-resource-id="61328642" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2015-5253.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2015-5253</a>: Apache CXF SAML 
SSO processing is vulnerable to a wrapping attack</li><li><a shape="rect" 
href="security-advisories.data/CVE-20
 15-5175.txt.asc?version=1&amp;modificationDate=1440598018000&amp;api=v2" 
data-linked-resource-id="61316328" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2015-5175.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2015-5175</a>: Apache CXF Fediz 
application plugins are vulnerable to Denial of Service (DoS) 
attacks</li></ul><h3 id="SecurityAdvisories-2014">2014</h3><ul><li><a 
shape="rect" 
href="security-advisories.data/CVE-2014-3577.txt.asc?version=1&amp;modificationDate=1419245371000&amp;api=v2"
 data-linked-resource-id="51183657" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3577.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" data-linked-resourc
 e-container-version="27">CVE-2014-3577</a>: Apache CXF SSL hostname 
verification bypass</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3566.txt.asc?version=1&amp;modificationDate=1418740474000&amp;api=v2"
 data-linked-resource-id="50561078" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3566.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">Note on CVE-2014-3566</a>: SSL 3.0 
support in Apache CXF, aka the "POODLE" attack.</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3623.txt.asc?version=1&amp;modificationDate=1414169368000&amp;api=v2"
 data-linked-resource-id="47743195" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3623.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="t
 ext/plain" data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-3623</a>: Apache CXF does 
not properly enforce the security semantics of SAML SubjectConfirmation methods 
when used with the TransportBinding</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-3584.txt.asc?version=1&amp;modificationDate=1414169326000&amp;api=v2"
 data-linked-resource-id="47743194" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-3584.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-3584</a>: Apache CXF 
JAX-RS SAML handling is vulnerable to a Denial of Service (DoS) 
attack</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0109.txt.asc?version=1&amp;modificationDate=1398873370000&amp;api=v2"
 data-linked-resource-id="40895138" data-linked-r
 esource-version="1" data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0109.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-0109</a>: HTML content 
posted to SOAP endpoint could cause OOM errors</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0110.txt.asc?version=1&amp;modificationDate=1398873378000&amp;api=v2"
 data-linked-resource-id="40895139" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0110.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-0110</a>: Large invalid 
content could cause temporary space to fill</li><li><a shape="rect" 
href="security-advisories.data/CVE-2014-0034.txt.asc?version=1&amp;modifi
 cationDate=1398873385000&amp;api=v2" data-linked-resource-id="40895140" 
data-linked-resource-version="1" data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0034.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-0034</a>: The 
SecurityTokenService accepts certain invalid SAML Tokens as valid</li><li><a 
shape="rect" 
href="security-advisories.data/CVE-2014-0035.txt.asc?version=1&amp;modificationDate=1398873391000&amp;api=v2"
 data-linked-resource-id="40895141" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2014-0035.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2014-0035</a>: UsernameTokens 
are sent in plaintext with a Symmetric Encryp
 tBeforeSigning policy</li></ul><h3 
id="SecurityAdvisories-2013">2013</h3><ul><li><a shape="rect" 
href="security-advisories.data/CVE-2013-2160.txt.asc?version=1&amp;modificationDate=1372324301000&amp;api=v2"
 data-linked-resource-id="33095710" data-linked-resource-version="1" 
data-linked-resource-type="attachment" 
data-linked-resource-default-alias="CVE-2013-2160.txt.asc" data-nice-type="Text 
File" data-linked-resource-content-type="text/plain" 
data-linked-resource-container-id="27837502" 
data-linked-resource-container-version="27">CVE-2013-2160</a> - Denial of 
Service Attacks on Apache CXF</li><li><a shape="rect" 
href="cve-2012-5575.html">Note on CVE-2012-5575</a> - XML Encryption backwards 
compatibility attack on Apache CXF.</li><li><a shape="rect" 
href="cve-2013-0239.html">CVE-2013-0239</a> - Authentication bypass in the case 
of WS-SecurityPolicy enabled plaintext UsernameTokens.</li></ul><h3 
id="SecurityAdvisories-2012">2012</h3><ul><li><a shape="rect" 
href="cve-2012-5633.html">CV
 E-2012-5633</a> - WSS4JInInterceptor always allows HTTP Get requests from 
browser.</li><li><a shape="rect" href="note-on-cve-2011-2487.html">Note on 
CVE-2011-2487</a> - Bleichenbacher attack against distributed symmetric key in 
WS-Security.</li><li><a shape="rect" 
href="cve-2012-3451.html">CVE-2012-3451</a> - Apache CXF is vulnerable to SOAP 
Action spoofing attacks on Document Literal web services.</li><li><a 
shape="rect" href="cve-2012-2379.html">CVE-2012-2379</a> - Apache CXF does not 
verify that elements were signed or encrypted by a particular Supporting 
Token.</li><li><a shape="rect" href="cve-2012-2378.html">CVE-2012-2378</a> - 
Apache CXF does not pick up some child policies of WS-SecurityPolicy 1.1 
SupportingToken policy assertions on the client side.</li><li><a shape="rect" 
href="note-on-cve-2011-1096.html">Note on CVE-2011-1096</a> - XML Encryption 
flaw / Character pattern encoding attack.</li><li><a shape="rect" 
href="cve-2012-0803.html">CVE-2012-0803</a> - Apache CXF does
  not validate UsernameToken policies correctly.</li></ul><h3 
id="SecurityAdvisories-2010">2010</h3><ul><li><a shape="rect" 
class="external-link" 
href="http://svn.apache.org/repos/asf/cxf/trunk/security/CVE-2010-2076.pdf";>CVE-2010-2076</a>
 - DTD based XML attacks.</li></ul></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to