RUSTSEC-2018-0007

Source
https://rustsec.org/advisories/RUSTSEC-2018-0007
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2018-0007.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2018-0007
Aliases
Published
2018-10-09T12:00:00Z
Modified
2023-11-08T04:00:13.553878Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Stack overflow when parsing malicious DNS packet
Details

There's a stack overflow leading to a crash when Trust-DNS's parses a malicious DNS packet.

Affected versions of this crate did not properly handle parsing of DNS message compression (RFC1035 section 4.1.4). The parser could be tricked into infinite loop when a compression offset pointed back to the same domain name to be parsed.

This allows an attacker to craft a malicious DNS packet which when consumed with Trust-DNS could cause stack overflow and crash the affected software.

The flaw was corrected by trust-dns-proto 0.4.3 and upcoming 0.5.0 release.

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

Affected packages

crates.io / trust-dns-proto

Package

Name
trust-dns-proto
View open source insights on deps.dev
Purl
pkg:cargo/trust-dns-proto

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.4.3

Ecosystem specific

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

Database specific

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