Vulnerability Details : CVE-2022-41954
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.
Vulnerability category: Information leak
Products affected by CVE-2022-41954
- cpe:2.3:a:mpxj:mpxj:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-41954
0.04%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 6 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-41954
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
3.3
|
LOW | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
1.8
|
1.4
|
NIST | |
3.3
|
LOW | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
1.8
|
1.4
|
GitHub, Inc. | |
3.3
|
LOW | AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N |
N/A
|
N/A
|
Oracle:CPUOct2023 |
CWE ids for CVE-2022-41954
-
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.Assigned by: security-advisories@github.com (Primary)
-
Creating and using insecure temporary files can leave application and system data vulnerable to attack.Assigned by: security-advisories@github.com (Primary)
-
The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.Assigned by: nvd@nist.gov (Secondary)
References for CVE-2022-41954
-
https://github.com/joniles/mpxj/commit/ae0af24345d79ad45705265d9927fe55e94a5721
vuln-fix: Temporary File Information Disclosure · joniles/mpxj@ae0af24 · GitHub
-
https://github.com/joniles/mpxj/security/advisories/GHSA-jf2p-4gqj-849g
Temporary File Information Disclosure Vulnerability · Advisory · joniles/mpxj · GitHubThird Party Advisory
-
https://github.com/joniles/mpxj/commit/287ad0234213c52b0638565e14bd9cf3ed44cedd
Merge branch 'master' into temp_file_permissions · joniles/mpxj@287ad02 · GitHubPatch;Third Party Advisory
Jump to