Skip to content

Commit 49e92d3

Browse files
Merge pull request #3936 from github/antonfirsov-GHSA-65x7-c272-7g7r
2 parents de65b64 + 511f7b9 commit 49e92d3

1 file changed

Lines changed: 28 additions & 3 deletions

File tree

advisories/github-reviewed/2024/03/GHSA-65x7-c272-7g7r/GHSA-65x7-c272-7g7r.json

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-65x7-c272-7g7r",
4-
"modified": "2024-03-05T20:29:57Z",
4+
"modified": "2024-03-05T20:29:59Z",
55
"published": "2024-03-05T16:26:15Z",
66
"aliases": [
77
"CVE-2024-27929"
88
],
99
"summary": "Use After Free in SixLabors.ImageSharp",
10-
"details": "### Impact\nA heap-use-after-free flaw was found in ImageSharp's InitializeImage() function of PngDecoderCore.cs file. This vulnerability is triggered when an attacker passes a specially crafted PNG image file to ImageSharp for conversion, potentially leading to information disclosure.\n\n### Patches\nThe problem has been patched. All users are advised to upgrade to v3.1.3\n\n### Workarounds\nNone\n\n### References\nNone",
10+
"details": "### Impact\nA heap-use-after-free flaw was found in ImageSharp's InitializeImage() function of PngDecoderCore.cs file. This vulnerability is triggered when an attacker passes a specially crafted PNG image file to ImageSharp for conversion, potentially leading to information disclosure.\n\n### Patches\nThe problem has been patched. All users are advised to upgrade to v3.1.3 or v2.1.7\n\n### Workarounds\nNone\n\n### References\nNone",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -32,7 +32,32 @@
3232
}
3333
]
3434
}
35-
]
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 3.1.2"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "NuGet",
43+
"name": "SixLabors.ImageSharp"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "0"
51+
},
52+
{
53+
"fixed": "2.1.7"
54+
}
55+
]
56+
}
57+
],
58+
"database_specific": {
59+
"last_known_affected_version_range": "<= 2.1.6"
60+
}
3661
}
3762
],
3863
"references": [

0 commit comments

Comments
 (0)