CVE-2025-46333

HIGH

z2d <0.6.1 - Buffer Overflow

Title source: llm
STIX 2.1

Description

z2d is a pure Zig 2D graphics library. Versions of z2d after `0.5.1` and up to and including `0.6.0`, when writing from one surface to another using `z2d.compositor.StrideCompositor.run`, and higher-level operations when the anti-aliasing mode is set to `.default` (such as `Context.fill`, `Context.stroke`, `painter.fill`, and `painter.stroke`), the source surface can be completely out-of-bounds on the x-axis, but not on the y-axis, by way of a negative offset. This results in an overflow of the value controlling the length of the stride. In non-safe optimization modes (consumers compiling with `ReleaseFast` or `ReleaseSmall`), this could potentially lead to invalid memory accesses or corruption. This issue is patched in version `0.6.1`. Users on an untagged version after `v0.5.1` and before `v0.6.1` are advised to update to address the vulnerability. Those still on Zig `0.13.0` are recommended to downgrade to `v0.5.1`.

References (3)

Core 3
Core References
Issue Tracking x_refsource_misc
https://github.com/vancluever/z2d/issues/104
Issue Tracking x_refsource_misc
https://github.com/vancluever/z2d/issues/105

Scores

CVSS v4 7.3
EPSS 0.0004
EPSS Percentile 11.1%
CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-119 CWE-122 CWE-190
Status published
Products (1)
vancluever/z2d > 0.5.1, <= 0.6.0
Published Apr 25, 2025
Tracked Since Feb 18, 2026