gsd-2012-2677
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
Integer overflow in the ordered_malloc function in boost/pool/pool.hpp in Boost Pool before 3.9 makes it easier for context-dependent attackers to perform memory-related attacks such as buffer overflows via a large memory chunk size value, which causes less memory to be allocated than expected.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2012-2677", "description": "Integer overflow in the ordered_malloc function in boost/pool/pool.hpp in Boost Pool before 3.9 makes it easier for context-dependent attackers to perform memory-related attacks such as buffer overflows via a large memory chunk size value, which causes less memory to be allocated than expected.", "id": "GSD-2012-2677", "references": [ "https://www.suse.com/security/cve/CVE-2012-2677.html", "https://access.redhat.com/errata/RHSA-2013:0668", "https://linux.oracle.com/cve/CVE-2012-2677.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2012-2677" ], "details": "Integer overflow in the ordered_malloc function in boost/pool/pool.hpp in Boost Pool before 3.9 makes it easier for context-dependent attackers to perform memory-related attacks such as buffer overflows via a large memory chunk size value, which causes less memory to be allocated than expected.", "id": "GSD-2012-2677", "modified": "2023-12-13T01:20:16.740128Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2012-2677", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_affected": "=", "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Integer overflow in the ordered_malloc function in boost/pool/pool.hpp in Boost Pool before 3.9 makes it easier for context-dependent attackers to perform memory-related attacks such as buffer overflows via a large memory chunk size value, which causes less memory to be allocated than expected." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://kqueue.org/blog/2012/03/05/memory-allocator-security-revisited/", "refsource": "MISC", "url": "http://kqueue.org/blog/2012/03/05/memory-allocator-security-revisited/" }, { "name": "http://www.openwall.com/lists/oss-security/2012/06/05/1", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2012/06/05/1" }, { "name": "http://www.openwall.com/lists/oss-security/2012/06/07/13", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2012/06/07/13" }, { "name": "http://www.mandriva.com/security/advisories?name=MDVSA-2013:065", "refsource": "MISC", "url": "http://www.mandriva.com/security/advisories?name=MDVSA-2013:065" }, { "name": "http://lists.fedoraproject.org/pipermail/package-announce/2012-July/083416.html", "refsource": "MISC", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2012-July/083416.html" }, { "name": "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082977.html", "refsource": "MISC", "url": "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082977.html" }, { "name": "https://security.gentoo.org/glsa/202105-04", "refsource": "MISC", "url": "https://security.gentoo.org/glsa/202105-04" }, { "name": "https://svn.boost.org/trac/boost/changeset/78326", "refsource": "MISC", "url": "https://svn.boost.org/trac/boost/changeset/78326" }, { "name": "https://svn.boost.org/trac/boost/ticket/6701", "refsource": "MISC", "url": "https://svn.boost.org/trac/boost/ticket/6701" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:boost:pool:2.0.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:boost:pool:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2012-2677" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Integer overflow in the ordered_malloc function in boost/pool/pool.hpp in Boost Pool before 3.9 makes it easier for context-dependent attackers to perform memory-related attacks such as buffer overflows via a large memory chunk size value, which causes less memory to be allocated than expected." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-189" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20120605 memory allocator upstream patches", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2012/06/05/1" }, { "name": "https://svn.boost.org/trac/boost/changeset/78326", "refsource": "CONFIRM", "tags": [ "Exploit", "Patch" ], "url": "https://svn.boost.org/trac/boost/changeset/78326" }, { "name": "[oss-security] 20120607 Re: memory allocator upstream patches", "refsource": "MLIST", "tags": [], "url": "http://www.openwall.com/lists/oss-security/2012/06/07/13" }, { "name": "https://svn.boost.org/trac/boost/ticket/6701", "refsource": "CONFIRM", "tags": [], "url": "https://svn.boost.org/trac/boost/ticket/6701" }, { "name": "http://kqueue.org/blog/2012/03/05/memory-allocator-security-revisited/", "refsource": "MISC", "tags": [], "url": "http://kqueue.org/blog/2012/03/05/memory-allocator-security-revisited/" }, { "name": "FEDORA-2012-9029", "refsource": "FEDORA", "tags": [], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2012-July/083416.html" }, { "name": "FEDORA-2012-9818", "refsource": "FEDORA", "tags": [], "url": "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082977.html" }, { "name": "MDVSA-2013:065", "refsource": "MANDRIVA", "tags": [], "url": "http://www.mandriva.com/security/advisories?name=MDVSA-2013:065" }, { "name": "GLSA-202105-04", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/202105-04" } ] } }, "impact": { "baseMetricV2": { "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 } }, "lastModifiedDate": "2021-05-26T10:15Z", "publishedDate": "2012-07-25T19:55Z" } } }
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.