Show plain JSON{"cve": {"data_type": "CVE", "references": {"reference_data": [{"url": "http://lwn.net/Articles/272048/#Comments", "name": "http://lwn.net/Articles/272048/#Comments", "tags": [], "refsource": "MISC"}, {"url": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469058", "name": "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469058", "tags": [], "refsource": "CONFIRM"}, {"url": "http://lkml.org/lkml/2008/3/5/207", "name": "[linux-kernel] 20080305 Linux doesn't follow x86/x86-64 ABI wrt direction flag", "tags": ["Exploit"], "refsource": "MLIST"}, {"url": "http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00417.html", "name": "[gcc-patches] 20080306 [PATCH, i386]: Emit cld instruction when stringops are used", "tags": [], "refsource": "MLIST"}, {"url": "http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00432.html", "name": "[gcc-patches] 20080306 Re: [PATCH, i386]: Emit cld instruction when stringops are used", "tags": [], "refsource": "MLIST"}, {"url": "http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00428.html", "name": "[gcc-patches] 20080306 Re: [PATCH, i386]: Emit cld instruction when stringops are used", "tags": [], "refsource": "MLIST"}, {"url": "http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00499.html", "name": "[gcc-patches] 20080307 Re: [PATCH, i386]: Emit cld instruction when stringops are used", "tags": [], "refsource": "MLIST"}, {"url": "http://www.redhat.com/support/errata/RHSA-2008-0211.html", "name": "RHSA-2008:0211", "tags": [], "refsource": "REDHAT"}, {"url": "http://www.redhat.com/support/errata/RHSA-2008-0233.html", "name": "RHSA-2008:0233", "tags": [], "refsource": "REDHAT"}, {"url": "http://secunia.com/advisories/31246", "name": "31246", "tags": [], "refsource": "SECUNIA"}, {"url": "https://bugzilla.redhat.com/show_bug.cgi?id=437312", "name": "https://bugzilla.redhat.com/show_bug.cgi?id=437312", "tags": [], "refsource": "CONFIRM"}, {"url": "http://marc.info/?l=git-commits-head&m=120492000901739&w=2", "name": "[git-commits-head] 20080307 x86: clear DF before calling signal handler", "tags": [], "refsource": "MLIST"}, {"url": "http://lists.opensuse.org/opensuse-security-announce/2008-07/msg00002.html", "name": "SUSE-SA:2008:032", "tags": [], "refsource": "SUSE"}, {"url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e40cd10ccff3d9fbffd57b93780bee4b7b9bff51", "name": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e40cd10ccff3d9fbffd57b93780bee4b7b9bff51", "tags": [], "refsource": "CONFIRM"}, {"url": "http://secunia.com/advisories/30818", "name": "30818", "tags": [], "refsource": "SECUNIA"}, {"url": "http://secunia.com/advisories/30890", "name": "30890", "tags": [], "refsource": "SECUNIA"}, {"url": "http://lists.opensuse.org/opensuse-security-announce/2008-06/msg00006.html", "name": "SUSE-SA:2008:030", "tags": [], "refsource": "SUSE"}, {"url": "http://lists.opensuse.org/opensuse-security-announce/2008-07/msg00000.html", "name": "SUSE-SA:2008:031", "tags": [], "refsource": "SUSE"}, {"url": "http://rhn.redhat.com/errata/RHSA-2008-0508.html", "name": "RHSA-2008:0508", "tags": [], "refsource": "REDHAT"}, {"url": "http://lists.vmware.com/pipermail/security-announce/2008/000023.html", "name": "[Security-announce] 20080728 VMSA-2008-00011 Updated ESX service console packages for Samba and vmnix", "tags": [], "refsource": "MLIST"}, {"url": "http://secunia.com/advisories/30962", "name": "30962", "tags": [], "refsource": "SECUNIA"}, {"url": "http://secunia.com/advisories/30850", "name": "30850", "tags": [], "refsource": "SECUNIA"}, {"url": "http://secunia.com/advisories/30116", "name": "30116", "tags": [], "refsource": "SECUNIA"}, {"url": "http://secunia.com/advisories/30110", "name": "30110", "tags": [], "refsource": "SECUNIA"}, {"url": "http://www.securityfocus.com/bid/29084", "name": "29084", "tags": [], "refsource": "BID"}, {"url": "http://www.vupen.com/english/advisories/2008/2222/references", "name": "ADV-2008-2222", "tags": [], "refsource": "VUPEN"}, {"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/41340", "name": "gcc-cld-dos(41340)", "tags": [], "refsource": "XF"}, {"url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11108", "name": "oval:org.mitre.oval:def:11108", "tags": [], "refsource": "OVAL"}]}, "data_format": "MITRE", "description": {"description_data": [{"lang": "en", "value": "gcc 4.3.x does not generate a cld instruction while compiling functions used for string manipulation such as memcpy and memmove on x86 and i386, which can prevent the direction flag (DF) from being reset in violation of ABI conventions and cause data to be copied in the wrong direction during signal handling in the Linux kernel, which might allow context-dependent attackers to trigger memory corruption. NOTE: this issue was originally reported for CPU consumption in SBCL."}]}, "problemtype": {"problemtype_data": [{"description": [{"lang": "en", "value": "CWE-399"}]}]}, "data_version": "4.0", "CVE_data_meta": {"ID": "CVE-2008-1367", "ASSIGNER": "cve@mitre.org"}}, "impact": {"baseMetricV2": {"cvssV2": {"version": "2.0", "baseScore": 7.5, "accessVector": "NETWORK", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "authentication": "NONE", "integrityImpact": "PARTIAL", "accessComplexity": "LOW", "availabilityImpact": "PARTIAL", "confidentialityImpact": "PARTIAL"}, "severity": "HIGH", "impactScore": 6.4, "obtainAllPrivilege": false, "exploitabilityScore": 10.0, "obtainUserPrivilege": true, "obtainOtherPrivilege": false, "userInteractionRequired": false}}, "publishedDate": "2008-03-17T23:44Z", "configurations": {"nodes": [{"children": [], "operator": "OR", "cpe_match": [{"cpe23Uri": "cpe:2.3:a:gnu:gcc:4.3:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true}]}], "CVE_data_version": "4.0"}, "lastModifiedDate": "2017-09-29T01:30Z"}