diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2022-11-28 20:24:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-07 15:02:45 +0000 |
| commit | 6c79f0424b34a329f6421d9f7b1da820c931b59c (patch) | |
| tree | 1d88cf11758aaa615544f12004121b1626181aef | |
| parent | 38f46024d730735c2fe77616db938dca8265b948 (diff) | |
| download | poky-6c79f0424b34a329f6421d9f7b1da820c931b59c.tar.gz | |
tiff: add CVE tag to b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch
* according to https://bugzilla.redhat.com/show_bug.cgi?id=2118863
this commit should be the fix for CVE-2022-2868
* resolves false-possitive entry in:
https://lists.yoctoproject.org/g/yocto-security/message/705
CVE-2022-2868 (CVSS3: 8.1 HIGH): tiff https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-2868
(From OE-Core rev: 97ad71541996023075950337e8b133c1a8551e0f)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch b/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch index 272dd3d713..83d5db7fc6 100644 --- a/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch +++ b/meta/recipes-multimedia/libtiff/tiff/b258ed69a485a9cfb299d9f060eb2a46c54e5903.patch | |||
| @@ -5,11 +5,12 @@ Subject: [PATCH] Move the crop_width and crop_length computation after the | |||
| 5 | sanity check to avoid warnings when built with | 5 | sanity check to avoid warnings when built with |
| 6 | -fsanitize=unsigned-integer-overflow. | 6 | -fsanitize=unsigned-integer-overflow. |
| 7 | 7 | ||
| 8 | Upstream-Status: Backport | 8 | Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/b258ed69a485a9cfb299d9f060eb2a46c54e5903?merge_request_iid=294] |
| 9 | [https://gitlab.com/libtiff/libtiff/-/commit/b258ed69a485a9cfb299d9f060eb2a46c54e5903?merge_request_iid=294] | ||
| 10 | 9 | ||
| 11 | Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> | 10 | Signed-off-by: Teoh Jay Shen <jay.shen.teoh@intel.com> |
| 12 | 11 | ||
| 12 | CVE: CVE-2022-2868 | ||
| 13 | |||
| 13 | --- | 14 | --- |
| 14 | tools/tiffcrop.c | 5 ++--- | 15 | tools/tiffcrop.c | 5 ++--- |
| 15 | 1 file changed, 2 insertions(+), 3 deletions(-) | 16 | 1 file changed, 2 insertions(+), 3 deletions(-) |
