Lucene search
K

QCubed 3.1.1 PHP Object Injection

🗓️ 12 Mar 2021 00:00:00Reported by Wolfgang HotwagnerType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 313 Views

QCubed 3.1.1 PHP Object Injection vulnerability allows unauthenticated remote code executio

Related
Code
ReporterTitlePublishedViews
Family
0day.today
QCubed 3.1.1 PHP Object Injection Vulnerability
13 Mar 202100:00
zdt
Circl
CVE-2020-24914
4 Mar 202116:46
circl
CNNVD
Matthias Van Woensel qcubed 安全漏洞
4 Mar 202100:00
cnnvd
Check Point Advisories
Qcubed Remote Code Execution (CVE-2020-24914)
28 Apr 202100:00
checkpoint_advisories
CVE
CVE-2020-24914
4 Mar 202112:33
cve
Cvelist
CVE-2020-24914
4 Mar 202112:33
cvelist
Github Security Blog
qcubed PHP object injection
24 May 202217:43
github
NVD
CVE-2020-24914
4 Mar 202113:15
nvd
OSV
CVE-2020-24914
4 Mar 202113:15
osv
OSV
GHSA-7W3C-JGH7-CWJW qcubed PHP object injection
24 May 202217:43
osv
Rows per page
`QCubed PHP Object Injection  
===========================  
  
| Identifier: | AIT-SA-20210215-01 |  
| Target: | QCubed Framework |  
| Vendor: | QCubed |  
| Version: | all versions including 3.1.1 |  
| CVE: | CVE-2020-24914 |  
| Accessibility: | Remote |  
| Severity: | Critical |  
| Author: | Wolfgang Hotwagner (AIT Austrian Institute of Technology) |  
  
SUMMARY  
=======  
QCubed is a PHP Model-View-Controller Rappid Application Development framework. (https://github.com/qcubed/qcubed)  
  
VULNERABILITY DESCRIPTION  
=========================  
A PHP object injection bug in profile.php in qcubed (all versions including 3.1.1) unserializes the untrusted data of the POST-variable "strProfileData" and allows an unauthenticated attacker to execute code via a crafted POST request.  
  
qcubed/assets/php/profile.php:  
<?php   
require_once('./qcubed.inc.php');  
  
//Exit gracefully if called directly or profiling data is missing.  
if ( !isset($_POST['intDatabaseIndex']) && !isset($_POST['strProfileData']) && !isset($_POST['strReferrer']) )  
exit('Nothing to profile. No Database Profiling data recived.');  
  
if ( !isset($_POST['intDatabaseIndex']) || !isset($_POST['strProfileData']) || !isset($_POST['strReferrer']) )  
throw new Exception('Database Profiling data appears to have been corrupted.');  
  
$intDatabaseIndex = intval($_POST['intDatabaseIndex']);  
$strReferrer = QApplication::HtmlEntities($_POST['strReferrer']);  
  
$objProfileArray = unserialize(base64_decode($_POST['strProfileData'])); //<-VULNERABLE CODE  
$objProfileArray = QType::Cast($objProfileArray, QType::ArrayType);  
  
  
VULNERABLE VERSIONS  
===================  
All versions including 3.1.1 are affected.  
  
  
TESTED VERSIONS  
===============  
QCubed 3.1.1  
  
IMPACT  
======  
An unauthenticated attacker could execute code remotely.  
  
MITIGATION  
==========  
A patch was delivered by QCubed that allows to disable the profile-functionality.  
  
VENDOR CONTACT TIMELINE  
=======================   
  
| 2020-04-19 | Contacting the vendor |  
| 2020-04-19 | Vendor replied |  
| 2020-05-01 | Vendor released a patch at Github |  
| 2021-02-15 | Public disclosure |  
  
ADVISORY URL  
============  
  
[https://www.ait.ac.at/ait-sa-20210215-01-unauthenticated-remote-code-execution-qcubed](https://www.ait.ac.at/ait-sa-20210215-01-unauthenticated-remote-code-execution-qcubed)   
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation