Lucene search
+L

51 matches found

NVD
NVD
added 2026/08/16 2:16 p.m.12 views

CVE-2026-73060

Scriban versions from 3.0.0 through 7.2.5 contain a denial of service vulnerability in the ScriptRange.Multiply operator that bypasses LoopLimit when the left operand is a lazy sequence. Attackers can supply templates with array multiplication on lazy sequences to execute billions of uncharged...

8.7CVSS0.00373EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability in LCMS2

In Little CMS lcms2 version 2.18, there is an integer overflow in the CubeSize function in cmslut.c, as the overflow check is performed after the multiplication operation...

7.5CVSS5.8AI score0.00365EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

UBUNTU-CVE-2026-64313

In the Linux kernel, the following vulnerability has been resolved: crypto: ecc - Fix carry overflow in vli multiplication The carry flag calculation fails when r01.mhigh is saturated 0xFFFFFFFFFFFFFFFF and addition of lower bits overflows. The condition r01.mhigh product.mhigh doesn't handle the...

8.8CVSS5.8AI score0.00345EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/14 9:41 p.m.9 views

JLSEC-2026-709

wolfSSL 5.8.4 on RISC-V RV32I architectures lacks a constant-time software implementation for 64-bit multiplication. The compiler-inserted muldi3 subroutine executes in variable time based on operand values. This affects multiple SP math functions sp256mul9, sp256sqr9, etc., leading to a timing...

5.9CVSS5.8AI score0.00265EPSS
SaveExploits0References1
PyPA
PyPA
added 2026/07/13 2:36 p.m.21 views

OpenEXR: DWA Lossy Decoder Heap Out-of-Bounds Write

SummaryThe DWA lossy decoder constructs temporary per-component block pointers using signed 32-bit arithmetic. For a large enough width, the calculation overflows and later decoder stores operate on a wrapped pointer outside the allocated rowBlock backing store.This bug is reachable from the publ...

8.8CVSS6.2AI score0.00419EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/07/06 8:16 p.m.7 views

DEBIAN-CVE-2026-59089

A flaw was found in GIMP. The PlayStation TIM loader, responsible for handling PlayStation image files, incorrectly calculates the size of the Color Look-Up Table CLUT due to an integer overflow. This occurs when multiplying numcolors and numcluts, both 16-bit unsigned short integers, resulting i...

5.5CVSS6AI score0.00247EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/02 8:45 p.m.20 views

GHSA-66M8-C62J-H6V5 jxl-oxide: `FrameBuffer::new` creates out-of-bounds slices on overflow

Summary jxl-oxide exposes a public safe API that can construct an undersized FrameBuffer due to unchecked usize multiplication, which immediately trigger panic while initializing the buffer in normal decoding path. Additionally, calling the safe grouped buffer accessors afterward can create inval...

6.2CVSS6AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/26 9:01 p.m.20 views

Scriban: array * int (ScriptArray<T>.TryEvaluate) bypasses LoopLimit — incomplete fix for GHSA-c875-h985-hvrc, missed sibling of GHSA-24c8-4792-22hx

Summary The array multiplication operator array integer in Scriban allocates a result whose size is the product of the attacker-controlled integer and the array length, with no LoopLimit / LimitToString check and no overflow-safe arithmetic. A 40-byte template forces a multi-gigabyte allocation,...

5.8AI score
SaveExploits0References2Affected Software2
RedHat Linux
RedHat Linux
added 2026/06/22 3:00 a.m.11 views

poppler: Integer overflow in Poppler SplashOutputDev::tilingPatternFill leads to heap buffer overflow via unchecked dimension multiplication

A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the tilingPatternFill function. This overflow leads to an undersized heap memory allocation, allowing a subsequent...

7.8CVSS6.1AI score0.00252EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/18 3:38 p.m.15 views

GHSA-C55G-RP4X-FX84 Microsoft DirectX: .spritefont multiply overflow only in 32-bit builds

Impact The spritefont reader can be induced to perform a 32-bit overflow multiply that could in theory result in a RCE. This impacts the use of the DirectX Tool Kit SpriteFont class file loading ctor if given untrusted data files. Note this only applies to x86/ARM builds of the library. ARM64 and...

6.9CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/04/21 1:30 a.m.54 views

CVE-2026-40244

OpenEXR exposed an integer overflow in the DWA setupChannelData path. In versions 3.4.0–3.4.9, 3.3.0–3.3.9, and 3.2.0–3.2.7, internal_dwa_compressor.h:1722 performs curc-&gt;width * curc-&gt;height using int32 arithmetic without a size_t cast, creating an overflow condition. A fix has been applie...

8.4CVSS5.8AI score0.00427EPSS
SaveExploits0References7Affected Software1
Packet Storm
Packet Storm
added 2026/04/17 12:00 a.m.146 views

📄 V8 Sandbox Bypass: BigInt Division Memory Corruption

This is a variant of crbug.com/474041332. The issue there was that MultiplyFFT, an optimized version of integer multiplication for very large inputs, is not robust against concurrent modification of its input buffers, but was called from ProcessorImpl::FromStringLarge with a temporary buffer insi...

5.9AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/03/19 7:37 p.m.5 views

CVE-2026-3579 Non-constant time multiplication subroutine __muldi3 on RISC-V RV32I

wolfSSL 5.8.4 on RISC-V RV32I architectures lacks a constant-time software implementation for 64-bit multiplication. The compiler-inserted muldi3 subroutine executes in variable time based on operand values. This affects multiple SP math functions sp256mul9, sp256sqr9, etc., leading to a timing...

2.1CVSS5.8AI score0.00265EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/19 7:37 p.m.20 views

CVE-2026-3579

Summary: CVE-2026-3579 affects wolfSSL 5.8.4 on RISC-V RV32I. The issue is a lack of a constant-time software implementation for 64-bit multiplication; the compiler-inserted __muldi3 subroutine runs in variable time depending on operand values, creating a timing side-channel for several SP math f...

5.9CVSS5.8AI score0.00265EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.7 views

PT-2026-26332

wolfSSL 5.8.4 on RISC-V RV32I architectures lacks a constant-time software implementation for 64-bit multiplication. The compiler-inserted muldi3 subroutine executes in variable time based on operand values. This affects multiple SP math functions sp 256 mul 9, sp 256 sqr 9, etc., leading to a...

2.1CVSS5.8AI score0.00265EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/22 1:23 p.m.6 views

CVE-2022-50580 blk-throttle: prevent overflow while calculating wait time

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit that 'bpslimit jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64divu64 instead...

7AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/10/16 11:19 a.m.15 views

CVE-2025-39967

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcondosetfont Fix integer overflow vulnerabilities in fbcondosetfont where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1...

6CVSS6.5AI score0.00159EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2019-5990

Malware in sbrugna...

6.5CVSS6.4AI score0.01294EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/09/25 12:00 a.m.11 views

PT-2025-39416

Name of the Vulnerable Software and Affected Versions pytorch version 2.7.0 Description A buffer overflow can occur when a PyTorch model includes torch.nn.Conv2d, torch.nn.functional.hardshrink, and torch.Tensor.view-torch.mv and is compiled using Inductor. This can lead to a Denial of Service Do...

7.5CVSS6.8AI score0.00424EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2025/07/03 12:00 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unchecked multiply overflow that could result in a buffer overflow...

5.5CVSS7.3AI score0.00149EPSS
SaveExploits0References4
Rows per page
Query Builder