Cyber Posture

CVE-2026-2659

LowPublic PoC

Published: 18 February 2026

Published
18 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score 3.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0001 1.3th percentile
Risk Priority 7 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2659 is a low-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Squirrel-Lang Squirrel. Its CVSS base score is 3.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 1.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004).
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-119

Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.

addresses: CWE-119

Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.

addresses: CWE-119

Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.

addresses: CWE-119

Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

OOB read in Squirrel scripting engine enables local low-priv adversary to trigger application crash (A:L only), directly mapping to application/system exploitation for endpoint DoS.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

A vulnerability was determined in Squirrel up to 3.2. Affected by this vulnerability is the function SQFuncState::PopTarget of the file src/squirrel/squirrel/sqfuncstate.cpp. Executing a manipulation of the argument _target_stack can lead to out-of-bounds read. It is possible to launch the attack…

more

on the local host. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.

Deeper analysisAI

CVE-2026-2659 is a vulnerability in Squirrel scripting language versions up to 3.2, specifically affecting the SQFuncState::PopTarget function in the file src/squirrel/squirrel/sqfuncstate.cpp. The flaw is triggered by manipulation of the _target_stack argument, resulting in an out-of-bounds read. It is classified under CWE-119 (improper restriction of operations within the bounds of a memory buffer) and CWE-125 (out-of-bounds read), with a CVSS v3.1 base score of 3.3.

The attack requires local access (AV:L) with low privileges (PR:L), low complexity (AC:L), and no user interaction (UI:N), with unchanged scope (S:U). A local attacker can exploit it to cause a low-impact availability disruption (A:L), such as a denial of service, with no impact on confidentiality or integrity (C:N/I:N).

References indicate the issue was reported early to the project via GitHub issue #311 (https://github.com/albertodemichelis/squirrel/issues/311), but no response has been received and no patches are available. A public proof-of-concept exploit is disclosed at https://github.com/oneafter/0122/blob/main/i311/repro, with further details on VulDB (https://vuldb.com/?ctiid.346457, https://vuldb.com/?id.346457, https://vuldb.com/?submit.753163).

Details

CWE(s)

Affected Products

squirrel-lang
squirrel
≤ 3.2

CVEs Like This One

CVE-2026-2661Same product: Squirrel-Lang Squirrel
CVE-2026-2858Shared CWE-119, CWE-125
CVE-2026-3663Shared CWE-119, CWE-125
CVE-2026-3386Shared CWE-119, CWE-125
CVE-2026-3731Shared CWE-119, CWE-125
CVE-2026-5315Shared CWE-119, CWE-125
CVE-2026-5314Shared CWE-119, CWE-125
CVE-2026-2644Shared CWE-119, CWE-125
CVE-2026-2662Shared CWE-119, CWE-125
CVE-2026-2704Shared CWE-119, CWE-125

References