| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 4.6 | $0-$5k | 0.00 |
Summary
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.
Details
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.
Product
Type
Vendor
Name
Version
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 5.3VulDB Meta Temp Score: 4.6
VulDB Base Score: 5.3
VulDB Temp Score: 4.6
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
Exploiting
Class: Path traversalCWE: 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-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Upgrade: CMS 5.0
Timeline
04/13/2016 🔍05/25/2016 🔍
09/15/2016 🔍
09/15/2016 🔍
09/21/2016 🔍
11/04/2016 🔍
04/23/2019 🔍
Sources
Advisory: seclists.orgOrganization: Curesec Research Team
Status: Not defined
GCVE (VulDB): GCVE-100-91748
scip Labs: https://www.scip.ch/en/?labs.20161013
See also: 🔍
Entry
Created: 09/21/2016 12:05Updated: 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.
No comments yet. Languages: en.
Please log in to comment.