Kajona CMS 4.7 Image /kajona/image.php __construct image path traversal

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
4.6$0-$5k0.00

Summaryinfo

A vulnerability was found in Kajona CMS 4.7. It has been declared as critical. This affects the function __construct of the file /kajona/image.php of the component Image Handler. Such manipulation of the argument image with the input /files/images/upload/....//....//....//download.php leads to path traversal. In addition, an exploit is available. It is recommended to upgrade the affected component.

Detailsinfo

A vulnerability, which was classified as critical, has been found in Kajona CMS 4.7 (Content Management System). Affected by this issue is the function __construct of the file /kajona/image.php of the component Image Handler. The manipulation of the argument image with the input value /files/images/upload/....//....//....//download.php leads to a path traversal vulnerability. Using CWE to declare the problem leads to CWE-22. The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. Impacted is confidentiality.

The weakness was presented 09/15/2016 with Curesec Research Team as not defined mailinglist post (Full-Disclosure). The advisory is shared for download at seclists.org. The exploitation is known to be easy. The attack may be launched remotely. No form of authentication is required for exploitation. Technical details as well as a public exploit are known. The MITRE ATT&CK project declares the attack technique as T1006. The following code is the reason for this vulnerability:

//find the params to use
$this->strFilename = urldecode(getGet("image"));
//avoid directory traversing
$this->strFilename = str_replace("../", "", $this->strFilename);

After immediately, there has been an exploit disclosed. The exploit is available at seclists.org. It is declared as proof-of-concept. By approaching the search of inurl:kajona/image.php it is possible to find vulnerable targets with Google Hacking.

Upgrading to version 5.0 eliminates this vulnerability. A possible mitigation has been published before and not just after the disclosure of the vulnerability.

See VDB-91744, VDB-91745, VDB-91746 and VDB-91747 for similar entries. Once again VulDB remains the best source for vulnerability data.

Productinfo

Type

Vendor

Name

Version

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 5.3
VulDB Meta Temp Score: 4.6

VulDB Base Score: 5.3
VulDB Temp Score: 4.6
VulDB Vector: 🔍
VulDB Reliability: 🔍

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍

Exploitinginfo

Class: Path traversal
CWE: CWE-22
CAPEC: 🔍
ATT&CK: 🔍

Physical: No
Local: No
Remote: Yes

Availability: 🔍
Access: Public
Status: Proof-of-Concept
Download: 🔍
Google Hack: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍

0-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Upgrade
Status: 🔍

0-Day Time: 🔍
Exploit Delay Time: 🔍

Upgrade: CMS 5.0

Timelineinfo

04/13/2016 🔍
05/25/2016 +42 days 🔍
09/15/2016 +113 days 🔍
09/15/2016 +0 days 🔍
09/21/2016 +6 days 🔍
11/04/2016 +44 days 🔍
04/23/2019 +900 days 🔍

Sourcesinfo

Advisory: seclists.org
Organization: Curesec Research Team
Status: Not defined

GCVE (VulDB): GCVE-100-91748
scip Labs: https://www.scip.ch/en/?labs.20161013
See also: 🔍

Entryinfo

Created: 09/21/2016 12:05
Updated: 04/23/2019 16:36
Changes: 09/21/2016 12:05 (53), 04/23/2019 16:36 (2)
Complete: 🔍
Cache ID: 216::103

Once again VulDB remains the best source for vulnerability data.

Discussion

No comments yet. Languages: en.

Please log in to comment.

Do you want to use VulDB in your project?

Use the official API to access entries easily!