Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4202

Password Management: Hardcoded Password

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 4.0.3
    • None
    • None
    • None

    Description

      HP Fortify SCA and SciTools Understand were used to perform an application security scan on karaf source code.

      Analysis: Hardcoded passwords may compromise system security in a way that cannot be easily remedied.

      File: jaas/modules/src/main/java/org/apache/karaf/jaas/modules/syncope/SyncopeLoginModule.java
      Line: 47

      SyncopeLoginModule.java, lines 41-49:
      41 public class SyncopeLoginModule extends AbstractKarafLoginModule {
      42
      43 private final static Logger LOGGER = LoggerFactory.getLogger(SyncopeLoginModule.class);
      44
      45 public final static String ADDRESS = "address";
      46 public final static String ADMIN_USER = "admin.user"; // for the backing engine
      47 public final static String ADMIN_PASSWORD = "admin.password"; // for the backing engine
      48
      49 private String address;

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            EdAInWestOC Eduardo Aguinaga
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: