ID CVE-2017-14630
Summary In sam2p 0.49.3, an integer overflow exists in the pcxLoadImage24 function of the file in_pcx.cpp, leading to an invalid write operation.
References
Vulnerable Configurations
  • cpe:2.3:a:sam2p_project:sam2p:0.49.3:*:*:*:*:*:*:*
    cpe:2.3:a:sam2p_project:sam2p:0.49.3:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 27-09-2017 - 17:19)
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 LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
misc https://github.com/pts/sam2p/issues/14
Last major update 27-09-2017 - 17:19
Published 21-09-2017 - 07:29
Last modified 27-09-2017 - 17:19
Back to Top