Vulnerabilites related to gnu - g\+\+
cve-2000-1219
Vulnerability from cvelistv5
Published
2005-04-21 04:00
Modified
2024-09-16 20:36
Severity ?
EPSS score ?
Summary
The -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows.
References
▼ | URL | Tags |
---|---|---|
http://www.kb.cert.org/vuls/id/540517 | third-party-advisory, x_refsource_CERT-VN | |
http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html | mailing-list, x_refsource_MLIST |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-08T05:45:37.423Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "VU#540517", "tags": [ "third-party-advisory", "x_refsource_CERT-VN", "x_transferred" ], "url": "http://www.kb.cert.org/vuls/id/540517" }, { "name": "[gcc-bugs] 20020506 c/6586: -ftrapv doesn\u0027t catch multiplication overflow", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "The -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2005-04-21T04:00:00Z", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "VU#540517", "tags": [ "third-party-advisory", "x_refsource_CERT-VN" ], "url": "http://www.kb.cert.org/vuls/id/540517" }, { "name": "[gcc-bugs] 20020506 c/6586: -ftrapv doesn\u0027t catch multiplication overflow", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2000-1219", "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 -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "VU#540517", "refsource": "CERT-VN", "url": "http://www.kb.cert.org/vuls/id/540517" }, { "name": "[gcc-bugs] 20020506 c/6586: -ftrapv doesn\u0027t catch multiplication overflow", "refsource": "MLIST", "url": "http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2000-1219", "datePublished": "2005-04-21T04:00:00Z", "dateReserved": "2005-04-21T00:00:00Z", "dateUpdated": "2024-09-16T20:36:59.730Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
Vulnerability from fkie_nvd
Published
2000-11-01 05:00
Modified
2024-11-20 23:34
Severity ?
Summary
The -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows.
References
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:g\\+\\+:*:*:*:*:*:*:*:*", "matchCriteriaId": "3F8F6387-72F3-4659-B298-4B1752213D1C", "versionEndIncluding": "3.3.3", "vulnerable": true }, { "criteria": "cpe:2.3:a:gnu:gcc:*:*:*:*:*:*:*:*", "matchCriteriaId": "0914E3FE-A632-4E8B-B6E4-71CC6DBD07D3", "versionEndIncluding": "3.3.3", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The -ftrapv compiler option in gcc and g++ 3.3.3 and earlier does not handle all types of integer overflows, which may leave applications vulnerable to vulnerabilities related to overflows." } ], "id": "CVE-2000-1219", "lastModified": "2024-11-20T23:34:17.320", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ] }, "published": "2000-11-01T05:00:00.000", "references": [ { "source": "cve@mitre.org", "url": "http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html" }, { "source": "cve@mitre.org", "tags": [ "US Government Resource" ], "url": "http://www.kb.cert.org/vuls/id/540517" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://gcc.gnu.org/ml/gcc-bugs/2002-05/msg00198.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "US Government Resource" ], "url": "http://www.kb.cert.org/vuls/id/540517" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }