Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1057

XSS vulnerability in calendar component

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.5
    • 5.2.0
    • tapestry-core

    Description

      The calendar component provided in tapestry 5.1.0.5 could be used to allow code injection by malicious web users into any page that uses datefield .

      To reproduce the vulnerability, put js code like <script>alert("T5 is great"); </script> in any datefield and click on the related calendar bitma

      After quick search in the DateField.js, it seems like the field value is not escaping

      escaping with a change like var value = escape($F(this.field)); the field value seems solve this vulnerability.

      Attachments

        1. datefield_js.patch
          1 kB
          Nourredine K.
        2. datefield_js.patch
          0.7 kB
          Nourredine K.

        Issue Links

          Activity

            People

              ccordenier Christophe Cordenier
              frafac François Facon
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: