Lucene search

K
githubGitHub Advisory DatabaseGHSA-JF2P-4GQJ-849G
HistoryNov 28, 2022 - 10:09 p.m.

Temporary File Information Disclosure vulnerability in MPXJ

2022-11-2822:09:09
CWE-200
CWE-668
GitHub Advisory Database
github.com
9
unix-like operating systems
file.createtempfile
permissions
mpxj
vulnerability
patches
java.io.tmpdir
workaround
schedule file
transient files
advisory
github.

3.3 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

0.0004 Low

EPSS

Percentile

5.1%

Impact

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 type of 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.

Patches

The problem has been patched, MPXJ version 10.14.1 and later includes the necessary changes.

Workarounds

Setting 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.

For more information

If you have any questions or comments about this advisory

Affected configurations

Vulners
Node
mpxjmpxjRange<10.14.1
OR
net.sf.mpxjRange<10.14.1
OR
net.sf.mpxjRange<10.14.1
OR
net.sf.mpxjRange<10.14.1
OR
net.sf.mpxj\Matchmpxj

3.3 Low

CVSS3

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

0.0004 Low

EPSS

Percentile

5.1%