<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 Outbound Timestamp

    ABSTRACT

    若缺少時間戳,會導致 SOAP 消息遭受 replay 攻擊。

    EXPLANATION

    安全性時間戳可表明消息安全數據的“新鮮性”。如果攻擊者截取了一則消息,稍后將其轉發,則接收者能夠拒絕此 replay 攻擊,因為時間戳會指明該消息已過期。時間戳可包含有效期屬性,通過該屬性,可對安全語義的有效期設置一個硬限制。

    為避免攻擊者篡改時間戳,應對時間戳執行簽名。如果 SOAP 消息的時間戳未經簽名,則攻擊者可在接收者不知情的情況下截取該消息、修改時間戳,以及轉發該消息。在這種情況下,攻擊者會欺騙接收者接受惡意消息。

    下列 Apache Axis 2 Rampart 配置的 <items> 標簽中缺少 Timestamp 指令,因此該服務不會發送帶有時間戳的消息。


    <service>
    ...
    <parameter name="OutflowSecurity">
    <action>
    <items>Signature Encrypt</items>
    ...
    </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 254

    [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_outbound_timestamp

    97av