diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-05-18 16:07:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 09:17:49 -0700 |
| commit | bb1400efda77a7289ca20782172bfbe1f457f161 (patch) | |
| tree | fd42ad1a3eb3b25298fe11154b6dc9fd0cf5a420 /meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | |
| parent | 8c9470bdfaa1d33347ffaf25b3e18d2163667e18 (diff) | |
| download | meta-openembedded-bb1400efda77a7289ca20782172bfbe1f457f161.tar.gz | |
exiv2: Fix CVE-2021-29470
References
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29470
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/1581/commits/6628a69c036df2aa036290e6cd71767c159c79ed]
CVE: CVE-2021-29470
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.bb | 1 |
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 024f4c794a..2419bab352 100644 --- a/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb +++ b/meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI += "file://0001-Use-compiler-fcf-protection-only-if-compiler-arch-su.pat | |||
| 14 | file://CVE-2021-29458.patch \ | 14 | file://CVE-2021-29458.patch \ |
| 15 | file://CVE-2021-29463.patch \ | 15 | file://CVE-2021-29463.patch \ |
| 16 | file://CVE-2021-29464.patch \ | 16 | file://CVE-2021-29464.patch \ |
| 17 | file://CVE-2021-29470.patch \ | ||
| 17 | file://CVE-2021-3482.patch" | 18 | file://CVE-2021-3482.patch" |
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/${BPN}-${PV}-Source" | 20 | S = "${WORKDIR}/${BPN}-${PV}-Source" |
