Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19965

HornetQ handling of compressed large messages should use its own temp directory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 34.0.0.Final
    • JMS
    • None
    • ---
    • ---

      The File.createTempFile method is designed to create a temporary file. However, if the method is used without proper validation or in a shared directory with weak permissions, an attacker may exploit the predictable file name or gain access to the temporary file. For example, on Linux systems, the temporary file is created under /tmp folder by default with permission rw-rr- when java.io.tmpdir is not set to another directory with restricted access

              ehugonne1@redhat.com Emmanuel Hugonnet
              ehugonne1@redhat.com Emmanuel Hugonnet
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: