ID CVE-2021-29945
Summary The WebAssembly JIT could miscalculate the size of a return type, which could lead to a null read and result in a crash. *Note: This issue only affected x86-32 platforms. Other platforms are unaffected.*. This vulnerability affects Firefox ESR < 78.10, Thunderbird < 78.10, and Firefox < 88.
References
Vulnerable Configurations
  • cpe:2.3:a:mozilla:firefox:60.0:*:*:*:*:*:x86:*
    cpe:2.3:a:mozilla:firefox:60.0:*:*:*:*:*:x86:*
  • cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:x86:*
    cpe:2.3:a:mozilla:firefox_esr:*:*:*:*:*:*:x86:*
  • cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:x86:*
    cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:x86:*
CVSS
Base: 4.3 (as of 30-06-2021 - 19:01)
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 MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:N/A:P
Last major update 30-06-2021 - 19:01
Published 24-06-2021 - 14:15
Last modified 30-06-2021 - 19:01
Back to Top