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.— MITRE CWE catalog
3,599 active CVEs classified under this weakness category. Sourced from NVD, GHSA, and vendor advisories. Full definition on MITRE →
CVEs classified under CWE-190page 71 of 72
- CVE-2026-70638HIGHCVSS 7.8EG 7.82026-08-06
llama.cpp builds b1886 through b7445 contain an integer overflow vulnerability in the LLaMA-Android JNI wrapper where the new_1batch() function multiplies sizeof(llama_seq_id) by an attacker-controlled n_seq_max parameter without overflow …
- CVE-2026-71261HIGHCVSS 7.8EG 7.82026-08-05
dr_libs dr_wav.h (all versions through current master) contains an integer overflow in W64 CUE chunk metadata parsing. In drwav__metadata_process_chunk, a stage-1 capacity estimate truncates the 64-bit W64 chunk sizeInBytes to size_t befor…
- CVE-2026-71331HIGHCVSS 8.1EG 8.12026-08-11
Integer overflow or wraparound in Windows Device Health Attestation (DHA) allows an unauthorized attacker to execute code over a network.
- CVE-2026-71336HIGHCVSS 8.8EG 8.82026-09-08
Integer overflow or wraparound in Windows Work Folder Service allows an authorized attacker to execute code over a network.
- CVE-2026-71392MEDIUMCVSS 5.3EG 5.32026-08-10
GNU Emacs for Android is vulnerable to an integer overflow in the sfnt_read_cmap_format_12() function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit …
- CVE-2026-71393MEDIUMCVSS 5.3EG 5.32026-08-10
GNU Emacs for Android is vulnerable to an integer overflow in sfnt_read_name_table() in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets…
- CVE-2026-71479CRITICALCVSS 9.1EG 9.12026-08-17
New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to 1.0.0-rc.18, user-controlled image n, video seconds and duration, max_tokens, max_completion_tokens, maxOutputTokens, audio d…
- CVE-2026-7162HIGHCVSS 7.8EG 7.82026-07-13
Successful exploitation of the integer overflow vulnerability could allow an attacker to achieve system-level access to the affected software.
- CVE-2026-72852HIGHCVSS 7.8EG 7.82026-08-20
hank-ai/darknet sizes a convolutional layer's weight and output heap buffers by multiplying configuration fields taken from a .cfg file in unchecked 32-bit int arithmetic. In src-lib/convolutional_layer.cpp, l.nweights is computed as (c / …
- CVE-2026-72854MEDIUMCVSS 5.3EG 5.32026-08-20
msgpack_unpacker_expand_buffer in src/unpack.c, reached through the public msgpack_unpacker_reserve_buffer API, computes its new buffer size using an unchecked size_t addition of the requested size and the amount already used. The doubling…
- CVE-2026-72986HIGHCVSS 8.8EG 8.82026-09-08
Heap-based buffer overflow in Graphic Fonts allows an unauthorized attacker to execute code over a network.
- CVE-2026-72990HIGHCVSS 7.8EG 7.82026-09-08
Heap-based buffer overflow in Windows Biometric Service allows an authorized attacker to elevate privileges locally.
- CVE-2026-72995HIGHCVSS 7.8EG 7.82026-09-08
Heap-based buffer overflow in Windows Biometric Service allows an authorized attacker to elevate privileges locally.
- CVE-2026-73002HIGHCVSS 7.8EG 7.82026-09-08
Integer overflow or wraparound in Windows Biometric Service allows an authorized attacker to elevate privileges locally.
- CVE-2026-73074HIGHCVSS 7.1EG 7.12026-08-11
Vim is an open source, command line text editor. Prior to 9.2.0841, prop_add_one() in src/textprop.c uses the proplen value from get_text_props() to increment a uint16_t property count beyond 0xffff, wrapping the count to zero and copying …
- CVE-2026-73086HIGHCVSS 7.4EG 7.42026-08-11
nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoid(size) function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer, al…
- CVE-2026-73193CRITICALCVSS 9.8EG 9.82026-08-15
DBI versions before 1.652 for Perl allow a heap out-of-bounds write on 32-bit perl via an integer wraparound in the output buffer size computed by preparse. preparse reserves its output buffer with `newSV(strlen(statement) * 7 + 16)`, bud…
- CVE-2026-73558MEDIUMCVSS 5.3EG 5.32026-08-13
vLLM is an inference and serving engine for large language models. Prior to 0.27.0, an integer overflow in blockIdx.x * 2 * d in activation_kernels.cu can cause act_and_mul_kernel to consume another batched user's input, allowing a request…
- CVE-2026-73564HIGHCVSS 8.7EG 8.72026-08-13
frp is a fast reverse proxy. From 0.53.0 until 0.70.1, frp's optional SSH Tunnel Gateway in pkg/ssh/server.go parses an SSH exec channel request by adding 4 to an attacker-controlled four-byte big-endian length. A length of 0xFFFFFFFF make…
- CVE-2026-73645MEDIUMCVSS 6.6EG 6.62026-08-13
OpenZeppelin Confidential Contracts is an experimental library for developing applications on the Zama fhEVM. Prior to 0.3.1, the ERC7984 contract tracked confidential total supply with an euint64 value, and an overflowing internal _mint o…
- CVE-2026-74964CRITICALCVSS 9.8EG 9.82026-08-18
Integer overflow in the Graphics component. This vulnerability was fixed in Firefox 154, Firefox ESR 140.14, Firefox ESR 153.1, Thunderbird 154, Thunderbird 140.14, and Thunderbird 153.1.
- CVE-2026-74977HIGHCVSS 7.5EG 7.52026-08-18
Integer overflow in the Graphics component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.
- CVE-2026-75148MEDIUMCVSS 6.1EG 6.12026-08-19
cgltf through 1.15 contains an integer overflow vulnerability in the non-sparse accessor bounds check within cgltf_validate() that allows remote attackers to cause memory disclosure and denial of service by supplying crafted accessor count…
- CVE-2026-75538HIGHCVSS 8.2EG 8.22026-09-01
An attacker that connects to an open Erlang TCP port that uses the inet driver with {packet,4} mode can use a signed overflow in an incorrect packet length calculation to overflow the receive buffer into the VM allocator area and beyond up…
- CVE-2026-7568HIGHCVSS 7.5EG 7.52026-05-10
In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the metaphone() function in ext/standard/metaphone.c uses a signed int variable to track the current position within the input string. I…
- CVE-2026-75771HIGHCVSS 7.8EG 7.82026-09-08
Photoshop Desktop is 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 o…
- CVE-2026-75862HIGHCVSS 7.8EG 7.82026-09-08
Photoshop Desktop is 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 o…
- CVE-2026-75863HIGHCVSS 7.8EG 7.82026-09-08
Photoshop Desktop is 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 o…
- CVE-2026-7598HIGHCVSS 7.3EG 7.32026-05-01
A security vulnerability has been detected in libssh2 up to 1.11.1. The impacted element is the function userauth_password of the file src/userauth.c. Such manipulation of the argument username_len/password_len leads to integer overflow. T…
- CVE-2026-76149MEDIUMCVSS 4.4EG 4.42026-08-26
CorvusSKK contains an integer overflow vulnerability, which may allow malicious data to be written to a dictionary file.
- CVE-2026-77219HIGHCVSS 7.1EG 7.12026-08-21
GNU Emacs before 31.0.91 contains an integer overflow in the PBM/PPM/PGM image loader that allows an attacker to leak heap memory contents by supplying a crafted image with large dimensions and an elevated max color index. The image loader…
- CVE-2026-77408CRITICALCVSS 9.1EG 9.12026-09-16
RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, the writeShortstr function in write.go casts the byte length of AMQP shortstr property values to uint8 without first rejecting values longer than 255 bytes. An application tha…
- CVE-2026-77486HIGHCVSS 8.8EG 8.82026-09-08
Integer overflow or wraparound in SQL Server allows an unauthorized attacker to execute code over a network.
- CVE-2026-77896MEDIUMCVSS 6.5EG 6.52026-09-08
Integer overflow or wraparound in Remote Desktop Client allows an unauthorized attacker to deny service over a network.
- CVE-2026-7828MEDIUMCVSS 5.3EG 5.32026-07-01
UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path. In repeater/webgui/settings.c:336, the win_log() function allocates list nodes via malloc(sizeof(struct LIST) + strlen(line)), where line is d…
- CVE-2026-7838HIGHCVSS 8.8EG 8.82026-07-01
UltraVNC viewer through 1.8.2.2 contains an integer overflow leading to a heap buffer overflow in the RFB protocol failure-response parsing path. In vncviewer/ClientConnection.cpp, the 4-byte network-supplied reasonLen field (type CARD32) …
- CVE-2026-78465HIGHCVSS 7.0EG 7.02026-08-24
A flaw was found in the file-pcx plugin in GIMP, affecting 32-bit builds only. When processing a PCX image file, the plugin calculates memory allocation sizes based on the image dimensions and the number of color planes. If a crafted file …
- CVE-2026-78950HIGHCVSS 8.8EG 8.82026-08-25
Integer overflow in WebRTC in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: Low)
- CVE-2026-79215HIGHCVSS 8.8EG 8.82026-08-25
Integer overflow in WebGL in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Medium)
- CVE-2026-79223HIGHCVSS 8.8EG 8.82026-08-25
Integer overflow in Chromium in Google Chrome prior to 152.0.7977.65 allowed a remote attacker to read memory inside the sandbox via a crafted file. (Chromium security severity: Low)
- CVE-2026-79292HIGHCVSS 8.3EG 8.32026-08-25
Integer overflow in Chromecast in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security…
- CVE-2026-79902MEDIUMCVSS 5.5EG 5.52026-08-26
A flaw was found in the Seattle FilmWorks plugin in GIMP. When processing a specially crafted SFW image file, the plugin allocates a Variable-Length Array (VLA) on the stack without integer overflow checks, causing an unbounded stack alloc…
- CVE-2026-81666MEDIUMCVSS 6.5EG 6.52026-09-04
An integer overflow was found in Corosync's handling of membership commit token messages. The length-validation check for these messages can be bypassed on 32-bit systems due to an integer overflow in the calculation of the expected messag…
- CVE-2026-81949HIGHCVSS 7.8EG 7.82026-09-08
Integer overflow or wraparound in Microsoft Office Excel allows an unauthorized attacker to execute code locally.
- CVE-2026-81959HIGHCVSS 7.8EG 7.82026-09-08
Heap-based buffer overflow in Microsoft Office Excel allows an unauthorized attacker to execute code locally.
- CVE-2026-81987HIGHCVSS 7.8EG 7.82026-09-08
Acrobat Reader is 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…
- CVE-2026-82007HIGHCVSS 7.8EG 7.82026-09-08
Photoshop Desktop is 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 o…
- CVE-2026-82076MEDIUMCVSS 6.5EG 6.52026-09-08
An integer overflow in the query planning component of MongoDB Server can allow an authenticated user with ordinary database-level read/write privileges to bypass an internal resource limit. Submitting a specially crafted query causes the …
- CVE-2026-82737MEDIUMCVSS 5.9EG 5.92026-09-01
Integer Overflow or Wraparound vulnerability in ash-project ash lets an attacker corrupt a stored vector and crash later reads of it by submitting a vector with more than 65,535 elements. Ash.Vector.new/1 (lib/ash/vector.ex) encodes a vec…
- CVE-2026-82908HIGHCVSS 8.8EG 8.82026-08-31
A vulnerability was found in MSI Dragon Center up to 2.0.155.0. Affected by this vulnerability is the function MmioWritePath in the library NTIOLib_X64.sys of the component MMIO Write Path Handler. Performing a manipulation of the argument…
Map vulnerabilities like CWE-190 to your infrastructure
EchelonGraph correlates every CVE — across CWE-190 and 150+ other weakness categories — against the assets you actually run. See blast radius, fix versions, and remediation steps in one graph.
Start Free Scan →