Bug 1265607 (CVE-2015-5257, CVE-2015-5275)
Summary: | CVE-2015-5257 kernel: NULL pointer dereference in USB WhiteHEAT serial driver | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | agordeev, aquini, bhu, dhoward, esammons, fhrbata, gansalmon, iboverma, itamar, jforbes, jkacur, joelsmith, jonathan, jross, jwboyer, kernel-maint, kernel-mgr, kstutsma, lgoncalv, lwang, madhu.chinakonda, matt, mchehab, mcressma, mguzik, mrg-program-list, nmurray, pholasek, plougher, rvrbovsk, slawomir, slong, vdronov, williams |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
A denial of service vulnerability was found in the WhiteHEAT USB Serial Driver (whiteheat_attach function in drivers/usb/serial/whiteheat.c). In the driver, the COMMAND_PORT variable was hard coded and set to 4 (5th element). The driver assumed that the number of ports would always be 5 and used port number 5 as the command port. However, when using a USB device in which the number of ports was set to a number less than 5 (for example, 3), the driver triggered a kernel NULL-pointer dereference. A non-privileged attacker could use this flaw to panic the host.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-06 14:12:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1265612 | ||
Bug Blocks: | 1265611 |
Description
Adam Mariš
2015-09-23 10:57:45 UTC
Created kernel tracking bugs for this issue: Affects: fedora-all [bug 1265612] kernel-4.2.2-300.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. kernel-4.1.10-200.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. kernel-4.1.10-100.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. References: Disclosure post: http://seclists.org/oss-sec/2015/q3/629 A kernel list message: http://marc.info/?l=linux-usb&m=144303376328355 An upstream patch: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cbb4be652d374f64661137756b8f357a1827d6a4 This issue was originally assigned the CVE id CVE-2015-5275. However, a typo was made when handling the id and the reporter's advisory incorrectly used CVE-2015-5257 (the last two digits were swapped): http://seclists.org/oss-sec/2015/q3/629 The CVE-2015-5257 was assigned to an issue in Apache Cordova Android: http://seclists.org/oss-sec/2015/q4/347 However, because of wide use of CVE-2015-5257 for the USB WhiteHEAT driver, MITRE CNA decided to keep CVE-2015-5257 assigned to that issue, reject CVE-2015-5275 as its duplicate, and assign a new CVE id CVE-2015-8320 for the Apache Cordova Android issue: http://seclists.org/oss-sec/2015/q4/356 |