6.1
MEDIUM
CVE-2022-36007
Venice Partial Path Traversal Vulnerability
Description

Venice is a Clojure inspired sandboxed Lisp dialect with excellent Java interoperability. A partial path traversal issue exists within the functions `load-file` and `load-resource`. These functions can be limited to load files from a list of load paths. Assuming Venice has been configured with the load paths: `[ "/Users/foo/resources" ]` When passing **relative** paths to these two vulnerable functions everything is fine: `(load-resource "test.png")` => loads the file "/Users/foo/resources/test.png" `(load-resource "../resources-alt/test.png")` => rejected, outside the load path When passing **absolute** paths to these two vulnerable functions Venice may return files outside the configured load paths: `(load-resource "/Users/foo/resources/test.png")` => loads the file "/Users/foo/resources/test.png" `(load-resource "/Users/foo/resources-alt/test.png")` => loads the file "/Users/foo/resources-alt/test.png" !!! The latter call suffers from the _Partial Path Traversal_ vulnerability. This issue’s scope is limited to absolute paths whose name prefix matches a load path. E.g. for a load-path `"/Users/foo/resources"`, the actor can cause loading a resource also from `"/Users/foo/resources-alt"`, but not from `"/Users/foo/images"`. Versions of Venice before and including v1.10.17 are affected by this issue. Upgrade to Venice >= 1.10.18, if you are on a version < 1.10.18. There are currently no known workarounds.

INFO

Published Date :

Aug. 15, 2022, 11:21 a.m.

Last Modified :

Aug. 16, 2022, 5:02 p.m.

Remotely Exploitable :

No

Impact Score :

4.2

Exploitability Score :

1.8
Affected Products

The following products are affected by CVE-2022-36007 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Venice_project venice
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2022-36007.

URL Resource
https://github.com/jlangch/venice/commit/215ae91bb964013b0a2d70718a692832d561ae0a Patch Third Party Advisory
https://github.com/jlangch/venice/commit/c942c73136333bc493050910f171a48e6f575b23 Patch Third Party Advisory
https://github.com/jlangch/venice/releases/tag/v1.10.17 Release Notes Third Party Advisory
https://github.com/jlangch/venice/security/advisories/GHSA-4mmh-5vw7-rgvj Exploit Third Party Advisory

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2022-36007 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2022-36007 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by [email protected]

    May. 14, 2024

    Action Type Old Value New Value
  • Initial Analysis by [email protected]

    Aug. 16, 2022

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
    Changed Reference Type https://github.com/jlangch/venice/commit/215ae91bb964013b0a2d70718a692832d561ae0a No Types Assigned https://github.com/jlangch/venice/commit/215ae91bb964013b0a2d70718a692832d561ae0a Patch, Third Party Advisory
    Changed Reference Type https://github.com/jlangch/venice/commit/c942c73136333bc493050910f171a48e6f575b23 No Types Assigned https://github.com/jlangch/venice/commit/c942c73136333bc493050910f171a48e6f575b23 Patch, Third Party Advisory
    Changed Reference Type https://github.com/jlangch/venice/releases/tag/v1.10.17 No Types Assigned https://github.com/jlangch/venice/releases/tag/v1.10.17 Release Notes, Third Party Advisory
    Changed Reference Type https://github.com/jlangch/venice/security/advisories/GHSA-4mmh-5vw7-rgvj No Types Assigned https://github.com/jlangch/venice/security/advisories/GHSA-4mmh-5vw7-rgvj Exploit, Third Party Advisory
    Added CPE Configuration OR *cpe:2.3:a:venice_project:venice:*:*:*:*:*:*:*:* versions up to (excluding) 1.10.17
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2022-36007 is associated with the following CWEs:

Exploit Prediction

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.

0.05 }} 0.01%

score

0.17726

percentile

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability