Package: xmltooling / 1.5.3-2+deb8u3

Metadata

Package Version Patches format
xmltooling 1.5.3-2+deb8u3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
CVE 2015 0851 crash on well formed but invalid XML.patch | (download)

xmltooling/base.h | 22 20 + 2 - 0 !
1 file changed, 20 insertions(+), 2 deletions(-)

 cve-2015-0851: crash on well-formed but invalid xml


CVE 2018 0486 vulnerability to forged user attribute data.patch | (download)

xmltooling/io/AbstractXMLObjectUnmarshaller.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 cve-2018-0486: vulnerability to forged user attribute data

The Service Provider software relies on a generic XML parser to process
SAML responses and there are limitations in older versions of the parser
that make it impossible to fully disable Document Type Definition (DTD)
processing.

Through addition/manipulation of a DTD, it's possible to make changes
to an XML document that do not break a digital signature but are
mishandled by the SP and its libraries. These manipulations can alter
the user data passed through to applications behind the SP and result
in impersonation attacks and exposure of protected information.

While the use of XML Encryption can serve as a mitigation for this bug,
it may still be possible to construct attacks in such cases, and the SP
does not provide a means to enforce its use.

CPPXT-127 - Block entity reference nodes during unmarshalling.
https://issues.shibboleth.net/jira/browse/CPPXT-127

Add disallowDoctype to parser configuration.patch | (download)

xmltooling/util/ParserPool.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add disallowdoctype to parser configuration.


CVE 2018 0489 Fix additional data forgery flaws.patch | (download)

xmltooling/AbstractComplexElement.cpp | 16 15 + 1 - 0 !
xmltooling/AbstractSimpleElement.cpp | 22 14 + 8 - 0 !
xmltooling/io/AbstractXMLObjectUnmarshaller.cpp | 5 3 + 2 - 0 !
xmltooling/util/ParserPool.cpp | 2 2 + 0 - 0 !
4 files changed, 34 insertions(+), 11 deletions(-)

 cve-2018-0489 - fix additional data forgery flaws

These flaws allow for changes to an XML document that do not break a
digital signature but alter the user data passed through to applications
enabling impersonation attacks and exposure of protected information.

https://shibboleth.net/community/advisories/secadv_20180227.txt
https://issues.shibboleth.net/jira/browse/CPPXT-128