ghsa-65x7-c272-7g7r
Vulnerability from github
Published
2024-03-05 16:26
Modified
2024-03-06 21:57
Severity ?
VLAI Severity ?
Summary
Use After Free in SixLabors.ImageSharp
Details
Impact
A 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.
Patches
The problem has been patched. All users are advised to upgrade to v3.1.3 or v2.1.7.
Workarounds
None
References
None
{ "affected": [ { "package": { "ecosystem": "NuGet", "name": "SixLabors.ImageSharp" }, "ranges": [ { "events": [ { "introduced": "3.0.0" }, { "fixed": "3.1.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "NuGet", "name": "SixLabors.ImageSharp" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.1.7" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-27929" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": true, "github_reviewed_at": "2024-03-05T16:26:15Z", "nvd_published_at": "2024-03-05T17:15:07Z", "severity": "HIGH" }, "details": "### Impact\nA heap-use-after-free flaw was found in ImageSharp\u0027s 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\n", "id": "GHSA-65x7-c272-7g7r", "modified": "2024-03-06T21:57:21Z", "published": "2024-03-05T16:26:15Z", "references": [ { "type": "WEB", "url": "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-65x7-c272-7g7r" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-27929" }, { "type": "WEB", "url": "https://github.com/SixLabors/ImageSharp/pull/2688" }, { "type": "PACKAGE", "url": "https://github.com/SixLabors/ImageSharp" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Use After Free in SixLabors.ImageSharp" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…