Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8028627

Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings

    XMLWordPrintable

Details

    • b15
    • Not verified

    Backports

      Description

        There is an unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store class/codebase mappings. The call stack is:

        JceSecurity.getCodeBase
        JceSecurityManager.getCryptoPermission
        Cipher.getConfiguredPermission
        (various methods of Cipher)

        Attachments

          Issue Links

            Activity

              People

                robm Robert Mckenna
                mullan Sean Mullan
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: