diff --git a/advisories/github-reviewed/2026/07/GHSA-f88m-g3jw-g9cj/GHSA-f88m-g3jw-g9cj.json b/advisories/github-reviewed/2026/07/GHSA-f88m-g3jw-g9cj/GHSA-f88m-g3jw-g9cj.json index 59bb124832b5..98fc7b5f7c22 100644 --- a/advisories/github-reviewed/2026/07/GHSA-f88m-g3jw-g9cj/GHSA-f88m-g3jw-g9cj.json +++ b/advisories/github-reviewed/2026/07/GHSA-f88m-g3jw-g9cj/GHSA-f88m-g3jw-g9cj.json @@ -1,15 +1,15 @@ { "schema_version": "1.4.0", "id": "GHSA-f88m-g3jw-g9cj", - "modified": "2026-07-21T22:07:17Z", + "modified": "2026-08-14T15:18:17Z", "published": "2026-07-21T22:07:17Z", "aliases": [], - "summary": "sharp inherited vulnerabilities in libvips: CVE-2026-33327, CVE-2026-33328, CVE-2026-35590, CVE-2026-35591", - "details": "### Impact\n\nA number of vulnerabilities, two rated as \"High\" severity using CVSSv4, have been discovered and fixed in the upstream libvips dependency.\n\nThose processing untrusted input with versions of sharp prior to 0.35.0 are affected.\n\n### Patches\n\n#### Using prebuilt binaries provided by sharp?\n\nMost people rely on the prebuilt binaries provided by sharp.\n\nPlease upgrade sharp to the latest version, currently 0.35.3, which provides libvips 8.18.3.\n\n#### Using a globally-installed libvips?\n\nPlease ensure you are using the latest libvips 8.18.3.\n\n### Workarounds\nAdd the following to your code to prevent sharp from decoding GIF, TIFF and VIPS images.\n```js\nsharp.block({ operation: [\"VipsForeignLoadNsgif\", \"VipsForeignLoadTiff\", \"VipsForeignLoadVips\"] });\n```", + "summary": "sharp inherited vulnerabilities in libvips: CVE-2026-33327, CVE-2026-33328, CVE-2026-35590, CVE-2026-35591, CVE-2026-69242", + "details": "### Impact\n\nA number of vulnerabilities, three rated as \"High\" severity using CVSSv4, have been discovered and fixed in the upstream libvips dependency.\n\nThose processing untrusted input with versions of sharp prior to 0.35.0 are affected.\n\n### Patches\n\n#### Using prebuilt binaries provided by sharp?\n\nMost people rely on the prebuilt binaries provided by sharp.\n\nPlease upgrade sharp to the latest version, currently 0.35.3, which provides libvips 8.18.3.\n\n#### Using a globally-installed libvips?\n\nPlease ensure you are using the latest libvips 8.18.3.\n\n### Workarounds\nAdd the following to your code to prevent sharp from decoding GIF, TIFF and VIPS images.\n```js\nsharp.block({ operation: [\"VipsForeignLoadNsgif\", \"VipsForeignLoadTiff\", \"VipsForeignLoadVips\"] });\n```", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N" + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:L/SI:H/SA:H" } ], "affected": [ @@ -50,6 +50,10 @@ "type": "WEB", "url": "https://github.com/libvips/libvips/security/advisories/GHSA-r98w-4fp7-m9c7" }, + { + "type": "WEB", + "url": "https://github.com/libvips/libvips/security/advisories/GHSA-9rwc-f68v-4482" + }, { "type": "WEB", "url": "https://github.com/lovell/sharp/security/advisories/GHSA-f88m-g3jw-g9cj" @@ -68,4 +72,4 @@ "github_reviewed_at": "2026-07-21T22:07:17Z", "nvd_published_at": null } -} \ No newline at end of file +}