This vulnerability is trending on Twitter; this may indicate a growing threat.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Creation of Temporary File in Directory with Insecure Permissions vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
@mariozechner/pi-coding-agent is a Coding agent CLI with read, bash, edit, write tools and session management
Affected versions of this package are vulnerable to Creation of Temporary File in Directory with Insecure Permissions in the process handling temporary extension package installs via npm or git sources, which used predictable paths under the operating system's temporary directory. An attacker can execute arbitrary code as another user by pre-creating a malicious extension package at the expected location before the victim runs the process with a temporary extension package source. This is only exploitable if the system is a shared Linux host with a world-writable temporary directory and a victim user runs the process with a temporary npm or git extension package source that maps to the attacker-prepared location.
This vulnerability can be mitigated by avoiding the use of --extension or -e with npm or git package sources on shared Linux systems, and by configuring the process temporary directory environment to point to a directory owned by the invoking user with 0700 permissions before starting the process.