gsd-2018-17143
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
The html package (aka x/net/html) through 2018-09-17 in Go mishandles <template><tBody><isindex/action=0>, leading to a "panic: runtime error" in inBodyIM in parse.go during an html.Parse call.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2018-17143", "description": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call.", "id": "GSD-2018-17143", "references": [ "https://www.suse.com/security/cve/CVE-2018-17143.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-17143" ], "details": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call.", "id": "GSD-2018-17143", "modified": "2023-12-13T01:22:31.427527Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-17143", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://go-review.googlesource.com/c/net/+/136575", "refsource": "CONFIRM", "url": "https://go-review.googlesource.com/c/net/+/136575" }, { "name": "https://github.com/golang/go/issues/27704", "refsource": "MISC", "url": "https://github.com/golang/go/issues/27704" }, { "name": "FEDORA-2019-07d447a1d3", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LREEWY6KNLHRWFZ7OT4HVLMVVCGGUHON/" }, { "name": "FEDORA-2019-07e8e806e0", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKRCI7WIOCOCD3H7NXWRGIRABTQOZOBK/" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c0.0.0-20180921000356-2f5d2388922f", "affected_versions": "All versions before 0.0.0-20180921000356-2f5d2388922f", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-119", "CWE-937" ], "date": "2023-02-25", "description": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call.", "fixed_versions": [ "0.0.0-20180921000356-2f5d2388922f" ], "identifier": "CVE-2018-17143", "identifiers": [ "GHSA-fcf9-6fv2-fc5v", "CVE-2018-17143" ], "not_impacted": "All versions starting from 0.0.0-20180921000356-2f5d2388922f", "package_slug": "go/golang.org/x/net", "pubdate": "2022-05-13", "solution": "Upgrade to version 0.0.0-20180921000356-2f5d2388922f or above.", "title": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2018-17143", "https://github.com/golang/go/issues/27704", "https://go-review.googlesource.com/c/net/+/136575", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LREEWY6KNLHRWFZ7OT4HVLMVVCGGUHON/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKRCI7WIOCOCD3H7NXWRGIRABTQOZOBK/", "https://go.dev/issue/27704", "https://go.googlesource.com/net/+/2f5d2388922f370f4355f327fcf4cfe9f5583908", "https://pkg.go.dev/vuln/GO-2022-0193", "https://github.com/advisories/GHSA-fcf9-6fv2-fc5v" ], "uuid": "e8b0effa-e508-475a-8a5d-5abb36d94dd0" }, { "affected_range": "\u003c0.0.0-20180921000356-2f5d2388922f", "affected_versions": "All versions before 0.0.0-20180921000356-2f5d2388922f", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-119", "CWE-937" ], "date": "2023-02-08", "description": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call.", "fixed_versions": [ "0.0.0-20180921000356-2f5d2388922f" ], "identifier": "CVE-2018-17143", "identifiers": [ "GHSA-fcf9-6fv2-fc5v", "CVE-2018-17143" ], "not_impacted": "All versions starting from 0.0.0-20180921000356-2f5d2388922f", "package_slug": "go/golang.org/x/net/html", "pubdate": "2022-05-13", "solution": "Upgrade to version 0.0.0-20180921000356-2f5d2388922f or above.", "title": "Improper Restriction of Operations within the Bounds of a Memory Buffer", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2018-17143", "https://github.com/golang/go/issues/27704", "https://go-review.googlesource.com/c/net/+/136575", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LREEWY6KNLHRWFZ7OT4HVLMVVCGGUHON/", "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKRCI7WIOCOCD3H7NXWRGIRABTQOZOBK/", "https://go.dev/issue/27704", "https://go.googlesource.com/net/+/2f5d2388922f370f4355f327fcf4cfe9f5583908", "https://pkg.go.dev/vuln/GO-2022-0193", "https://github.com/advisories/GHSA-fcf9-6fv2-fc5v" ], "uuid": "0406dd02-ea58-459f-9da1-6fb84130e626" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:golang:net:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2018-09-17", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:29:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:28:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-17143" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The html package (aka x/net/html) through 2018-09-17 in Go mishandles \u003ctemplate\u003e\u003ctBody\u003e\u003cisindex/action=0\u003e, leading to a \"panic: runtime error\" in inBodyIM in parse.go during an html.Parse call." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/golang/go/issues/27704", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/golang/go/issues/27704" }, { "name": "https://go-review.googlesource.com/c/net/+/136575", "refsource": "CONFIRM", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://go-review.googlesource.com/c/net/+/136575" }, { "name": "FEDORA-2019-07d447a1d3", "refsource": "FEDORA", "tags": [ "Mitigation", "Release Notes", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LREEWY6KNLHRWFZ7OT4HVLMVVCGGUHON/" }, { "name": "FEDORA-2019-07e8e806e0", "refsource": "FEDORA", "tags": [ "Mailing List", "Release Notes", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UKRCI7WIOCOCD3H7NXWRGIRABTQOZOBK/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2020-08-24T17:37Z", "publishedDate": "2018-09-17T14:29Z" } } }
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…