Out-of-bounds Write Affecting svgpp package, versions <1.2.3+dfsg1-6+deb10u1


Severity

Recommended
0.0
high
0
10

Snyk's Security Team recommends NVD's CVSS assessment. Learn more

Threat Intelligence

EPSS
0.54% (78th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-DEBIAN10-SVGPP-262079
  • published13 Jan 2019
  • disclosed13 Jan 2019

Introduced: 13 Jan 2019

CVE-2019-6247  (opens in a new tab)
CWE-787  (opens in a new tab)

How to fix?

Upgrade Debian:10 svgpp to version 1.2.3+dfsg1-6+deb10u1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream svgpp package and not the svgpp package as distributed by Debian. See How to fix? for Debian:10 relevant fixed versions and status.

An issue was discovered in Anti-Grain Geometry (AGG) 2.4 as used in SVG++ (aka svgpp) 1.2.3. A heap-based buffer overflow bug in svgpp_agg_render may lead to code execution. In the render_scanlines_aa_solid function, the blend_hline function is called repeatedly multiple times. blend_hline is equivalent to a loop containing write operations. Each call writes a piece of heap data, and multiple calls overwrite the data in the heap.