Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GHSA-54xq-cgqr-rpm3] sharp vulnerability in libwebp dependency CVE-2023-4863 #5240

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"schema_version": "1.4.0",
"id": "GHSA-54xq-cgqr-rpm3",
"modified": "2023-11-16T17:14:15Z",
"modified": "2023-11-16T17:14:17Z",
"published": "2023-11-16T17:14:15Z",
"aliases": [],
"aliases": [

],
"summary": "sharp vulnerability in libwebp dependency CVE-2023-4863",
"details": "## Overview\n\nsharp uses libwebp to decode WebP images and versions prior to the latest 0.32.6 are vulnerable to the high severity https://github.com/advisories/GHSA-j7hp-h8jx-5ppr.\n\n## Who does this affect?\n\nAlmost anyone processing untrusted input with versions of sharp prior to 0.32.6.\n\n## How to resolve this?\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 0.32.6, which provides libwebp 1.3.2.\n\n### Using a globally-installed libvips?\n\nPlease ensure you are using the latest libwebp 1.3.2.\n\n## Possible workaround\n\nAdd the following to your code to prevent sharp from decoding WebP images.\n```js\nsharp.block({ operation: [\"VipsForeignLoadWebp\"] });\n```",
"severity": [
Expand All @@ -24,13 +26,13 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "0.32.6"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 0.32.6"
}
}
],
"references": [
Expand All @@ -48,7 +50,9 @@
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [

],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-11-16T17:14:15Z",
Expand Down