Skip to content

Commit 4efdcfd

Browse files
Exiv2 v0.28.3
1 parent 35a6b8f commit 4efdcfd

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| v0.28 | 2023-05-08 | v0.28.0 | 0.28.x | v0.28.0 | 2023-05-08 | v0.28.0 |
88
| | | | | v0.28.1 | 2023-11-06 | v0.28.1 |
99
| | | | | v0.28.2 | 2024-02-13 | v0.28.2 |
10+
| | | | | v0.28.3 | 2024-07-08 | v0.28.3 |
1011
| v0.27 | 2018-12-20 | 0.27 | 0.27-maintenance | v0.27.0 | 2018-12-20 | v0.27.0 |
1112
| | | | | v0.27.1 | 2019-04-18 | v0.27.1 |
1213
| | | | | v0.27.2 | 2019-07-29 | v0.27.2 |

doc/ChangeLog

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,74 @@
1+
Changes from version 0.28.2 to 0.28.3
2+
-------------------------------------
3+
4+
Release Notes:
5+
6+
* https://github.com/Exiv2/exiv2/issues/3008
7+
* https://github.com/Exiv2/exiv2/milestone/14?closed=1
8+
9+
This release also fixes a low-severity security issue in asfvideo.cpp:
10+
11+
* [CVE-2024-39695](https://github.com/Exiv2/exiv2/security/advisories/GHSA-38rv-8x93-pvrh): out-of-bounds read in AsfVideo::streamProperties.
12+
13+
This vulnerability is in a new feature (ASF video) that was added in version 0.28.0, so earlier versions of Exiv2 are not affected.
14+
15+
Changes from version 0.28.1 to 0.28.2
16+
-------------------------------------
17+
18+
Release Notes:
19+
20+
* https://github.com/Exiv2/exiv2/issues/2914
21+
* https://github.com/Exiv2/exiv2/milestone/13?closed=1
22+
23+
This release also fixes two low-severity security issues in quicktimevideo.cpp:
24+
25+
* [CVE-2024-24826](https://github.com/Exiv2/exiv2/security/advisories/GHSA-g9xm-7538-mq8w): out-of-bounds read in QuickTimeVideo::NikonTagsDecoder.
26+
* [CVE-2024-25112](https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36): denial of service due to unbounded recursion in QuickTimeVideo::multipleEntriesDecoder.
27+
28+
These vulnerabilities are in a new feature (quicktime video) that was added in version 0.28.0, so earlier versions of Exiv2 are not affected.
29+
30+
Changes from version 0.28.0 to 0.28.1
31+
-------------------------------------
32+
33+
Release Notes:
34+
https://github.com/Exiv2/exiv2/issues/2813
35+
36+
This release also fixes [CVE-2023-44398](https://github.com/Exiv2/exiv2/security/advisories/GHSA-hrw9-ggg3-3r4r), an out-of-bounds write in `BmffImage::brotliUncompress`. The vulnerability is in new code that was added in version 0.28.0, so earlier versions of Exiv2 are not affected.
37+
38+
Changes from version 0.27.6 to 0.28.0
39+
-------------------------------------
40+
41+
Release Notes:
42+
https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1529139799
43+
44+
Changes from version 0.27.5 to 0.27.6
45+
-------------------------------------
46+
47+
Closed:
48+
https://github.com/Exiv2/exiv2/milestone/10?closed=1
49+
50+
Open:
51+
https://github.com/Exiv2/exiv2/milestone/10?open=1
52+
53+
Release Notes:
54+
https://github.com/Exiv2/exiv2/issues/2406#issuecomment-1383302378
55+
56+
Changes from version 0.27.4 to 0.27.5
57+
-------------------------------------
58+
59+
Closed:
60+
https://github.com/Exiv2/exiv2/milestone/9?closed=1
61+
62+
Open:
63+
https://github.com/Exiv2/exiv2/milestone/9?open=1
64+
65+
Release Notes:
66+
https://github.com/Exiv2/exiv2/issues/1018#issuecomment-948573657
67+
68+
+++++++++++++++++++++++++++++++++++++
69+
------------- History ---------------
70+
+++++++++++++++++++++++++++++++++++++
71+
172
Changes from version 0.27.3 to 0.27.4
273
-------------------------------------
374

0 commit comments

Comments
 (0)