Update README.md

This commit is contained in:
Mr5m1th 2017-11-24 19:04:20 +08:00 committed by GitHub
parent 724c9911df
commit eb21f3134e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
## sugarCRM反序列化漏洞(对象注入漏洞)绕过__wakeup
# sugarCRM反序列化漏洞(对象注入漏洞)绕过__wakeup
### * 影响版本 `SugarCRM <= 6.5.23 PHP5 < 5.6.25 PHP7 < 7.0.10`
### 影响版本 `SugarCRM <= 6.5.23 PHP5 < 5.6.25 PHP7 < 7.0.10`
### * 修复建议:
### 修复建议:
`include/utils.php sugar_unserialize函数正则匹配修正为 /[oc]:[^:]*\d+:/i··`