Skip to content

build(deps): bump exifreader from 4.41.3 to 4.42.0 - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/exifreader-4.42.0
Open

build(deps): bump exifreader from 4.41.3 to 4.42.0#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/exifreader-4.42.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps exifreader from 4.41.3 to 4.42.0.

Release notes

Sourced from exifreader's releases.

4.42.0: ICC parsing hardened against oversized profiles

Changed

  • An ICC profile whose declared size is larger than all the data available for the file no longer produces ICC tags. This affects files truncated to fewer bytes than the ICC profile declares, and partial reads using the length option, which could previously still return tags for such a profile.

Security

  • Fixed a denial-of-service vulnerability where a crafted WebP, HEIC, or AVIF file could trigger excessive memory allocation during ICC metadata parsing (GHSA-wx94-r5p4-hx2f). Reported by @​arpitjain099.

Full Changelog: mattiasw/ExifReader@v4.41.4...v4.42.0

4.41.4: XMP allocation fix and security documentation

Security

  • Documented that passing a string to load() makes ExifReader treat it as a URL or a local file path and perform a network request or a file read, so an untrusted string must never be passed to it. Passing the image bytes instead avoids server-side request forgery and local file access (GHSA-mjwm-rcx3-79hc).
  • Documented that all returned metadata is untrusted input. Tag values and the raw XMP packet come from the image unchanged and can contain HTML-like markup, so they must be escaped or sanitized before being inserted into a page as HTML to avoid cross-site scripting (GHSA-hhgj-2jxm-r7x6).
  • Fixed a denial-of-service vulnerability where a crafted image could declare an XMP metadata block far larger than the file itself and make the synchronous parser allocate memory proportional to that declared size instead of to the actual data. The XMP block size is now bounded to the bytes that are really present (GHSA-q53f-v5gx-7j78).

Full Changelog: mattiasw/ExifReader@v4.41.3...v4.41.4

Changelog

Sourced from exifreader's changelog.

[4.42.0] - 2026-08-05

Changed

  • An ICC profile whose declared size is larger than all the data available for the file no longer produces ICC tags. This affects files truncated to fewer bytes than the ICC profile declares, and partial reads using the length option, which could previously still return tags for such a profile.

Security

  • Fixed a denial-of-service vulnerability where a crafted WebP, HEIC, or AVIF file could trigger excessive memory allocation during ICC metadata parsing (GHSA-wx94-r5p4-hx2f). Reported by @​arpitjain099.

[4.41.4] - 2026-08-05

Security

  • Documented that passing a string to load() makes ExifReader treat it as a URL or a local file path and perform a network request or a file read, so an untrusted string must never be passed to it. Passing the image bytes instead avoids server-side request forgery and local file access (GHSA-mjwm-rcx3-79hc).
  • Documented that all returned metadata is untrusted input. Tag values and the raw XMP packet come from the image unchanged and can contain HTML-like markup, so they must be escaped or sanitized before being inserted into a page as HTML to avoid cross-site scripting (GHSA-hhgj-2jxm-r7x6).
  • Fixed a denial-of-service vulnerability where a crafted image could declare an XMP metadata block far larger than the file itself and make the synchronous parser allocate memory proportional to that declared size instead of to the actual data. The XMP block size is now bounded to the bytes that are really present (GHSA-q53f-v5gx-7j78).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [exifreader](https://github.com/mattiasw/ExifReader) from 4.41.3 to 4.42.0.
- [Release notes](https://github.com/mattiasw/ExifReader/releases)
- [Changelog](https://github.com/mattiasw/ExifReader/blob/main/CHANGELOG.md)
- [Commits](mattiasw/ExifReader@v4.41.3...v4.42.0)

---
updated-dependencies:
- dependency-name: exifreader
  dependency-version: 4.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
freetoolshed Ready Ready Preview Aug 10, 2026 4:30am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants