Executive Summary

Informations
Name CVE-2022-41954 First vendor Publication 2022-11-25
Vendor Cve Last vendor Modification 2023-09-07

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Overall CVSS Score 3.3
Base Score 3.3 Environmental Score 3.3
impact SubScore 1.4 Temporal Score 3.3
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact Low
Integrity Impact None Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

MPXJ is an open source library to read and write project plans from a variety of file formats and databases. 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. The problem has been patched, MPXJ version 10.14.1 and later includes the necessary changes. 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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41954

CWE : Common Weakness Enumeration

% Id Name
50 % CWE-377 Insecure Temporary File
50 % CWE-200 Information Exposure

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1

Sources (Detail)

Source Url
CONFIRM https://github.com/joniles/mpxj/security/advisories/GHSA-jf2p-4gqj-849g
MISC https://github.com/joniles/mpxj/commit/ae0af24345d79ad45705265d9927fe55e94a5721

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
Date Informations
2023-09-07 21:28:06
  • Multiple Updates
2023-07-06 17:28:52
  • Multiple Updates
2022-12-01 21:27:14
  • Multiple Updates
2022-11-26 13:10:34
  • Multiple Updates
2022-11-26 00:27:13
  • First insertion