RUSTSEC-2019-0037

Source
https://rustsec.org/advisories/RUSTSEC-2019-0037
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2019-0037.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2019-0037
Aliases
Published
2019-06-11T12:00:00Z
Modified
2023-11-08T04:01:32.674538Z
Severity
  • 6.0 (Medium) CVSS_V3 - CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H CVSS Calculator
Summary
Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT
Details

Affected versions of this crate were optimized out by compiler, which caused dereference of uninitialized file descriptor which caused segfault.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / pnet

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.27.2

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [
            "pnet::transport::IcmpTransportChannelIterator"
        ],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H",
    "informational": null,
    "categories": [
        "memory-corruption"
    ]
}