<dd id="sga4y"><optgroup id="sga4y"></optgroup></dd>
<nav id="sga4y"><code id="sga4y"></code></nav>
  • <optgroup id="sga4y"></optgroup>

    Password Management: Weak Redundancy

    ABSTRACT

    應輸入兩次密碼,而不應復制密碼。

    EXPLANATION

    對于此 API,不應使用復制密碼的方法。此 API 的目的在于確保用戶不會輸錯密碼。復制密碼操作違反此安全機制。

    例 1:


    String password=request.getParameter("password");
    ...
    DefaultUser user = (DefaultUser) ESAPI.authenticator().createUser(username, password, password);

    REFERENCES

    [1] Standards Mapping - Security Technical Implementation Guide Version 3 - (STIG 3) APP3320.5 CAT II

    [2] Standards Mapping - Security Technical Implementation Guide Version 3.4 - (STIG 3.4) APP3320.5 CAT II

    [3] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 521

    [4] OWASP ESAPI Secure Coding API:User

    [5] Standards Mapping - FIPS200 - (FISMA) IA

    [6] Standards Mapping - Payment Card Industry Data Security Standard Version 1.2 - (PCI 1.2) Requirement 3.4, Requirement 6.3.1.3, Requirement 6.5.8, Requirement 8.4

    [7] Standards Mapping - Payment Card Industry Data Security Standard Version 2.0 - (PCI 2.0) Requirement 3.4, Requirement 6.5.3, Requirement 8.4

    [8] Standards Mapping - Payment Card Industry Data Security Standard Version 1.1 - (PCI 1.1) Requirement 3.4, Requirement 6.5.8, Requirement 8.4


    Copyright 2013 Fortify Software - All rights reserved.
    (Generated from version 2013.1.1.0008 of the Fortify Secure Coding Rulepacks)
    desc.structural.java.password_management_weak_redundancy

    97av