Vulnerabilites related to HackerOne - private_address_check ruby gem
CVE-2017-0909 (GCVE-0-2017-0909)
Vulnerability from cvelistv5
Published
2017-11-16 22:00
Modified
2024-09-16 16:49
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-184 - Incomplete Blacklist ()
Summary
The private_address_check ruby gem before 0.4.1 is vulnerable to a bypass due to an incomplete blacklist of common private/local network addresses used to prevent server-side request forgery.
References
► | URL | Tags | ||||||
---|---|---|---|---|---|---|---|---|
|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
HackerOne | private_address_check ruby gem |
Version: Versions before 0.4.1 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T13:25:17.033Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://hackerone.com/reports/288950" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/jtdowney/private_address_check/pull/3" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "private_address_check ruby gem", "vendor": "HackerOne", "versions": [ { "status": "affected", "version": "Versions before 0.4.1" } ] } ], "datePublic": "2017-11-16T00:00:00", "descriptions": [ { "lang": "en", "value": "The private_address_check ruby gem before 0.4.1 is vulnerable to a bypass due to an incomplete blacklist of common private/local network addresses used to prevent server-side request forgery." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-184", "description": "Incomplete Blacklist (CWE-184)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2018-01-17T19:57:01", "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "shortName": "hackerone" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://hackerone.com/reports/288950" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/jtdowney/private_address_check/pull/3" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "DATE_PUBLIC": "2017-11-16T00:00:00", "ID": "CVE-2017-0909", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "private_address_check ruby gem", "version": { "version_data": [ { "version_value": "Versions before 0.4.1" } ] } } ] }, "vendor_name": "HackerOne" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The private_address_check ruby gem before 0.4.1 is vulnerable to a bypass due to an incomplete blacklist of common private/local network addresses used to prevent server-side request forgery." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Incomplete Blacklist (CWE-184)" } ] } ] }, "references": { "reference_data": [ { "name": "https://hackerone.com/reports/288950", "refsource": "MISC", "url": "https://hackerone.com/reports/288950" }, { "name": "https://github.com/jtdowney/private_address_check/pull/3", "refsource": "CONFIRM", "url": "https://github.com/jtdowney/private_address_check/pull/3" } ] } } } }, "cveMetadata": { "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "assignerShortName": "hackerone", "cveId": "CVE-2017-0909", "datePublished": "2017-11-16T22:00:00Z", "dateReserved": "2016-11-30T00:00:00", "dateUpdated": "2024-09-16T16:49:03.138Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
CVE-2018-3759 (GCVE-0-2018-3759)
Vulnerability from cvelistv5
Published
2018-06-13 15:00
Modified
2024-09-16 20:26
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') ()
Summary
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.
References
► | URL | Tags |
---|---|---|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
HackerOne | private_address_check ruby gem |
Version: 0.5.0 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T04:50:30.727Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/jtdowney/private_address_check/commit/4068228187db87fea7577f7020099399772bb147" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "private_address_check ruby gem", "vendor": "HackerOne", "versions": [ { "status": "affected", "version": "0.5.0" } ] } ], "datePublic": "2018-05-03T00:00:00", "descriptions": [ { "lang": "en", "value": "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." } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-362", "description": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) (CWE-362)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2018-06-13T14:57:01", "orgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "shortName": "hackerone" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/jtdowney/private_address_check/commit/4068228187db87fea7577f7020099399772bb147" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "DATE_PUBLIC": "2018-05-03T00:00:00", "ID": "CVE-2018-3759", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "private_address_check ruby gem", "version": { "version_data": [ { "version_value": "0.5.0" } ] } } ] }, "vendor_name": "HackerOne" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027) (CWE-362)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/jtdowney/private_address_check/commit/4068228187db87fea7577f7020099399772bb147", "refsource": "MISC", "url": "https://github.com/jtdowney/private_address_check/commit/4068228187db87fea7577f7020099399772bb147" } ] } } } }, "cveMetadata": { "assignerOrgId": "36234546-b8fa-4601-9d6f-f4e334aa8ea1", "assignerShortName": "hackerone", "cveId": "CVE-2018-3759", "datePublished": "2018-06-13T15:00:00Z", "dateReserved": "2017-12-28T00:00:00", "dateUpdated": "2024-09-16T20:26:38.707Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }