ID CVE-2019-14295
Summary An Integer overflow in the getElfSections function in p_vmlinx.cpp in UPX 3.95 allows remote attackers to cause a denial of service (crash) via a skewed offset larger than the size of the PE section in a UPX packed executable, which triggers an allocation of excessive memory.
References
Vulnerable Configurations
  • cpe:2.3:a:upx_project:upx:3.95:*:*:*:*:*:*:*
    cpe:2.3:a:upx_project:upx:3.95:*:*:*:*:*:*:*
CVSS
Base: 4.3 (as of 11-08-2019 - 03:15)
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:N/A:P
refmap via4
fedora
  • FEDORA-2019-9a0f02c8c8
  • FEDORA-2019-bf4633142b
misc https://github.com/upx/upx/issues/286
Last major update 11-08-2019 - 03:15
Published 27-07-2019 - 19:15
Last modified 11-08-2019 - 03:15
Back to Top