---
id: CVE-2026-88368
title: >-
  NanoSVG commit 239e102ec contains an incorrect numeric conversion
  vulnerability in the rasterizer's nsvg__addActive() function
summary: >-
  NanoSVG commit 239e102ec contains an incorrect numeric conversion
  vulnerability in the rasterizer's nsvg__addActive() function. A specially
  crafted SVG document containing sufficiently large geometry coordinates can
  cause fixed-point-sca…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-681
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:08:55.030'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88368'
references:
  - url: 'https://github.com/memononen/nanosvg/issues/292'
    label: cve@mitre.org
  - url: 'https://github.com/memononen/nanosvg/issues/292'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-24T17:54:43.282407Z'
ingestedAt: '2026-09-24T16:47:15.825Z'
---

## Overview

NanoSVG commit 239e102ec contains an incorrect numeric conversion vulnerability in the rasterizer's nsvg__addActive() function. A specially crafted SVG document containing sufficiently large geometry coordinates can cause fixed-point-scaled edge coordinates to exceed the range representable by int. The rasterizer subsequently converts these values to int without range validation, resulting in undefined behavior and possible process termination, leading to denial of service.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
