Lucene search

K
githubGitHub Advisory DatabaseGHSA-6363-V5M4-FVQ3
HistoryApr 12, 2024 - 3:15 p.m.

timber/timber vulnerable to Deserialization of Untrusted Data

2024-04-1215:15:46
CWE-73
CWE-502
GitHub Advisory Database
github.com
16
timber
phar deserialization
remote code execution
untrusted data

CVSS3

8

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

AI Score

8

Confidence

High

EPSS

0

Percentile

9.0%

Summary

Timber is vulnerable to PHAR deserialization due to a lack of checking the input before passing it into the file_exists() function. If an attacker can upload files of any type to the server, he can pass in the phar:// protocol to unserialize the uploaded file and instantiate arbitrary PHP objects. This can lead to remote code execution especially when Timber is used with frameworks with documented POP chains like Wordpress/ vulnerable developer code.

Details

The vulnerability lies in the run function within the toJpg.php file. The two parameters passed into it are not checked or sanitized, hence an attacker could potentially inject malicious input leading to Deserialization of Untrusted Data, allowing for remote code execution:
image

PoC

Setup the following code in /var/www/html: vuln.php represents our use of Timber functions and phar-poc.php represents code with a vulnerable POP chain.
image
image
As an attacker, we generate our PHAR payload using the following exploit script:
image
Generate with:
image
then change extension file from .phar to valid extension as svg,jpg,…
image
and execute vuln.php with php vuln.php, you should see whoami being executed:
image
image

Impact

This vulnerability is capable of remote code execution if Timber is used with frameworks or developer code with vulnerable POP chains.

Recommended Fix

Filter the phar:// protocol.

Affected configurations

Vulners
Node
timbertimberRange0.16.61.23.1
OR
timbertimberMatch1.24.0
OR
timbertimberMatch2.0.0
VendorProductVersionCPE
timbertimber*cpe:2.3:a:timber:timber:*:*:*:*:*:*:*:*
timbertimber1.24.0cpe:2.3:a:timber:timber:1.24.0:*:*:*:*:*:*:*
timbertimber2.0.0cpe:2.3:a:timber:timber:2.0.0:*:*:*:*:*:*:*

CVSS3

8

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H

AI Score

8

Confidence

High

EPSS

0

Percentile

9.0%