ghsa-2xvj-j3qh-x8c3
Vulnerability from github
Published
2018-07-31 18:13
Modified
2023-08-25 21:42
VLAI Severity ?
Summary
private_address_check contains race condition
Details
The private_address_check ruby gem before 0.5.0 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition due to the address the socket uses not being checked. DNS entries with a TTL of 0 can trigger this case where the initial resolution is a public address but the subsequent resolution is a private address.
{ "affected": [ { "package": { "ecosystem": "RubyGems", "name": "private_address_check" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.5.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-3759" ], "database_specific": { "cwe_ids": [ "CWE-362" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T20:53:26Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "The private_address_check ruby gem before 0.5.0 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition due to the address the socket uses not being checked. DNS entries with a TTL of 0 can trigger this case where the initial resolution is a public address but the subsequent resolution is a private address.", "id": "GHSA-2xvj-j3qh-x8c3", "modified": "2023-08-25T21:42:19Z", "published": "2018-07-31T18:13:05Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-3759" }, { "type": "WEB", "url": "https://github.com/jtdowney/private_address_check/commit/4068228187db87fea7577f7020099399772bb147" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-2xvj-j3qh-x8c3" }, { "type": "PACKAGE", "url": "https://github.com/jtdowney/private_address_check" }, { "type": "WEB", "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/private_address_check/CVE-2018-3759.yml" } ], "schema_version": "1.4.0", "severity": [], "summary": "private_address_check contains race condition" }
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.
Loading…
Loading…