The postman_download module uses the workspace name field from the Postman API to construct the local directory path without sanitization. If a malicious workspace has a name containing path traversal characters, pathlib resolves the path outside the intended output directory, allowing an attacker to write arbitrary files to the user's system.
{
"github_reviewed": true,
"github_reviewed_at": "2026-06-18T15:03:38Z",
"nvd_published_at": "2026-06-17T23:17:03Z",
"severity": "MODERATE",
"cwe_ids": [
"CWE-125",
"CWE-22",
"CWE-73"
]
}