Skip to content
Merged
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,19 +1,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-44p7-9xx4-hf2g",
"modified": "2026-03-25T21:30:35Z",
"modified": "2026-03-25T21:30:42Z",
"published": "2026-03-25T21:30:35Z",
"aliases": [
"CVE-2026-33809"
],
"summary": "cap buffer growth to prevent OOM from malicious IFD offset",
"details": "A maliciously crafted TIFF file can cause image decoding to attempt to allocate up 4GiB of memory, causing either excessive resource consumption or an out-of-memory error.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "Image"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.38.0"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 0.37.0"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -33,7 +57,9 @@
}
],
"database_specific": {
"cwe_ids": [],
"cwe_ids": [
"CWE-770"
],
"severity": "MODERATE",
"github_reviewed": false,
"github_reviewed_at": null,
Expand Down
Loading