← Back
CWE-190

3,314 CVEs • Abstraction: Base • Likelihood of Exploit: Medium

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.

JSON object

Loading...

CVEs (3,314)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Reolink
1Rlc 410w Firmware
Jun 17, 2026
Jan 28, 2022
N/A· v4
7.5 HIGH· v3
7.8 HIGH· v2
A denial of service vulnerability exists in the netserver recv_command functionality of reolink RLC-410W v3.0.0.136_20121102. A specially-crafted network request can lead to a reboot. An attacker can send a malicious pac...Show more
A denial of service vulnerability exists in the netserver recv_command functionality of reolink RLC-410W v3.0.0.136_20121102. A specially-crafted network request can lead to a reboot. An attacker can send a malicious packet to trigger this vulnerability.Show less
1Solanalabs
1Rbpf
Jun 17, 2026
Jan 27, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
From version 0.2.14 to 0.2.16 for Solana rBPF, function "relocate" in the file src/elf.rs has an integer overflow bug because the sym.st_value is read directly from ELF file without checking. If the sym.st_value is rathe...Show more
From version 0.2.14 to 0.2.16 for Solana rBPF, function "relocate" in the file src/elf.rs has an integer overflow bug because the sym.st_value is read directly from ELF file without checking. If the sym.st_value is rather large, an integer overflow is triggered while calculating the variable "addr" via "addr = (sym.st_value + refd_pa) as u64";Show less
6Debian
FedoraprojectLibexpat Project+3 more
6Communications Metasolv Solution
Debian LinuxFedora+3 more
Jun 17, 2026
Jan 26, 2022
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Expat (aka libexpat) before 2.4.4 has an integer overflow in the doProlog function.
6Debian
Libexpat ProjectNetapp+3 more
7Clustered Data Ontap
Communications Metasolv SolutionDebian Linux+4 more
Jun 17, 2026
Jan 24, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Expat (aka libexpat) before 2.4.4 has a signed integer overflow in XML_GetBuffer, for configurations with a nonzero XML_CONTEXT_BYTES.
1Mediatek
1Linkit Software Development Kit
Jun 17, 2026
Jan 24, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In MediaTek LinkIt SDK before 4.6.1, there is a possible memory corruption due to an integer overflow during mishandled memory allocation by pvPortCalloc and pvPortRealloc.
1Micrium
1Uc/lib
Jun 17, 2026
Jan 24, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
An issue was discovered in lib_mem.c in Micrium uC/OS uC/LIB 1.38.x and 1.39.00. The following memory allocation functions do not check for integer overflow when allocating a pool whose size exceeds the address space: Me...Show more
An issue was discovered in lib_mem.c in Micrium uC/OS uC/LIB 1.38.x and 1.39.00. The following memory allocation functions do not check for integer overflow when allocating a pool whose size exceeds the address space: Mem_PoolCreate, Mem_DynPoolCreate, and Mem_DynPoolCreateHW. Because these functions use multiplication to calculate the pool sizes, the operation may cause an integer overflow if the arguments are large enough. The resulting memory pool will be smaller than expected and may be exploited by an attacker.Show less
1Allwinnertech
1Android Q Sdk
Jun 17, 2026
Jan 19, 2022
N/A· v4
7.5 HIGH· v3
7.8 HIGH· v2
There is an integer overflow in the ION driver "/dev/ion" of Allwinner R818 SoC Android Q SDK V1.0 that could use the ioctl cmd "COMPAT_ION_IOC_SUNXI_FLUSH_RANGE" to cause a system crash (denial of service).
1Adobe
4Acrobat
Acrobat DcAcrobat Reader+1 more
Jun 17, 2026
Jan 14, 2022
N/A· v4
7.8 HIGH· v3
9.3 HIGH· v2
Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Integer Overflow or Wraparound vulnerability that could result in arbitrary code executio...Show more
Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by an Integer Overflow or Wraparound vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.Show less
1Qualcomm
134Apq8009 Firmware
Apq8017 FirmwareApq8064au Firmware+131 more
Jun 17, 2026
Jan 13, 2022
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
Possible integer overflow due to improper validation of command length parameters while processing WMI command in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity...Show more
Possible integer overflow due to improper validation of command length parameters while processing WMI command in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & MusicShow less
2Fedoraproject
Pypa
2Fedora
Pipenv
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.6 HIGH· v3
9.3 HIGH· v2
pipenv is a Python development workflow tool. Starting with version 2018.10.9 and prior to version 2022.1.8, a flaw in pipenv's parsing of requirements files allows an attacker to insert a specially crafted string inside...Show more
pipenv is a Python development workflow tool. Starting with version 2018.10.9 and prior to version 2022.1.8, a flaw in pipenv's parsing of requirements files allows an attacker to insert a specially crafted string inside a comment anywhere within a requirements.txt file, which will cause victims who use pipenv to install the requirements file to download dependencies from a package index server controlled by the attacker. By embedding malicious code in packages served from their malicious index server, the attacker can trigger arbitrary remote code execution (RCE) on the victims' systems. If an attacker is able to hide a malicious `--index-url` option in a requirements file that a victim installs with pipenv, the attacker can embed arbitrary malicious code in packages served from their malicious index server that will be executed on the victim's host during installation (remote code execution/RCE). When pip installs from a source distribution, any code in the setup.py is executed by the install process. This issue is patched in version 2022.1.8. The GitHub Security Advisory contains more information about this vulnerability.Show less
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
storeAtts in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
nextScaffoldPart in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
8.8 HIGH· v3
6.8 MEDIUM· v2
lookup in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
defineAttribute in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
build_model in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
4Debian
Libexpat ProjectSiemens+1 more
4Debian Linux
LibexpatNessus+1 more
Jun 17, 2026
Jan 10, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
addBinding in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.
1Huawei
2Emui
Magic Ui
Jun 17, 2026
Jan 10, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
There is an Integer overflow vulnerability with ACPU in smartphones. Successful exploitation of this vulnerability may cause out-of-bounds access.
4Libexpat Project
NetappSiemens+1 more
8Active Iq Unified Manager
Clustered Data OntapHci Baseboard Management Controller+5 more
Jun 17, 2026
Jan 6, 2022
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
In doProlog in xmlparse.c in Expat (aka libexpat) before 2.4.3, an integer overflow exists for m_groupSize.
1Google
1Android
Jun 17, 2026
Jan 4, 2022
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
In mdp driver, there is a possible memory corruption due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploit...Show more
In mdp driver, there is a possible memory corruption due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS05836478; Issue ID: ALPS05836478.Show less
1Qualcomm
127Ar8031 Firmware
Ar8035 FirmwareCsr8811 Firmware+124 more
Jun 17, 2026
Jan 3, 2022
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
Possible integer overflow in page alignment interface due to lack of address and size validation before alignment in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Indus...Show more
Possible integer overflow in page alignment interface due to lack of address and size validation before alignment in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Voice & Music, Snapdragon Wired Infrastructure and NetworkingShow less