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

    WCF Misconfiguration: MSMQ Anonymous Transport Client

    ABSTRACT

    由于程序在連接 MSMQ 隊列時未能啟用 authentication,因此攻擊者可以將消息匿名提交至處理隊列。

    EXPLANATION

    如果連接用于將消息傳遞給其他程序的 MSMQ 隊列時未使用 authentication,攻擊者就可以提交惡意的匿名消息。

    例 1:以下 WCF 配置文件中的 <netMsmqBinding/> 元素指示 WCF 在連接用于傳遞消息的 MSMQ 隊列時禁用 authentication。


    <bindings>
    <netMsmqBinding>
    <binding>
    <security>
    <transport msmqAuthenticationMode="None" />
    </security>
    </binding>
    </netMsmqBinding>
    </bindings>

    REFERENCES

    [1] Standards Mapping - OWASP Top 10 2004 - (OWASP 2004) A3 Broken Authentication and Session Management

    [2] Standards Mapping - OWASP Top 10 2010 - (OWASP 2010) A3 Broken Authentication and Session Management

    [3] Standards Mapping - OWASP Top 10 2007 - (OWASP 2007) A7 Broken Authentication and Session Management

    [4] Standards Mapping - Security Technical Implementation Guide Version 3 - (STIG 3) APP3480.2 CAT II

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

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

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

    [8] Standards Mapping - Web Application Security Consortium 24 + 2 - (WASC 24 + 2) Insufficient Authentication

    [9] Microsoft Developer Network (MSDN)

    [10] Standards Mapping - SANS Top 25 2009 - (SANS 2009) Porous Defenses - CWE ID 285

    [11] Standards Mapping - SANS Top 25 2010 - (SANS 2010) Porous Defenses - CWE ID 285

    [12] Standards Mapping - Payment Card Industry Data Security Standard Version 1.1 - (PCI 1.1) Requirement 6.5.3, Requirement 7.2

    [13] Standards Mapping - Payment Card Industry Data Security Standard Version 1.2 - (PCI 1.2) Requirement 6.5.7, Requirement 7.2

    [14] Standards Mapping - Payment Card Industry Data Security Standard Version 2.0 - (PCI 2.0) Requirement 6.5.8, Requirement 7.2


    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_msmq_anonymous_transport_client

    97av