6
CVE-2023-22443
- EPSS 0.05%
- Published 10.05.2023 14:15:28
- Last modified 21.11.2024 07:44:48
- Source secure@intel.com
- Teams watchlist Login
- Open Login
Integer overflow in some Intel(R) Server Board BMC firmware before version 2.90 may allow a privileged user to enable denial of service via local access.
Data is provided by the National Vulnerability Database (NVD)
Intel ≫ Server System D50tnp1mhcrlc Firmware Version < 2.90
Intel ≫ Server System D50tnp1mhcpac Firmware Version < 2.90
Intel ≫ Server System D50tnp2mhsvac Firmware Version < 2.90
Intel ≫ Server System D50tnp2mhstac Firmware Version < 2.90
Intel ≫ Server System D50tnp1mhcrac Firmware Version < 2.90
Intel ≫ Server System D50tnp2mfalac Firmware Version < 2.90
Intel ≫ Server System M50cyp1ur204 Firmware Version < 2.90
Intel ≫ Server System M50cyp1ur212 Firmware Version < 2.90
Intel ≫ Server System M50cyp2ur312 Firmware Version < 2.90
Intel ≫ Server System M50cyp2ur208 Firmware Version < 2.90
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.05% | 0.136 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
secure@intel.com | 6 | 1.5 | 4 |
CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/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.
CWE-680 Integer Overflow to Buffer Overflow
The product performs a calculation to determine how much memory to allocate, but an integer overflow can occur that causes less memory to be allocated than expected, leading to a buffer overflow.