ID CVE-2015-1200
Summary Race condition in pxz 4.999.99 Beta 3 uses weak file permissions for the output file when compressing a file before changing the permission to match the original file, which allows local users to bypass the intended access restrictions.
References
Vulnerable Configurations
  • cpe:2.3:a:pxz_project:pxz:4.999.99:beta3:*:*:*:*:*:*
    cpe:2.3:a:pxz_project:pxz:4.999.99:beta3:*:*:*:*:*:*
CVSS
Base: 2.1 (as of 08-09-2017 - 01:29)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
LOCAL LOW NONE
Impact
ConfidentialityIntegrityAvailability
NONE PARTIAL NONE
cvss-vector via4 AV:L/AC:L/Au:N/C:N/I:P/A:N
refmap via4
bid 72101
fedora
  • FEDORA-2020-07fcbfddbd
  • FEDORA-2020-8b89d5b9eb
  • FEDORA-2020-c9eb911737
mlist [oss-security] 20150118 Re: CVE Request: pxz -- race condition in setting permissions
xf pxz-cve20151200-sec-bypass(100207)
Last major update 08-09-2017 - 01:29
Published 23-01-2015 - 15:59
Last modified 08-09-2017 - 01:29
Back to Top