-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.bib
3625 lines (3348 loc) · 142 KB
/
paper.bib
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
%==================================================================================================%
% Research Papers
%==================================================================================================%
%==================================================================================================%
% Security
%==================================================================================================%
%--------------------------------------------------------------------------------------------------%
% In-process Isolation
%--------------------------------------------------------------------------------------------------%
@inproceedings{ILDI:DAC17,
author = {Cho, Yeongpil and Kwon, Donghyun and Paek, Yunheung},
title = {{Instruction-Level Data Isolation for the Kernel on ARM}},
booktitle = {Proceedings of the 54th Annual Design Automation Conference 2017},
series = {DAC '17},
year = {2017},
isbn = {978-1-4503-4927-7},
location = {Austin, TX, USA},
pages = {26:1--26:6},
articleno = {26},
numpages = {6},
url = {http://doi.acm.org/10.1145/3061639.3062267},
doi = {10.1145/3061639.3062267},
acmid = {3062267},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings {IMIX:Sec18,
author = {Tommaso Frassetto and Patrick Jauernig and Christopher Liebchen and Ahmad-Reza Sadeghi},
title = {{IMIX: In-Process Memory Isolation EXtension}},
booktitle = {27th {USENIX} Security Symposium ({USENIX} Security 18)},
year = {2018},
isbn = {978-1-939133-04-5},
address = {Baltimore, MD},
pages = {83--97},
url = {https://www.usenix.org/conference/usenixsecurity18/presentation/frassetto},
publisher = {{USENIX} Association},
month = aug,
}
@inproceedings {Hodor:ATC19,
author = {Mohammad Hedayati and Spyridoula Gravani and Ethan Johnson and John Criswell and Michael L. Scott and Kai Shen and Mike Marty},
title = {{Hodor: Intra-Process Isolation for High-Throughput Data Plane
Libraries}},
booktitle = {2019 {USENIX} Annual Technical Conference ({USENIX} {ATC} 19)},
year = {2019},
isbn = {978-1-939133-03-8},
address = {Renton, WA},
pages = {489--504},
url = {https://www.usenix.org/conference/atc19/presentation/hedayati-hodor},
publisher = {{USENIX} Association},
month = jul,
}
@inproceedings {ERIM:Sec19,
author = {Anjo Vahldiek-Oberwagner and Eslam Elnikety and Nuno O. Duarte and Michael Sammler and Peter Druschel and Deepak Garg},
title = {{ERIM}: Secure, Efficient In-process Isolation with Protection
Keys ({MPK})},
booktitle = {28th {USENIX} Security Symposium ({USENIX} Security 19)},
year = {2019},
isbn = {978-1-939133-06-9},
pages = {1221--1238},
url = {https://www.usenix.org/conference/usenixsecurity19/presentation/vahldiek-oberwagner},
publisher = {{USENIX} Association},
month = aug,
}
@inproceedings{libmpk:ATC19,
author = {Park, Soyeon and Lee, Sangho and Xu, Wen and Moon, Hyungon and Kim, Taesoo},
title = {Libmpk: Software Abstraction for Intel Memory Protection Keys (Intel MPK)},
year = {2019},
isbn = {9781939133038},
publisher = {USENIX Association},
address = {USA},
booktitle = {Proceedings of the 2019 USENIX Conference on Usenix Annual Technical Conference},
pages = {241–254},
numpages = {14},
location = {Renton, WA, USA},
series = {USENIX ATC '19}
}
@inproceedings{PKUPitfalls:Sec20,
author = {R. Joseph Connor and Tyler McDaniel and Jared M. Smith and Max Schuchard},
title = {{PKU} Pitfalls: Attacks on {PKU-based} Memory Isolation Systems},
booktitle = {29th USENIX Security Symposium (USENIX Security 20)},
year = {2020},
isbn = {978-1-939133-17-5},
pages = {1409--1426},
url = {https://www.usenix.org/conference/usenixsecurity20/presentation/connor},
publisher = {USENIX Association},
month = aug,
}
@inproceedings{NoPassPKU:EuroSys22,
author = {Voulimeneas, Alexios and Vinck, Jonas and Mechelinck, Ruben and Volckaert, Stijn},
title = {You Shall Not (by)Pass! Practical, Secure, and Fast PKU-Based Sandboxing},
year = {2022},
isbn = {9781450391627},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3492321.3519560},
doi = {10.1145/3492321.3519560},
booktitle = {Proceedings of the Seventeenth European Conference on Computer Systems},
pages = {266–282},
numpages = {17},
keywords = {security, in-process isolation, sanboxing, PKU},
location = {Rennes, France},
series = {EuroSys '22}
}
@inproceedings{Jenny:Sec22,
author = {David Schrammel and Samuel Weiser and Richard Sadek and Stefan Mangard},
title = {Jenny: Securing Syscalls for {PKU-based} Memory Isolation Systems},
booktitle = {31st USENIX Security Symposium (USENIX Security 22)},
year = {2022},
isbn = {978-1-939133-31-1},
address = {Boston, MA},
pages = {936--952},
url = {https://www.usenix.org/conference/usenixsecurity22/presentation/schrammel},
publisher = {USENIX Association},
month = aug,
}
@inproceedings {Silhouette:Sec20,
author = {Jie Zhou and Yufei Du and Zhuojia Shen and Lele Ma and John Criswell and Robert J. Walls},
title = {Silhouette: Efficient Protected Shadow Stacks for Embedded Systems},
booktitle = {29th {USENIX} Security Symposium ({USENIX} Security 20)},
year = {2020},
isbn = {978-1-939133-17-5},
pages = {1219--1236},
url = {https://www.usenix.org/conference/usenixsecurity20/presentation/zhou-jie},
publisher = {{USENIX} Association},
month = aug,
}
@inproceedings{Kage:Sec22,
author = {Yufei Du and Zhuojia Shen and Komail Dharsee and Jie Zhou and Robert J. Walls and John Criswell},
title = {Holistic {Control-Flow} Protection on {Real-Time} Embedded Systems with Kage},
booktitle = {31st USENIX Security Symposium (USENIX Security 22)},
year = {2022},
isbn = {978-1-939133-31-1},
address = {Boston, MA},
pages = {2281--2298},
url = {https://www.usenix.org/conference/usenixsecurity22/presentation/du},
publisher = {USENIX Association},
month = aug,
}
%--------------------------------------------------------------------------------------------------%
% End of In-process Isolation
%--------------------------------------------------------------------------------------------------%
%--------------------------------------------------------------------------------------------------%
% Start of Privilege Separation
%--------------------------------------------------------------------------------------------------%
@INPROCEEDINGS{AutoPriv:SecDev18,
author={Hu, Xiaoyu and Zhou, Jie and Gravani, Spyridoula and Criswell, John},
booktitle={2018 IEEE Cybersecurity Development (SecDev)},
title={Transforming Code to Drop Dead Privileges},
year={2018},
volume={},
number={},
pages={45-52},
doi={10.1109/SecDev.2018.00014}
}
@INPROCEEDINGS{PrivAnalyzer:DSN19,
author={Criswell, John and Zhou, Jie and Gravani, Spyridoula and Hu, Xiaoyu},
booktitle={2019 49th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)},
title={PrivAnalyzer: Measuring the Efficacy of Linux Privilege Use},
year={2019},
volume={},
number={},
pages={593-604},
doi={10.1109/DSN.2019.00065}
}
%--------------------------------------------------------------------------------------------------%
% Embedded Systems and IoT
%--------------------------------------------------------------------------------------------------%
@inproceedings{TinyOS:ASPLOS00,
author = {Hill, Jason and Szewczyk, Robert and Woo, Alec and Hollar, Seth and Culler, David and Pister, Kristofer},
title = {System Architecture Directions for Networked Sensors},
booktitle = {Proceedings of the 9th International Conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS '00},
year = {2000},
isbn = {1-58113-317-0},
address = {Cambridge, MA},
pages = {93--104},
numpages = {12},
url = {https://doi.org/10.1145/378993.379006},
doi = {10.1145/378993.379006},
publisher = {ACM},
}
@article{BEEBS:arXiv13,
author = {James Pallister and Simon Hollis and Jeremy Bennett},
title = {BEEBS: Open Benchmarks for Energy Measurements on Embedded Platforms},
journal = {arXiv preprint arXiv:1308.5174v2},
archiveprefix = {arXiv},
eprint = {1308.5174v2},
year = {2013},
month = {August}
}
@inproceedings{IoT:DAC15,
author = {Sadeghi, Ahmad-Reza and Wachsmann, Christian and Waidner, Michael},
title = {Security and Privacy Challenges in Industrial {Internet of Things}},
booktitle = {Proceedings of the 52nd Annual Design Automation Conference},
series = {DAC '15},
year = {2015},
isbn = {978-1-4503-3520-1},
address = {San Francisco, CA},
pages = {54:1--54:6},
articleno = {54},
numpages = {6},
url = {https://doi.org/10.1145/2744769.2747942},
doi = {10.1145/2744769.2747942},
publisher = {ACM},
}
@INPROCEEDINGS{EPOXY:Oakland17,
author={A. A. {Clements} and N. S. {Almakhdhub} and K. S. {Saab} and P. {Srivastava} and J. {Koo} and S. {Bagchi} and M. {Payer}},
booktitle={2017 IEEE Symposium on Security and Privacy (SP)},
title={{Protecting Bare-Metal Embedded Systems with Privilege Overlays}},
year={2017},
volume={},
number={},
pages={289-303},
doi={10.1109/SP.2017.37},
ISSN={2375-1207},
month={May},
}
@inproceedings{nesCheck:AsiaCCS17,
author = {Midi, Daniele and Payer, Mathias and Bertino, Elisa},
title = {Memory Safety for Embedded Devices with {nesCheck}},
booktitle = {Proceedings of the 2017 ACM Asia Conference on Computer and Communications Security},
series = {ASIACCS '17},
year = {2017},
isbn = {978-1-4503-4944-4},
address = {Abu Dhabi, United Arab Emirates},
pages = {127--139},
numpages = {13},
url = {https://doi.org/10.1145/3052973.3053014},
doi = {10.1145/3052973.3053014},
publisher = {ACM},
}
@inproceedings{CFICaRE:RAID17,
author = {Nyman, Thomas and Ekberg, Jan-Erik and Davi, Lucas and Asokan, N.},
title = {{CFI CaRE}: Hardware-Supported Call and Return Enforcement for Commercial Microcontrollers},
booktitle = {Proceedings of the 20th International Symposium on Research in Attacks, Intrusions, and Defenses},
series = {RAID '17},
year = {2017},
isbn = {978-3-319-66332-6},
address = {Atlanta, GA},
pages = {259--284},
numpages = {26},
url = {https://doi.org/10.1007/978-3-319-66332-6_12},
doi = {10.1007/978-3-319-66332-6_12},
publisher = {Springer-Verlag},
}
@inproceedings{MINION:NDSS18,
author = {Kim, Chung Hwan and Kim, Taegyu and Choi, Hongjun and Gu, Zhongshu and Lee, Byoungyoung and Zhang, Xiangyu and Xu, Dongyan},
title = {Securing Real-Time Microcontroller Systems through Customized Memory View Switching},
booktitle = {Proceedings of the 2018 Network and Distributed System Security Symposium},
series = {NDSS '18},
year = {2018},
isbn = {1-891562-49-5},
address = {San Diego, CA},
numpages = {15},
url = {https://doi.org/10.14722/ndss.2018.23107},
doi = {10.14722/ndss.2018.23107},
publisher = {Internet Society},
}
@inproceedings{ACES:USS18,
author = {Clements, Abraham A and Almakhdhub, Naif Saleh and Bagchi, Saurabh and Payer, Mathias},
title = {{ACES}: Automatic Compartments for Embedded Systems},
booktitle = {Proceedings of the 27th USENIX Security Symposium},
series = {Security '18},
year = {2018},
isbn = {978-1-939133-04-5},
address = {Baltimore, MD},
pages = {65--82},
numpages = {18},
url = {https://www.usenix.org/conference/usenixsecurity18/presentation/clements},
publisher = {USENIX Association},
}
@inproceedings{SCFP:EuroOakland18,
author = {Werner, Mario and Unterluggauer, Thomas and Schaffenrath, David and Mangard, Stefan},
title = {Sponge-Based Control-Flow Protection for {IoT} Devices},
booktitle = {Proceedings of the 2018 IEEE European Symposium on Security and Privacy},
series = {EuroSP '18},
year = {2018},
isbn = {978-1-5386-4227-6},
address = {London, United Kingdom},
pages = {214--226},
numpages = {13},
url = {https://doi.org/10.1109/EuroSP.2018.00023},
doi = {10.1109/EuroSP.2018.00023},
publisher = {IEEE Computer Society},
}
@INPROCEEDINGS{RECFISH:ecrts19,
author={R. J. {Walls} and N. F. {Brown} and T. {Le Baron} and C. A. {Shue} and H. {Okhravi} and B. {Ward}},
booktitle={31st Conference on Real-Time Systems (ECRTS'19)},
title={Control-Flow Integrity for Real-Time Embedded Systems},
year={2019},
volume={},
number={},
pages={},
doi={},
ISSN={},
month={July},
}
@inproceedings{uXOM:USS19,
author = {Kwon, Donghyun and Shin, Jangseop and Kim, Giyeol and Lee, Byoungyoung and Cho, Yeongpil and Paek, Yunheung},
title = {{{\it u}XOM}: Efficient eXecute-Only Memory on {ARM} {Cortex-M}},
booktitle = {Proceedings of the 28th USENIX Security Symposium},
series = {Security '19},
year = {2019},
isbn = {978-1-939133-06-9},
address = {Santa Clara, CA},
pages = {231--247},
numpages = {17},
url = {https://www.usenix.org/conference/usenixsecurity19/presentation/kwon},
publisher = {USENIX Association},
}
@inproceedings{uRAI:NDSS20,
author = {Almakhdhub, Naif Saleh and Clements, Abraham A. and Bagchi, Saurabh and Payer, Mathias},
title = {{{$\mu$RAI}: Securing Embedded Systems with Return Address Integrity}},
booktitle = {Proceedings of the 2020 Network and Distributed System Security Symposium},
series = {NDSS '20},
year = {2020},
isbn = {1-891562-61-4},
address = {San Diego, CA},
numpages = {18},
url = {https://doi.org/10.14722/ndss.2020.24016},
doi = {10.14722/ndss.2020.24016},
publisher = {Internet Society},
}
%==================================================================================================%
% Memory Safety
%==================================================================================================%
%--------------------------------------------------------------------------------------------------%
% Static Analysis
%--------------------------------------------------------------------------------------------------%
@article{StaticAnalyzer:SPE00,
author = {Bush, William R. and Pincus, Jonathan D. and Sielaff, David J.},
title = {{A Static Analyzer for Finding Dynamic Programming Errors}},
year = {2000},
issue_date = {June 2000},
publisher = {John Wiley & Sons, Inc.},
address = {USA},
volume = {30},
number = {7},
issn = {0038-0644},
url = {https://doi.org/10.1002/(SICI)1097-024X(200006)30:7%3C775::AID-SPE309%3E3.0.CO;2-H},
doi = {10.1002/(SICI)1097-024X(200006)30:7%3C775::AID-SPE309%3E3.0.CO;2-H},
journal = {Softw. Pract. Exper.},
month = jun,
pages = {775–802},
numpages = {28},
keywords = {program analysis, program error checking}
}
@inproceedings{StaticAnalyzer:PLDI03,
author = {Blanchet, Bruno and Cousot, Patrick and Cousot, Radhia and Feret, J\'{e}rome and Mauborgne, Laurent and Min\'{e}, Antoine and Monniaux, David and Rival, Xavier},
title = {{A Static Analyzer for Large Safety-Critical Software}},
year = {2003},
isbn = {1581136625},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/781131.781153},
doi = {10.1145/781131.781153},
booktitle = {Proceedings of the ACM SIGPLAN 2003 Conference on Programming Language Design and Implementation},
pages = {196–207},
numpages = {12},
keywords = {safety-critical software, abstract interpretation, floating point, abstract domains, reactive, static analysis, embedded, verification, real-time},
location = {San Diego, California, USA},
series = {PLDI '03}
}
@inproceedings{TaintAnalysis:NDSS05,
title={Dynamic Taint Analysis for Automatic Detection, Analysis, and SignatureGeneration of Exploits on Commodity Software.},
author={Newsome, James and Song, Dawn Xiaodong},
booktitle={NDSS},
volume={5},
pages={3--4},
year={2005},
organization={Citeseer}
}
@inproceedings{ModularChecker:ICSE06,
author = {Hackett, Brian and Das, Manuvir and Wang, Daniel and Yang, Zhe},
title = {Modular Checking for Buffer Overflows in the Large},
year = {2006},
isbn = {1595933751},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1134285.1134319},
doi = {10.1145/1134285.1134319},
booktitle = {Proceedings of the 28th International Conference on Software Engineering},
pages = {232–241},
numpages = {10},
keywords = {modular analysis, annotation design, annotation inference, buffer overflows},
location = {Shanghai, China},
series = {ICSE '06}
}
@inproceedings{KLEE:OSDI08,
author = {Cadar, Cristian and Dunbar, Daniel and Engler, Dawson},
title = {{KLEE: Unassisted and Automatic Generation of High-Coverage Tests for Complex Systems
Programs}},
year = {2008},
publisher = {USENIX Association},
address = {USA},
booktitle = {Proceedings of the 8th USENIX Conference on Operating Systems Design and Implementation},
pages = {209–224},
numpages = {16},
location = {San Diego, California},
series = {OSDI'08}
}
@inproceedings{RWset:TACAS08,
author = {Peter Boonstoppel and Cristian Cadar and Dawson R. Engler},
editor = {C. R. Ramakrishnan and Jakob Rehof},
title = {{RWset: Attacking Path Explosion in Constraint-Based Test Generation}},
booktitle = {Tools and Algorithms for the Construction and Analysis of Systems,
14th International Conference, {TACAS} 2008, Held as Part of the Joint
European Conferences on Theory and Practice of Software, {ETAPS} 2008,
Budapest, Hungary, March 29-April 6, 2008. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {4963},
pages = {351--366},
publisher = {Springer},
year = {2008},
url = {https://doi.org/10.1007/978-3-540-78800-3\_27},
doi = {10.1007/978-3-540-78800-3\_27},
timestamp = {Tue, 14 May 2019 10:00:53 +0200},
biburl = {https://dblp.org/rec/conf/tacas/BoonstoppelCE08.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Coverity:CACM10,
author = {Bessey, Al and Block, Ken and Chelf, Ben and Chou, Andy and Fulton, Bryan and Hallem, Seth and Henri-Gros, Charles and Kamsky, Asya and McPeak, Scott and Engler, Dawson},
title = {{A Few Billion Lines of Code Later: Using Static Analysis to Find Bugs in the Real
World}},
year = {2010},
issue_date = {February 2010},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {53},
number = {2},
issn = {0001-0782},
url = {https://doi.org/10.1145/1646353.1646374},
doi = {10.1145/1646353.1646374},
abstract = {How Coverity built a bug-finding tool, and a business, around the unlimited supply of bugs in software systems.},
journal = {Commun. ACM},
month = {feb},
pages = {66–75},
numpages = {10}
}
@misc{Infer:FB,
title = {Infer: A tool to detect bugs in Java and {C/C++/Objective-C} code before it ships},
author = {Facebook},
url = {https://fbinfer.com}
}
%--------------------------------------------------------------------------------------------------%
% End of Static Analysis
%--------------------------------------------------------------------------------------------------%
%--------------------------------------------------------------------------------------------------%
% Fuzzing
%--------------------------------------------------------------------------------------------------%
@article{FuzzingSurvey:ACMSurvey22,
author = {Zhu, Xiaogang and Wen, Sheng and Camtepe, Seyit and Xiang, Yang},
title = {Fuzzing: A Survey for Roadmap},
year = {2022},
issue_date = {January 2022},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {54},
number = {11s},
issn = {0360-0300},
url = {https://doi.org/10.1145/3512345},
doi = {10.1145/3512345},
journal = {ACM Comput. Surv.},
month = {sep},
articleno = {230},
numpages = {36},
keywords = {input space, automation, Fuzz testing, fuzzing theory, security}
}
@inproceedings{SafeC:PLDI94,
author = {Austin, Todd M. and Breach, Scott E. and Sohi, Gurindar S.},
title = {{Efficient Detection of All Pointer and Array Access Errors}},
booktitle = {Proceedings of the ACM SIGPLAN 1994 Conference on Programming Language Design and Implementation},
series = {PLDI '94},
year = {1994},
isbn = {0-89791-662-X},
location = {Orlando, Florida, USA},
pages = {290--301},
numpages = {12},
url = {http://doi.acm.org/10.1145/178243.178446},
doi = {10.1145/178243.178446},
acmid = {178446},
publisher = {ACM},
}
@article{Guarding:SPE97,
author = {Patil, Harish and Fischer, Charles},
title = {{Low-cost, Concurrent Checking of Pointer and Array Accesses in C Programs}},
journal = {Softw. Pract. Exper.},
issue_date = {Jan. 1997},
volume = {27},
number = {1},
month = Jan,
year = {1997},
issn = {0038-0644},
pages = {87--110},
numpages = {24},
url = {http://dx.doi.org/10.1002/(SICI)1097-024X(199701)27:1<87::AID-SPE78>3.0.CO;2-P},
doi = {10.1002/(SICI)1097-024X(199701)27:1<87::AID-SPE78>3.0.CO;2-P},
acmid = {250910},
publisher = {John Wiley \& Sons, Inc.},
address = {New York, NY, USA},
keywords = {memory access checking, multiprocessor workstations, program slicing},
}
@inproceedings{JKBoundsCheck:AADEBUG97,
author = {Richard W M Jones and Paul H J Kelly},
title = {Backwards-compatible Bounds Checking for Arrays and Pointers in C Programs},
booktitle = {Proceedings of the Third International Workshop on Automated Debugging},
location = {Linköping, Sweden},
year = {1997},
month = May,
url = {https://dl.acm.org/doi/10.1145/1134285.1134309},
}
@INPROCEEDINGS{MemSafetySurvey:DISCEX00,
author={Crispin Cowan and Perry Wagle and Calton Pu and Steve Beattie and Janathan Walpole},
booktitle={Proceedings DARPA Information Survivability Conference and Exposition. DISCEX'00},
title={Buffer Overflows: Attacks and Defenses for the Vulnerability of the Decade},
year={2000},
volume={2},
number={},
pages={119-129 vol.2},
url = {https://ieeexplore.ieee.org/document/821514},
}
@inproceedings{CRED:NDSS04,
title={A Practical Dynamic Buffer Overflow Detector},
author={Olatunji Ruwase and M. Lam},
booktitle={NDSS},
year={2004}
}
@inproceedings {ASan:ATC12,
author = {Konstantin Serebryany and Derek Bruening and Alexander Potapenko and Dmitriy Vyukov},
title = {AddressSanitizer: A Fast Address Sanity Checker},
booktitle = {2012 {USENIX} Annual Technical Conference ({USENIX} {ATC} 12)},
year = {2012},
isbn = {978-931971-93-5},
address = {Boston, MA},
pages = {309--318},
url = {https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany},
publisher = {{USENIX} Association},
month = jun,
}
@inproceedings{XuMemSafe:FSE04,
author = {Xu, Wei and DuVarney, Daniel C. and Sekar, R.},
title = {{An Efficient and Backwards-compatible Transformation to Ensure Memory
Safety of C Programs}},
booktitle = {Proceedings of the 12th ACM SIGSOFT Twelfth International Symposium on Foundations of Software Engineering},
series = {SIGSOFT '04/FSE-12},
year = {2004},
isbn = {1-58113-855-5},
location = {Newport Beach, CA, USA},
pages = {117--126},
numpages = {10},
url = {http://doi.acm.org/10.1145/1029894.1029913},
doi = {10.1145/1029894.1029913},
acmid = {1029913},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {C, memory safety, program transformation},
}
@ARTICLE{MemAttackSurvey:Oakland04,
author={J. {Pincus} and B. {Baker}},
journal={IEEE Security \& Privacy},
title={Beyond Stack Smashing: Recent Advances in Exploiting Buffer Overruns},
year={2004},
volume={2},
number={4},
pages={20-27},
url = {https://ieeexplore.ieee.org/document/1324594},
}
@inproceedings{SAFECode:PLDI06,
author = {Dhurjati, Dinakar and Kowshik, Sumant and Adve, Vikram},
title = {{SAFECode}: Enforcing Alias Analysis for Weakly Typed Languages},
year = {2006},
isbn = {1595933204},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1133981.1133999},
doi = {10.1145/1133981.1133999},
booktitle = {Proceedings of the 27th ACM SIGPLAN Conference on Programming Language Design and Implementation},
pages = {144–157},
numpages = {14},
keywords = {alias analysis, automatic pool allocation, region management, programming languages, compilers},
location = {Ottawa, Ontario, Canada},
series = {PLDI ’06}
}
@inproceedings{SAFECode:ICSE06,
author = {Dhurjati, Dinakar and Adve, Vikram},
title = {Backwards-Compatible Array Bounds Checking for C with Very Low Overhead},
year = {2006},
isbn = {1595933751},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1134285.1134309},
doi = {10.1145/1134285.1134309},
booktitle = {Proceedings of the 28th International Conference on Software Engineering},
pages = {162–171},
numpages = {10},
keywords = {programming languages, automatic pool allocation, region management, compilers, array bounds checking},
location = {Shanghai, China},
series = {ICSE ’06}
}
@inproceedings{DFI:OSDI06,
author = {Castro, Miguel and Costa, Manuel and Harris, Tim},
title = {Securing Software by Enforcing Data-Flow Integrity},
year = {2006},
isbn = {1931971471},
publisher = {USENIX Association},
address = {USA},
booktitle = {Proceedings of the 7th Symposium on Operating Systems Design and Implementation},
pages = {147–160},
numpages = {14},
location = {Seattle, Washington},
series = {OSDI ’06}
}
@inproceedings{SpecBasedKernelData:USS06,
author = {Petroni, Nick L. and Fraser, Timothy and Walters, AAron and Arbaugh, William A.},
title = {An Architecture for Specification-Based Detection of Semantic Integrity Violations in Kernel Dynamic Data},
year = {2006},
publisher = {USENIX Association},
address = {USA},
booktitle = {Proceedings of the 15th Conference on USENIX Security Symposium - Volume 15},
articleno = {20},
numpages = {1},
location = {Vancouver, B.C., Canada},
series = {USENIX-SS’06}
}
@inproceedings{SVA:SOSP07,
author = {Criswell, John and Lenharth, Andrew and Dhurjati, Dinakar and Adve, Vikram},
title = {{Secure Virtual Architecture: A Safe Execution Environment for
Commodity Operating Systems}},
booktitle = {Proceedings of Twenty-first ACM SIGOPS Symposium on Operating Systems Principles},
series = {SOSP '07},
year = {2007},
isbn = {978-1-59593-591-5},
location = {Stevenson, Washington, USA},
pages = {351--366},
numpages = {16},
url = {http://doi.acm.org/10.1145/1294261.1294295},
doi = {10.1145/1294261.1294295},
acmid = {1294295},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compiler, memory safety, operating systems, security, type safety, typed assembly language, virtual machine},
}
@inproceedings{SecVisor:SOSP07,
author = {Seshadri, Arvind and Luk, Mark and Qu, Ning and Perrig, Adrian},
title = {SecVisor: A Tiny Hypervisor to Provide Lifetime Kernel Code Integrity for Commodity OSes},
year = {2007},
isbn = {9781595935915},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1294261.1294294},
doi = {10.1145/1294261.1294294},
booktitle = {Proceedings of Twenty-First ACM SIGOPS Symposium on Operating Systems Principles},
pages = {335–350},
numpages = {16},
keywords = {preventing, hypervisor, code attestation, code injection attacks, memory virtualization, code integrity},
location = {Stevenson, Washington, USA},
series = {SOSP ’07}
}
@inproceedings{SBCFI:CCS07,
author = {Petroni, Nick L. and Hicks, Michael},
title = {Automated Detection of Persistent Kernel Control-Flow Attacks},
year = {2007},
isbn = {9781595937032},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1315245.1315260},
doi = {10.1145/1315245.1315260},
booktitle = {Proceedings of the 14th ACM Conference on Computer and Communications Security},
pages = {103–115},
numpages = {13},
keywords = {CFI, virtualization, kernel, integrity, rootkit},
location = {Alexandria, Virginia, USA},
series = {CCS ’07}
}
@inproceedings{SBCFI:CCS07,
author = {Petroni, Nick L. and Hicks, Michael},
title = {Automated Detection of Persistent Kernel Control-Flow Attacks},
year = {2007},
isbn = {9781595937032},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1315245.1315260},
doi = {10.1145/1315245.1315260},
booktitle = {Proceedings of the 14th ACM Conference on Computer and Communications Security},
pages = {103–115},
numpages = {13},
keywords = {CFI, virtualization, kernel, integrity, rootkit},
location = {Alexandria, Virginia, USA},
series = {CCS ’07}
}
@inproceedings{Gibraltar:ACSAC08,
author = {Baliga, Arati and Ganapathy, Vinod and Iftode, Liviu},
title = {Automatic Inference and Enforcement of Kernel Data Structure Invariants},
year = {2008},
isbn = {9780769534473},
publisher = {IEEE Computer Society},
address = {USA},
url = {https://doi.org/10.1109/ACSAC.2008.29},
doi = {10.1109/ACSAC.2008.29},
booktitle = {Proceedings of the 2008 Annual Computer Security Applications Conference},
pages = {77–86},
numpages = {10},
keywords = {rootkits, kernel, data structures, invariants, automatic, non-control data, inference},
series = {ACSAC ’08}
}
@inproceedings{SVAOS:USS09,
author = {Criswell, John and Geoffray, Nicolas and Adve, Vikram},
title = {{Memory Safety for Low-level Software/Hardware Interactions}},
booktitle = {Proceedings of the 18th Conference on USENIX Security Symposium},
series = {SSYM'09},
year = {2009},
location = {Montreal, Canada},
pages = {83--100},
numpages = {18},
url = {http://dl.acm.org/citation.cfm?id=1855768.1855774},
acmid = {1855774},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{KOL:CCS09,
author = {Carbone, Martim and Cui, Weidong and Lu, Long and Lee, Wenke and Peinado, Marcus and Jiang, Xuxian},
title = {Mapping Kernel Objects to Enable Systematic Integrity Checking},
year = {2009},
isbn = {9781605588940},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/1653662.1653729},
doi = {10.1145/1653662.1653729},
booktitle = {Proceedings of the 16th ACM Conference on Computer and Communications Security},
pages = {555–565},
numpages = {11},
keywords = {memory analysis, pointer analysis, malware, introspection, kernel integrity},
location = {Chicago, Illinois, USA},
series = {CCS ’09}
}
@inproceedings{kGuard:USS12,
author = {Kemerlis, Vasileios P. and Portokalidis, Georgios and Keromytis, Angelos D.},
title = {KGuard: Lightweight Kernel Protection against Return-to-User Attacks},
year = {2012},
publisher = {USENIX Association},
address = {USA},
booktitle = {Proceedings of the 21st USENIX Conference on Security Symposium},
pages = {39},
numpages = {1},
location = {Bellevue, WA},
series = {Security’12}
}
@inproceedings{EternalWar:Oakland13,
author = {Szekeres, Laszlo and Payer, Mathias and Wei, Tao and Song, Dawn},
title = {{SoK: Eternal War in Memory}},
booktitle = {Proceedings of the 2013 IEEE Symposium on Security and Privacy},
series = {SP '13},
year = {2013},
isbn = {978-0-7695-4977-4},
pages = {48--62},
numpages = {15},
url = {http://dx.doi.org/10.1109/SP.2013.13},
doi = {10.1109/SP.2013.13},
acmid = {2498101},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{MemErrorSurvey:RAID12,
author = {van der Veen, Victor and Dutt-Sharma, Nitish and Cavallaro, Lorenzo and Bos, Herbert},
year = {2012},
month = {09},
pages = {86-106},
title = {Memory Errors: The Past, the Present, and the Future},
volume = {7462},
doi = {10.1007/978-3-642-33338-5_5},
booktitle = {The Proceedings of the 15th International Symposium on Research in Attacks,
Intrusions and Defenses}
}
@inproceedings{VirtualGohst:ASPLOS14,
author = {Criswell, John and Dautenhahn, Nathan and Adve, Vikram},
title = {{Virtual Ghost: Protecting Applications from Hostile Operating
Systems}},
booktitle = {Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS '14},
year = {2014},
isbn = {978-1-4503-2305-5},
location = {Salt Lake City, Utah, USA},
pages = {81--96},
numpages = {16},
url = {http://doi.acm.org/10.1145/2541940.2541986},
doi = {10.1145/2541940.2541986},
acmid = {2541986},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {control-flow integrity, inlined reference monitors, malicious operating systems, software fault isolation, software security},
}
@INPROCEEDINGS{KCFI:EuroSP16,
author={X. {Ge} and N. {Talele} and M. {Payer} and T. {Jaeger}},
booktitle={2016 IEEE European Symposium on Security and Privacy (EuroS P)},
title={Fine-Grained Control-Flow Integrity for Kernel Software},
year={2016},
volume={},
number={},
pages={179-194},
}
@ARTICLE{FINECFI:IEEEIFS16,
author={J. {Li} and X. {Tong} and F. {Zhang} and J. {Ma}},
journal={IEEE Transactions on Information Forensics and Security},
title={FINE-{CFI}: Fine-Grained Control-Flow Integrity for Operating System Kernels},
year={2018},
volume={13},
number={6},
pages={1535-1550},}
@inproceedings{KENALI:NDSS16,
title = {Enforcing Kernel Security Invariants with Data Flow Integrity},
author = {Chengyu Song and Byoungyoung Lee and Kangjie Lu and William R. Harris and Taesoo Kim and Wenke Lee},
booktitle = {Proceedings of the 2016 Annual Network and Distributed System Security Symposium (NDSS)},
month = feb,
year = 2016,
address = {San Diego, CA},
}
@inproceedings{Sulong:ASPLOS18,
author = {Rigger, Manuel and Schatz, Roland and Mayrhofer, Ren\'{e} and Grimmer,
Matthias and M\"{o}ssenb\"{o}ck, Hanspeter},
title = {Sulong, and Thanks for All the Bugs:
Finding Errors in C Programs by Abstracting from the Native Execution Model},
year = {2018},
isbn = {9781450349116},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3173162.3173174},
doi = {10.1145/3173162.3173174},
booktitle = {Proceedings of the Twenty-Third International Conference on Architectural
Support for Programming Languages and Operating Systems},
pages = {377–391},
numpages = {15},
keywords = {sulong, memory errors, bug detection, C},
location = {Williamsburg, VA, USA},
series = {ASPLOS '18}
}
@INPROCEEDINGS {SanitizerSoK:Oakland19,
author = {Dokyung Song and Julian Lettner and Prabhu Rajasekaran and Yeoul Na and
Stijin Volckaert and Per Larsen and Michael Franz},
booktitle = {2019 IEEE Symposium on Security and Privacy (SP)},
title = {SoK: Sanitizing for Security},
year = {2019},
volume = {},
issn = {CFP19020-ART},
pages = {},
keywords = {computer-bugs;security;software-safety;system-software},
doi = {10.1109/SP.2019.00010},
url = {https://doi.ieeecomputersociety.org/10.1109/SP.2019.00010},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
month = {may}
}
%--------------------------------------------------------------------------------------------------%
% Safe Implementation
%--------------------------------------------------------------------------------------------------%
@inproceedings{JonesKelly:AADEBUG97,
author = {Jones, Richard W. M. and Kelly, Paul H. J.},
title = {Backwards-Compatible Bounds Checking for Arrays and Pointers in {C} Programs},
booktitle = {Proceedings of the 3rd International Workshop on Automatic Debugging},
series = {AADEBUG '97},
year = {1997},
address = {Link\"{o}ping, Sweden},
pages = {13--26},
numpages = {14},
url = {https://www.ep.liu.se/ecp/article.asp?issue=001&article=002},
publisher = {Link\"{o}ping University Electronic Press; Link\"{o}pings universitet},
issn = {1650-3740},
}
@inproceedings{Mudflap:GCCDev03,
title={Mudflap: Pointer use checking for C/C},
author={Frank Ch. Eigler},
year={2003}
}
@inproceedings{WIT:Oakland08,
author = {Akritidis, Periklis and Cadar, Cristian and Raiciu, Costin and Costa, Manuel and Castro, Miguel},
title = {{Preventing Memory Error Exploits with {WIT}}},
booktitle = {Proceedings of the 2008 IEEE Symposium on Security and Privacy},
series = {SP '08},
year = {2008},
isbn = {978-0-7695-3168-7},
address = {Oakland, CA},
pages = {263--277},
numpages = {15},
url = {https://doi.org/10.1109/SP.2008.30},
doi = {10.1109/SP.2008.30},
publisher = {IEEE Computer Society},
}
@inproceedings{BBC:USS09,
author = {Akritidis, Periklis and Costa, Manuel and Castro, Miguel and Hand, Steven},
title = {{Baggy Bounds Checking: An Efficient and Backwards-Compatible Defense against
out-of-Bounds Errors}},
booktitle = {Proceedings of the 18th USENIX Security Symposium},
series = {Security '09},
year = {2009},
isbn = {978-1-931971-69-0},
address = {Montreal, QC, Canada},
pages = {51--66},
numpages = {16},
url = {https://www.usenix.org/legacy/events/sec09/tech/full_papers/akritidis.pdf},
publisher = {USENIX Association},
}
@inproceedings{BBAC:ISSREW12,
author = {Ding, Baozeng and He, Yeping and Wu, Yanjun and Miller, Alex and Criswell, John},
title = {Baggy Bounds with Accurate Checking},
booktitle = {Proceedings of the 23rd IEEE International Symposium on Software Reliability Engineering Workshops},
series = {ISSREW '12},
year = {2012},
isbn = {978-0-7695-4928-6},
address = {Dallas, TX},
pages = {195--200},
numpages = {6},
url = {https://doi.org/10.1109/ISSREW.2012.24},
doi = {10.1109/ISSREW.2012.24},
publisher = {IEEE Computer Society},
}
@article{MemSafe:SPE13,
author = {Simpson, Matthew S. and Barua, Rajeev K.},
title = {MemSafe: Ensuring the Spatial and Temporal Memory Safety of C at Runtime},
year = {2013},
issue_date = {January 2013},
publisher = {John Wiley & Sons, Inc.},
address = {USA},
volume = {43},
number = {1},