aboutsummaryrefslogtreecommitdiff
path: root/en/security/overview/acknowledgements.html
blob: b6f7074e63b9aebbda6f816f1503bd019649f4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
<html devsite>
  <head>
    <title>Android Security Acknowledgements</title>
    <meta name="project_path" value="/_project.yaml" />
    <meta name="book_path" value="/_book.yaml" />
  </head>
  <body>
  <!--
      Copyright 2017 The Android Open Source Project

      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
  -->



<p>The Android Security Team would like to thank the following people and
parties for helping to improve Android security. They have done this either by
finding and responsibly reporting security vulnerabilities through the AOSP bug
tracker <a
href="https://www.google.com/appserve/security-bugs/m2/new">Security
bug report</a> template or by committing code that has a positive
impact on Android security, including code that qualifies
for the <a href="https://www.google.com/about/appsecurity/patch-rewards/">Patch
Rewards</a> program.</p>

<h2 id="2018">2018</h2>
<p>In 2018, the security acknowledgements are listed by month. In prior years,
acknowledgements were listed together.</p>

<h4 id="dec-2018">December</h4>

<table>
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Baozeng Ding (<a href="https://twitter.com/sploving1" class="external">@sploving1</a>)
   </td>
   <td>CVE-2017-18320</td>
  </tr>
  <tr>
   <td>Daniel Micay (<a href="https://twitter.com/DanielMicay" class="external">@DanielMicay</a>)
   </td>
   <td>CVE-2018-9567</td>
  </tr>
  <tr>
   <td>Hao Chen and Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9557</td>
  </tr>
  <tr>
   <td>Joydeep Mitra and Venkatesh-Prasad Ranganath of Ghera project at
   Kansas State University, USA</td>
   <td>CVE-2018-9548</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (周明建) (
     <a href="https://twitter.com/Mingjian_Zhou"
       class="external">@Mingjian_Zhou</a>)
   of <a href="http://c0reteam.org/" class="external">C0RE Team</a></td>
   <td>CVE-2018-9547</td>
  </tr>
  <tr>
   <td>Newroot (<a href="https://twitter.com/newroot" class="external">@newroot</a>)</td>
   <td>CVE-2018-9560</td>
  </tr>
  <tr>
   <td>Scott Bauer (<a href="https://twitter.com/ScottyBauer1" class="external">@ScottyBauer1</a>)</td>
   <td>CVE-2018-9555, CVE-2018-9558, CVE-2018-9566</td>
  </tr>
  <tr>
   <td>Yong Wang (王勇) (<a href="https://twitter.com/ThomasKing2014" class="external">@ThomasKing2014</a>)
   of Alibaba Inc.</td>
   <td>CVE-2018-9568</td>
  </tr>
  <tr>
   <td>Zinuo Han (<a href="http://weibo.com/ele7enxxh"
                    class="external">weibo.com/ele7enxxh</a>)
       of Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9549, CVE-2018-9552, CVE-2018-9553, CVE-2018-9562</td>
  </tr>
</table>

<h4 id="nov-2018">November</h4>

<table>
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td><a href="https://twitter.com/amarekano" class="external">Amar
     Menezes</a> of <a href="https://labs.mwrinfosecurity.com/"
                       class="external">MWR Labs</a></td>
   <td>CVE-2018-9524</td>
  </tr>
  <tr>
   <td>Elphet and Gong Guang of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9569, CVE-2018-9570, CVE-2018-9573, CVE-2018-9576,
       CVE-2018-9577</td>
  </tr>
  <tr>
   <td>En He (<a href="https://twitter.com/@heeeeen4x"
                 class="external">@heeeeen4x</a>) and Bo Liu of MS509Team
     (<a href="http://www.ms509.com" class="external">www.ms509.com</a>)</td>
   <td>CVE-2018-9457</td>
  </tr>
  <tr>
   <td><a href="https://github.com/michalbednarski" class="external">Michał
     Bednarski</a></td>
   <td>CVE-2018-9522, CVE-2018-9523</td>
  </tr>
  <tr>
   <td>Niky1235 (<a href="https://twitter.com/jiych_guru"
                    class="external">@jiych_guru</a>)</td>
   <td>CVE-2018-9347</td>
  </tr>
  <tr>
   <td>Tamir Zahavi-Brunner (<a href="https://twitter.com/tamir_zb"
                                class="external">@tamir_zb</a>)
     of Zimperium zLabs Team</td>
   <td>CVE-2018-9539</td>
  </tr>
  <tr>
   <td>Xiaobo Xiang of IIE; Gong Guang of Alpha Team, Qihoo 360 Technology Co.
Ltd.</td>
   <td>CVE-2018-9571, CVE-2018-9572, CVE-2018-9574, CVE-2018-9575</td>
  </tr>
  <tr>
   <td>Yongke Wang
     (<a href="https://twitter.com/rudykewang" class="external">@Rudykewang</a>)
     and Xiangqian Zhang
     (<a href="https://twitter.com/h3rb0x" class="external">@h3rb0x</a>) of
     <a href="https://xlab.tencent.com/en/" class="external">Tencent Security
       Xuanwu Lab</a></td>
   <td>CVE-2018-9540, CVE-2018-9541</td>
  </tr>
  <tr>
   <td>Zinuo Han(<a href="http://weibo.com/ele7enxxh"
                    class="external">weibo.com/ele7enxxh</a>)
       of Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9527, CVE-2018-9544, CVE-2018-9545, CVE-2018-9578</td>
  </tr>
</table>

<h4 id="oct-2018">October</h4>

<table>
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Abhishek Sidharthan (Amrita School of Engineering) and Pratheesh P
Narayanan (Sree Narayana Gurukulam College of Engineering)</td>
   <td>CVE-2018-9452</td>
  </tr>
  <tr>
   <td>Chong Wang (<a href="weibo.com/csddl">weibo.com/csddl</a>) of Chengdu
Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9503, CVE-2018-9505</td>
  </tr>
  <tr>
   <td>Daniel Kachakil, Senior Security Consultant, IOActive</td>
   <td>CVE-2018-9493, CVE-2018-9546</td>
  </tr>
  <tr>
   <td>Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9490</td>
  </tr>
  <tr>
   <td>Jann Horn of Google Project Zero</td>
   <td>CVE-2018-9514, CVE-2018-9515</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/jioun_dai">@Jioun_dai</a>) and
Guang Gong (<a href="https://twitter.com/oldfresher">@oldfresher</a>) of
Alpha Team, Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13283</td>
  </tr>
  <tr>
   <td><a href="https://github.com/michalbednarski">Michał Bednarski</a></td>
   <td>CVE-2018-9492</td>
  </tr>
  <tr>
   <td>Niky1235 (<a href="https://twitter.com/jiych_guru">@jiych_guru</a>)</td>
   <td>CVE-2018-9473</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞) of Huawei Mobile Security Lab (华为移动安全实验室)</td>
   <td>CVE-2018-9506, CVE-2018-9507</td>
  </tr>
  <tr>
   <td><a href="https://linkedin.com/in/raywdude">Raymond Wang</a></td>
   <td>CVE-2018-9501</td>
  </tr>
  <tr>
   <td><a href="https://github.com/stze">Stephan Zeisberg</a> of <a
href="https://srlabs.de">Security Research Labs</a></td>
   <td>CVE-2018-9497</td>
  </tr>
  <tr>
   <td>Tamir Zahavi-Brunner (<a
href="https://twitter.com/tamir_zb">@tamir_zb</a>) of Zimperium zLabs Team</td>
   <td>CVE-2018-9499</td>
  </tr>
  <tr>
   <td>Yongke Wang (<a href="https://twitter.com/rudykewang">@Rudykewang</a>)
and Xiangqian Zhang (<a href="https://twitter.com/h3rb0x">@h3rb0x</a>) of <a
href="xlab.tencent.com">Tencent Security Xuanwu Lab</a></td>
   <td>CVE-2018-9502, CVE-2018-9508, CVE-2018-9509, CVE-2018-9510</td>
  </tr>
  <tr>
   <td>Zinuo Han (<a href="weibo.com/ele7enxxh">weibo.com/ele7enxxh</a>) of
Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9476, CVE-2018-9498, CVE-2018-9504</td>
  </tr>
</table>

<h4 id="sept-2018">September</h4>

<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
    <td>Baozeng Ding (<a href="https://twitter.com/@sploving1"
      class="external">@sploving1</a>), Chengming Yang, and Yang Song
      of Alibaba Mobile Security Group</td>
   <td>CVE-2018-9517</td>
  </tr>
  <tr>
   <td>Chong Wang
     (<a href="http://weibo.com/csddl" class="external">weibo.com/csddl</a>) of
     Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9480, CVE-2018-9481, CVE-2018-9482, CVE-2018-9485</td>
  </tr>
  <tr>
   <td>Cusas of L.O. Team</td>
   <td>CVE-2018-9440, CVE-2018-9467</td>
  </tr>
  <tr>
   <td>Daniel Kachakil, Senior Security Consultant, IOActive</td>
   <td>CVE-2018-9468</td>
  </tr>
  <tr>
   <td>En He
     (<a href="https://twitter.com/@heeeeen4x" class="external">@heeeeen4x</a>)
     and Bo Liu of MS509Team
     (<a href="http://www.ms509.com" class="external">ms509.com</a>)</td>
   <td>CVE-2018-9475</td>
  </tr>
  <tr>
   <td>Hector Cuesta Garcia
     (<a href="https://twitter.com/hectorcuesta"
         class="external">@HectorCuesta</a>) of Innotec System</td>
   <td>CVE-2018-9470</td>
  </tr>
  <tr>
   <td>Hongli Han
     (<a href="https://twitter.com/hexb1n" class="external">@hexb1n</a>) and
     Mingjian Zhou (周明建) (<a href="https://twitter.com/mingjian_zhou"
     class="external">@Mingjian_Zhou</a>) of C0RE Team</td>
   <td>CVE-2018-11261</td>
  </tr>
  <tr>
   <td>Jann Horn of Google Project Zero</td>
   <td>CVE-2018-9488</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/jioun_dai"
     class="external">@jioun_dai</a>) and Guang Gong
     (<a href="https://twitter.com/@oldfresher" class="external">@oldfresher</a>)
     of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9478, CVE-2018-9479</td>
  </tr>
  <tr>
   <td>Jianqiang Zhao (@jianqiangzhao) and pjf
     (<a href="http://weibo.com/jfpan" class="external">weibo.com/jfpan</a>)
     of IceSword Lab, Qihoo 360</td>
   <td>CVE-2018-9516</td>
  </tr>
  <tr>
   <td>M3, Inc.</td>
   <td>CVE-2018-9469</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (周明建)
     (<a href="https://twitter.com/@Mingjian_Zhou"
         class="external">@Mingjian_Zhou</a>) of C0RE Team</td>
   <td>CVE-2018-11816</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞) of Huawei Mobile Security Lab (华为移动安全实验室)</td>
   <td>CVE-2018-9519</td>
  </tr>
  <tr>
   <td>Tamir Zahavi-Brunner
     (<a href="https://twitter.com/@tamir_zb" class="external">@tamir_zb</a>)
     of Zimperium zLabs Team</td>
   <td>CVE-2018-9411</td>
  </tr>
  <tr>
   <td>Zinuo Han
     (<a href="http://weibo.com/ele7enxxh" class="external">weibo.com/ele7enxxh</a>)
     of Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9471, CVE-2018-9474, CVE-2018-9483, CVE-2018-9484, CVE-2018-9486</td>
  </tr>
</table>

<h4 id="aug-2018">August</h4>

<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Chao Dai @ L.O. Team</td>
   <td>CVE-2018-9437</td>
  </tr>
  <tr>
   <td><a href="weibo.com/csddl" class="external">Chong Wang</a> of Chengdu
     Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9436, CVE-2018-9448, CVE-2018-9454, CVE-2018-9455</td>
  </tr>
  <tr>
   <td>Dinesh Venkatesan (<a
href="https://twitter.com/malwareresearch" class="external">@malwareresearch</a>)
of Symantec</td>
   <td>CVE-2017-13295</td>
  </tr>
  <tr>
   <td><a href="https://www.linkedin.com/in/dzima" class="external">Dzmitry
       Lukyanenka</a></td>
   <td>CVE-2018-9459, CVE-2018-9461</td>
  </tr>
  <tr>
   <td>En He
     (<a href="https://twitter.com/heeeeen4x" class="external">@heeeeen4x</a>)
     and Bo Liu of
     <a href="http://www.ms509.com" class="external">MS509Team</a></td>
   <td>CVE-2017-13242, CVE-2018-9457</td>
  </tr>
  <tr>
   <td><a href="mailto:pinci.francesco@gmail.com" class="external">Francesco
       Pinci</a></td>
   <td>CVE-2018-9447</td>
  </tr>
  <tr>
  <tr>
   <td>Jann Horn of Google Project Zero</td>
   <td>CVE-2018-9445</td>
  </tr>
  <tr>
   <td>Joshua Steiner of Introne Apps</td>
   <td>CVE-2017-13322</td>
  </tr>
  <tr>
   <td>Scott Bauer
     (<a href="https://twitter.com/ScottyBauer1" class="external">&#64;ScottyBauer1</a>)</td>
   <td>CVE-2018-9441</td>
  </tr>
  <tr>
   <td>Tencent Blade Team</td>
   <td>CVE-2017-18306, CVE-2017-18307</td>
  </tr>
  <tr>
   <td>Tong Lin (<a
href="mailto:segfault5514@gmail.com" class="external">segfault5514@gmail.com</a>)
and Mingjian Zhou (周明建)
(<a href="https://twitter.com/Mingjian_Zhou" class="external">@Mingjian_Zhou</a>)
of <a href="http://c0reteam.org" class="external">C0RE Team</a></td>
   <td>CVE-2018-9439</td>
  </tr>
  <tr>
   <td>V.E.O (<a href="https://twitter.com/vysea" class="external">@VYSEa</a>)
       of <a
href="http://blog.trendmicro.com/trendlabs-security-intelligence/category/mobile/"
class="external">Mobile Security Research Team</a>,
<a href="http://www.trendmicro.com" class="external">Trend Micro</a></td>
   <td>CVE-2018-9444</td>
  </tr>
  <tr>
   <td><a href="weibo.com/ele7enxxh" class="external">Zinuo Han</a> of Chengdu
     Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9435, CVE-2018-9446, CVE-2018-9449, CVE-2018-9450,
       CVE-2018-9451, CVE-2018-9453</td>
  </tr>
</table>

<h4 id="july-2018">July</h4>
 <table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Baozeng Ding (丁保增)
       (<a href="https://twitter.com/sploving1">&#64;sploving</a>)
        of Pandora Lab, Ali Security</td>
   <td>CVE-2018-9422</td>
  </tr>
  <tr>
   <td>Billy Lau of Android Security Research</td>
   <td>CVE-2018-9416</td>
  </tr>
  <tr>
   <td>Cusas of L.O. Team</td>
   <td>CVE-2018-9412</td>
  </tr>
  <tr>
   <td>En He (<a href="https://twitter.com/heeeeen4x">&#64;heeeeen4x</a>) and
       Bo Liu of <a href="http://www.ms509.com">MS509Team</a></td>
   <td>CVE-2018-9432, CVE-2018-9414</td>
  </tr>
  <tr>
   <td>Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9433</td>
  </tr>
  <tr>
   <td>Jann Horn of Google Project Zero</td>
   <td>CVE-2018-9434</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/Jioun_dai">&#64;Jioun_dai</a>) and
       Guang Gong (<a href="https://twitter.com/oldfresher">&#64;oldfresher</a>)
       of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9418, CVE-2018-9419, CVE-2018-9413, CVE-2018-9365</td>
  </tr>
  <tr>
   <td>Jianqiang Zhao (<a href="https://twitter.com/jianqiangzhao"
                          class="external">&#64;jianqiangzhao</a>) and
       pjf (<a href="http://weibo.com/jfpan">weibo.com/jfpan</a>)
       of IceSword Lab, Qihoo 360</td>
   <td>CVE-2018-9417</td>
  </tr>
  <tr>
   <td>Nathan Crandall (<a href="https://twitter.com/natecray">&#64;natecray</a>)
       of Tesla's Product Security Team</td>
   <td>CVE-2017-0606</td>
  </tr>
  <tr>
   <td>niky1235 (<a href="mailto:jiych.guru&#64;gmail.com">jiych.guru&#64;gmail.com</a>,
       <a href="https://twitter.com/jiych_guru">&#64;jiych_guru</a>)</td>
   <td>CVE-2018-9423</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞), Chenfu Bao (包沉浮), Lenx Wei (韦韬)
       of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2017-15851</td>
  </tr>
  <tr>
   <td>Scott Bauer
       (<a href="https://twitter.com/ScottyBauer1">&#64;ScottyBauer1</a>)</td>
   <td>CVE-2018-9430</td>
  </tr>
  <tr>
   <td>Tamir Zahavi-Brunner
       <a href="https://twitter.com/tamir_zb">(&#64;tamir_zb</a>)
       of Zimperium zLabs Team</td>
   <td>CVE-2018-9411</td>
  </tr>
  <tr>
   <td>Tencent Blade Team</td>
   <td>CVE-2018-9421, CVE-2018-9420</td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>)
       of IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9415</td>
  </tr>
  <tr>
   <td>Zinuo Han (<a href="http://weibo.com/ele7enxxh">weibo.com/ele7enxxh</a>)
       of Chengdu Security Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9410, CVE-2018-9424, CVE-2018-9431</td>
  </tr>
</table>


<h4 id="june-2018">June</h4>
<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Baozeng Ding (丁保增) (<a href="https://twitter.com/sploving1">&#64;sploving1</a>)
   of Pandora Lab, Ali Security</td>
   <td>CVE-2018-5857, CVE-2018-9389</td>
  </tr>
  <tr>
   <td>Daniel Kachakil of IOActive</td>
   <td>CVE-2018-9375</td>
  </tr>
  <tr>
   <td>derrek (<a href="https://twitter.com/derrekr6">&#64;derrekr6</a>)</td>
   <td>CVE-2017-6290, CVE-2017-6292, CVE-2017-6294</td>
  </tr>
  <tr>
   <td>Elphet and Gong Guang of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9348</td>
  </tr>
  <tr>
   <td>Hao Chen and Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-5899</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/Jioun_dai">&#64;Jioun_dai</a>)
   and Guang Gong
   (<a href="https://twitter.com/oldfresher">&#64;oldfresher</a>) of Alpha Team,
   Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2018-9381, CVE-2018-9358,<br />
   CVE-2018-9359, CVE-2018-9360,<br />
   CVE-2018-9361, CVE-2018-9357,<br />
   CVE-2018-9356</td>
  </tr>
  <tr>
   <td>joe0x20&#64;gmail.com</td>
   <td>CVE-2018-5898</td>
  </tr>
  <tr>
   <td><a href="https://www.linkedin.com/in/jose-maria-ariel-martinez-juarez-7910a189/">
   Jose Martinez</a></td>
   <td>CVE-2018-5146</td>
  </tr>
  <tr>
   <td>Julien Thomas (<a href="https://twitter.com/julien_thomas">&#64;Julien_Thomas</a>)
   of <a href="http://protektoid.com/">Protektoid.com</a></td>
   <td>CVE-2018-9374</td>
  </tr>
  <tr>
   <td><a href="https://github.com/michalbednarski">Michał Bednarski</a></td>
   <td>CVE-2018-9339</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (周明建)
   (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>)
   of C0RE Team</td>
   <td>CVE-2018-9344</td>
  </tr>
  <tr>
   <td>Niky1235 (<a href="https://twitter.com/jiych_guru">&#64;jiych_guru</a>)</td>
   <td>CVE-2017-13230, CVE-2018-9347</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞), Chenfu Bao (包沉浮), and Lenx Wei (韦韬)<br />
   of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2018-5832, CVE-2018-5896, CVE-2018-5897</td>
  </tr>
  <tr>
   <td>Qing Dong of 360 Beaconlab</td>
   <td>CVE-2018-9386</td>
  </tr>
  <tr>
   <td>Scott Bauer (<a href="https://twitter.com/ScottyBauer1">&#64;ScottyBauer1</a>)</td>
   <td>CVE-2018-9388, CVE-2018-9355,<br />
   CVE-2018-9380</td>
  </tr>
  <tr>
   <td><a href="https://github.com/stze">Stephan Zeisberg</a> of
   <a href="https://srlabs.de/">Security Research Labs</a></td>
   <td>CVE-2018-9350, CVE-2018-9352,<br />
   CVE-2018-9353, CVE-2018-9341</td>
  </tr>
  <tr>
   <td>Tencent Blade Team</td>
   <td>CVE-2018-9345, CVE-2018-9346</td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>)
   of IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0564</td>
  </tr>
  <tr>
   <td>Yuan-Tsung Lo of C0RE Team</td>
   <td>CVE-2017-13079, CVE-2017-13081</td>
  </tr>
  <tr>
   <td>华为移动安全实验室的钱育波</td>
   <td>CVE-2018-9363</td>
  </tr>
  <tr>
   <td>Zinuo Han of Chengdu Security Response Center,
   Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-9340, CVE-2018-9338,<br />
   CVE-2018-9378</td>
  </tr>
</table>

<h4 id="may-2018">May</h4>
<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Corinna Vinschen</td>
   <td>CVE-2018-5853</td>
  </tr>
  <tr>
   <td>derrek (<a href="https://twitter.com/derrekr6">&#64;derrekr6</a>)</td>
   <td>CVE-2017-6293, CVE-2018-6246</td>
  </tr>
  <tr>
   <td>Gengjia Chen (<a href="https://twitter.com/chengjia4574">&#64;chengjia4574</a>) and
   <a href="http://weibo.com/jfpan">pjf</a> of IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-18153</td>
  </tr>
  <tr>
   <td><a href="mailto:arnow117@gmail.com">Hanxiang Wen</a> and Mingjian Zhou (周明建)
   (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
   <a href="http://c0reteam.org">C0RE</a> Team</td>
   <td>CVE-2017-18154</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>) and Mingjian Zhou (周明建)
   (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
   <a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2018-6254</td>
  </tr>
  <tr>
   <td>Joshua Steiner of Introne Apps</td>
   <td>CVE-2017-13322</td>
  </tr>
  <tr>
   <td><a href="https://github.com/michalbednarski">Michał Bednarski</a></td>
   <td>CVE-2017-13310, CVE-2017-13311</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞), Chenfu Bao (包沉浮), and Lenx Wei (韦韬)
   of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2017-15857, CVE-2018-5852</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> of Chengdu Security Response Center,
   Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13321, CVE-2017-13318, CVE-2017-13323, CVE-2017-13319, CVE-2017-13317</td>
  </tr>
</table>


<h4 id="apr-2018">April</h4>

<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Billy Lau of Google</td>
   <td>CVE-2017-13305</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/csddl">Chong Wang</a> of Chengdu Security Response Center, Qihoo
   360 Technology Co. Ltd</td>
   <td>CVE-2017-13287</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/csddl">Chong Wang</a> and
   <a href="http://weibo.com/ele7enxxh">Zinuo Han</a> of Chengdu Security Response Center,
   Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13289, CVE-2017-13286</td>
  </tr>
  <tr>
   <td>Cusas @ Huawei L.O. Team</td>
   <td>CVE-2017-13279</td>
  </tr>
  <tr>
   <td>Daxing Guo of Tencent's Xuanwu Lab</td>
   <td>CVE-2017-13292, CVE-2017-13303</td>
  </tr>
  <tr>
   <td>Dinesh Venkatesan (<a href="https://twitter.com/malwareresearch">&#64;malwareresearch</a>)
   of Symantec</td>
   <td>CVE-2017-13295</td>
  </tr>
  <tr>
   <td>Elphet and Gong Guang of Alpha Team, Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13276</td>
  </tr>
  <tr>
   <td>En He (<a href="https://twitter.com/heeeeen4x">&#64;heeeeen4x</a>) and Bo Liu of
   <a href="http://www.ms509.com">MS509Team</a></td>
   <td>CVE-2017-13294</td>
  </tr>
  <tr>
   <td>Eric Leong (<a href="https://twitter.com/ericwleong">&#64;ericwleong</a>)</td>
   <td>CVE-2017-13301</td>
  </tr>
  <tr>
   <td>Hao Chen and Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2018-3596</td>
  </tr>
  <tr>
   <td>Haosheng Wang (<a href="https://twitter.com/gnehsoah">&#64;gnehsoah</a>)</td>
   <td>CVE-2017-13280</td>
  </tr>
  <tr>
   <td>Jean-Baptiste Cayrou (<a href="https://twitter.com/jbcayrou">&#64;jbcayrou</a>)</td>
   <td>CVE-2017-13284</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/Jioun_dai">&#64;Jioun_dai</a>) and
   Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13291, CVE-2017-13283, CVE-2017-13282, CVE-2017-13281, CVE-2017-13267</td>
  </tr>
  <tr>
   <td>Patrick Delvenne (<a href="https://twitter.com/wintzx">&#64;wintzx</a>) of Orange Labs</td>
   <td>CVE-2018-3584</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞), Chenfu Bao (包沉浮), Lenx Wei (韦韬) of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2017-13306, CVE-2017-13290, CVE-2017-15837</td>
  </tr>
  <tr>
   <td>Tencent Blade Team</td>
   <td>CVE-2017-15853</td>
  </tr>
  <tr>
   <td>Vasily Vasiliev</td>
   <td>CVE-2017-13297</td>
  </tr>
  <tr>
   <td>Weichao Sun of Alibaba Inc (<a href="https://twitter.com/sunblate">&#64;sunblate</a>)</td>
   <td>CVE-2017-13277</td>
  </tr>
  <tr>
   <td><a href="mailto:huahuaisadog@gmail.com">Yang Dai</a> and
   <a href="http://weibo.com/panyu6325">Yu Pan</a> of Vulpecker Team, Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13304</td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>) of IceSword Lab,
   Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-8269, CVE-2017-13307, CVE-2018-5826</td>
  </tr>
  <tr>
   <td>Zhongwen & Chao Dai @ Huawei L.O. Team</td>
   <td>CVE-2017-13274</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> of Chengdu Security Response Center,
   Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-13288, CVE-2017-13298, CVE-2017-13296, CVE-2017-13299,
   CVE-2017-13275, CVE-2017-13285</td>
  </tr>
</table>

<h4 id="mar-2018">March</h4>


 <table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Billy Lau of Google</td>
   <td>CVE-2017-14879</td>
  </tr>
  <tr>
   <td>Daniel Micay of Copperhead Security</td>
   <td>CVE-2017-13265</td>
  </tr>
  <tr>
   <td><a href="mailto:shaodacheng2016@gmail.com">Dacheng Shao</a> and Mingjian
Zhou (周明建)</td>
   <td>CVE-2017-6288</td>
  </tr>
  <tr>
   <td>Elphet and Gong Guang of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13254</td>
  </tr>
  <tr>
   <td>Jake Corina of Shellphish Grill Team</td>
   <td>CVE-2018-3560</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/jioun_dai">&#64;Jioun_dai</a>) and
Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13266, CVE-2017-13256, CVE-2017-13255</td>
  </tr>
  <tr>
   <td>Julian Rauchberger</td>
   <td>CVE-2017-13258</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/hexb1n">&#64;hexb1n</a>),
   <a href="mailto:shaodacheng2016@gmail.com">Dacheng Shao</a>, and Mingjian Zhou
(周明建) (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-6287</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>) and
Mingjian Zhou (周明建)(<a
href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-6286, CVE-2017-6285,<br />
   CVE-2017-6281</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞), Chenfu Bao (包沉浮), Lenx Wei (韦韬) of Baidu X-Lab
(百度安全实验室)</td>
   <td>CVE-2017-13262, CVE-2017-13261, CVE-2017-13260, CVE-2017-11029,
CVE-2017-15814</td>
  </tr>
  <tr>
   <td>Peter Pi of Tencent Security Platform Department</td>
   <td>CVE-2017-13269</td>
  </tr>
  <tr>
   <td>Sang Shin Jung of Deja vu Security</td>
   <td>CVE-2017-13270</td>
  </tr>
  <tr>
   <td>Tamir Zahavi-Brunner
   (<a href="https://twitter.com/tamir_zb">&#64;tamir_zb</a>) of Zimperium zLabs Team</td>
   <td>CVE-2017-13253</td>
  </tr>
  <tr>
   <td>Vasily Vasiliev</td>
   <td>CVE-2017-13249, CVE-2017-13248, CVE-2017-13264</td>
  </tr>
  <tr>
   <td>Wish Wu (<a href=" https://twitter.com/wish_wu">&#64;wish_wu</a>
   <a href="http://www.weibo.com/wishlinux">吴潍浠</a> 此彼) of Ant-financial Light-Year
Security Lab</td>
   <td>CVE-2017-13259, CVE-2017-13272</td>
  </tr>
  <tr>
   <td>Yaoguang Chen of Ant-financial Light-Year Security Lab (蚂蚁金服巴斯光年安全实验室)</td>
   <td>CVE-2017-13257, CVE-2017-13268</td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>) of
IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13271</td>
  </tr>
  <tr>
   <td>ZhangBo of Tencent Security Platform Department</td>
   <td>CVE-2017-18069</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> from Chengdu Security
Response Center of Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13252, CVE-2017-13251, CVE-2018-3561</td>
  </tr>
</table>

<h4 id="feb-2018">February</h4>

<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>Aaron Willey, autoprime (<a
href="https://twitter.com/utoprime?lang=en">&#64;utoprime</a>), and Tyler Montgomery
(<a href="https://twitter.com/tylerfixer">&#64;tylerfixer</a>) of Team Codefire</td>
   <td>CVE-2017-13238</td>
  </tr>
  <tr>
   <td>Cusas (华为公司的cusas)</td>
   <td>CVE-2017-13235</td>
  </tr>
  <tr>
   <td>Elphet and Gong Guang of
Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13229</td>
  </tr>
  <tr>
   <td>En He (<a href="https://twitter.com/heeeeen4x">&#64;heeeeen4x</a>) and Bo Liu
of <a href="http://www.ms509.com">MS509Team</a></td>
   <td>CVE-2017-13242</td>
  </tr>
  <tr>
   <td>Gal Beniamini of Google</td>
   <td>CVE-2017-13236</td>
  </tr>
  <tr>
   <td>Hao Chen and Guang Gong of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13245</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>),
   <a href="mailto:shaodacheng2016@gmail.com">Dacheng Shao</a> and Mingjian Zhou
(<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-6258</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>), Mingjian
Zhou (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-17767, CVE-2017-6279</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (周明建) (<a
href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13241, CVE-2017-13231</td>
  </tr>
  <tr>
   <td>Nightwatch Cybersecurity Research</td>
   <td>CVE-2017-13243</td>
  </tr>
  <tr>
   <td><a href="mailto:jiych.guru@gmail.com">Niky1235</a>
   (<a href="https://twitter.com/jiych_guru">&#64;jiych_guru</a>)</td>
   <td>CVE-2017-13230, CVE-2017-13234</td>
  </tr>
  <tr>
   <td>Outware</td>
   <td>CVE-2017-13239</td>
  </tr>
  <tr>
   <td>Qidan He (<a href="https://twitter.com/flanker_hqd?lang=en">&#64;flanker_hqd</a>)
   of PDD Security Team</td>
   <td>CVE-2017-13246</td>
  </tr>
  <tr>
   <td>Xiling Gong of Tencent Security Platform Department</td>
   <td>CVE-2017-15852</td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>) of
IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13273</td>
  </tr>
  <tr>
   <td>ZhangBo of Tencent Security Platform Department</td>
   <td>CVE-2015-9016</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> from Chengdu Security
Response Center of Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13232</td>
  </tr>
</table>

<h4 id="january-2018">January</h4>

<table>
  <col width="70%">
  <col width="30%">
  <tr>
   <th>Researchers</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td><a href="mailto:zhangadong@huawei.com">Adong Zhang</a> (张阿东),
   <a href="mailto:liuchao741@huawei.com">Chao Liu</a> (刘超), and
<a href="mailto:dongjinguang@huawei.com">Jinguang Dong</a> (董金光)</td>
   <td>CVE-2017-13215</td>
  </tr>
  <tr>
   <td><a href="https://twitter.com/amarekano">Amar Menezes</a> of
   <a href="https://labs.mwrinfosecurity.com/">MWR Labs</a></td>
   <td>CVE-2017-13212</td>
  </tr>
  <tr>
   <td>Andy Tyler (<a href="https://twitter.com/ticarpi">&#64;ticarpi</a>) of
   <a href="http://www.e2e-assure.com ">e2e-assure</a></td>
   <td>CVE-2017-0846</td>
  </tr>
  <tr>
   <td>Baozeng Ding (<a href="https://twitter.com/sploving1">&#64;sploving</a>),
Chengming Yang, and Yang Song of Pandora Lab, Ali Security</td>
   <td>CVE-2017-13222, CVE-2017-13220</td>
  </tr>
  <tr>
   <td>Billy Lau of Google</td>
   <td>CVE-2017-14879</td>
  </tr>
  <tr>
   <td>Cameron Gutman</td>
   <td>CVE-2017-13214</td>
  </tr>
  <tr>
   <td><a href="mailto:zc1991@mail.ustc.edu.cn">Chi Zhang</a> and Mingjian Zhou
(<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13178, CVE-2017-13179</td>
  </tr>
  <tr>
   <td>Gal Beniamini of Google</td>
   <td>CVE-2017-13209</td>
  </tr>
  <tr>
   <td>Haosheng Wang (<a href="https://twitter.com/gnehsoah">&#64;gnehsoah</a>)</td>
   <td>CVE-2017-13198</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>) and
Mingjian Zhou (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>)
of <a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13183, CVE-2017-13180</td>
  </tr>
  <tr>
   <td>Hongli Han (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>),
   <a href="mailto:shaodacheng2016@gmail.com">Dacheng Shao</a>, and Mingjian Zhou
   (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
   <a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13194</td>
  </tr>
  <tr>
   <td>Max Moroz of Google</td>
   <td>CVE-2017-13224</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (周明建)
   (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
   <a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13184, CVE-2017-13201</td>
  </tr>
  <tr>
   <td><a href="mailto:jiych.guru@gmail.com">Niky1235</a>
   (<a href="https://twitter.com/jiych_guru">&#64;jiych_guru</a>)</td>
   <td>CVE-2017-0855, CVE-2017-13195, CVE-2017-13181</td>
  </tr>
  <tr>
   <td><a href="http://github.com/tintinweb">tintinweb</a></td>
   <td>CVE-2017-13208</td>
  </tr>
  <tr>
   <td>Tongxin Li and Xinhui Han of Peking University;
Luyi Xing, Nan Zhang, Xueqiang Wang, and XiaoFeng Wang of Indiana University
Bloomington; Xiaolong Bai of Tsinghua University; and Kai Chen of IIE, Chinese
Academy of Sciences</td>
   <td>CVE-2017-13176</td>
  </tr>
  <tr>
   <td>V.E.O (<a href="https://twitter.com/vysea">&#64;VYSEa</a>) of
   <a href="http://blog.trendmicro.com/trendlabs-security-intelligence/category/mobile/">
   Mobile Threat Response Team</a>, <a href="http://www.trendmicro.com">Trend Micro</a></td>
   <td>CVE-2017-13196, CVE-2017-13186</td>
  </tr>
  <tr>
   <td>Wolfu (付敬贵) of Tencent Security Platform Department</td>
   <td>CVE-2017-13219, CVE-2017-13207</td>
  </tr>
  <tr>
   <td>Xuan Xing of Google</td>
   <td>CVE-2017-13217</td>
  </tr>
  <tr>
   <td>Yangkang (<a href="https://twitter.com/dnpushme">&#64;dnpushme</a>) of Qihoo360 Qex Team</td>
   <td>CVE-2017-13200</td>
  </tr>
  <tr>
   <td>Yongke Wang (<a href="https://twitter.com/Rudykewang">&#64;Rudykewang</a>)
and Yuebin Sun of <a href="http://xlab.tencent.com">Tencent's Xuanwu Lab</a></td>
   <td>CVE-2017-13202</td>
  </tr>
  <tr>
   <td><a href="mailto:computernik@gmail.com">Yuan-Tsung Lo</a> of
   <a href="http://c0reteam.org">C0RE Team</a></td>
   <td>CVE-2017-13213, CVE-2017-13221</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/panyu6325">Yu Pan</a> and
   <a href="mailto:huahuaisadog@gmail.com">Yang Dai</a>  of Vulpecker Team, Qihoo 360
Technology Co. Ltd.</td>
   <td>CVE-2017-0869</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> of Chengdu Security
Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-13206, CVE-2017-13188, CVE-2017-13185</td>
  </tr>
</table>

<h2 id="2017">2017</h2>

<table>
  <col width="50%">
  <col width="50%">
  <tr>
   <th>Researcher</th>
   <th>CVEs</th>
  </tr>
  <tr>
   <td>ADlab of Venustech</td>
   <td>CVE-2017-0630</td>
  </tr>
  <tr>
   <td>Alexander Potapenko of Google Dynamic Tools team</td>
   <td>CVE-2017-0537</td>
  </tr>
  <tr>
   <td>Alexandru Blanda</td>
   <td>CVE-2017-0390</td>
  </tr>
  <tr>
   <td>Amir Cohen of Ben Gurion University Cyber Lab</td>
   <td>CVE-2017-0650</td>
  </tr>
  <tr>
   <td>Ao Wang (<a href="https://twitter.com/ArayzSegment">&#64;ArayzSegment</a>) of
<a href="https://www.pwnzen.com/">Pangu Team</a></td>
   <td>CVE-2017-0691, CVE-2017-0700</td>
  </tr>
  <tr>
   <td>Aravind Machiry of Shellphish Grill Team, University of California, Santa
Barbara</td>
   <td>CVE-2017-0865</td>
  </tr>
  <tr>
   <td>Dr. Asaf Shabtai of Ben Gurion University Cyber Lab</td>
   <td>CVE-2017-0650</td>
  </tr>
  <tr>
   <td>Baozeng Ding (<a href="https://twitter.com/sploving1">&#64;sploving1</a>) of
Alibaba Mobile Security Group</td>
   <td>CVE-2017-0463, CVE-2017-0506, CVE-2017-0711, CVE-2017-0741,
CVE-2017-0742, CVE-2017-0751, CVE-2017-0796, CVE-2017-0798, CVE-2017-0800,
CVE-2017-0827, CVE-2017-0843, CVE-2017-0864, CVE-2017-9703, CVE-2017-9708,
CVE-2017-11000, CVE-2017-11059, CVE-2017-13170</td>
  </tr>
  <tr>
   <td>Ben Actis (<a href="https://twitter.com/ben_ra">&#64;Ben_RA</a>)</td>
   <td>CVE-2016-8461</td>
  </tr>
  <tr>
   <td>Ben Seri of <a href="https://armis.com/">Armis, Inc.</a></td>
   <td>CVE-2017-0781, CVE-2017-0782, CVE-2017-0783, CVE-2017-0785</td>
  </tr>
  <tr>
   <td>Billy Lau of Android Security</td>
   <td>CVE-2017-0335, CVE-2017-0336, CVE-2017-0338, CVE-2017-0460,
CVE-2017-8263, CVE-2017-9682, CVE-2017-13162</td>
  </tr>
  <tr>
   <td>Bo Liu of <a href="http://www.ms509.com/">MS509Team</a></td>
   <td>CVE-2017-0490, CVE-2017-0601, CVE-2017-0639, CVE-2017-0645,
   CVE-2017-0784, CVE-2017-11042</td>
  </tr>
  <tr>
   <td>Chao Yang of Alibaba Mobile Security Group</td>
   <td>CVE-2016-10280, CVE-2016-10281, CVE-2017-0565</td>
  </tr>
  <tr>
   <td>Chenfu Bao (包沉浮) of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2016-8417, CVE-2016-10236, CVE-2017-0728, CVE-2017-0738,
CVE-2017-0766, CVE-2017-0794, CVE-2017-9681, CVE-2017-9684, CVE-2017-9693,
CVE-2017-9694, CVE-2017-9696, CVE-2017-9702, CVE-2017-9715, CVE-2017-9717,
CVE-2017-9720, CVE-2017-11001, CVE-2017-10999, CVE-2017-11057,
CVE-2017-11060, CVE-2017-11061, CVE-2017-11064, CVE-2017-11089, CVE-2017-11090</td>
  </tr>
  <tr>
   <td>Chengming Yang of Alibaba Mobile Security Group</td>
   <td>CVE-2016-10280, CVE-2016-10281, CVE-2017-0463, CVE-2017-0506,
CVE-2017-0565, CVE-2017-0711, CVE-2017-0741, CVE-2017-0742, CVE-2017-0751,
CVE-2017-0796, CVE-2017-0798, CVE-2017-0800, CVE-2017-0827, CVE-2017-0843,
CVE-2017-0864, CVE-2017-9708, CVE-2017-11000, CVE-2017-11059, CVE-2017-13170</td>
  </tr>
  <tr>
   <td>Chenxiong Qian of Georgia Tech</td>
   <td>CVE-2017-0860</td>
  </tr>
  <tr>
   <td><a href="mailto:zc1991@mail.ustc.edu.cn">Chi Zhang</a> of
   <a href="https://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0666, CVE-2017-0681, CVE-2017-0684, CVE-2017-0765,
CVE-2017-0836, CVE-2017-0857, CVE-2017-0880, CVE-2017-13166</td>
  </tr>
  <tr>
   <td>Chiachih Wu (<a href="https://twitter.com/chiachih_wu">&#64;chiachih_wu</a>)
of <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8425, CVE-2016-8426, CVE-2016-8430, CVE-2016-8431,
CVE-2016-8432, CVE-2016-8449, CVE-2016-8435, CVE-2016-8480, CVE-2016-8481,
CVE-2016-8482, CVE-2017-0383, CVE-2017-0384, CVE-2017-0385, CVE-2017-0398,
CVE-2017-0400, CVE-2017-0401, CVE-2017-0402, CVE-2017-0428, CVE-2017-0429,
CVE-2017-0435, CVE-2017-0436, CVE-2017-0444, CVE-2017-0448</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/csddl">Chong Wang</a> of Chengdu Security
Response Center, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0758</td>
  </tr>
  <tr>
   <td>Cong Zheng (<a href="https://twitter.com/shellcong">&#64;shellcong</a>) of
Palo Alto Networks</td>
   <td>CVE-2017-0752</td>
  </tr>
  <tr>
   <td>Constantinos Patsakis of University of Piraeus</td>
   <td>CVE-2017-0807</td>
  </tr>
  <tr>
   <td>Cusas (华为公司的cusas)</td>
   <td>CVE-2017-0870</td>
  </tr>
  <tr>
   <td><a href="mailto:shaodacheng2016@gmail.com">Dacheng Shao</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0483, CVE-2017-0739, CVE-2017-0769, CVE-2017-0801</td>
  </tr>
  <tr>
   <td>Daniel Dakhno</td>
   <td>CVE-2017-0420</td>
  </tr>
  <tr>
   <td>Daniel Micay of Copperhead Security</td>
   <td>CVE-2017-0397, CVE-2017-0405, CVE-2017-0410, CVE-2017-0826, CVE-2017-13160</td>
  </tr>
  <tr>
   <td>Daxing Guo (<a href="https://twitter.com/freener0">&#64;freener0</a>) of
Xuanwu Lab, Tencent</td>
   <td>CVE-2017-0386, CVE-2017-0553, CVE-2017-0585, CVE-2017-0706</td>
  </tr>
  <tr>
   <td><a href="mailto:derrek.haxx@gmail.com">derrek</a>
   (<a href="https://twitter.com/derrekr6">&#64;derrekr6</a>)</td>
   <td>CVE-2016-8413, CVE-2016-8477, CVE-2017-0392, CVE-2017-0521,
CVE-2017-0531, CVE-2017-0576, CVE-2017-8260</td>
  </tr>
  <tr>
   <td>Di Shen (<a href="https://twitter.com/returnsme">&#64;returnsme</a>) of
KeenLab (<a href="https://twitter.com/keen_lab">&#64;keen_lab</a>), Tencent</td>
   <td>CVE-2016-8412, CVE-2016-8427, CVE-2016-8444, CVE-2016-10287,
CVE-2017-0334, CVE-2017-0403, CVE-2017-0427, CVE-2017-0456, CVE-2017-0457,
CVE-2017-0525, CVE-2017-8265</td>
  </tr>
  <tr>
   <td>donfos (Aravind Machiry) of Shellphish Grill Team, UC Santa Barbara</td>
   <td>CVE-2016-5349, CVE-2016-8448, CVE-2016-8470, CVE-2016-8471, CVE-2016-8472</td>
  </tr>
  <tr>
   <td><a href="http://www.linkedin.com/in/dzima">Dzmitry Lukyanenka</a></td>
   <td>CVE-2017-0414, CVE-2017-0703, CVE-2017-0808, CVE-2017-13157,
   CVE-2017-13158, CVE-2017-13159</td>
  </tr>
  <tr>
   <td>Ecular Xu (徐健) of Trend Micro</td>
   <td>CVE-2017-0599, CVE-2017-0635, CVE-2017-0641, CVE-2017-0643, CVE-2017-0859</td>
  </tr>
  <tr>
   <td>Efthimios Alepis of University of Piraeus</td>
   <td>CVE-2017-0807</td>
  </tr>
  <tr>
   <td>Elphet of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0692, CVE-2017-0694, CVE-2017-0771, CVE-2017-0774, CVE-2017-0775</td>
  </tr>
  <tr>
   <td>En He (<a href="http://twitter.com/heeeeen4x">&#64;heeeeen4x</a>) of
   <a href="http://www.ms509.com/">MS509Team</a></td>
   <td>CVE-2017-0394, CVE-2017-0490, CVE-2017-0601, CVE-2017-0639,
CVE-2017-0645, CVE-2017-0784, CVE-2017-11042</td>
  </tr>
  <tr>
    <td>Eric Lafortune of
        <a href="https://www.guardsquare.com/en">GuardSquare</a></td>
    <td>CVE-2017-13156</td>
  </tr>
  <tr>
   <td>Ethan Yonker of <a href="https://twrp.me/">Team Win Recovery Project</a></td>
   <td>CVE-2017-0493</td>
  </tr>
  <tr>
   <td>Fang Chen of Sony Mobile Communications Inc.</td>
   <td>CVE-2017-0481</td>
  </tr>
  <tr>
   <td>Frank Liberato of Chrome</td>
   <td>CVE-2017-0409</td>
  </tr>
  <tr>
   <td>Gal Beniamini of Project Zero</td>
   <td>CVE-2017-0411, CVE-2017-0412, CVE-2017-0561, CVE-2017-0569
       CVE-2017-0570, CVE-2017-0571, CVE-2017-0572</td>
  </tr>
  <tr>
   <td>Gengjia Chen
   (<a href="https://twitter.com/chengjia4574">&#64;chengjia4574</a>) of IceSword Lab,
Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2016-8464, CVE-2016-10285, CVE-2016-10288, CVE-2016-10290,
CVE-2016-10294, CVE-2016-10295, CVE-2016-10296, CVE-2017-0329, CVE-2017-0332,
CVE-2017-0432, CVE-2017-0434, CVE-2017-0446, CVE-2017-0447, CVE-2017-0500,
CVE-2017-0501, CVE-2017-0502, CVE-2017-0503, CVE-2017-0509, CVE-2017-0524,
CVE-2017-0529, CVE-2017-0536, CVE-2017-0566, CVE-2017-0573, CVE-2017-0581,
CVE-2017-0616, CVE-2017-0617, CVE-2017-0624, CVE-2017-0649, CVE-2017-0744,
CVE-2017-6426, CVE-2017-8243, CVE-2017-8244, CVE-2017-8266, CVE-2017-8270,
CVE-2017-9691, CVE-2017-10997</td>
  </tr>
  <tr>
   <td>Godzheng (郑文选 <a
href="https://twitter.com/virtualseekers">&#64;VirtualSeekers</a>) of Tencent PC
Manager</td>
   <td>CVE-2017-0602, CVE-2017-0646</td>
  </tr>
  <tr>
   <td>Google WebM Team</td>
   <td>CVE-2017-0393</td>
  </tr>
  <tr>
   <td>Gregory Vishnepolsky of <a href="https://armis.com/">Armis, Inc.</a></td>
   <td>CVE-2017-0781, CVE-2017-0782, CVE-2017-0783, CVE-2017-0785</td>
  </tr>
  <tr>
   <td>Guang Gong (龚广) (<a href="http://twitter.com/oldfresher">&#64;oldfresher</a>)
of Alpha Team, <a href="http://www.360.com/">Qihoo 360 Technology Co. Ltd.</a></td>
   <td>CVE-2016-8415, CVE-2016-8419, CVE-2016-8420, CVE-2016-8421,
CVE-2016-8454, CVE-2016-8455, CVE-2016-8456, CVE-2016-8457, CVE-2016-8465,
CVE-2016-8476, CVE-2016-10283, CVE-2017-0387, CVE-2017-0415, CVE-2017-0437,
CVE-2017-0438, CVE-2017-0439, CVE-2017-0441, CVE-2017-0442, CVE-2017-0443,
CVE-2017-0453, CVE-2017-0454, CVE-2017-0461, CVE-2017-0464, CVE-2017-0547,
CVE-2017-0567, CVE-2017-0574, CVE-2017-0575, CVE-2017-0577, CVE-2017-0580,
CVE-2017-0584, CVE-2017-0692, CVE-2017-0694, CVE-2017-0727, CVE-2017-0748,
CVE-2017-0771, CVE-2017-0774, CVE-2017-0775, CVE-2017-0786, CVE-2017-0787,
CVE-2017-0788, CVE-2017-0789, CVE-2017-0790, CVE-2017-0791, CVE-2017-0792,
CVE-2017-0825, CVE-2017-6424, CVE-2017-14904</td>
  </tr>
  <tr>
   <td>Guangdong Bai of Singapore Institute of Technology (SIT)</td>
   <td>CVE-2017-0496</td>
  </tr>
  <tr>
   <td>
   <a href="https://www.linkedin.com/in/g%C3%BCliz-seray-tuncay-952a1b9/">Güliz Seray
Tuncay</a> of the <a href="http://tuncay2.web.engr.illinois.edu/">University of
Illinois at Urbana-Champaign</a></td>
   <td>CVE-2017-0593</td>
  </tr>
  <tr>
   <td>Guo Haoran of King Team</td>
   <td>CVE-2017-13172</td>
  </tr>
  <tr>
   <td><a href="mailto:arnow117@gmail.com">Hanxiang Wen</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0400, CVE-2017-0418, CVE-2017-0479, CVE-2017-0480,
CVE-2017-0665, CVE-2017-0681, CVE-2017-0737, CVE-2017-14904</td>
  </tr>
  <tr>
   <td>Hao Chen of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2016-8415, CVE-2016-8419, CVE-2016-8420, CVE-2016-8421,
CVE-2016-8454, CVE-2016-8455, CVE-2016-8456, CVE-2016-8457, CVE-2016-8465,
CVE-2016-8476, CVE-2016-10283, CVE-2017-0437, CVE-2017-0438, CVE-2017-0439,
CVE-2017-0441, CVE-2017-0442, CVE-2017-0443, CVE-2017-0453, CVE-2017-0454,
CVE-2017-0461, CVE-2017-0464, CVE-2017-0567, CVE-2017-0574, CVE-2017-0575,
CVE-2017-0577, CVE-2017-0580, CVE-2017-0584, CVE-2017-0748, CVE-2017-0786,
CVE-2017-0787, CVE-2017-0788, CVE-2017-0789, CVE-2017-0790, CVE-2017-0791,
CVE-2017-0792, CVE-2017-0825, CVE-2017-6424</td>
  </tr>
  <tr>
   <td>Hao Qin of Security Research Lab, Cheetah Mobile</td>
   <td>CVE-2017-11056</td>
  </tr>
  <tr>
   <td>Hiroki Yamamoto of Sony Mobile Communications Inc.</td>
   <td>CVE-2017-0481</td>
  </tr>
  <tr>
   <td><a href="mailto:hlhan@bupt.edu.cn">Hongli Han</a>
   (<a href="https://twitter.com/HexB1n">&#64;HexB1n</a>) of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0384, CVE-2017-0385, CVE-2017-0731, CVE-2017-0739,
   CVE-2017-13154, CVE-2017-6276</td>
  </tr>
  <tr>
   <td>hujianfei of Qihoo360 Qex Team</td>
   <td>CVE-2017-0753</td>
  </tr>
  <tr>
   <td>Ian Foster (<a href="https://twitter.com/lanrat">&#64;lanrat</a>)</td>
   <td>CVE-2017-0554</td>
  </tr>
  <tr>
   <td>Jack Tang of Trend Micro Inc.</td>
   <td>CVE-2017-0579, CVE-2017-9706</td>
  </tr>
  <tr>
   <td>Jake Corina of Shellphish Grill Team</td>
   <td>CVE-2017-0636, CVE-2017-0802</td>
  </tr>
  <tr>
   <td>Jason Gu of Trend Micro</td>
   <td>CVE-2017-0780</td>
  </tr>
  <tr>
   <td>Jeff Sharkey of Google</td>
   <td>CVE-2017-0421, CVE-2017-0423</td>
  </tr>
  <tr>
   <td>Jeff Trim</td>
   <td>CVE-2017-0422</td>
  </tr>
  <tr>
   <td>Jeremy Huang
   (<a href="https://twitter.com/bittorrent3389">&#64;bittorrent3389</a>)
   of King Team</td>
   <td>CVE-2017-13172</td>
  </tr>
  <tr>
   <td>Jianjun Dai (<a href="https://twitter.com/Jioun_dai">&#64;Jioun_dai</a>) of
<a href="https://skyeye.360safe.com/">Qihoo 360 Skyeye Labs</a></td>
   <td>CVE-2017-0478, CVE-2017-0541, CVE-2017-0559</td>
  </tr>
  <tr>
   <td>Jianqiang Zhao (<a href="https://twitter.com/jianqiangzhao">&#64;jianqiangzhao</a>)
   of IceSword Lab, Qihoo 360</td>
   <td>CVE-2016-5346, CVE-2016-8416, CVE-2016-8475, CVE-2016-8478,
CVE-2017-0445, CVE-2017-0458, CVE-2017-0459, CVE-2017-0518, CVE-2017-0519,
CVE-2017-0533, CVE-2017-0534, CVE-2017-0862, CVE-2017-6425, CVE-2017-8233,
CVE-2017-8261, CVE-2017-8268, CVE-2017-9718, CVE-2017-1000380</td>
  </tr>
  <tr>
   <td>Joey Brand of Census Consulting Inc.</td>
   <td>CVE-2017-0698</td>
  </tr>
  <tr>
   <td>Jon Sawyer (<a href="http://twitter.com/jcase">&#64;jcase</a>)</td>
   <td>CVE-2016-8461, CVE-2016-8462</td>
  </tr>
  <tr>
   <td><a href="https://www.linkedin.com/in/jose-maria-ariel-martinez-juarez-7910a189/">
   Jose Martinez</a></td>
   <td>CVE-2017-0841</td>
  </tr>
  <tr>
   <td>Juhu Nie of Xiaomi Inc.</td>
   <td>CVE-2016-10276</td>
  </tr>
  <tr>
   <td>Jun Cheng of Alibaba Inc.</td>
   <td>CVE-2017-0404</td>
  </tr>
  <tr>
   <td>Justin Paupore of Google</td>
   <td>CVE-2017-0831</td>
  </tr>
  <tr>
   <td>Kevin Deus of Google</td>
   <td>CVE-2017-11052, CVE-2017-11054, CVE-2017-11055, CVE-2017-11062</td>
  </tr>
  <tr>
   <td>Lenx Wei (韦韬) of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2016-8417, CVE-2016-10236, CVE-2017-0728, CVE-2017-0738,
CVE-2017-0766, CVE-2017-0794 CVE-2017-9681, CVE-2017-9684, CVE-2017-9693,
CVE-2017-9694, CVE-2017-9696, CVE-2017-9702, CVE-2017-9715, CVE-2017-9717,
CVE-2017-9720, CVE-2017-10999, CVE-2017-11001, CVE-2017-11057,
CVE-2017-11060, CVE-2017-11061, CVE-2017-11064, CVE-2017-11089, CVE-2017-11090</td>
  </tr>
  <tr>
   <td>Liyadong of Qex Team, Qihoo 360</td>
   <td>CVE-2017-0647</td>
  </tr>
  <tr>
   <td><a href="https://microlab.red/">Lorenzo Nicolodi</a></td>
   <td>CVE-2017-13165</td>
  </tr>
  <tr>
   <td><a href="mailto:zlbzlb815@163.com">Lubo Zhang</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8479, CVE-2017-0564, CVE-2017-7368</td>
  </tr>
  <tr>
   <td>ma.la of LINE Corporation</td>
   <td>CVE-2016-5552</td>
  </tr>
  <tr>
   <td>Makoto Onuki of Google</td>
   <td>CVE-2017-0491</td>
  </tr>
  <tr>
   <td>Marco Bartoli (<a href="https://twitter.com/wsxarcher">&#64;wsxarcher</a>)</td>
   <td>CVE-2017-0712</td>
  </tr>
  <tr>
   <td><a href="mailto:salyzyn@android.com">Mark Salyzyn</a> of Google</td>
   <td>CVE-2017-0558</td>
  </tr>
  <tr>
   <td>Max Spector of Google</td>
   <td>CVE-2017-0416</td>
  </tr>
  <tr>
   <td>Michael Goberman of IBM Security X-Force</td>
   <td>CVE-2016-8467</td>
  </tr>
  <tr>
   <td><a href="https://github.com/michalbednarski">Michal Bednarski</a></td>
   <td>CVE-2017-0598, CVE-2017-0806, CVE-2017-0871</td>
  </tr>
  <tr>
   <td>Mike Anderson (<a href="https://twitter.com/manderbot">&#64;manderbot</a>) of
Tesla Motors Product Security Team</td>
   <td>CVE-2017-0327, CVE-2017-0328</td>
  </tr>
  <tr>
   <td>Mingjian Zhou (<a
href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>) of
<a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0383, CVE-2017-0417, CVE-2017-0418, CVE-2017-0425,
CVE-2017-0450, CVE-2017-0479, CVE-2017-0480, CVE-2017-0483, CVE-2017-0665,
CVE-2017-0666, CVE-2017-0681, CVE-2017-0684, CVE-2017-0731, CVE-2017-0737,
CVE-2017-0739, CVE-2017-0765, CVE-2017-0768, CVE-2017-0769, CVE-2017-0779,
CVE-2017-0801, CVE-2017-0812, CVE-2017-0815, CVE-2017-0816, CVE-2017-0836,
CVE-2017-0837, CVE-2017-0840, CVE-2017-0857, CVE-2017-8080, CVE-2017-6276,
CVE-2017-13152, CVE-2017-13154, CVE-2017-13166, CVE-2017-13169, CVE-2017-14904</td>
  </tr>
  <tr>
   <td>Monk Avel</td>
   <td>CVE-2017-0396, CVE-2017-0399</td>
  </tr>
  <tr>
   <td>Nan Li of Xiaomi Inc.</td>
   <td>CVE-2016-10276</td>
  </tr>
  <tr>
   <td>Nathan Crandall (<a href="https://twitter.com/natecray">&#64;natecray</a>)</td>
   <td>CVE-2017-0535</td>
  </tr>
  <tr>
   <td>Nathan Crandall (<a href="https://twitter.com/natecray">&#64;natecray</a>) of
Tesla Motors Product Security Team</td>
   <td>CVE-2017-0306, CVE-2017-0327, CVE-2017-0328, CVE-2017-0331,
CVE-2017-0606, CVE-2017-8242, CVE-2017-9679</td>
  </tr>
  <tr>
   <td>Nick Stephens of Shellphish Grill Team</td>
   <td>CVE-2017-0636, CVE-2017-0802</td>
  </tr>
  <tr>
   <td>Nikolay Elenkov of LINE Corporation</td>
   <td>CVE-2016-5552</td>
  </tr>
  <tr>
   <td><a href="mailto:jiych.guru@gmail.com">Niky1235</a>
   (<a href="https://twitter.com/jiych_guru">&#64;jiych_guru</a>)</td>
   <td>CVE-2017-0603, CVE-2017-0670, CVE-2017-0697, CVE-2017-0726, CVE-2017-0818</td>
  </tr>
  <tr>
   <td>Ning You of Alibaba Mobile Security Group</td>
   <td>CVE-2016-10280, CVE-2016-10281, CVE-2017-0463, CVE-2017-0565</td>
  </tr>
  <tr>
   <td>Nitay Artenstein of Exodus Intelligence</td>
   <td>CVE-2017-9417</td>
  </tr>
  <tr>
   <td>Omer Shwartz of Ben Gurion University Cyber Lab</td>
   <td>CVE-2017-0650</td>
  </tr>
  <tr>
   <td>Peide Zhang of Vulpecker Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0618, CVE-2017-0625</td>
  </tr>
  <tr>
   <td>Peng Xiao of Alibaba Mobile Security Group</td>
   <td>CVE-2016-10280, CVE-2016-10281, CVE-2017-0463, CVE-2017-0506,
CVE-2017-0565, CVE-2017-0842</td>
  </tr>
  <tr>
   <td>Pengfei Ding (丁鹏飞) of Baidu X-Lab (百度安全实验室)</td>
   <td>CVE-2016-8417, CVE-2016-10236, CVE-2017-0728, CVE-2017-0738,
CVE-2017-0766,  CVE-2017-0794, CVE-2017-9681, CVE-2017-9684, CVE-2017-9693,
CVE-2017-9694, CVE-2017-9696, CVE-2017-9702,  CVE-2017-9715, CVE-2017-9717,
CVE-2017-9720, CVE-2017-11001, CVE-2017-10999, CVE-2017-11057,
CVE-2017-11060, CVE-2017-11061, CVE-2017-11064, CVE-2017-11089, CVE-2017-11090</td>
  </tr>
  <tr>
   <td>Peter Pi of Tencent Security Platform Department</td>
   <td>CVE-2017-11046, CVE-2017-11091</td>
  </tr>
  <tr>
   <td>Peter Pi (<a href="https://twitter.com/heisecode">&#64;heisecode</a>) of
Trend Micro</td>
   <td>CVE-2016-8424, CVE-2016-8428, CVE-2016-8429, CVE-2016-8460,
CVE-2016-8469, CVE-2016-8473, CVE-2016-8474</td>
  </tr>
  <tr>
   <td><a href="http://weibo.com/jfpan">pjf</a> of IceSword Lab, Qihoo 360
Technology Co. Ltd.</td>
   <td>CVE-2016-5346, CVE-2016-8416, CVE-2016-8464, CVE-2016-8475,
CVE-2016-8478, CVE-2016-10285, CVE-2016-10288, CVE-2016-10290, CVE-2016-10294,
CVE-2016-10295, CVE-2016-10296, CVE-2017-0329, CVE-2017-0332, CVE-2017-0432,
CVE-2017-0434, CVE-2017-0445, CVE-2017-0446, CVE-2017-0447, CVE-2017-0458,
CVE-2017-0459, CVE-2017-0500, CVE-2017-0501, CVE-2017-0502, CVE-2017-0503,
CVE-2017-0509, CVE-2017-0518, CVE-2017-0519, CVE-2017-0524, CVE-2017-0529,
CVE-2017-0533, CVE-2017-0534, CVE-2017-0536, CVE-2017-0566, CVE-2017-0573,
CVE-2017-0581, CVE-2017-0616, CVE-2017-0617, CVE-2017-0624, CVE-2017-0649,
CVE-2017-0744, CVE-2017-0862, CVE-2017-6425, CVE-2017-6426, CVE-2017-8233,
CVE-2017-8243, CVE-2017-8244, CVE-2017-8261, CVE-2017-8266, CVE-2017-8268,
CVE-2017-8270, CVE-2017-9691, CVE-2017-9718, CVE-2017-10997, CVE-2017-1000380</td>
  </tr>
  <tr>
   <td>Qidan He (何淇丹) (<a href="https://twitter.com/flanker_hqd">&#64;flanker_hqd</a>)
   of KeenLab, Tencent (腾讯科恩实验室)</td>
   <td>CVE-2017-0325, CVE-2017-0337, CVE-2017-0382, CVE-2017-0427,
CVE-2017-0476, CVE-2017-0544, CVE-2017-0861, CVE-2017-0866, CVE-2017-13167,
CVE-2017-13324, CVE-2017-15868</td>
  </tr>
  <tr>
   <td>Qing Zhang of Qihoo 360</td>
   <td>CVE-2017-0496</td>
  </tr>
  <tr>
   <td>Qiwu Huang of Xiaomi Inc.</td>
   <td>CVE-2016-10276</td>
  </tr>
  <tr>
   <td>Quhe of Ant-financial Light-Year Security Lab (蚂蚁金服巴斯光年安全实验室)</td>
   <td>CVE-2017-0522</td>
  </tr>
  <tr>
   <td>Roee Hay (<a href="https://twitter.com/roeehay">&#64;roeehay</a>) of Aleph
Research, HCL Technologies</td>
   <td>CVE-2016-10277, CVE-2017-0563, CVE-2017-0582, CVE-2017-0648, CVE-2017-0829,
   CVE-2017-13174</td>
  </tr>
  <tr>
   <td>Roee Hay of IBM Security X-Force Research</td>
   <td>CVE-2016-8467, CVE-2017-0510</td>
  </tr>
  <tr>
   <td>Sagi Kedmi of IBM Security X-Force Research</td>
   <td>CVE-2017-0433, CVE-2017-0510</td>
  </tr>
  <tr>
   <td><a href="mailto:keun-o.park@darkmatter.ae">Sahara</a> of Secure
Communications in DarkMatter</td>
   <td>CVE-2017-0528</td>
  </tr>
  <tr>
   <td>salls (<a href="https://twitter.com/chris_salls">&#64;chris_salls</a>) of
Shellphish Grill Team, UC Santa Barbara</td>
   <td>CVE-2017-0505, CVE-2017-13168</td>
  </tr>
  <tr>
   <td><a href="mailto:sbauer@plzdonthack.me">Scott Bauer</a>
   (<a href="https://twitter.com/ScottyBauer1">&#64;ScottyBauer1</a>)</td>
   <td>CVE-2016-10274, CVE-2017-0339, CVE-2017-0405, CVE-2017-0504,
CVE-2017-0516, CVE-2017-0521, CVE-2017-0562, CVE-2017-0576, CVE-2017-0705, CVE-2017-0740,
CVE-2017-8259, CVE-2017-8260, CVE-2017-9680, CVE-2017-11053, CVE-2017-13160</td>
  </tr>
  <tr>
   <td>Sean Beaupre (<a href="https://twitter.com/firewaterdevs">&#64;firewaterdevs</a>)</td>
   <td>CVE-2016-8461, CVE-2016-8462, CVE-2017-0455</td>
  </tr>
  <tr>
   <td>Seven Shen (<a href="https://twitter.com/lingtongshen">&#64;lingtongshen</a>)
of Trend Micro Mobile Threat Research Team</td>
   <td>CVE-2016-8418, CVE-2016-8466, CVE-2016-10231, CVE-2017-0449,
CVE-2017-0452, CVE-2017-0578, CVE-2017-0586, CVE-2017-0724, CVE-2017-0772,
CVE-2017-0780, CVE-2017-6247, CVE-2017-6248, CVE-2017-6249, CVE-2017-7369</td>
  </tr>
  <tr>
   <td>Shinichi Matsumoto of Fujitsu</td>
   <td>CVE-2017-0498</td>
  </tr>
  <tr>
   <td>Simon Chung of Georgia Tech</td>
   <td>CVE-2017-0860</td>
  </tr>
  <tr>
   <td><a href="mailto:smarques84@gmail.com">Stéphane Marques</a> of
   <a href="http://www.byterev.com/">ByteRev</a></td>
   <td>CVE-2017-0489</td>
  </tr>
  <tr>
   <td>Stephen Morrow</td>
   <td>CVE-2017-0389</td>
  </tr>
  <tr>
   <td>Svetoslav Ganov of Google</td>
   <td>CVE-2017-0492</td>
  </tr>
  <tr>
   <td>Tim Becker</td>
   <td>CVE-2017-0546</td>
  </tr>
  <tr>
   <td>Timothy Becker of CSS Inc.</td>
   <td>CVE-2017-0667, CVE-2017-0732, CVE-2017-0805</td>
  </tr>
  <tr>
   <td><a href="mailto:segfault5514@gmail.com">Tong Lin</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8425, CVE-2016-8426, CVE-2016-8449, CVE-2016-8479,
CVE-2016-8481, CVE-2016-10291, CVE-2017-0333, CVE-2017-0428, CVE-2017-0435,
CVE-2017-0436, CVE-2017-10661</td>
  </tr>
  <tr>
   <td>Uma Sankar Pradhan
   (<a href="https://twitter.com/umasankar_iitd">&#64;umasankar_iitd</a>)</td>
   <td>CVE-2017-0560</td>
  </tr>
  <tr>
   <td>Valerio Costamagna (<a href="https://twitter.com/vaio_co">&#64;vaio_co</a>)</td>
   <td>CVE-2017-0712</td>
  </tr>
  <tr>
   <td>Vasily Vasiliev</td>
   <td>CVE-2017-0589, CVE-2017-0637, CVE-2017-0638, CVE-2017-0642,
CVE-2017-0675, CVE-2017-0676, CVE-2017-0682, CVE-2017-0683, CVE-2017-0696,
CVE-2017-0699, CVE-2017-0701, CVE-2017-0702, CVE-2017-0716, CVE-2017-0757</td>
  </tr>
  <tr>
   <td>V.E.O (<a href="https://twitter.com/vysea">&#64;VYSEa</a>) of Mobile Threat
Research Team, <a href="http://www.trendmicro.com/">Trend Micro</a></td>
   <td>CVE-2017-0381, CVE-2017-0424, CVE-2017-0466, CVE-2017-0467,
CVE-2017-0468, CVE-2017-0469, CVE-2017-0470, CVE-2017-0471, CVE-2017-0472,
CVE-2017-0473, CVE-2017-0482, CVE-2017-0484, CVE-2017-0485, CVE-2017-0486,
CVE-2017-0487, CVE-2017-0494, CVE-2017-0495, CVE-2017-0538, CVE-2017-0539,
CVE-2017-0540, CVE-2017-0555, CVE-2017-0556, CVE-2017-0557, CVE-2017-0587,
CVE-2017-0590, CVE-2017-0600, CVE-2017-0640, CVE-2017-0674, CVE-2017-0677,
CVE-2017-0679, CVE-2017-0680, CVE-2017-0685, CVE-2017-0686, CVE-2017-0689,
CVE-2017-0693, CVE-2017-0695, CVE-2017-0713, CVE-2017-0715, CVE-2017-0750,
CVE-2017-10662, CVE-2017-10663</td>
  </tr>
  <tr>
   <td>wanchouchou of Ant-financial Light-Year Security Lab (蚂蚁金服巴斯光年安全实验室)</td>
   <td>CVE-2017-0522</td>
  </tr>
  <tr>
   <td>Weichao Sun (<a href="https://twitter.com/sunblate">&#64;sunblate</a>) of
Alibaba Inc.</td>
   <td>CVE-2017-0391, CVE-2017-0407, CVE-2017-0549, CVE-2017-0759</td>
  </tr>
  <tr>
   <td>Wenjun Hu of Palo Alto Networks</td>
   <td>CVE-2017-0752</td>
  </tr>
  <tr>
   <td>Wenke Lee of Georgia Tech</td>
   <td>CVE-2017-0860</td>
  </tr>
  <tr>
   <td><a href="mailto:vancouverdou@gmail.com">Wenke Dou</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0384, CVE-2017-0385, CVE-2017-0398, CVE-2017-0400,
CVE-2017-0401, CVE-2017-0402, CVE-2017-0417, CVE-2017-0418, CVE-2017-0450,
CVE-2017-0483, CVE-2017-0768, CVE-2017-0779, CVE-2017-0812, CVE-2017-0815,
CVE-2017-0816</td>
  </tr>
  <tr>
   <td>Wenlin Yang (<a href="https://twitter.com/wenlin_yang">&#64;wenlin_yang</a>)
of Alpha Team, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0577, CVE-2017-0580</td>
  </tr>
  <tr>
   <td>Wish Wu (<a href="https://twitter.com/wish_wu">&#64;wish_wu</a>)
   (<a href="http://www.weibo.com/wishlinux">吴潍浠</a> 此彼)
   of Ant-financial Light-Year Security Lab</td>
   <td>CVE-2017-0408, CVE-2017-0477, CVE-2017-11063, CVE-2017-11092</td>
  </tr>
  <tr>
   <td>Wolfu (付敬贵)  of Tencent Security Platform Department</td>
   <td>CVE-2017-0863, CVE-2017-11050, CVE-2017-11051, CVE-2017-11067,
CVE-2017-11073, CVE-2017-11093</td>
  </tr>
  <tr>
   <td>Xiangqian Zhang of Alibaba Mobile Security Group</td>
   <td>CVE-2017-0796, CVE-2017-0827</td>
  </tr>
  <tr>
   <td>Xiao Zhang of Palo Alto Networks</td>
   <td>CVE-2017-0752</td>
  </tr>
  <tr>
   <td><a href="mailto:wisedd@gmail.com">Xiaodong Wang</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0429, CVE-2017-0448</td>
  </tr>
  <tr>
   <td>Xiling Gong of Tencent Security Platform Department</td>
   <td>CVE-2017-0597, CVE-2017-0708, CVE-2017-8236, CVE-2017-9690</td>
  </tr>
  <tr>
   <td>Xingyuan Lin of 360 Marvel Team</td>
   <td>CVE-2017-0627, CVE-2017-13163</td>
  </tr>
  <tr>
   <td>Xuxian Jiang of <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8425, CVE-2016-8426, CVE-2016-8430, CVE-2016-8431,
CVE-2016-8432, CVE-2016-8449, CVE-2016-8435, CVE-2016-8479, CVE-2016-8480,
CVE-2016-8481, CVE-2016-8482, CVE-2016-10291, CVE-2017-0326, CVE-2017-0333,
CVE-2017-0383, CVE-2017-0384, CVE-2017-0385, CVE-2017-0398, CVE-2017-0400,
CVE-2017-0401, CVE-2017-0402, CVE-2017-0417, CVE-2017-0418, CVE-2017-0425,
CVE-2017-0428, CVE-2017-0429, CVE-2017-0435, CVE-2017-0436, CVE-2017-0444,
CVE-2017-0448, CVE-2017-0450, CVE-2017-0479, CVE-2017-0480, CVE-2017-0483,
CVE-2017-0526, CVE-2017-0527, CVE-2017-0651, CVE-2017-0665, CVE-2017-0666,
CVE-2017-0681, CVE-2017-0684, CVE-2017-0709, CVE-2017-0731, CVE-2017-0737,
CVE-2017-0739, CVE-2017-0765, CVE-2017-0768, CVE-2017-0769, CVE-2017-0779,
CVE-2017-0801, CVE-2017-7368, CVE-2017-8264, CVE-2017-10661</td>
  </tr>
  <tr>
   <td><a href="https://xtn-lab.com/">XTN</a></td>
   <td>CVE-2017-13165</td>
  </tr>
  <tr>
   <td>Yan Zhou of Eagleye team, SCC, Huawei</td>
   <td>CVE-2017-9678</td>
  </tr>
  <tr>
   <td><a href="mailto:bigwyfone@gmail.com">Yanfeng Wang</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8430, CVE-2016-8482</td>
  </tr>
  <tr>
   <td>Yang Cheng of Xiaomi Inc.</td>
   <td>CVE-2016-10276</td>
  </tr>
  <tr>
   <td><a href="mailto:huahuaisadog@gmail.com">Yang Dai</a> of Vulpecker Team,
Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2017-0795, CVE-2017-0799, CVE-2017-0804, CVE-2017-0803,
   CVE-2017-6262, CVE-2017-6263, CVE-2017-6280</td>
  </tr>
  <tr>
   <td>Yang Song of Alibaba Mobile Security Group</td>
   <td>CVE-2016-10280, CVE-2016-10281, CVE-2017-0463, CVE-2017-0506,
CVE-2017-0565, CVE-2017-0711, CVE-2017-0741, CVE-2017-0742, CVE-2017-0751,
CVE-2017-0796, CVE-2017-0798, CVE-2017-0800, CVE-2017-0827, CVE-2017-0842,
CVE-2017-0843, CVE-2017-0864, CVE-2017-11000, CVE-2017-11059, CVE-2017-9703,
CVE-2017-9708, CVE-2017-13170</td>
  </tr>
  <tr>
   <td>Yanick Fratantonio (UC Santa Barbara, Shellphish Grill Team, EURECOM)</td>
   <td>CVE-2017-0860</td>
  </tr>
  <tr>
   <td>Yangkang (<a href="https://twitter.com/dnpushme">&#64;dnpushme</a>) of Qex
Team, Qihoo 360</td>
   <td>CVE-2017-0647, CVE-2017-0690, CVE-2017-0753</td>
  </tr>
  <tr>
   <td><a href="mailto:yaojun8558363@gmail.com">Yao Jun</a> of
   <a href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8431, CVE-2016-8432, CVE-2016-8435, CVE-2016-8480</td>
  </tr>
  <tr>
   <td>Yaoguang Chen of Ant-financial Light-Year Security Lab (蚂蚁金服巴斯光年安全实验室)</td>
   <td>CVE-2017-13171</td>
  </tr>
  <tr>
   <td>Yong Wang (王勇) (<a
href="https://twitter.com/ThomasKing2014">&#64;ThomasKing2014</a>) of Alibaba Inc.</td>
   <td>CVE-2017-0404, CVE-2017-0588, CVE-2017-0842, CVE-2017-13164, CVE-2017-9708,
   CVE-2017-13170 </td>
  </tr>
  <tr>
   <td>Yonggang Guo (<a href="https://twitter.com/guoygang">&#64;guoygang</a>) of
IceSword Lab, Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2016-10289, CVE-2017-0465, CVE-2017-0564, CVE-2017-0746,
CVE-2017-0749, CVE-2017-7370, CVE-2017-8267, CVE-2017-8269, CVE-2017-8271,
CVE-2017-8272, CVE-2017-11048, CVE-2017-12146</td>
  </tr>
  <tr>
   <td>Yongke Wang of <a href="http://xlab.tencent.com/">Tencent's Xuanwu
Lab</a></td>
   <td>CVE-2017-0729, CVE-2017-0767, CVE-2017-0839, CVE-2017-0848</td>
  </tr>
  <tr>
   <td>Dr. Yossi Oren of Ben Gurion University Cyber Lab</td>
   <td>CVE-2017-0650</td>
  </tr>
  <tr>
   <td>Yu Pan of Vulpecker Team, Qihoo 360 Technology Co. Ltd</td>
   <td>CVE-2016-10282, CVE-2017-0517, CVE-2017-0532, CVE-2017-0615,
CVE-2017-0618, CVE-2017-0625, CVE-2017-0795, CVE-2017-0799, CVE-2017-0804,
CVE-2017-0803, CVE-2017-6262, CVE-2017-6263, CVE-2017-6280</td>
  </tr>
  <tr>
   <td><a href="mailto:computernik@gmail.com">Yuan-Tsung Lo</a> of <a
href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2016-8425, CVE-2016-8426, CVE-2016-8430, CVE-2016-8431,
CVE-2016-8432, CVE-2016-8435, CVE-2016-8449, CVE-2016-8479, CVE-2016-8480,
CVE-2016-8481, CVE-2016-8482, CVE-2016-10291, CVE-2017-0326, CVE-2017-0333,
CVE-2017-0428, CVE-2017-0429, CVE-2017-0435, CVE-2017-0436, CVE-2017-0444,
CVE-2017-0448, CVE-2017-0526, CVE-2017-0527, CVE-2017-6264, CVE-2017-6274,
CVE-2017-6275, CVE-2017-0651, CVE-2017-0709, CVE-2017-0824, CVE-2017-7368,
CVE-2017-8264, CVE-2017-10661, CVE-2017-14903</td>
  </tr>
  <tr>
   <td>Yuebin Sun of <a href="http://xlab.tencent.com/">Tencent's Xuanwu Lab</a></td>
   <td>CVE-2017-0767, CVE-2017-0839, CVE-2017-0848</td>
  </tr>
  <tr>
   <td>Yuqi Lu (<a href="https://twitter.com/nikos233__">&#64;nikos233</a>) of <a
href="http://c0reteam.org/">C0RE Team</a></td>
   <td>CVE-2017-0383, CVE-2017-0401, CVE-2017-0417, CVE-2017-0425, CVE-2017-0483</td>
  </tr>
  <tr>
   <td>Yuxiang Li (<a href="https://twitter.com/xbalien29">&#64;Xbalien29</a>) of
Tencent Security Platform Department</td>
   <td>CVE-2017-0395, CVE-2017-0669, CVE-2017-0704</td>
  </tr>
  <tr>
   <td>Zach Riggle (<a href="https://twitter.com/ebeip90">&#64;ebeip90</a>) of the
Android Security Team</td>
   <td>CVE-2017-0710</td>
  </tr>
  <tr>
   <td>Zhanpeng Zhao (行之) (<a href="https://twitter.com/0xr0ot">&#64;0xr0ot</a>) of
Security Research Lab, <a href="http://www.cmcm.com/">Cheetah Mobile</a></td>
   <td>CVE-2016-8451</td>
  </tr>
  <tr>
   <td>Zhe Jin (金哲) of Chengdu Security Response Center, Qihoo 360 Technology
Co. Ltd.</td>
   <td>CVE-2017-0758, CVE-2017-0760</td>
  </tr>
  <tr>
   <td><a href="mailto:zhouzhenster@gmail.com">Zhen Zhou</a>
   (<a href="https://twitter.com/henices">&#64;henices</a>) of
<a href="http://www.nsfocus.com/">NSFocus</a></td>
   <td>CVE-2017-0406</td>
  </tr>
  <tr>
   <td>Zhi Xu of Palo Alto Networks</td>
   <td>CVE-2017-0752</td>
  </tr>
  <tr>
   <td><a href="mailto:sundaywind2004@gmail.com">Zhixin Li</a> of <a
href="http://www.nsfocus.com/">NSFocus</a></td>
   <td>CVE-2017-0406</td>
  </tr>
  <tr>
   <td><a href="https://weibo.com/ele7enxxh">Zinuo Han</a> from Chengdu Security
Response Center of Qihoo 360 Technology Co. Ltd.</td>
   <td>CVE-2017-0475, CVE-2017-0497, CVE-2017-0548, CVE-2017-0678,
CVE-2017-0691, CVE-2017-0700, CVE-2017-0714, CVE-2017-0718, CVE-2017-0719,
CVE-2017-0720, CVE-2017-0722, CVE-2017-0725, CVE-2017-0745, CVE-2017-0760,
CVE-2017-0761, CVE-2017-0764, CVE-2017-0776, CVE-2017-0777, CVE-2017-0778,
CVE-2017-0813, CVE-2017-0814, CVE-2017-0820, CVE-2017-0823, CVE-2017-0850,
CVE-2017-0858, CVE-2017-0879</td>
  </tr>
  <tr>
   <td>Zubin Mithra of Google</td>
   <td>CVE-2017-0462, CVE-2017-8241</td>
  </tr>
</table>

<h4 id="2017-additional-contributions">Additional contributions</h4>
<p>We would also like to acknowledge the contributions of the following
individuals to Android security:</p>
 <ul>
  <li>William Roberts
   (<a href="mailto:william.c.roberts@intel.com">william.c.roberts@intel.com</a>)</li>
 </ul>

<h2 id="2016">2016</h2>

<div style="LINE-HEIGHT:25px;">

<p>Abhishek Arya of Google Chrome Security Team</p>

<p>Adam Donenfeld et al. of Check Point Software Technologies Ltd.</p>

<p>Adam Powell of Google</p>

<p>Alex Chapman of Context Information Security</p>

<p>Altaf Shaik of <a
href="http://www.isti.tu-berlin.de/security_in_telecommunications">Security in
Telecommunications</a></p>

<p>Andre Teixeira Rizzo</p>

<p>Andrea Biondo</p>

<p>Andrei Kapishnikov of Google</p>

<p>Andy Tyler (<a href="https://twitter.com/ticarpi">&#64;ticarpi</a>) of
    <a href="https://www.e2e-assure.com">e2e-assure</a></p>

<p>Anestis Bechtsoudis (<a href="https://twitter.com/anestisb">&#64;anestisb</a>) of CENSUS S.A.</p>

<p>Ao Wang (<a href="https://twitter.com/ArayzSegment">&#64;ArayzSegment</a>) of
   <a href="http://www.pkav.net">PKAV</a>, Silence Information Technology</p>
<p>Askyshang of Security Platform Department, Tencent</p>

<p>Baozeng Ding of Alibaba Mobile Security Group</p>

<p>Ben Hawkes of Google Project Zero</p>

<p>Billy Lau of Android Security</p>

<p>Brad Ebinger of Google Telecom Team</p>

<p>Broadgate Team</p>

<p>Chad Brubaker of Android Security</p>

<p>Chao Yang of Alibaba Mobile Security Group</p>

<p>Chenfu Bao (包沉浮) of Baidu X-Lab</p>

<p>Chengming Yang of Alibaba Mobile Security Group</p>

<p><a href="mailto:zc1991@mail.ustc.edu.cn">Chi Zhang</a> of <a
  href="http://c0reteam.org">C0RE Team</a></p>

<p>Chiachih Wu (<a href="https://twitter.com/chiachih_wu">&#64;chiachih_wu</a>) of
<a href="http://c0reteam.org">C0RE Team</a> from <a href="http://www.360safe.com/">Qihoo 360</a></p>

<p>Christian Seel</p>

<p>Christopher Tate of Google</p>

<p><a href="mailto:kpatsak@unipi.gr">Constantinos Patsakis</a> of University
 of Piraeus</p>

<p>Cory Pruce of Carnegie Mellon University</p>

<p>Cristiano Giuffrida of Vrije Universiteit Amsterdam</p>

<p>Daniel Micay of Copperhead Security</p>

<p>David Benjamin of Google</p>

<p>David Riley of the Google Pixel C Team</p>

<p>Dawei Peng (<a href="http://weibo.com/u/5622360291">Vinc3nt4H</a>) of
<a href="http://jaq.alibaba.com">Alibaba Mobile Security Team</a></p>

<p>Di Shen (<a href="https://twitter.com/returnsme">&#64;returnsme</a>) of KeenLab
   (<a href="https://twitter.com/keen_lab">&#64;keen_lab</a>), Tencent</p>

<p>Dianne Hackborn of Google</p>

<p>Dmitry Vyukov of Google Dynamic Tools team</p>

<p>Dominik Schürmann of <a href="https://www.ibr.cs.tu-bs.de">Institute for
  Operating Systems and Computer Networks</a>, TU Braunschweig</p>

<p><a href="mailto:dshe002@ucr.edu">Dongdong She</a> of UC Riverside</p>

<p>Dongkwan Kim (<a href="mailto:dkay@kaist.ac.kr">dkay@kaist.ac.kr</a>)
of System Security Lab, KAIST</p>

<p>dosomder</p>

<p>dragonltx of Alibaba mobile security team</p>

<p>DS</p>

<p>Dzmitry Lukyanenka (<a href="http://www.linkedin.com/in/dzima">www.linkedin.com/in/dzima</a>)</p>

<p>Ecular Xu (徐健) of Trend Micro</p>

<p><a href="mailto:talepis@unipi.gr">Efthimios Alepis</a> of University of Piraeus</p>

<p>En He (<a href="https://twitter.com/heeeeen4x">&#64;heeeeen4x</a>) of <a
  href="http://www.ms509.com">MS509Team</a></p>

<p>Gal Beniamini (<a href="https://twitter.com/@laginimaineb">&#64;laginimaineb</a>,
 <a href="http://bits-please.blogspot.com/">http://bits-please.blogspot.com</a>)</p>

<p>Gengjia Chen (<a href="https://twitter.com/@chengjia4574">&#64;chengjia4574</a>)
 of Lab 0x031E, Qihoo 360 Technology Co. Ltd</p>

<p>Gengming Liu (刘耕铭) (<a href="http://twitter.com/dmxcsnsbh">&#64;dmxcsnsbh</a>)
  of KeenLab, Tencent</p>

<p><a href="mailto:gpiskas@gmail.com">George Piskas</a> of
 <a href="https://www.epfl.ch">École polytechnique fédérale de Lausanne</a></p>

<p>Giovanni Vigna of University of California, Santa Barbara</p>

<p>Greg Kaiser of Google Android Team</p>

<p>Guang Gong (龚广) (<a href="https://twitter.com/oldfresher">&#64;oldfresher</a>)
   of <a href="http://www.360.com/">Qihoo 360 Technology Co. Ltd.</a></p>

<p><a href="mailto:hzhan033@ucr.edu">Hang Zhang</a> of UC Riverside</p>

<p><a  href="mailto:arnow117@gmail.com">Hanxiang Wen</a> of <a
  href="http://c0reteam.org">C0RE Team</a></p>

<p>Hao Chen of Vulpecker Team, Qihoo 360 Technology Co. Ltd.</p>

<p>Hao Qin of Security Research Lab, <a href="http://www.cmcm.com">Cheetah Mobile</a></p>

<p>Herbert Bos of Vrije Universiteit Amsterdam</p>

<p>Hongil Kim (<a href="mailto:hongilk@kaist.ac.kr">hongilk@kaist.ac.kr</a>)
of System Security Lab, KAIST</p>

<p>Imre Rad of <a href="http://www.search-lab.hu/">Search-Lab Ltd.</a></p>

<p><a href="http://www.iwobanas.com">Iwo Banas</a></p>

<p>Jake Valletta of Mandiant, a FireEye company</p>

<p>James Forshaw of Google Project Zero</p>

<p>Jann Horn (<a href="https://thejh.net/">https://thejh.net</a>)</p>

<p><a href="http://keybase.io/jasonrogena">Jason Rogena</a></p>

<p>Jeremy C. Joslin of Google</p>

<p>jfang of KEEN lab, Tencent (<a href="https://twitter.com/k33nteam">&#64;K33nTeam</a>)</p>

<p>Jianqiang Zhao (<a href="https://twitter.com/jianqiangzhao">&#64;jianqiangzhao</a>)
of IceSword Lab, Qihoo 360</p>

<p>Joshua Drake (<a href="https://twitter.com/jduck">&#64;jduck</a>)</p>

<p>Jouni Malinen PGP id EFC895FA</p>

<p>Kai Lu (<a href="https://twitter.com/K3vinLuSec">&#64;K3vinLuSec</a>) of
Fortinet's FortiGuard Labs</p>

<p>Kandala Shivaram reddy</p>

<p>Kaveh Razavi of Vrije Universiteit Amsterdam</p>

<p>Kenny Root of Google</p>

<p>Lee Campbell of Google</p>

<p><a href="mailto:zlbzlb815@163.com">Lubo Zhang</a> of <a
  href="http://c0reteam.org">C0RE Team</a></p>

<p>Maciej Szawłowski of the Google Security Team</p>

<p>Madhu Priya Murugan of CISPA, Saarland University</p>

<p>Makoto Onuki of Google</p>

<p>Marco Grassi (<a href="https://twitter.com/marcograss">&#64;marcograss</a>) of KeenLab
   (<a href="https://twitter.com/keen_lab">&#64;keen_lab</a>), Tencent</p>

<p>Marco Nelissen of Google</p>

<p>Mark Brand of Google Project Zero</p>

<p>Mark Renouf of Google</p>

<p>Martin Barbella of Google Chrome Security Team</p>

<p>Martina Lindorfer of University of California, Santa Barbara</p>

<p>Max Spector of Google</p>

<p>MengLuo Gou (<a href="https://twitter.com/idhyt3r">&#64;idhyt3r</a>) of Bottle Tech</p>

<p>Michał Bednarski (<a href="https://github.com/michalbednarski">
github.com/michalbednarski</a>)</p>

<p>Mike Maarse</p>

<p>Min Chong of Android Security</p>

<p>Mingjian Zhou (<a href="https://twitter.com/Mingjian_Zhou">&#64;Mingjian_Zhou</a>)
 of <a href="http://c0reteam.org">C0RE Team</a>, <a href="http://www.360safe.com/">Qihoo 360</a></p>

<p>Miriam Gershenson of Google</p>

<p>Nancy Wang of Vertu Corporation LTD</p>

<p><a href="mailto:nasim@zamir.ca">Nasim Zamir</a></p>

<p>Nathan Crandall (<a href="https://twitter.com/natecray">&#64;natecray</a>) of
Tesla Motors Product Security Team</p>

<p>Nico Golde (<a href="https://twitter.com/iamnion">&#64;iamnion</a>) of
Qualcomm Product Security Initiative</p>

<p>Nightwatch Cybersecurity Research
  (<a href="https://twitter.com/nightwatchcyber">&#64;nightwatchcyber</a>)</p>

<p>Ning You of Alibaba Mobile Security Group</p>

<p>Oleksiy Vyalov of Google</p>

<p>Oliver Chang of Google Chrome Security Team</p>

<p>Paul Stone of Context Information Security</p>

<p>Peng Xiao of Alibaba Mobile Security Group</p>

<p>Pengfei Ding (丁鹏飞) of Baidu X-Lab</p>

<p>Peter Pi (<a href="https://twitter.com/heisecode">&#64;heisecode</a>) of Trend Micro</p>

<p><a href="http://weibo.com/jfpan">pjf</a> of IceSword Lab, Qihoo 360</p>

<p>Quan Nguyen of Google Information Security Engineer Team</p>

<p>Qianwei Hu (<a href="mailto:rayxcp@gmail.com">rayxcp@gmail.com</a>) of
 <a href="http://www.wooyun.org/">WooYun TangLab</a></p>

<p>Qidan He (<a href="https://twitter.com/@Flanker_hqd">&#64;Flanker_hqd</a>) of
 KeenLab (<a href="https://twitter.com/keen_lab">&#64;keen_lab</a>), Tencent</p>

<p>Richard Shupak</p>

<p>Ricky Wai of Google</p>

<p>Robin Lee of Google</p>

<p>Roee Hay, IBM Security X-Force Researcher</p>

<p>Roeland Krak</p>

<p>Romain Trouvé of
 <a href="https://labs.mwrinfosecurity.com/">MWR Labs</a></p>

<p>Ronald L. Loor Vargas (<a href="https://twitter.com/loor_rlv">&#64;loor_rlv</a>)
of TEAM Lv51</p>

<p>Sagi Kedmi, IBM Security X-Force Researcher</p>

<p>Samuel Tan of Google</p>

<p>Santos Cordon of Google Telecom Team</p>

<p><a href="mailto:sbauer@plzdonthack.me">Scott Bauer</a>
  (<a href="https://twitter.com/ScottyBauer1">&#64;ScottyBauer1</a>)</p>

<p>Sen Nie (<a href="https://twitter.com/@nforest_">&#64;nforest_</a>) of KEEN lab,
   Tencent (<a href="https://twitter.com/k33nteam">&#64;K33nTeam</a>)</p>

<p>Sergey Bobrov (<a href="http://twitter.com/Black2Fan">&#64;Black2Fan</a>) of
  Kaspersky Lab</p>

<p>Seven Shen (<a href="https://twitter.com/@lingtongshen">&#64;lingtongshen</a>)
   of Trend Micro (<a href="http://www.trendmicro.com">www.trendmicro.com</a>)</p>

<p>Sharvil Nanavati of Google</p>

<p>Shinjo Park (<a href="https://twitter.com/ad_ili_rai">&#64;ad_ili_rai</a>) of
<a href="http://www.isti.tu-berlin.de/security_in_telecommunications">
Security in Telecommunications</a></p>

<p>Stuart Henderson</p>

<p>Su Mon Kywe of Singapore Management University</p>

<p>Tao (Lenx) Wei (韦韬) of Baidu X-Lab</p>

<p>Thom Does</p>

<p>Tieyan Li of Huawei</p>

<p>Tim Strazzere (<a href="https://twitter.com/timstrazz">&#64;timstrazz</a>) of
SentinelOne / RedNaga</p>

<p>Tom Craig of Google X</p>

<p>Tom Rootjunky</p>

<p><a href="mailto:segfault5514@gmail.com">Tong Lin</a> of
<a href="http://c0reteam.org">C0RE Team</a></p>

<p><a href="mailto:litongxin1991@gmail.com">Tongxin Li</a> of Peking University</p>

<p>trotmaster (<a href="https://twitter.com/trotmaster99">&#64;trotmaster99</a>)</p>

<p>Vasily Vasilev</p>

<p>Victor Chang of Google</p>

<p>Victor van der Veen of Vrije Universiteit Amsterdam</p>

<p>Vignesh Venkatasubramanian of Google</p>

<p>Vishwath Mohan of Android Security</p>

<p>Wei Wei (<a href="https://twitter.com/Danny__Wei">&#64;Danny__Wei</a>) of Xuanwu LAB, Tencent</p>

<p>Weichao Sun (<a href="https://twitter.com/sunblate">&#64;sunblate</a>) of Alibaba Inc</p>

<p>Wen Niu (<a href="https://twitter.com/NWMonster">&#64;NWMonster</a>) of KeenLab
  (<a href="https://twitter.com/keen_lab">&#64;keen_lab</a>), Tencent</p>

<p><a href="mailto:vancouverdou@gmail.com">Wenke Dou</a> of <a href="http://c0reteam.org">
C0RE Team</a></p>

<p>Wenlin Yang of Alpha Team, Qihoo 360 Technology Co. Ltd.</p>

<p>William Roberts (<a href="mailto:william.c.roberts@intel.com">
william.c.roberts@intel.com</a>)</p>

<p>Wish Wu (<a href="https://twitter.com/wish_wu">&#64;wish_wu</a>)
(<a href="http://weibo.com/wishlinux">吴潍浠</a>) of
<a href="http://blog.trendmicro.com/trendlabs-security-intelligence/category/mobile/">
Mobile Threat Response Team</a>, <a href="http://www.trendmicro.com">Trend Micro Inc.</a></p>


<p><a href="mailto:wisedd@gmail.com">Xiaodong Wang</a> of
<a href="http://c0reteam.org">C0RE Team</a></p>

<p><a href="mailto:xw7@indiana.edu">Xiaofeng Wang</a> of Indiana University Bloomington</p>

<p>Xiling Gong of Tencent Security Platform Department</p>

<p>Xingyu He (何星宇) (<a href="https://twitter.com/Spid3r_">&#64;Spid3r_</a>)
 of <a href="http://www.alibaba.com/">Alibaba Inc</a></p>

<p><a href="mailto:hanxinhui@pku.edu.cn">Xinhui Han</a> of Peking University</p>

<p>Xuxian Jiang of <a href="http://c0reteam.org">C0RE Team</a>,
 <a href="http://www.360safe.com/">Qihoo 360</a></p>

<p>Yabin Cui from Android Bionic Team</p>

<p>Yacong Gu of TCA Lab, Institute of Software, Chinese Academy of Sciences</p>

<p>Yakov Shafranovich of
<a href="https://wwws.nightwatchcybersecurity.com">Nightwatch Cybersecurity</a></p>

<p>Yang Dong of Alibaba Mobile Security Group</p>

<p>Yang Song of Alibaba Mobile Security Group</p>

<p>Yanick Fratantonio of University of California, Santa Barbara</p>

<p><a href="mailto:yaojun8558363@gmail.com">Yao Jun</a> of
<a href="http://c0reteam.org">C0RE Team</a></p>

<p><a href="mailto:luc2yj@gmail.com">Yeonjoon Lee</a> of Indiana University Bloomington</p>

<p>Yi Zhang of Alibaba Mobile Security Group</p>

<p>Yingjiu Li of Singapore Management University</p>

<p>Yong Shi of Eagleye team, SCC, Huawei</p>

<p>Yong Wang (王勇) (<a href="https://twitter.com/ThomasKing2014">&#64;ThomasKing2014</a>)
of Alibaba Inc.</p>

<p>Yongke Wang (<a href="https://twitter.com/Rudykewang">&#64;Rudykewang</a>) of
  Xuanwu LAB, Tencent</p>

<p>Yongzheng Wu of Huawei</p>

<p>Yuan-Tsung Lo (<a href="mailto:computernik@gmail.com">computernik@gmail.com</a>)
   of <a href="http://c0reteam.org">C0RE Team</a></p>

<p>Yulong Zhang of Baidu X-Lab</p>

<p><a href="http://yurushao.info">Yuru Shao</a> of University of Michigan Ann Arbor</p>

<p>Yuxiang Li (<a href="https://twitter.com/xbalien29">&#64;Xbalien29</a>) of
 Tencent Security Platform Department</p>

<p>Zach Riggle (<a href="https://twitter.com/@ebeip90">&#64;ebeip90</a>) of the
   Android Security Team</p>

<p>Zhanpeng Zhao (行之) (<a href="https://twitter.com/0xr0ot">&#64;0xr0ot</a>) of
  Security Research Lab, <a href="http://www.cmcm.com">Cheetah Mobile</a></p>

<p>Zhe Jin (金哲) of Chengdu Security Response Center, Qihoo 360 Technology Co.
  Ltd.</p>

<p><a href="mailto:zhiyunq@cs.ucr.edu">Zhiyun Qian</a> of UC Riverside</p>

<p><a href="http://weibo.com/ele7enxxh">Zinuo Han</a> of
   <a href="http://www.pkav.net">PKAV</a>, Silence Information Technology</p>

<p>Zubin Mithra of Google</p>

</div>

<h2 id="2015">2015</h2>

<div style="LINE-HEIGHT:25px;">
<p>Abhishek Arya, Google Chrome Security Team</p>

<p>Alex Copot</p>

<p>Alex Eubanks</p>

<p>Alexandru Blanda</p>

<p>Arne Swinnen (<a href="https://www.arneswinnen.net/">www.arneswinnen.net</a>)</p>

<p>Artem Chaykin</p>

<p>Ben Hawkes</p>

<p>Brennan Lautner</p>

<p>Chiachih Wu of C0RE Team from Qihoo 360</p>

<p>Darmstadt (siegfried.rasthofer@gmail.com)</p>

<p>Daniel Micay (daniel.micay@copperhead.co) at Copperhead Security</p>

<p>Dongkwan Kim of System Security Lab, KAIST (dkay@kaist.ac.kr)</p>

<p>dragonltx of Alibaba Mobile Security Team</p>

<p>Gal Beniamini (<a href="http://bits-please.blogspot.com/">
http://bits-please.blogspot.com</a>)</p>

<p>Guang Gong (龚广) (<a href="https://twitter.com/oldfresher">&#64;oldfresher</a>,
higongguang@gmail.com) of <a href="http://www.360.cn/">Qihoo 360 Technology Co.Ltd</a></p>

<p>Hongil Kim of System Security Lab, KAIST (hongilk@kaist.ac.kr)</p>

<p>Ian Beer of Google Project Zero</p>

<p>Iván Arce (@4Dgifts) of Programa STIC at Fundación Dr. Manuel Sadosky, Buenos
Aires Argentina</p>

<p>Jack Tang of Trend Micro (@jacktang310)</p>

<p>jgor of <a href="http://security.utexas.edu/">The University of Texas at Austin</a> (<a href="https://twitter.com/indiecom">&#64;indiecom</a>)</p>

<p>Joaquín Rinaudo (@xeroxnir) of Programa STIC at Fundación Dr. Manuel Sadosky,
Buenos Aires Argentina</p>

<p>Jordan Gruskovnjak of Exodus Intelligence (@jgrusko)</p>

<p>Joshua Drake of Zimperium</p>

<p>Lei Wu of C0RE Team from Qihoo 360</p>

<p>Marco Grassi (<a href="https://twitter.com/marcograss">&#64;marcograss</a>) of
<a href="http://k33nteam.org/">KeenTeam</a>
(<a href="https://twitter.com/k33nteam">&#64;K33nTeam</a>)</p>

<p>Mark Carter (<a href="https://twitter.com/hanpingchinese">&#64;hanpingchinese</a>)
of EmberMitre Ltd</p>

<p>Martin Barbella, Google Chrome Security Team</p>

<p>Michael Peck of <a href="https://www.mitre.org/">The MITRE Corporation</a> (mpeck@mitre.org)</p>

<p>Michał Bednarski (<a href="https://github.com/michalbednarski">
https://github.com/michalbednarski</a>)</p>

<p>Michael Roland of JR-Center u'smile at University of Applied Scienses, Upper
Austria/Hagenberg</p>

<p>Natalie Silvanovich of Google Project Zero</p>

<p>Oliver Chang, Google Chrome Security Team</p>

<p>Peter Pi of Trend Micro</p>

<p>Ping Li of Qihoo 360 Technology Co. Ltd</p>

<p>Qidan He (@flanker_hqd) from KeenTeam (@K33nTeam, <a href="http://k33nteam.org/">
http://k33nteam.org/</a>)</p>

<p>Roee Hay and Or Peles</p>

<p>Seven Shen of Trend Micro</p>

<p>Siegfried Rasthofer of <a href="https://blogs.uni-paderborn.de/sse/">
Secure Software Engineering Group</a>, EC SPRIDE Technische Universität</p>

<p>Stephan Huber of Testlab Mobile Security, <a href="https://www.sit.fraunhofer.de/">F
raunhofer SIT</a> (Stephan.Huber@sit.fraunhofer.de)</p>

<p>Steven Vittitoe of Google Project Zero</p>

<p>Tony Beltramelli (<a
href="https://twitter.com/Tbeltramelli">&#64;Tbeltramelli</a>) of <a
href="http://tonybeltramelli.com/">tonybeltramelli.com</a></p>

<p>Tzu-Yin (Nina) Tai</p>

<p>Wangtao(neobyte) of Baidu X-Team</p>

<p>Wen Xu (@antlr7) from KeenTeam (@K33nTeam, <a href="http://k33nteam.org/">
http://k33nteam.org/</a>)</p>

<p>William Roberts (<a href="mailto:william.c.roberts@intel.com">
william.c.roberts@intel.com</a>)</p>

<p>Wish Wu of Trend Micro Inc. (@wish_wu)</p>

<p>Xuxian Jiang of C0RE Team from Qihoo 360</p>

<p>Yajin Zhou of C0RE Team from Qihoo 360</p>

</div>

<h2 id="2014">2014</h2>
<div style="LINE-HEIGHT:25px;">

<p>Aaron Mangel of <a href="https://banno.com/">Banno</a> (<a
href="mailto:amangel@gmail.com">amangel@gmail.com</a>)</p>

<p>Alex Park (<a href="https://twitter.com/saintlinu">&#64;saintlinu</a>)</p>

<p>Alexandru Gheorghita</p>

<p><a href="https://twitter.com/isciurus">Andrey Labunets</a>
of <a href="https://www.facebook.com">Facebook</a></p>

<p><a href="http://www.corkami.com">Ange Albertini</a> (<a
href="https://twitter.com/angealbertini">&#64;angealbertini</a>)</p>

<p>Axelle Apvrille of Fortinet, FortiGuards Labs</p>

<p><a href="http://www.linkedin.com/in/danamodio">Dan Amodio</a> of
<a href="https://www.aspectsecurity.com/">Aspect Security</a>
(<a href="https://twitter.com/DanAmodio">&#64;DanAmodio</a>)</p>

<p><a href="http://davidmurdoch.com">David Murdoch</a></p>

<p>Henry Hoggard of <a href="https://labs.mwrinfosecurity.com/">MWR Labs</a> (<a
href="https://twitter.com/henryhoggard">&#64;HenryHoggard</a>)</p>

<p>Imre Rad of <a href="http://www.search-lab.hu/">Search-Lab Ltd.</a></p>

<p><a href="http://thejh.net/">Jann Horn</a>
<a href="https://android-review.googlesource.com/#/c/98197/">
<img style="vertical-align:middle;" src="../images/tiny-robot.png"
alt="Green Droid Patch Symbol"
title="This person contributed code that improved Android security">
</a></p>

<p>Jeff Forristal of <a href="http://www.bluebox.com/">Bluebox Security</a></p>

<p><a href="http://blog.redfern.me/">Joseph Redfern</a> of <a
href="https://labs.mwrinfosecurity.com/">MWR Labs</a> <br>(<a
href="https://twitter.com/JosephRedfern">&#64;JosephRedfern</a>)</p>

<p>Kunal Patel of <a href="https://www.samsungknox.com/">Samsung KNOX Security Team</a> (<a href="mailto:kunal.patel1@samsung.com">kunal.patel1@samsung.com</a>)</p>

<p><a href="http://www.linkedin.com/in/luander">Luander Michel Ribeiro</a> (<a
href="https://twitter.com/luanderock">&#64;luanderock</a>)</p>

<p><a href="http://homes.soic.indiana.edu/luyixing">Luyi Xing</a> of Indiana
University Bloomington (<a
href="mailto:xingluyi@gmail.com">xingluyi@gmail.com</a>)</p>

<p>Marc Blanchou (<a href="https://twitter.com/marcblanchou">&#64;marcblanchou</a>)</p>

<p>Mathew Solnik (<a href="https://twitter.com/msolnik">&#64;msolnik</a>)</p>

<p><a href="https://github.com/michalbednarski">Michał Bednarski</a></p>

<p><a href="http://www.cs.utah.edu/~rsas/">Raimondas Sasnauskas</a> of University of Utah</p>

<p>Robert Craig of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href="https://android-review.googlesource.com/#/q/owner:%22Robert+Craig+%253Crpcraig%2540tycho.ncsc.mil%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png" alt="Patch Symbol"
title="This person contributed code that improved Android security"></a></p>

<p><a href="http://www.samsung.com">Samsung Mobile</a></p>

<p>Scotty Bauer of University of Utah
(<a href="mailto:sbauer@eng.utah.edu">sbauer@eng.utah.edu</a>)</p>

<p>Sebastian Brenza</p>

<p>Siegfried Rasthofer of <a href="https://blogs.uni-paderborn.de/sse/">Secure Software
Engineering Group</a>, EC SPRIDE Technische Universität Darmstadt (<a
href="mailto:siegfried.rasthofer@gmail.com">siegfried.rasthofer@gmail.com</a>)</p>

<p><a href="http://www.sonymobile.com">Sony Mobile</a></p>

<p>Stephan Huber of Testlab Mobile Security, <a
href="https://www.sit.fraunhofer.de/">Fraunhofer SIT</a> (<a
href="mailto:Stephan.Huber@sit.fraunhofer.de">Stephan.Huber@sit.fraunhofer.de</a>)
</p>

<p>Stephen Smalley of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href=
"https://android-review.googlesource.com/#/q/owner:%22Stephen+Smalley+%253Csds%2540tycho.nsa.gov%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

<p>Steven Arzt of <a href="http://sseblog.ec-spride.de/">Secure Software
Engineering Group</a>, EC SPRIDE Technische Universität Darmstadt (<a
href="mailto:Steven.Arzt@ec-spride.de">Steven.Arzt@ec-spride.de</a>)</p>

<p><a href="http://www.subodh.io">Subodh Iyengar</a> of
<a href="https://www.facebook.com">Facebook</a></p>

<p>Tongxin Li of Peking University (<a
href="mailto:litongxin1991@gmail.com">litongxin1991@gmail.com</a>)</p>

<p><a href="http://www.linkedin.com/in/tonytrummer/">Tony Trummer</a> of <a
href="http://www.themeninthemiddle.com">The Men in the Middle</a> <br>(<a
href="https://twitter.com/SecBro1">&#64;SecBro1</a>)</p>

<p><a href="https://www.linkedin.com/in/tdalvi">Tushar Dalvi</a> (<a
href="https://twitter.com/tushardalvi">&#64;tushardalvi</a>)</p>

<p><a href="https://plus.google.com/u/0/109528607786970714118">Valera
Neronov</a></p>

<p>Wang Tao of <a href="http://xteam.baidu.com">Baidu X-Team</a>
(<a href="mailto:wintao@gmail.com">wintao@gmail.com</a>)</p>

<p>Wang Yu of <a href="http://xteam.baidu.com">Baidu X-Team</a>
(<a href="https://twitter.com/xi4oyu">&#64;xi4oyu</a>)</p>

<p><a href="http://www.shackleton.io/">Will Shackleton</a> of
<a href="https://www.facebook.com">Facebook</a></p>

<p><a href="http://www.linkedin.com/in/billcroberts">
William Roberts</a> (<a href="mailto:bill.c.roberts@gmail.com">bill.c.roberts@gmail.com</a>)
<a href=
"https://android-review.googlesource.com/#/q/owner:bill.c.roberts%2540gmail.com+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

<p><a href="http://www.informatics.indiana.edu/xw7/">Xiaofeng Wang</a> of
Indiana University Bloomington (<a href="mailto:xw7@indiana.edu">xw7@indiana.edu</a>)</p>

<p>Xiaoyong Zhou of <a href="http://www.cs.indiana.edu/~zhou/">
Indiana University Bloomington</a> <br>
(<a href="https://twitter.com/xzhou">&#64;xzhou</a>,
<a href="mailto:zhou.xiaoyong@gmail.com">zhou.xiaoyong@gmail.com</a>)</p>

<p>Xinhui Han of Peking University
(<a href="mailto:hanxinhui@pku.edu.cn">hanxinhui@pku.edu.cn</a>)</p>

<p>Yeonjoon Lee of Indiana University Bloomington
(<a href="mailto:luc2yj@gmail.com">luc2yj@gmail.com</a>)</p>

<p><a href="http://www.androbugs.com">Yu-Cheng Lin 林禹成</a>
(<a href="https://twitter.com/AndroBugs">&#64;AndroBugs</a>)</p>

<p>Zhang Dong Hui of <a href="http://xteam.baidu.com">Baidu X-Team</a>
(<a href="http://weibo.com/shineastdh">shineastdh</a>)</p>

</div>

<h2 id="2013">2013</h2>

<div style="LINE-HEIGHT:25px;">

<p><a href="https://tsarstva.bg/sh/">Ivaylo Marinkov</a>
of <a href="http://www.ecommera.com/">eCommera</a>
(<a href="mailto:ivo@tsarstva.bg">ivo@tsarstva.bg</a>)</p>

<p>Jon Sawyer of <a href="http://appliedcybersecurity.com/">Applied Cybersecurity LLC
</a> (<a href="mailto:jon@cunninglogic.com">jon@cunninglogic.com</a>)</p>

<p>Joshua J. Drake of <a href="http://www.accuvant.com/">Accuvant LABS
</a> (<a href="https://twitter.com/jduck">&#64;jduck</a>)
<a href="https://android-review.googlesource.com/#/q/change:72228+OR+change:72229">
<img style="vertical-align:middle" src="../images/patchreward.png"
alt="Patch Rewards Symbol" title="This person qualified for the Patch Rewards program!"></a></p>

<p>Kan Yuan</p>

<p>Lucas Yang (amadoh4ck) of
<a href="http://raonsecurity.com/">RaonSecurity</a>
(<a href="mailto:amadoh4ck@gmail.com">amadoh4ck@gmail.com</a>)</p>

<p><a href="http://homes.soic.indiana.edu/luyixing">Luyi Xing</a> of Indiana
University Bloomington (<a
href="mailto:xingluyi@gmail.com">xingluyi@gmail.com</a>)</p>

<p><a href="https://lacklustre.net/">Mike Ryan</a> of
<a href="https://isecpartners.com/">iSEC Partners</a>
<br>(<a href="https://twitter.com/mpeg4codec">&#64;mpeg4codec</a>,
<a href="mailto:mikeryan@isecpartners.com">mikeryan@isecpartners.com
</a>)</p>

<p><a href="http://cryptoonline.com/">Muhammad Naveed</a>
of <a href="http://illinois.edu/">University of Illinois
at Urbana-Champaign</a>
<br>(<a href="mailto:naveed2@illinois.edu">naveed2@illinois.edu</a>)</p>

<p>Qualcomm Product Security Initiative</p>

<p><a href="https://securityresear.ch/">Roee Hay</a>
(<a href="https://twitter.com/roeehay">&#64;roeehay</a>,
<a href="mailto:roeehay@gmail.com">roeehay@gmail.com</a>)</p>

<p>Robert Craig of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href="https://android-review.googlesource.com/#/q/owner:%22Robert+Craig+%253Crpcraig%2540tycho.ncsc.mil%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png" alt="Patch Symbol"
title="This person contributed code that improved Android security"></a></p>

<p>Ruben Santamarta of IOActive
(<a href="https://twitter.com/reversemode">&#64;reversemode</a>)</p>

<p>Stephen Smalley of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href=
"https://android-review.googlesource.com/#/q/owner:%22Stephen+Smalley+%253Csds%2540tycho.nsa.gov%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

<p><a href="http://www.linkedin.com/in/billcroberts">
William Roberts</a> (<a href="mailto:bill.c.roberts@gmail.com">bill.c.roberts@gmail.com</a>)
<a href=
"https://android-review.googlesource.com/#/q/owner:bill.c.roberts%2540gmail.com+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

<p>Xiaorui Pan of Indiana University Bloomington
(<a href="mailto:eagle200467@gmail.com">eagle200467@gmail.com</a>)</p>

<p>XiaoFeng Wang of Indiana University Bloomington
(<a href="mailto:xw7@indiana.edu">xw7@indiana.edu</a>)</p>

</div>


<h2 id="2012">2012</h2>

<div style="LINE-HEIGHT:25px;">

<p>David Weinstein (<a href="https://twitter.com/insitusec">&#64;insitusec</a>)
of <a href="https://viaforensics.com/">viaForensics</a></p>

<p><a href="http://thejh.net/">Jann Horn</a></p>

<p>Ravishankar Borgaonkari (<a href="https://twitter.com/raviborgaonkar">&#64;raviborgaonkar</a>)
of TU Berlin</p>

<p>Robert Craig of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href="https://android-review.googlesource.com/#/q/owner:%22Robert+Craig+%253Crpcraig%2540tycho.ncsc.mil%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png" alt="Patch Symbol"
title="This person contributed code that improved Android security"></a></p>

<p><a href="https://securityresear.ch/">Roee Hay</a>
(<a href="https://twitter.com/roeehay">&#64;roeehay</a>,
<a href="mailto:roeehay@gmail.com">roeehay@gmail.com</a>)</p>

<p>Stephen Smalley of <a href="https://www.nsa.gov/research/ia_research/">
Trusted Systems Research Group</a>, US National Security Agency
<a href=
"https://android-review.googlesource.com/#/q/owner:%22Stephen+Smalley+%253Csds%2540tycho.nsa.gov%253E%22+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

<p><a href="http://www.linkedin.com/in/billcroberts">
William Roberts</a> (<a href="mailto:bill.c.roberts@gmail.com">bill.c.roberts@gmail.com</a>)
<a href=
"https://android-review.googlesource.com/#/q/owner:bill.c.roberts%2540gmail.com+status:merged">
<img style="vertical-align:middle" src="../images/tiny-robot.png"
alt="Patch Symbol" title="This person contributed code that improved Android security"></a></p>

</div>

<h2 id="2011">2011</h2>

<div style="LINE-HEIGHT:25px;">

<p>Collin Mulliner of <a href="http://www.mulliner.org/collin/academic">MUlliNER.ORG</a> (<a href="https://twitter.com/collinrm">&#64;collinrm</a>)</p>

</div>

<h2 id="2009">2009</h2>

<div style="LINE-HEIGHT:25px;">

<p>Charlie Miller (<a href="https://twitter.com/0xcharlie">&#64;0xcharlie</a>)</p>

<p>Collin Mulliner of <a href="http://www.mulliner.org/collin/academic">MUlliNER.ORG</a> (<a href="https://twitter.com/collinrm">&#64;collinrm</a>)</p>

</div>

  </body>
</html>