ID CVE-2019-10879
Summary In Teeworlds 0.7.2, there is an integer overflow in CDataFileReader::Open() in engine/shared/datafile.cpp that can lead to a buffer overflow and possibly remote code execution, because size-related multiplications are mishandled.
References
Vulnerable Configurations
  • cpe:2.3:a:teeworlds:teeworlds:0.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:teeworlds:teeworlds:0.7.2:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 07-05-2019 - 19:29)
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
fedora FEDORA-2019-d29e04fa11
misc https://github.com/teeworlds/teeworlds/issues/2070
suse
  • openSUSE-SU-2019:1793
  • openSUSE-SU-2019:1999
Last major update 07-05-2019 - 19:29
Published 05-04-2019 - 05:29
Last modified 07-05-2019 - 19:29
Back to Top