ID CVE-2020-23653
Summary An insecure unserialize vulnerability was discovered in ThinkAdmin versions 4.x through 6.x in app/admin/controller/api/Update.php and app/wechat/controller/api/Push.php, which may lead to arbitrary remote code execution.
References
Vulnerable Configurations
  • cpe:2.3:a:ctolog:thinkadmin:4.0:*:*:*:*:*:*:*
    cpe:2.3:a:ctolog:thinkadmin:4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ctolog:thinkadmin:5.0:*:*:*:*:*:*:*
    cpe:2.3:a:ctolog:thinkadmin:5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:ctolog:thinkadmin:6.0:*:*:*:*:*:*:*
    cpe:2.3:a:ctolog:thinkadmin:6.0:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 19-01-2021 - 19:28)
Impact:
Exploitability:
CWE CWE-502
CAPEC
  • Object Injection
    An adversary attempts to exploit an application by injecting additional, malicious content during its processing of serialized objects. Developers leverage serialization in order to convert data or state into a static, binary format for saving to disk or transferring over a network. These objects are then deserialized when needed to recover the data/state. By injecting a malformed object into a vulnerable application, an adversary can potentially compromise the application by manipulating the deserialization process. This can result in a number of unwanted outcomes, including remote code execution.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
misc https://github.com/zoujingli/ThinkAdmin/issues/238
Last major update 19-01-2021 - 19:28
Published 13-01-2021 - 18:15
Last modified 19-01-2021 - 19:28
Back to Top