ghsa-j3p8-6mrq-6g7h
Vulnerability from github
Published
2023-08-02 21:30
Modified
2024-05-20 21:54
Severity ?
Summary
Golang TIFF decoder vulnerable to excessive CPU consumption
Details
A maliciously-crafted image can cause excessive CPU consumption in decoding. A tiled image with a height of 0 and a very large width can cause excessive CPU consumption, despite the image size (width * height) appearing to be zero.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "golang.org/x/image" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.10.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-29407" ], "database_specific": { "cwe_ids": [ "CWE-834" ], "github_reviewed": true, "github_reviewed_at": "2023-11-02T21:22:21Z", "nvd_published_at": "2023-08-02T20:15:11Z", "severity": "MODERATE" }, "details": "A maliciously-crafted image can cause excessive CPU consumption in decoding. A tiled image with a height of 0 and a very large width can cause excessive CPU consumption, despite the image size (width * height) appearing to be zero.", "id": "GHSA-j3p8-6mrq-6g7h", "modified": "2024-05-20T21:54:17Z", "published": "2023-08-02T21:30:20Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29407" }, { "type": "WEB", "url": "https://go.dev/cl/514897" }, { "type": "WEB", "url": "https://go.dev/issue/61581" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KO54NBDUJXKAZNGCFOEYL2LKK2RQP6K6" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWH6Q7NVM4MV3GWFEU4PA67AWZHVFJQ2" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XZTEP6JYILRBNDTNWTEQ5D4QUUVQBESK" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2023-1990" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20230831-0009" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Golang TIFF decoder vulnerable to excessive CPU consumption" }
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.