GHSA-24g6-5rx7-58wj

Suggest an improvement
Source
https://github.com/advisories/GHSA-24g6-5rx7-58wj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/01/GHSA-24g6-5rx7-58wj/GHSA-24g6-5rx7-58wj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-24g6-5rx7-58wj
Aliases
Published
2022-01-06T22:18:07Z
Modified
2023-11-08T04:01:32.674538Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Missing Initialization of Resource in pnet
Details

An issue was discovered in the pnet crate before 0.27.2 for Rust. There is a segmentation fault (upon attempted dereference of an uninitialized descriptor) because of an erroneous IcmpTransportChannelIterator compiler optimization.

Database specific
{
    "nvd_published_at": "2021-12-27T00:15:00Z",
    "cwe_ids": [
        "CWE-909"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2022-01-06T18:31:07Z"
}
References

Affected packages

crates.io / pnet

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.27.2

Ecosystem specific

{
    "affected_functions": [
        "pnet::transport::IcmpTransportChannelIterator"
    ]
}