Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-2435

Use of secure processing feature should disable some output properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.1
    • 2.7.2
    • None
    • None

    Description

      When using the FEATURE_SECURE_PROCESSING ("http://javax.xml.XMLConstants/feature/secure-processing") on a TransformerFactory it seems appropriate that the output properties:

      {http://xml.apache.org/xalan}

      content-handler

      {http://xml.apache.org/xalan}

      entities

      {http://xml.apache.org/xslt}

      content-handler

      {http://xml.apache.org/xslt}

      entities

      should be ignored (see http://xml.apache.org/xalan-j/usagepatterns.html#outputprops)

      These properties can be used to load an arbitrary class or access an arbitrary URL/resource so are problematic when secure processing is desired.

      <xsl:output xalan:content-handler="org.example.BadClass" ...
      <xsl:output xalan:entities="http://example.org/reallyLargeFile.bin" ...

      These features could be used to load a class that had undesirable side-effects or to load a large file and exhaust memory, etc.

      Attachments

        1. TestXslt.java
          3 kB
          Steve Jones

        Issue Links

          Activity

            People

              ggregory Gary D. Gregory
              sjones4 Steve Jones
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: