Skip to content
Permalink
Browse files Browse the repository at this point in the history
FPII-2473: Denial of service vulnerability in Bluetooth CVE-2014-9908
A-28672558

A denial of service vulnerability in Bluetooth could enable a proximate attacker to block Bluetooth access to an affected device. This issue is
rated as High due to the possibility of remote denial of service.

Change-Id: I1c0db02e2773d65c30df785d5db6f2765d737cfc
  • Loading branch information
wyteow authored and Teemu Hukkanen committed Nov 19, 2016
1 parent c0621eb commit f24cec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/java/android/bluetooth/BluetoothSocket.java
Expand Up @@ -192,6 +192,7 @@ private BluetoothSocket acceptSocket(String RemoteAddr) throws IOException {
throw new IOException("bt socket acept failed");
}
as.mSocket = new LocalSocket(fds[0]);
as.mPfd = new ParcelFileDescriptor(fds[0]);
try {
as.mSocket.closeExternalFd();
} catch (IOException e) {
Expand Down

0 comments on commit f24cec3

Please sign in to comment.