aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-05-18 16:08:00 +0800
committerKhem Raj <raj.khem@gmail.com>2021-05-19 09:17:49 -0700
commita9aecd2c32fc8f238f62ef70813e032b6b52c2f2 (patch)
tree8fca17301d02088a70032311bc41e662417f811f /meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
parentbb1400efda77a7289ca20782172bfbe1f457f161 (diff)
downloadmeta-openembedded-contrib-a9aecd2c32fc8f238f62ef70813e032b6b52c2f2.tar.gz
exiv2: Fix CVE-2021-29473
References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29473 The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image file. An attacker could potentially exploit the vulnerability to cause a denial of service by crashing Exiv2, if they can trick the victim into running Exiv2 on a crafted image file. Upstream-Status: Accepted [https://github.com/Exiv2/exiv2/pull/1587/commits/e6a0982f7cd9282052b6e3485a458d60629ffa0b] CVE: CVE-2021-29473 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb')
-rw-r--r--meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
index 2419bab352..d5d9e62ff2 100644
--- a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
+++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
@@ -15,6 +15,7 @@ SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.pat
file://CVE-2021-29463.patch \
file://CVE-2021-29464.patch \
file://CVE-2021-29470.patch \
+ file://CVE-2021-29473.patch \
file://CVE-2021-3482.patch"
S = "${WORKDIR}/${BPN}-${PV}-Source"