gsd-2005-3107
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service (deadlock) by forcing a core dump when the traced thread is in the TASK_TRACED state.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2005-3107", "description": "fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service (deadlock) by forcing a core dump when the traced thread is in the TASK_TRACED state.", "id": "GSD-2005-3107", "references": [ "https://www.suse.com/security/cve/CVE-2005-3107.html", "https://www.debian.org/security/2005/dsa-922", "https://access.redhat.com/errata/RHSA-2006:0437", "https://access.redhat.com/errata/RHSA-2005:420" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2005-3107" ], "details": "fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service (deadlock) by forcing a core dump when the traced thread is in the TASK_TRACED state.", "id": "GSD-2005-3107", "modified": "2023-12-13T01:20:12.495387Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2005-3107", "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": "fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service (deadlock) by forcing a core dump when the traced thread is in the TASK_TRACED state." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://linux.bkbits.net:8080/linux-2.6/diffs/fs/exec.c@1.155?nav=index.html|src/|src/fs|hist/fs/exec.c", "refsource": "CONFIRM", "url": "http://linux.bkbits.net:8080/linux-2.6/diffs/fs/exec.c@1.155?nav=index.html|src/|src/fs|hist/fs/exec.c" }, { "name": "oval:org.mitre.oval:def:11473", "refsource": "OVAL", "url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11473" }, { "name": "RHSA-2006:0437", "refsource": "REDHAT", "url": "http://www.redhat.com/support/errata/RHSA-2006-0437.html" }, { "name": "18056", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/18056" }, { "name": "21136", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/21136" }, { "name": "http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc1/2.6.11-rc1-mm1/broken-out/fix-coredump_wait-deadlock-with-ptracer-tracee-on-shared-mm.patch", "refsource": "CONFIRM", "url": "http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc1/2.6.11-rc1-mm1/broken-out/fix-coredump_wait-deadlock-with-ptracer-tracee-on-shared-mm.patch" }, { "name": "21983", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/21983" }, { "name": "DSA-922", "refsource": "DEBIAN", "url": "http://www.debian.org/security/2005/dsa-922" }, { "name": "15049", "refsource": "BID", "url": "http://www.securityfocus.com/bid/15049" }, { "name": "http://support.avaya.com/elmodocs2/security/ASA-2006-180.htm", "refsource": "CONFIRM", "url": "http://support.avaya.com/elmodocs2/security/ASA-2006-180.htm" }, { "name": "17141", "refsource": "SECUNIA", "url": "http://secunia.com/advisories/17141" }, { "name": "RHSA-2005:420", "refsource": "REDHAT", "url": "http://www.redhat.com/support/errata/RHSA-2005-420.html" }, { "name": "USN-199-1", "refsource": "UBUNTU", "url": "http://www.ubuntu.com/usn/usn-199-1" }, { "name": "MDKSA-2006:072", "refsource": "MANDRIVA", "url": "http://www.mandriva.com/security/advisories?name=MDKSA-2006:072" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:2.6.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2005-3107" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "fs/exec.c in Linux 2.6, when one thread is tracing another thread that shares the same memory map, might allow local users to cause a denial of service (deadlock) by forcing a core dump when the traced thread is in the TASK_TRACED state." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ] } ] }, "references": { "reference_data": [ { "name": "http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc1/2.6.11-rc1-mm1/broken-out/fix-coredump_wait-deadlock-with-ptracer-tracee-on-shared-mm.patch", "refsource": "CONFIRM", "tags": [ "Patch" ], "url": "http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc1/2.6.11-rc1-mm1/broken-out/fix-coredump_wait-deadlock-with-ptracer-tracee-on-shared-mm.patch" }, { "name": "USN-199-1", "refsource": "UBUNTU", "tags": [], "url": "http://www.ubuntu.com/usn/usn-199-1" }, { "name": "DSA-922", "refsource": "DEBIAN", "tags": [], "url": "http://www.debian.org/security/2005/dsa-922" }, { "name": "18056", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/18056" }, { "name": "15049", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/15049" }, { "name": "17141", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/17141" }, { "name": "RHSA-2005:420", "refsource": "REDHAT", "tags": [], "url": "http://www.redhat.com/support/errata/RHSA-2005-420.html" }, { "name": "RHSA-2006:0437", "refsource": "REDHAT", "tags": [], "url": "http://www.redhat.com/support/errata/RHSA-2006-0437.html" }, { "name": "21136", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/21136" }, { "name": "http://support.avaya.com/elmodocs2/security/ASA-2006-180.htm", "refsource": "CONFIRM", "tags": [], "url": "http://support.avaya.com/elmodocs2/security/ASA-2006-180.htm" }, { "name": "21983", "refsource": "SECUNIA", "tags": [], "url": "http://secunia.com/advisories/21983" }, { "name": "MDKSA-2006:072", "refsource": "MANDRIVA", "tags": [], "url": "http://www.mandriva.com/security/advisories?name=MDKSA-2006:072" }, { "name": "oval:org.mitre.oval:def:11473", "refsource": "OVAL", "tags": [], "url": "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11473" }, { "name": "http://linux.bkbits.net:8080/linux-2.6/diffs/fs/exec.c@1.155?nav=index.html|src/|src/fs|hist/fs/exec.c", "refsource": "CONFIRM", "tags": [ "Broken Link" ], "url": "http://linux.bkbits.net:8080/linux-2.6/diffs/fs/exec.c@1.155?nav=index.html|src/|src/fs|hist/fs/exec.c" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false } }, "lastModifiedDate": "2018-08-13T21:47Z", "publishedDate": "2005-09-30T10:05Z" } } }
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.