ID CVE-2021-44847
Summary A stack-based buffer overflow in handle_request function in DHT.c in toxcore 0.1.9 through 0.1.11 and 0.2.0 through 0.2.12 (caused by an improper length calculation during the handling of received network packets) allows remote attackers to crash the process or potentially execute arbitrary code via a network packet.
References
Vulnerable Configurations
  • cpe:2.3:a:toktok:toxcore:0.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.2:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.2:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.3:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.3:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.7:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.9:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.9:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.10:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.10:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.11:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.11:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.2.12:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.2.12:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.1.9:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.1.10:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.1.10:*:*:*:*:*:*:*
  • cpe:2.3:a:toktok:toxcore:0.1.11:*:*:*:*:*:*:*
    cpe:2.3:a:toktok:toxcore:0.1.11:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 08-08-2023 - 14:21)
Impact:
Exploitability:
CWE CWE-682
CAPEC
  • Integer Attacks
    An attacker takes advantage of the structure of integer variables to cause these variables to assume values that are not expected by an application. For example, adding one to the largest positive integer in a signed integer variable results in a negative number. Negative numbers may be illegal in an application and the application may prevent an attacker from providing them directly, but the application may not consider that adding two positive numbers can create a negative number do to the structure of integer storage formats.
  • Pointer Manipulation
    This attack pattern involves an adversary manipulating a pointer within a target application resulting in the application accessing an unintended memory location. This can result in the crashing of the application or, for certain pointer values, access to data that would not normally be possible or the execution of arbitrary code. Since pointers are simply integer variables, Integer Attacks may often be used in Pointer Attacks.
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
Last major update 08-08-2023 - 14:21
Published 13-12-2021 - 01:15
Last modified 08-08-2023 - 14:21
Back to Top