Denial of Service Vulnerability in Librsvg
Bug #1697283 reported by
gnehsoah
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
librsvg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
An SIGFPE is raised in function box_blur_line of rsvg-filter.c when the librsvg try to parse a craft SVG file.
https:/
if (output >= 0)
dest[bpp * output + i] = (ac[i] + (coverage >> 1)) / coverage;
}
The coverage could be zero.
testcase.svg
<svg width="100" height="120"
xmlns="http://
xmlns:xlink="http://
<filter id="blurMe">
<feGaussianBlur in="SourceGraphic" stdDeviation=
</filter>
<circle cx="50" cy="50" r="50" fill="green"
</svg>
CVE References
information type: | Private Security → Public Security |
Changed in librsvg (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
The way to trigger this vulnerability is to use nautilus to open testcase.svg.