gsd-2015-8869
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2015-8869", "description": "OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function.", "id": "GSD-2015-8869", "references": [ "https://www.suse.com/security/cve/CVE-2015-8869.html", "https://access.redhat.com/errata/RHSA-2017:0565", "https://access.redhat.com/errata/RHSA-2017:0564", "https://access.redhat.com/errata/RHSA-2016:2576", "https://access.redhat.com/errata/RHSA-2016:1296", "https://ubuntu.com/security/CVE-2015-8869", "https://security.archlinux.org/CVE-2015-8869", "https://linux.oracle.com/cve/CVE-2015-8869.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2015-8869" ], "details": "OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function.", "id": "GSD-2015-8869", "modified": "2023-12-13T01:20:03.962411Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-8869", "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": "OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "RHSA-2016:1296", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2016:1296" }, { "name": "RHSA-2016:2576", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2016-2576.html" }, { "name": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html", "refsource": "CONFIRM", "url": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html" }, { "name": "GLSA-201702-15", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201702-15" }, { "name": "openSUSE-SU-2016:2273", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-updates/2016-09/msg00037.html" }, { "name": "[oss-security] 20160429 Re: buffer overflow and information leak in OCaml \u003c 4.03.0", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/04/29/6" }, { "name": "FEDORA-2016-1c4e616564", "refsource": "FEDORA", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2016-May/184507.html" }, { "name": "RHSA-2017:0564", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2017-0564.html" }, { "name": "89318", "refsource": "BID", "url": "http://www.securityfocus.com/bid/89318" }, { "name": "https://github.com/ocaml/ocaml/commit/659615c7b100a89eafe6253e7a5b9d84d0e8df74#diff-a97df53e3ebc59bb457191b496c90762", "refsource": "CONFIRM", "url": "https://github.com/ocaml/ocaml/commit/659615c7b100a89eafe6253e7a5b9d84d0e8df74#diff-a97df53e3ebc59bb457191b496c90762" }, { "name": "RHSA-2017:0565", "refsource": "REDHAT", "url": "http://rhn.redhat.com/errata/RHSA-2017-0565.html" }, { "name": "openSUSE-SU-2016:1335", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-updates/2016-05/msg00081.html" }, { "name": "[oss-security] 20160429 buffer overflow and information leak in OCaml \u003c 4.03.0", "refsource": "MLIST", "url": "http://www.openwall.com/lists/oss-security/2016/04/29/1" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:24:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:opensuse:opensuse:13.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:ocaml:ocaml:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "4.02.3", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2015-8869" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "OCaml before 4.03.0 does not properly handle sign extensions, which allows remote attackers to conduct buffer overflow attacks or obtain sensitive information as demonstrated by a long string to the String.copy function." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-119" }, { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "openSUSE-SU-2016:1335", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-updates/2016-05/msg00081.html" }, { "name": "https://github.com/ocaml/ocaml/commit/659615c7b100a89eafe6253e7a5b9d84d0e8df74#diff-a97df53e3ebc59bb457191b496c90762", "refsource": "CONFIRM", "tags": [], "url": "https://github.com/ocaml/ocaml/commit/659615c7b100a89eafe6253e7a5b9d84d0e8df74#diff-a97df53e3ebc59bb457191b496c90762" }, { "name": "[oss-security] 20160429 Re: buffer overflow and information leak in OCaml \u003c 4.03.0", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2016/04/29/6" }, { "name": "[oss-security] 20160429 buffer overflow and information leak in OCaml \u003c 4.03.0", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2016/04/29/1" }, { "name": "FEDORA-2016-1c4e616564", "refsource": "FEDORA", "tags": [], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2016-May/184507.html" }, { "name": "RHSA-2016:1296", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2016:1296" }, { "name": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html", "refsource": "CONFIRM", "tags": [], "url": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjul2016-3090544.html" }, { "name": "openSUSE-SU-2016:2273", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-updates/2016-09/msg00037.html" }, { "name": "89318", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/89318" }, { "name": "GLSA-201702-15", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/201702-15" }, { "name": "RHSA-2017:0565", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2017-0565.html" }, { "name": "RHSA-2017:0564", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2017-0564.html" }, { "name": "RHSA-2016:2576", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2016-2576.html" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.4, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 5.2 } }, "lastModifiedDate": "2018-10-30T16:27Z", "publishedDate": "2016-06-13T19:59Z" } } }
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.