Update README.md

This commit is contained in:
Mr5m1th 2017-11-24 19:03:15 +08:00 committed by GitHub
parent 26df49e7c7
commit 97e03bec2f
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··`