Skip to content
Open
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,39 +1,28 @@
{
"schema_version": "1.4.0",
"id": "GHSA-jgpv-4h4c-xhw3",
"modified": "2021-04-22T17:01:01Z",
"modified": "2023-01-09T05:04:45Z",
"published": "2021-04-23T16:54:36Z",
"aliases": [],
"summary": "Uncontrolled Resource Consumption in pillow",
"details": "### Impact\n_Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for a BLP container, and thus an attempted memory allocation can be very large._\n\n### Patches\n_An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image._\n\n### Workarounds\n_An issue was discovered in Pillow before 6.2.0. When reading specially crafted invalid image files, the library can either allocate very large amounts of memory or take an extremely long period of time to process the image._\n\n### References\nhttps://nvd.nist.gov/vuln/detail/CVE-2021-27921\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [example link to repo](http://example.com)\n* Email us at [example email address](mailto:example@example.com)",
Comment on lines +4 to 8
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"severity": [],
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "pillow"
"name": ""
},
"ranges": [
Comment on lines 12 to 16
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "8.1.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 8.1.1"
}
]
}
],
"references": [
Expand All @@ -46,7 +35,7 @@
"cwe_ids": [
"CWE-400"
],
"severity": "MODERATE",
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2021-04-22T17:01:01Z",
"nvd_published_at": null
Expand Down