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

    WCF Misconfiguration: Insufficient Audit Failure Handling

    ABSTRACT

    程序配置為在寫入審計日志失敗時不生成異常。

    EXPLANATION

    如果將 WCF 配置為在無法寫入審計日志時不拋出異常,操作失敗時程序不會收到通知,也不會審計重要的安全事件。

    例 1:以下 WCF 配置文件中的 <behavior/> 元素指示 WCF 在 WCF 寫入審計日志失敗時不通知應用程序。


    <behaviors>
    <serviceBehaviors>
    <behavior name="NewBehavior">
    <serviceSecurityAudit auditLogLocation="Application"
    suppressAuditFailure="true"
    serviceAuthorizationAuditLevel="Success"
    messageAuthenticationAuditLevel="Success" />
    </behavior>
    </serviceBehaviors>
    </behaviors>

    REFERENCES

    [1] Standards Mapping - OWASP Top 10 2007 - (OWASP 2007) A6 Information Leakage and Improper Error Handling

    [2] Standards Mapping - OWASP Top 10 2004 - (OWASP 2004) A7 Improper Error Handling

    [3] Standards Mapping - Security Technical Implementation Guide Version 3 - (STIG 3) APP3120 CAT II

    [4] Standards Mapping - Security Technical Implementation Guide Version 3.4 - (STIG 3.4) APP3120 CAT II

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

    [6] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 388

    [7] Standards Mapping - Web Application Security Consortium 24 + 2 - (WASC 24 + 2) Information Leakage

    [8] Microsoft Developer Network (MSDN)

    [9] Standards Mapping - Payment Card Industry Data Security Standard Version 1.2 - (PCI 1.2) Requirement 6.3.1.2, Requirement 6.5.6

    [10] Standards Mapping - Payment Card Industry Data Security Standard Version 2.0 - (PCI 2.0) Requirement 6.5.5

    [11] Standards Mapping - Payment Card Industry Data Security Standard Version 1.1 - (PCI 1.1) Requirement 6.5.7


    Copyright 2013 Fortify Software - All rights reserved.
    (Generated from version 2013.1.1.0008 of the Fortify Secure Coding Rulepacks)
    desc.config.dotnet.wcf_misconfiguration_insufficient_audit_failure_handling

    97av