ghsa-jr77-8gx4-h5qh
Vulnerability from github
Published
2022-11-11 12:00
Modified
2022-11-16 00:04
Severity ?
Summary
MessagePack for Golang subject to DoS via Unmarshal panic
Details
Unmarshal can panic on some inputs, possibly allowing for denial of service attacks. This issue has been patched in version 2.1.1.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/shamaton/msgpack/v2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.1.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-41719" ], "database_specific": { "cwe_ids": [ "CWE-400" ], "github_reviewed": true, "github_reviewed_at": "2022-11-16T00:04:13Z", "nvd_published_at": "2022-11-10T20:15:00Z", "severity": "HIGH" }, "details": "Unmarshal can panic on some inputs, possibly allowing for denial of service attacks. This issue has been patched in version 2.1.1.", "id": "GHSA-jr77-8gx4-h5qh", "modified": "2022-11-16T00:04:13Z", "published": "2022-11-11T12:00:33Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-41719" }, { "type": "WEB", "url": "https://github.com/shamaton/msgpack/issues/31" }, { "type": "WEB", "url": "https://github.com/shamaton/msgpack/pull/32" }, { "type": "PACKAGE", "url": "https://github.com/shamaton/msgpack" }, { "type": "WEB", "url": "https://github.com/shamaton/msgpack/releases/tag/v2.1.1" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2022-0972" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "MessagePack for Golang subject to DoS via Unmarshal panic" }
Loading...
Loading...
- 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.