gsd-2019-11289
Vulnerability from gsd
Modified
2023-12-13 01:24
Details
Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-11289", "description": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "id": "GSD-2019-11289" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-11289" ], "details": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "id": "GSD-2019-11289", "modified": "2023-12-13T01:24:02.083841Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@pivotal.io", "DATE_PUBLIC": "2019-11-18T00:00:00.000Z", "ID": "CVE-2019-11289", "STATE": "PUBLIC", "TITLE": "A forged route service request using an invalid nonce can cause the gorouter to panic and crash" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Routing", "version": { "version_data": [ { "affected": "\u003c", "version_name": "All", "version_value": "0.193.0" } ] } } ] }, "vendor_name": "Cloud Foundry" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-20: Improper Input Validation" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.cloudfoundry.org/blog/cve-2019-11289", "refsource": "CONFIRM", "url": "https://www.cloudfoundry.org/blog/cve-2019-11289" } ] }, "source": { "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.0.0-20191101214924-b1b5c44e050f", "affected_versions": "All versions before 0.0.0-20191101214924-b1b5c44e050f", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-937" ], "date": "2023-02-14", "description": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "fixed_versions": [ "0.0.0-20191101214924-b1b5c44e050f" ], "identifier": "CVE-2019-11289", "identifiers": [ "GHSA-5796-p3m6-9qj4", "CVE-2019-11289" ], "not_impacted": "All versions starting from 0.0.0-20191101214924-b1b5c44e050f", "package_slug": "go/code.cloudfoundry.org/gorouter", "pubdate": "2021-05-18", "solution": "Upgrade to version 0.0.0-20191101214924-b1b5c44e050f or above.", "title": "Improper Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11289", "https://www.cloudfoundry.org/blog/cve-2019-11289", "https://github.com/cloudfoundry/gorouter/commit/b1b5c44e050f73b399b379ca63a42a2c5780a83f", "https://pkg.go.dev/vuln/GO-2021-0102", "https://github.com/advisories/GHSA-5796-p3m6-9qj4" ], "uuid": "dace7619-50b1-4e4e-a002-4bdb03eb05f8" }, { "affected_range": "\u003c0.193.0", "affected_versions": "All versions before 0.193.0", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-937" ], "date": "2021-05-18", "description": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "fixed_versions": [ "0.193.0" ], "identifier": "CVE-2019-11289", "identifiers": [ "GHSA-5796-p3m6-9qj4", "CVE-2019-11289" ], "not_impacted": "All versions starting from 0.193.0", "package_slug": "go/code.cloudfoundry.org/gorouter/common/secure", "pubdate": "2021-05-18", "solution": "Upgrade to version 0.193.0 or above.", "title": "Improper Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11289", "https://www.cloudfoundry.org/blog/cve-2019-11289", "https://github.com/advisories/GHSA-5796-p3m6-9qj4" ], "uuid": "967bd4ce-0043-44e3-ba26-f995385dd230" }, { "affected_range": "\u003cv0.0.0-20191101214924-b1b5c44e050f", "affected_versions": "All versions before 0.0.0-20191101214924-b1b5c44e050f", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-937" ], "date": "2023-02-14", "description": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "fixed_versions": [ "v0.0.0-20191101214924-b1b5c44e050f" ], "identifier": "CVE-2019-11289", "identifiers": [ "GHSA-5796-p3m6-9qj4", "CVE-2019-11289" ], "not_impacted": "All versions starting from 0.0.0-20191101214924-b1b5c44e050f", "package_slug": "go/github.com/cloudfoundry/gorouter", "pubdate": "2021-05-18", "solution": "Upgrade to version 0.0.0-20191101214924-b1b5c44e050f or above.", "title": "Improper Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11289", "https://www.cloudfoundry.org/blog/cve-2019-11289", "https://github.com/cloudfoundry/gorouter/commit/b1b5c44e050f73b399b379ca63a42a2c5780a83f", "https://pkg.go.dev/vuln/GO-2021-0102", "https://github.com/advisories/GHSA-5796-p3m6-9qj4" ], "uuid": "6dbd7120-7582-4b0c-bfca-921ed3f3ddb4", "versions": [] }, { "affected_range": "\u003cv0.0.0-20191101214924-b1b5c44e050f", "affected_versions": "All versions before 0.0.0-20191101214924-b1b5c44e050f", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-20", "CWE-937" ], "date": "2023-02-07", "description": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash.", "fixed_versions": [ "v0.0.0-20191101214924-b1b5c44e050f" ], "identifier": "CVE-2019-11289", "identifiers": [ "GHSA-5796-p3m6-9qj4", "CVE-2019-11289" ], "not_impacted": "All versions starting from 0.0.0-20191101214924-b1b5c44e050f", "package_slug": "go/github.com/cloudfoundry/gorouter/common/secure", "pubdate": "2021-05-18", "solution": "Upgrade to version 0.0.0-20191101214924-b1b5c44e050f or above.", "title": "Improper Input Validation", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11289", "https://www.cloudfoundry.org/blog/cve-2019-11289", "https://github.com/cloudfoundry/gorouter/commit/b1b5c44e050f73b399b379ca63a42a2c5780a83f", "https://pkg.go.dev/vuln/GO-2021-0102", "https://github.com/advisories/GHSA-5796-p3m6-9qj4" ], "uuid": "14398c9e-e65b-4a7a-b1da-d80fd255d514", "versions": [] } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:cloudfoundry:cf-deployment:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "12.8.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:cloudfoundry:routing-release:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "0.193.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@pivotal.io", "ID": "CVE-2019-11289" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "https://www.cloudfoundry.org/blog/cve-2019-11289", "refsource": "CONFIRM", "tags": [ "Vendor Advisory" ], "url": "https://www.cloudfoundry.org/blog/cve-2019-11289" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 7.8, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 4.0 } }, "lastModifiedDate": "2020-01-03T14:15Z", "publishedDate": "2019-11-19T19:15Z" } } }
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.