GHSA-jh85-wwv9-24hv

Suggest an improvement
Source
https://github.com/advisories/GHSA-jh85-wwv9-24hv
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/05/GHSA-jh85-wwv9-24hv/GHSA-jh85-wwv9-24hv.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-jh85-wwv9-24hv
Aliases
Related
Published
2023-05-15T20:50:23Z
Modified
2025-02-21T05:42:27.925721Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Any file can be included with the pymdown-snippets extension
Details

Summary

Arbitrary file read when using include file syntax.

Details

By using the syntax --8<--"/etc/passwd" or --8<--"/proc/self/environ" the content of these files will be rendered in the generated documentation. Additionally, a path relative to a specified, allowed base path can also be used to render the content of a file outside the specified base paths: --8<-- "../../../../etc/passwd".

Within the Snippets extension, there exists a base_path option but the implementation is vulnerable to Directory Traversal. The vulnerable section exists in get_snippet_path(self, path) lines 155 to 174 in snippets.py.

base = "docs"
path = "/etc/passwd"
filename = os.path.join(base,path) # Filename is now /etc/passwd

PoC

import markdown

payload = "--8<-- \"/etc/passwd\""
html = markdown.markdown(payload, extensions=['pymdownx.snippets'])

print(html)

Impact

Any readable file on the host where the plugin is executing may have its content exposed. This can impact any use of Snippets that exposes the use of Snippets to external users.

It is never recommended to use Snippets to process user-facing, dynamic content. It is designed to process known content on the backend under the control of the host, but if someone were to accidentally enable it for user-facing content, undesired information could be exposed.

Suggestion

Specified snippets should be restricted to the configured, specified base paths as a safe default. Allowing relative or absolute paths that escape the specified base paths would need to be behind a feature switch that must be opt-in and would be at the developer's own risk.

Database specific
{
    "nvd_published_at": "2023-05-15T21:15:09Z",
    "cwe_ids": [
        "CWE-22"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2023-05-15T20:50:23Z"
}
References

Affected packages

PyPI / pymdown-extensions

Package

Name
pymdown-extensions
View open source insights on deps.dev
Purl
pkg:pypi/pymdown-extensions

Affected ranges

Type
ECOSYSTEM
Events
Introduced
1.5
Fixed
10.0

Affected versions

1.*

1.5
1.6
1.6.1
1.7
1.8

2.*

2.0

3.*

3.0
3.1
3.2
3.2.1
3.3
3.4
3.5

4.*

4.0
4.1
4.2
4.3
4.4
4.5
4.5.1
4.6
4.7
4.8
4.9
4.9.1
4.9.2
4.10
4.10.1
4.10.2
4.11
4.12

5.*

5.0

6.*

6.0
6.1
6.2
6.2.1
6.3

7.*

7.0b1
7.0b2
7.0rc1
7.0rc2
7.0
7.1

8.*

8.0
8.0.1
8.1
8.1.1
8.2

9.*

9.0.dev0
9.0
9.1
9.2
9.3
9.4
9.5
9.6
9.7
9.8
9.9
9.9.1
9.9.2
9.10a1
9.10a2
9.10a3
9.10b1
9.10b2
9.10b3
9.10b4
9.10b5
9.10
9.11