[oe-commits] Li Wang : librsvg: CVE-2011-3146

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 12:34:01 UTC 2013


Module: openembedded-core.git
Branch: denzil
Commit: 6d030fcb69221da073ce413049deb8447934bed5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6d030fcb69221da073ce413049deb8447934bed5

Author: Li Wang <li.wang at windriver.com>
Date:   Thu Dec 13 14:51:22 2012 +0800

librsvg: CVE-2011-3146

Store node type separately in RsvgNode

commit 34c95743ca692ea0e44778e41a7c0a129363de84 upstream

The node name (formerly RsvgNode:type) cannot be used to infer
the sub-type of RsvgNode that we're dealing with, since for unknown
elements we put type = node-name. This lead to a (potentially exploitable)
crash e.g. when the element name started with "fe" which tricked
the old code into considering it as a RsvgFilterPrimitive.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3146

https://bugzilla.gnome.org/show_bug.cgi?id=658014

[YOCTO #3581]
[ CQID: WIND00376773 ]
Upstream-Status: Backport

Signed-off-by: Li Wang <li.wang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

Resolved merge conflicts with denzil branch.

Fixes denzil bug [YOCTO #3651].

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 .../librsvg-2.32.1/librsvg-CVE-2011-3146.patch     | 1088 ++++++++++++++++++++
 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb       |    6 +-
 2 files changed, 1092 insertions(+), 2 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=6d030fcb69221da073ce413049deb8447934bed5




More information about the Openembedded-commits mailing list