{"api_version":"1","generated_at":"2026-07-23T03:46:55+00:00","cve":"CVE-2017-5577","urls":{"html":"https://cve.report/CVE-2017-5577","api":"https://cve.report/api/cve/CVE-2017-5577.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2017-5577","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2017-5577"},"summary":{"title":"CVE-2017-5577","description":"The vc4_get_bcl function in drivers/gpu/drm/vc4/vc4_gem.c in the VideoCore DRM driver in the Linux kernel before 4.9.7 does not set an errno value upon certain overflow detections, which allows local users to cause a denial of service (incorrect pointer dereference and OOPS) via inconsistent size values in a VC4_SUBMIT_CL ioctl call.","state":"PUBLIC","assigner":"cve@mitre.org","published_at":"2017-02-06 06:59:00","updated_at":"2017-02-08 18:32:00"},"problem_types":["CWE-388"],"metrics":[],"references":[{"url":"http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6b8ac63847bc2f958dd93c09edc941a0118992d9","name":"http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6b8ac63847bc2f958dd93c09edc941a0118992d9","refsource":"CONFIRM","tags":["Issue Tracking","Patch","Third Party Advisory"],"title":"kernel/git/torvalds/linux.git - Linux kernel source tree","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://lkml.org/lkml/2017/1/17/759","name":"[linux-kernel] 20170118 [PATCH 2/2] drm/vc4: Return -EINVAL on the overflow checks failing.","refsource":"MLIST","tags":["Mailing List","Patch","Third Party Advisory"],"title":"LKML: Eric Anholt: [PATCH 2/2] drm/vc4: Return -EINVAL on the overflow checks failing.","mime":"text/xml","httpstatus":"200","archivestatus":"200"},{"url":"http://www.securityfocus.com/bid/95765","name":"95765","refsource":"BID","tags":["Third Party Advisory","VDB Entry"],"title":"Linux Kernel CVE-2017-5577 Remote Buffer Overflow Vulnerability","mime":"text/html","httpstatus":"200","archivestatus":"0"},{"url":"http://www.openwall.com/lists/oss-security/2017/01/21/7","name":"[oss-security] 20170122 CVE request: Linux kernel: vc4: int overflow leading to heap-based buffer overflow","refsource":"MLIST","tags":["Mailing List","Patch","Third Party Advisory"],"title":"oss-security - CVE request: Linux kernel: vc4: int overflow leading to heap-based\n buffer overflow","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/torvalds/linux/commit/6b8ac63847bc2f958dd93c09edc941a0118992d9","name":"https://github.com/torvalds/linux/commit/6b8ac63847bc2f958dd93c09edc941a0118992d9","refsource":"CONFIRM","tags":["Issue Tracking","Patch","Third Party Advisory"],"title":"drm/vc4: Return -EINVAL on the overflow checks failing. · torvalds/linux@6b8ac63 · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.7","name":"http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.7","refsource":"CONFIRM","tags":["Release Notes","Vendor Advisory"],"title":"","mime":"text/plain","httpstatus":"200","archivestatus":"200"},{"url":"https://bugzilla.redhat.com/show_bug.cgi?id=1416437","name":"https://bugzilla.redhat.com/show_bug.cgi?id=1416437","refsource":"CONFIRM","tags":["Issue Tracking","Patch"],"title":"Bug 1416437 – CVE-2017-5577 kernel: vc4: Heap-buffer overflow due to failing checks","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://www.cve.org/CVERecord?id=CVE-2017-5577","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2017-5577","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[{"cve_year":"2017","cve_id":"5577","vulnerable":"1","versionEndIncluding":"4.9.6","cpe1":"cpe","cpe2":"2.3","cpe3":"o","cpe4":"linux","cpe5":"linux_kernel","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"*","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"CVE_data_meta":{"ASSIGNER":"cve@mitre.org","ID":"CVE-2017-5577","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 vc4_get_bcl function in drivers/gpu/drm/vc4/vc4_gem.c in the VideoCore DRM driver in the Linux kernel before 4.9.7 does not set an errno value upon certain overflow detections, which allows local users to cause a denial of service (incorrect pointer dereference and OOPS) via inconsistent size values in a VC4_SUBMIT_CL ioctl call."}]},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"n/a"}]}]},"references":{"reference_data":[{"name":"[oss-security] 20170122 CVE request: Linux kernel: vc4: int overflow leading to heap-based buffer overflow","refsource":"MLIST","url":"http://www.openwall.com/lists/oss-security/2017/01/21/7"},{"name":"95765","refsource":"BID","url":"http://www.securityfocus.com/bid/95765"},{"name":"https://github.com/torvalds/linux/commit/6b8ac63847bc2f958dd93c09edc941a0118992d9","refsource":"CONFIRM","url":"https://github.com/torvalds/linux/commit/6b8ac63847bc2f958dd93c09edc941a0118992d9"},{"name":"[linux-kernel] 20170118 [PATCH 2/2] drm/vc4: Return -EINVAL on the overflow checks failing.","refsource":"MLIST","url":"https://lkml.org/lkml/2017/1/17/759"},{"name":"http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.7","refsource":"CONFIRM","url":"http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.7"},{"name":"https://bugzilla.redhat.com/show_bug.cgi?id=1416437","refsource":"CONFIRM","url":"https://bugzilla.redhat.com/show_bug.cgi?id=1416437"},{"name":"http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6b8ac63847bc2f958dd93c09edc941a0118992d9","refsource":"CONFIRM","url":"http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6b8ac63847bc2f958dd93c09edc941a0118992d9"}]}},"nvd":{"publishedDate":"2017-02-06 06:59:00","lastModifiedDate":"2017-02-08 18:32:00","problem_types":["CWE-388"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.0","vectorString":"CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH","baseScore":5.5,"baseSeverity":"MEDIUM"},"exploitabilityScore":1.8,"impactScore":3.6},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:L/AC:L/Au:N/C:N/I:N/A:C","accessVector":"LOCAL","accessComplexity":"LOW","authentication":"NONE","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"COMPLETE","baseScore":4.9},"severity":"MEDIUM","exploitabilityScore":3.9,"impactScore":6.9,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":false}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndIncluding":"4.9.6","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2017","CveId":"5577","Ordinal":"102126","Title":"CVE-2017-5577","CVE":"CVE-2017-5577","Year":"2017"},"notes":[{"CveYear":"2017","CveId":"5577","Ordinal":"1","NoteData":"The vc4_get_bcl function in drivers/gpu/drm/vc4/vc4_gem.c in the VideoCore DRM driver in the Linux kernel before 4.9.7 does not set an errno value upon certain overflow detections, which allows local users to cause a denial of service (incorrect pointer dereference and OOPS) via inconsistent size values in a VC4_SUBMIT_CL ioctl call.","Type":"Description","Title":null},{"CveYear":"2017","CveId":"5577","Ordinal":"2","NoteData":"2017-02-06","Type":"Other","Title":"Published"},{"CveYear":"2017","CveId":"5577","Ordinal":"3","NoteData":"2017-02-06","Type":"Other","Title":"Modified"}]}}}