CVE-2013-7338
Vulnerability from cvelistv5
Published
2014-04-22 14:00
Modified
2024-08-06 18:01
Severity ?
EPSS score ?
Summary
Python before 3.3.4 RC1 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a file size value larger than the size of the zip file to the (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract, or (5) ZipFile.extractall function.
References
▼ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://bugs.python.org/issue20078 | Exploit, Patch, Vendor Advisory | |
cve@mitre.org | http://hg.python.org/cpython/rev/79ea4ce431b1 | Exploit, Patch, Vendor Advisory | |
cve@mitre.org | http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html | Mailing List | |
cve@mitre.org | http://lists.opensuse.org/opensuse-updates/2014-05/msg00008.html | Mailing List, Third Party Advisory | |
cve@mitre.org | http://seclists.org/oss-sec/2014/q1/592 | Mailing List, Third Party Advisory | |
cve@mitre.org | http://seclists.org/oss-sec/2014/q1/595 | Mailing List, Third Party Advisory | |
cve@mitre.org | http://www.securityfocus.com/bid/65179 | Third Party Advisory, VDB Entry | |
cve@mitre.org | http://www.securitytracker.com/id/1029973 | Third Party Advisory, VDB Entry | |
cve@mitre.org | https://docs.python.org/3.3/whatsnew/changelog.html | Vendor Advisory | |
cve@mitre.org | https://security.gentoo.org/glsa/201503-10 | Third Party Advisory | |
cve@mitre.org | https://support.apple.com/kb/HT205031 | Patch, Vendor Advisory |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-06T18:01:20.402Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "[oss-security] 20140318 CVE request for python/zipfile", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://seclists.org/oss-sec/2014/q1/592" }, { "name": "65179", "tags": [ "vdb-entry", "x_refsource_BID", "x_transferred" ], "url": "http://www.securityfocus.com/bid/65179" }, { "name": "openSUSE-SU-2014:0597", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00008.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://hg.python.org/cpython/rev/79ea4ce431b1" }, { "name": "GLSA-201503-10", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/201503-10" }, { "name": "APPLE-SA-2015-08-13-2", "tags": [ "vendor-advisory", "x_refsource_APPLE", "x_transferred" ], "url": "http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "http://bugs.python.org/issue20078" }, { "name": "[oss-security] 20140319 Re: CVE request for python/zipfile", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "http://seclists.org/oss-sec/2014/q1/595" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://support.apple.com/kb/HT205031" }, { "name": "1029973", "tags": [ "vdb-entry", "x_refsource_SECTRACK", "x_transferred" ], "url": "http://www.securitytracker.com/id/1029973" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://docs.python.org/3.3/whatsnew/changelog.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "datePublic": "2013-12-27T00:00:00", "descriptions": [ { "lang": "en", "value": "Python before 3.3.4 RC1 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a file size value larger than the size of the zip file to the (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract, or (5) ZipFile.extractall function." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2017-06-30T16:57:01", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "name": "[oss-security] 20140318 CVE request for python/zipfile", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://seclists.org/oss-sec/2014/q1/592" }, { "name": "65179", "tags": [ "vdb-entry", "x_refsource_BID" ], "url": "http://www.securityfocus.com/bid/65179" }, { "name": "openSUSE-SU-2014:0597", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00008.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://hg.python.org/cpython/rev/79ea4ce431b1" }, { "name": "GLSA-201503-10", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/201503-10" }, { "name": "APPLE-SA-2015-08-13-2", "tags": [ "vendor-advisory", "x_refsource_APPLE" ], "url": "http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "http://bugs.python.org/issue20078" }, { "name": "[oss-security] 20140319 Re: CVE request for python/zipfile", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "http://seclists.org/oss-sec/2014/q1/595" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://support.apple.com/kb/HT205031" }, { "name": "1029973", "tags": [ "vdb-entry", "x_refsource_SECTRACK" ], "url": "http://www.securitytracker.com/id/1029973" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://docs.python.org/3.3/whatsnew/changelog.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2013-7338", "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": "Python before 3.3.4 RC1 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a file size value larger than the size of the zip file to the (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract, or (5) ZipFile.extractall function." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "[oss-security] 20140318 CVE request for python/zipfile", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2014/q1/592" }, { "name": "65179", "refsource": "BID", "url": "http://www.securityfocus.com/bid/65179" }, { "name": "openSUSE-SU-2014:0597", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-updates/2014-05/msg00008.html" }, { "name": "http://hg.python.org/cpython/rev/79ea4ce431b1", "refsource": "CONFIRM", "url": "http://hg.python.org/cpython/rev/79ea4ce431b1" }, { "name": "GLSA-201503-10", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/201503-10" }, { "name": "APPLE-SA-2015-08-13-2", "refsource": "APPLE", "url": "http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html" }, { "name": "http://bugs.python.org/issue20078", "refsource": "CONFIRM", "url": "http://bugs.python.org/issue20078" }, { "name": "[oss-security] 20140319 Re: CVE request for python/zipfile", "refsource": "MLIST", "url": "http://seclists.org/oss-sec/2014/q1/595" }, { "name": "https://support.apple.com/kb/HT205031", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT205031" }, { "name": "1029973", "refsource": "SECTRACK", "url": "http://www.securitytracker.com/id/1029973" }, { "name": "https://docs.python.org/3.3/whatsnew/changelog.html", "refsource": "CONFIRM", "url": "https://docs.python.org/3.3/whatsnew/changelog.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2013-7338", "datePublished": "2014-04-22T14:00:00", "dateReserved": "2014-03-18T00:00:00", "dateUpdated": "2024-08-06T18:01:20.402Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2013-7338\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2014-04-22T14:23:34.893\",\"lastModified\":\"2019-08-21T12:41:11.127\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Python before 3.3.4 RC1 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a file size value larger than the size of the zip file to the (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract, or (5) ZipFile.extractall function.\"},{\"lang\":\"es\",\"value\":\"Python anterior a 3.3.4 RC1 permite a atacantes remotos causar una denegaci\u00f3n de servicio (bucle infinito y consumo de CPU) a trav\u00e9s de un valor de tama\u00f1o de archivo m\u00e1s grande que el tama\u00f1o del archivo zip hacia la funci\u00f3n (1) ZipExtFile.read, (2) ZipExtFile.read(n), (3) ZipExtFile.readlines, (4) ZipFile.extract o (5) ZipFile.extractall.\"}],\"metrics\":{\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:M/Au:N/C:N/I:N/A:C\",\"accessVector\":\"NETWORK\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"COMPLETE\",\"baseScore\":7.1},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":8.6,\"impactScore\":6.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"A8F5D6EE-7E52-4E82-AFA3-056E2CCA6A95\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F699D1AE-6297-4F3E-B276-7DC246CAACA7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"19C43276-7B2C-4E74-BB71-671934F5BB64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"873A7118-EEFD-49CC-B778-6E91942C6FC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:alpha4:*:*:*:*:*:*\",\"matchCriteriaId\":\"F96A8F58-C28D-4EB2-A3D5-276D17E8E0DE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:beta1:*:*:*:*:*:*\",\"matchCriteriaId\":\"2ACF1669-4D46-4D44-972C-A2D5E5D51069\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:beta2:*:*:*:*:*:*\",\"matchCriteriaId\":\"B7FF3E0E-3D41-47D0-AE18-ADB2EC2942BE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F358C4D2-7A49-4092-BB17-9423E5381F44\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"D17DA663-B755-4D41-A151-347036187E92\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"A837C0BC-C3C8-47B8-8BEA-8F01F4B1A35B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.1:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"3FC85C4C-B721-4BD9-BFFD-DCEC32A77FB9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D553F40-92C2-4537-AF74-5F9307E20AE4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"121225D0-C5DA-4F26-93B8-3D56BC1D38B1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.3:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"52DD66F7-FE7B-4C1C-B07B-F9E4CEEA7AFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.3:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"5D540913-0EEF-413B-8AFD-82E858844FD6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:3.3.3:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"BFD75566-C783-4B16-9FF1-4AC2670310F2\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:mac_os_x:*:*:*:*:*:*:*:*\",\"versionEndIncluding\":\"10.10.4\",\"matchCriteriaId\":\"7883E465-932D-4C11-AA54-97E44181F906\"}]}]}],\"references\":[{\"url\":\"http://bugs.python.org/issue20078\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://hg.python.org/cpython/rev/79ea4ce431b1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://lists.apple.com/archives/security-announce/2015/Aug/msg00001.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\"]},{\"url\":\"http://lists.opensuse.org/opensuse-updates/2014-05/msg00008.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2014/q1/592\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://seclists.org/oss-sec/2014/q1/595\",\"source\":\"cve@mitre.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.securityfocus.com/bid/65179\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"http://www.securitytracker.com/id/1029973\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://docs.python.org/3.3/whatsnew/changelog.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201503-10\",\"source\":\"cve@mitre.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT205031\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}" } }
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.