PyPi: Mpxj

CVE-2022-41954

Safety vulnerability ID: 54593

This vulnerability was reviewed by experts

The information on this page was manually curated by our Cybersecurity Intelligence Team.

Created at Nov 25, 2022 Updated at Nov 06, 2024
Scan your Python projects for vulnerabilities →

Advisory

MPXJ 10.14.1 includes a fix for CVE-2022-41954: On Unix-like operating systems (not Windows or macos), MPXJ's use of 'File.createTempFile(..)' results in temporary files being created with the permissions '-rw-r--r--'. This means that any other user on the system can read the contents of this file. When MPXJ is reading a schedule file which requires the creation of a temporary file or directory, a knowledgeable local user could locate these transient files while they are in use and would then be able to read the schedule being processed by MPXJ. Users unable to upgrade may set 'java.io.tmpdir' to a directory to which only the user running the application has access will prevent other users from accessing these temporary files.
https://github.com/joniles/mpxj/security/advisories/GHSA-jf2p-4gqj-849g

Affected package

mpxj

Latest version: 13.6.0

Python wrapper for the MPXJ Java library for manipulating project files

Affected versions

Fixed versions

Vulnerability changelog

This vulnerability has no description

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

LOW 3.3

CVSS v3 Details

LOW 3.3
Attack Vector (AV)
LOCAL
Attack Complexity (AC)
LOW
Privileges Required (PR)
LOW
User Interaction (UI)
NONE
Scope (S)
UNCHANGED
Confidentiality Impact (C)
LOW
Integrity Impact (I)
NONE
Availability Availability (A)
NONE