7.8
CVE-2021-27504
- EPSS 0.12%
- Published 21.11.2023 18:15:07
- Last modified 21.11.2024 05:58:07
- Source ics-cert@hq.dhs.gov
- Teams watchlist Login
- Open Login
Texas Instruments devices running FREERTOS, malloc returns a valid pointer to a small buffer on extremely large values, which can trigger an integer overflow vulnerability in 'malloc' for FreeRTOS, resulting in code execution.
Data is provided by the National Vulnerability Database (NVD)
Ti ≫ Simplelink Cc13xx Software Development Kit Version < 4.40.00
Ti ≫ Simplelink Cc26xx Software Development Kit Version < 4.40.00
Ti ≫ Simplelink Cc32xx Software Development Kit Version < 4.10.03
Ti ≫ Simplelink Msp432e401y Version-
Ti ≫ Simplelink Msp432e411y Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.12% | 0.286 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
ics-cert@hq.dhs.gov | 7.4 | 1.4 | 5.9 |
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-190 Integer Overflow or Wraparound
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.