如果消息未經簽名,則無法保證其完整性。
消息中未經簽名的任何部分,都可能在接收者未察覺的情況下被截取和修改。沒有簽名,接收者就無法借助密碼驗證消息內容是否可信賴。
下列服務提供程序配置可讓 Axis 2 接受未經簽名的消息:
<service>
...
<parameter name="InflowSecurity">
<action>
<items>Timestamp Encrypt</items>
...
</action>
</parameter>
</service>
[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