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

    Axis 2 Service Provider Misconfiguration: Missing Inbound Signature

    ABSTRACT

    如果消息未經簽名,則無法保證其完整性。

    EXPLANATION

    消息中未經簽名的任何部分,都可能在接收者未察覺的情況下被截取和修改。沒有簽名,接收者就無法借助密碼驗證消息內容是否可信賴。

    下列服務提供程序配置可讓 Axis 2 接受未經簽名的消息:


    <service>
    ...
    <parameter name="InflowSecurity">
    <action>
    <items>Timestamp Encrypt</items>
    ...
    </action>
    </parameter>
    </service>

    REFERENCES

    [1] Standards Mapping - OWASP Top 10 2004 - (OWASP 2004) A10 Insecure Configuration Management

    [2] Standards Mapping - OWASP Top 10 2010 - (OWASP 2010) A6 Security Misconfiguration

    [3] Standards Mapping - FIPS200 - (FISMA) CM

    [4] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 345

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

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

    [7] Securing SOAP Messages with Rampart Apache Software Foundation


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

    97av