diff --git a/.github/workflows/exiv2.org.yml b/.github/workflows/exiv2.org.yml index 1f671651..431d4471 100644 --- a/.github/workflows/exiv2.org.yml +++ b/.github/workflows/exiv2.org.yml @@ -13,7 +13,7 @@ jobs: deploy: strategy: matrix: - EXIV2TAG: [v0.28.5] + EXIV2TAG: [v0.28.6] runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/website/master/news.xml b/website/master/news.xml index 59175823..f6aa8957 100644 --- a/website/master/news.xml +++ b/website/master/news.xml @@ -1,6 +1,20 @@ + + 2025-08-29 + Exiv2 v0.28.6 + Exiv2 v0.28.6 + +
    +
  1. Security fix
  2. +
  3. Fix for CVE-2025-54080: Out-of-bounds read in Exiv2::EpsImage::writeMetadata() via crafted EPS file
  4. +
  5. Fix for CVE-2025-55304: Quadratic performance in ICC profile parsing in JpegBase::readMetadata
  6. +
+

More details: Change List

+
+
+ 2025-02-21 Exiv2 v0.28.5