Recently, there has been a flurry of news emanating from the XML security
world related to researchers demonstrating an attack on Amazon's AWS cloud
management interface. The attack takes advantage of a well known exploit
known as XML signature wrapping or XML signature manipulation.
Amazon since the publication of this paper has plugged the security hole in
its interface. It is a labor intensive effort to plug these holes that
requires constant monitoring especially when cloud service interfaces are
public facing. Risk can be more easily mitigated by a deployment of an XML
security gateway without requiring custom code changes.
An XML security gateway prevents exploit like these in several ways. The XML
gateway primary defense against this type of signature manipulation is via
signed element verification. In the Amazon scenario, an XML gateway would
verify that the s... (more)
Looks like Forum Sentry, the pioneer and leader of XML Gateway and XML
Firewall technology has announced its latest product that now addresses the
growing need for handling not just XML/Web services traffic, but also
HTML/Portal traffic.
From a technology standpoint, this is not a revolutionary jump, but a gradual
evolution of the XML Gateway that now handles HTTP/HTML-header information,
which is by far easier than looking deeper into the XML packets.
However, the business implication of this is significant since companies can
now use a single platform for HTML and XML processi... (more)
It is very rare today to find a business application that has not exposed its
interface via SOAP/XML. XML is the building block that enables business or
consumer applications to exchange data in a standard structured format. The
exchange of XML data typically takes place through an SOAP/XML interface
based on the Web Services standard or through the REST-based standard.
These flexible standards that richly describe interface functions of an
application also introduce a host of XML and Web Services security
vulnerabilities. This article is a quick guide to most common XML and W... (more)
XML Gateways are becoming standard in enterprise SOA deployments with the
following common themes:
Identity mediation is the first step for the majority of SOA Deployments.
Identities come in may shapes and sizes represented at both the protocol
level (e.g., HTTP Basic Auth, SSL Mutual Auth) and message level (WS-Security
tokens X.509, SAML, etc.). Even if an enterprise successfully standardizes on
a single identity representation, it cannot dictate how it's trading partners
should represent its identities. Thus, inditites need to be accepted in many
forms and changed to a singl... (more)
Dennis Sosnoski, Consultant and Trainer, Sosnoski Software Solutions, Inc.
published an informative article titled: "Java Web Services: The high-cost of
(WS-) Security." In the article Dennis compares performance profiles of
different security configuration including SSL, username, signatures,
encryption and sign-encryption. The tests are conducted using Axis2 version
1.5 with a Rampart code that provides content-level security.
The data clearly shows the overhead associated with security operations.
Dennis later describes part of the reasons for the drop in performance is
owed t... (more)