-
Notifications
You must be signed in to change notification settings - Fork 9
/
security.bib
1254 lines (999 loc) · 38.5 KB
/
security.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Static and theoretical information-flow approaches
%%% (but not type systems, which are in types.bib)
@PhdThesis{Fenton73,
author = {Jeffrey Stewart Fenton},
title = {Information Protection Systems},
school = {University of Cambridge},
year = 1973,
address = {Cambridge, UK}
}
@Article{Fenton74,
author = {J. S. Fenton},
title = {Memoryless Subsytems},
journal = {The Computer Journal},
year = 1974,
volume = 17,
number = 2,
pages = "143--147",
month = may
}
@Article{GatS76,
author = {Israel Gat and Harry J. Saal},
title = {Memoryless Execution: A Programmer's Viewpoint},
journal = j-SPE,
year = 1976,
volume = 6,
number = 4,
pages = "463--471"
}
@TechReport{BellL76,
author = {David E. Bell and Leonard {La Padula}},
title = {Secure computer system: Unified exposition and {Multics} interpretation},
institution = {MITRE Corporation},
year = 1976,
number = {MTR-2997 Rev. 1},
month = mar
}
@Article{DenningLattice76,
author = {Dorothy E. Denning},
title = {A lattice model of secure information flow},
journal = CACM,
year = 1976,
volume = 19,
number = 5,
pages = {236--243},
month = may
}
@PhdThesis{Denning75:Thesis,
author = {Dorothy Elizabeth Robling Denning},
title = {Secure Information Flow in Computer Systems},
school = {Purdue University},
year = 1975,
month = may
}
@InProceedings{ClarksonMS2005,
author = {Michael R. Clarkson and Andrew C. Myers and Fred B. Schneider},
title = {Belief in Information Flow},
crossref = "CSFW2005",
pages = "31--45",
}
@InProceedings{FerrariSBJ97,
author = {Elena Ferrari and Pierangela Samarati and Elisa Bertino and Sushil Jajodia},
title = {Providing Flexibility in Information Flow Control for Object-Oriented Systems},
crossref = "IEEESnP97",
pages = "130--140",
}
@InProceedings{Millen87,
author = {Jonathan K. Millen},
title = {Covert Channel Capacity},
crossref = "IEEESnP87",
pages = "60--66",
}
@InProceedings{ClarkHM2001,
author = {David Clark and Sebastian Hunt and Pasquale Malacaria},
title = {Quantitative Analysis of the Leakage of Confidential Data},
crossref = "QAPL2001",
pages = "238--251",
}
@InProceedings{ClarkHM2004,
author = {David Clark and Sebastian Hunt and Pasquale Malacaria},
title = {Quantified Interference for a While Language},
crossref = "QAPL2004",
pages = "149--159",
}
@InProceedings{Malacaria2007,
author = {Pasquale Malacaria},
title = {Assessing security threats of looping constructs},
crossref = "POPL2007",
pages = "225--235",
}
@InProceedings{MalacariaC2008,
author = {Pasquale Malacaria and Han Chen},
title = {Lagrange Multipliers and Maximum Information Leakage in Different Observational Models},
crossref = "PLAS2008",
pages = "135--146",
}
@InProceedings{GoguenM82,
author = {Joseph A. Goguen and Jos{\'e} Meseguer},
title = {Security Policies and Security Models},
crossref = "IEEESnP82",
pages = "11--20",
}
@InProceedings{Gray91,
author = {James W. {Gray III}},
title = {Toward a Mathematical Foundation for Information Flow Security},
crossref = "IEEESnP91",
pages = "21--34",
}
@Book{McEliece2002,
author = {Robert J. McEliece},
title = {The Theory of Information and Coding},
publisher = {Cambridge University Press},
year = 2002,
edition = {Second}
}
@Article{Elias75,
author = {Peter Elias},
title = {Universal Codeword Sets and Representations of the Integers},
journal = {IEEE Transactions on Information Theory},
year = 1975,
volume = 21,
number = 2,
pages = "194--203",
month = mar
}
@Book{Denning82,
author = {Dorothy Denning},
title = {Cryptography and Data Security},
publisher = {Addison-Wesley},
year = 1982
}
@InProceedings{DiPierroHW2002,
author = {Alessandra {Di Pierro} and Chris Hankin and Herbert Wiklicky},
title = {Approximate Non-Interference},
crossref = "CSFW2002",
pages = "3--17",
}
@InProceedings{Lowe2002,
author = {Gavin Lowe},
title = {Quantifiying Information Flow},
crossref = "CSFW2002",
pages = "18--31",
}
@InProceedings{DarvasHS2003,
author = {\'{A}d\'{a}m Darvas and Reiner H\"{a}hnle and Dave Sands},
title = {A Theorem Proving Approach to Analysis of Secure Information Flow},
crossref = "WITS2003",
pages = "193-209"
}
@InProceedings{BartheAR2004,
author = {Gilles Barthe and Pedro R. D'Argenio and Tamar Rezk},
title = {Secure Information Flow by Self-Composition},
crossref = "CSFW2004",
pages = "100--114",
}
@InProceedings{TerauchiA2005,
author = {Tachio Terauchi and Alex Aiken},
title = {Secure Information Flow as a Safety Problem},
crossref = "SAS2005",
pages = "352--367",
}
@InProceedings{MasriPL2004,
author = {Was Masri and Andy Podgurski and David Leon},
title = {Detecting and Debugging Insecure Information Flows},
crossref = "ISSRE2004",
pages = "198--209",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Tainting and dynamic information flow
%%%
@InProceedings{ClauseLO2007,
author = {James Clause and Wanchun Li and Alessandro Orso},
title = {Dytan: A Generic Dynamic Taint Analysis Framework},
crossref = "ISSTA2007",
pages = "196--206",
}
% Couldn't find page number information online (CD-ROM proceedings) -SMcC
@InProceedings{NewsomeS2005,
author = {James Newsome and Dawn Song},
title = {Dynamic Taint Analysis: Automatic Detection, Analysis, and Signature Generation of Exploit Attacks on Commodity Software},
crossref = "NDSS2005",
}
% Couldn't find page number information online -SMcC
@InProceedings{HaldarCF05,
author = {Vivek Haldar and Deepak Chandra and Michael Franz},
title = {Practical, Dynamic Information Flow for Virtual Machines},
crossref = "PLID2005",
NEEDpages = "*"
}
% NOT PLDI!
@InProceedings{VachharajaniBCROBRVA2004,
author = {Neil Vachharajani and Matthew J. Bridges and Jonathan Chang and Ram Rangan and Guilherme Ottoni and Jason A. Blome and George A. Reis and Manish Vachharajani and David I. August},
title = {{RIFLE}: An Architectural Framework for User-Centric Information-Flow Security},
crossref = "MICRO2004",
pages = "243--254",
}
@InProceedings{SuhLZD2004,
author = {G. Edward Suh and Jae W. Lee and David Zhang and Srinivas Devadas},
title = {Secure Program Execution via Dynamic Information Flow Tracking},
crossref = "ASPLOS2004",
pages = "85--96",
}
@InProceedings{XuBS2006,
author = {Wei Xu and Sandeep Bhatkar and R. Sekar},
title = {Taint-Enhanced Policy Enforcement: A Practical Approach to Defeat a Wide Range of Attacks},
crossref = "USENIXSec2006",
pages = "121--136",
}
@InProceedings{Nguyen-TuongGGSE2005,
author = {Anh Nguyen-Tuong and Salvatore Guarnieri and Doug Greene and Jeff Shirley and David Evans},
title = {Automatically Hardening Web Applications Using Precise Tainting},
crossref = "IFIPSEC2005",
pages = "295--307",
}
@Book{WallS91,
author = {Larry Wall and Randal L. Schwartz},
title = {Programming Perl},
publisher = {O'Reilly \& Associates},
year = 1991
}
@InProceedings{YumerfendiMC2007,
author = {Aydan R. Yumerfendi and Benjamin Mickle and Landon P. Cox},
title = {{TightLip}: Keeping Applications from Spilling the Beans},
crossref = "NSDI2007",
pages = "159--172",
}
@InProceedings{NairSCT2007,
author = {Srijith K. Nair and Patrick N.D. Simpson and Bruno Crispo and Andrew S. Tannenbaum},
title = {A Virtual Machine Based Information Flow Control System for Policy Enforcement},
crossref = "REM2007",
pages = "3--16",
}
@InProceedings{ChandraF2007,
author = {Deepak Chandra and Michael Franz},
title = {Fine-Grained Information Flow Analysis and Enforcement in a {Java} Virtual Machine},
crossref = "ACSAC2007",
pages = "463--475",
}
@TechReport{NewsomeS2008,
author = {James Newsome and Dawn Song},
title = {Influence: A Quantitative Approach for Data Integrity},
institution = {Carnegie Mellon University CyLab},
year = 2008,
number = {CMU-CyLab-08-005},
month = feb
}
@Techreport{NewsomeMS2009:TR,
author = {James Newsome and Stephen McCamant and Dawn Song},
title = {Measuring Channel Capacity to Distinguish Undue Influence},
institution = {EECS Department, University of California, Berkeley},
number = {UCB/EECS-2009-47},
year = 2009,
month = apr,
}
@InProceedings{DrewryO2007,
author = {Will Drewry and Tavis Ormandy},
title = {Flayer: Exposing Application Internals},
crossref = "WOOT2007",
NEEDpages = "*"
}
@InProceedings{CastroCM2008,
author = {Miguel Castro and Manuel Costa and Jean-Philippe Martin},
title = {Bug Reporting With Better Privacy},
crossref = "ASPLOS2008",
pages = "319--328",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Static tainting
%%%
@InProceedings{LivshitsL2005,
author = {V. Benjamin Livshits and Monica S. Lam},
title = {Finding security vulnerabilities in {Java} programs with static analysis},
crossref = "USENIXSec2005",
pages = "271--286",
}
@InProceedings{XieA2006,
author = {Yichen Xie and Alex Aiken},
title = {Static Detection of Security Vulnerabilities in Scripting Languages},
crossref = "USENIXSec2006",
pages = "179--192",
}
@InProceedings{HuangYHTLK2004,
author = "Yao-Wen Huang and Fang Yu and Christian Hang and Chung-Hung Tsai and Der-Tsai Lee and Sy-Yen Kuo",
title = "Securing web application code by static analysis and runtime protection",
crossref = "WWW2004",
pages = "40--52",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Tainting: post-McCamant-thesis, as of August 2011
%%%
@InProceedings{BaoZLZX2010,
author = "Tao Bao and Yunhui Zheng and Zhiqiang Lin and Xiangyu Zhang and Dongyan Xu",
title = "Strict control dependence and its effect on dynamic information flow analyses",
crossref = "ISSTA2010",
pages = "13--24",
}
@InProceedings{KangMPS2011,
author = "Min Gyung Kang and Stephen McCamant and Pongsin Poosankam and Dawn Song",
title = "{DTA++}: Dynamic taint analysis with targeted control-flow propagation",
crossref = "NDSS2011",
NOpages = "NDSS doesn't seem to have page numbers",
}
@InProceedings{BackesKR2009,
author = {Michael Backes and Boris K{\"o}pf and Andrey Rybalchenko},
authorASCII = "Michael Backes and Boris Koepf and Andrey Rybalchenko",
authorASCII2 = "Michael Backes and Boris Kopf and Andrey Rybalchenko",
title = "Automatic discovery and quantification of information leaks",
crossref = "IEEESnP2009",
pages = "141--153",
}
@InProceedings{NewsomeMS2009,
author = "James Newsome and Stephen McCamant and Dawn Song",
title = "Measuring channel capacity to distinguish undue influence",
crossref = "PLAS2009",
pages = "73--85",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% SFI-related
%%%
@InProceedings{DeutschG71,
author = {Peter Deutsch and Charles A. Grant},
title = {A flexible measurement tool for software systems},
crossref = "IP71",
pages = "320--326",
}
@InProceedings{Small97,
author = {Christopher Small},
title = {{MiSFIT}: A Tool for Constructing Safe Extensible {C++} Systems},
crossref = "COOTS97",
pages = "174--184",
}
@InProceedings{ErlingssonS99,
author = {\'Ulfar Erlingsson and Fred B. Schneider},
title = {{SASI} Enforcement of Security Policies: A Retrospective},
crossref = "NSPW99",
pages = "87--95",
}
@TechReport{Silver96,
author = {Scott M. Silver},
title = {Implementation and Analysis of Software Based Fault Isolation},
institution = {Dartmouth College},
year = 1996,
number = {PCS-TR96-287},
month = {June}
}
@InProceedings{Adl-TabatabaiLLW96,
author = "Ali-Reza Adl-Tabatabai and Geoff Langdale and Steven
Lucco and Robert Wahbe",
title = "Efficient and Language-Independent Mobile Programs",
crossref = "PLDI96",
pages = "127--136",
}
@Misc{Lu2000:Web,
author = {Fei Lu},
year = 2000,
title = {Introducing {C+J} Research Project},
note = {\url{http://www.cs.jhu.edu/~flu/cpj/CPJ_guide.htm}}
}
@MastersThesis{Lu2000,
author = {Fei Lu},
title = {{C Plus J} Software Architecture},
school = {Shanghai Jiaotong University},
year = 2000,
type = {Undergraduate Thesis},
month = jun,
note = "English summary at \url{http://www.cs.jhu.edu/~flu/cpj/CPJ_guide.htm}"
}
@Misc{Patent5761477,
author = {Robert S. Wahbe and Steven E. Lucco},
title = {Methods for safe and efficient implementations of virtual machines},
howpublished = {U.S. Patent 5,761,477},
month = jun,
year = 1998,
note = {Assigned to Microsoft Corporation}
}
@InProceedings{WinwoodC2005,
author = {Simon Winwood and Manuel M. T. Chakravarty},
title = {Secure Untrusted Binaries - Provably!},
crossref = "FAST2005",
pages = "171--186",
}
@InProceedings{AbadiBEL2005:Theory,
author = "Mart\'in Abadi and Mihai Budiu and \'Ulfar Erlingsson and Jay Ligatti",
title = {A theory of secure control flow},
crossref = "ICFEM2005",
pages = "111--124",
}
@TechReport{AbadiBEL2005:Theory-TR,
author = "Mart\'in Abadi and Mihai Budiu and \'Ulfar Erlingsson and Jay Ligatti",
title = "A theory of secure control flow",
institution = "Microsoft Research",
year = 2005,
month = Feb,
number = "MSR-TR-05-17",
address = "Redmond, WA, USA"
}
@TechReport{AbadiBEL2005:TR,
author = "Mart\'in Abadi and Mihai Budiu and \'Ulfar Erlingsson and Jay Ligatti",
title = "Control-Flow Integrity",
institution = "Microsoft Research",
year = 2005,
month = Feb,
number = "MSR-TR-05-18",
address = "Redmond, WA, USA"
}
@InProceedings{AbadiBEL2005,
author = "Mart\'in Abadi and Mihai Budiu and \'Ulfar Erlingsson and Jay Ligatti",
title = {Control-Flow Integrity: Principles, Implementations, and Applications},
crossref = "CCS2005",
pages = "340--353",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Really more general systems, but somewhat security relevant
%%% (Move to a systems.bib if we make one in the future)
%%%
@InProceedings{Ford2005,
author = {Bryan Ford},
title = {{VXA}: A Virtual Architecture for Durable Compressed Archives},
crossref = "USENIXFAST2005",
pages = "295--308",
}
@InProceedings{SwiftBL2003,
author = {Michael M. Swift and Brian N. Bershad and Henry M. Levy},
title = {Improving the Reliability of Commodity Operating Systems},
crossref = "SOSP2003",
pages = "207--222",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% SQL injection
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Security, otherwise uncategorized
%%%
@InProceedings{EfstathopoulosKVFZKMKM,
author = {Petros Efstathopoulos and Maxwell Krohn and Steve VanDeBogart and Cliff Frey and David Ziegler and Eddie Kohler and David Mazi\`eres and Frans Kaashoek and Robert Morris},
title = {Labels and Event Processes in the {Asbestos} Operating System},
crossref = "SOSP2005",
pages = "17--30",
}
@InProceedings{ZeldovichBKM2006,
author = {Nickolai Zeldovich and Silas Boyd-Wickizer and Eddie Kohler and David Mazi\`eres},
title = {Making Information Flow Explicit in {HiStar}},
crossref = "OSDI2006",
pages = "263--278",
}
@InProceedings{KrohnYBCKKM2007,
author = {Maxwell Krohn and Alexander Yip and Micah Brodsky and Natan Cliffer and M. Frans Kaashoek and Eddie Kohler and Robert Morris},
title = {Information Flow Control for Standard {OS} Abstractions},
crossref = "SOSP2007",
pages = "321--334",
}
@InProceedings{LoscoccoS2001,
author = {Peter Loscocco and Stephen Smalley},
title = {Integrating Flexible Support for Security Policies into the {Linux} Operating System},
crossref = "FREENIX2001",
pages = "29--42",
}
@InProceedings{ChowPGCR2004,
author = {Jim Chow and Ben Pfaff and Tal Garfinkel and Kevin Christopher and Mendel Rosenblum},
title = {Understanding Data Lifetime via Whole System Simulation},
crossref = "USENIXSec2004",
pages = "321--336",
}
@InProceedings{SuW2006,
author = {Zhendong Su and Gary Wassermann},
title = {The Essence of Command Injection Attacks in Web Applications},
crossref = "POPL2006",
pages = "372--382",
}
@InProceedings{ArbaughFS97,
author = {William A. Arbaugh and David J. Farber and Jonathan M. Smith},
title = {A Secure and Reliable Bootstrap Architecture},
crossref = "IEEESnP97",
pages = "65--71",
}
@inproceedings{KirianskyBA2002,
author = {Vladimir Kiriansky and Derek Bruening and Saman Amarasinghe},
title = {Secure Execution via Program Shepherding},
crossref = "USENIXSec2002",
pages = "191--206",
}
@TechReport{KirianskyBA2003,
author = {Vladimir Kiriansky and Derek Bruening and Saman Amarasinghe},
title = {Execution Model Enforcement Via Program Shepherding},
institution = MITLCS,
year = 2003,
number = {MIT-LCS-TM-638},
month = may
}
@InProceedings{LukCMPKLWRH2005,
author = "Luk, Chi-Keung and Cohn, Robert and Muth, Robert and Patil, Harish and Klauser, Artur and Lowney, Geoff and Wallace, Steven and Reddi, Vijay Janapa and Hazelwood, Kim",
title = "Pin: building customized program analysis tools with dynamic instrumentation",
crossref = "PLDI2005",
pages = "190--200",
}
@TechReport{GalPF2003,
author = {Andreas Gal and Christian W. Probst and Michael Franz},
title = {A Denial of Service Attack on the {Java} Bytecode Verifier},
institution = {University of California, Irvine, School of Information and Computer Science},
year = 2003,
number = {03-23},
month = nov
}
@InProceedings{ScottD2002,
author = {Kevin Scott and Jack Davidson},
title = {Safe Virtual Execution Using Software Dynamic Translation},
crossref = "ACSAC2002",
pages = "209--218",
}
@inproceedings{ProvosFH2003,
author = {Niels Provos and Markus Friedl and Peter Honeyman},
title = {Preventing Privilege Escalation},
crossref = "USENIXSec2003",
pages = "231--242",
}
@inproceedings{PetersonBP2002,
author = {David S. Peterson and Matt Bishop and Raju Pandey},
title = {A Flexible Containment Mechanism for Executing Untrusted Code},
crossref = "USENIXSec2002",
pages = "207--225",
}
@inproceedings{CowanPMHWBBGWZ98,
author = {Crispin Cowan and Calton Pu and Dave Maier and Heather Hinton
and Jonathan Walpole and Peat Bakke and Steve Beattie and
Aaron Grier and Perry Wagle and Qian Zhang},
title = {StackGuard: Automatic Adaptive Detection and Prevention of Buffer-Overflow Attacks},
crossref = "USENIXSec98",
pages = "63--78",
}
@InProceedings{DuVarneyBV2003,
author = {Daniel C. DuVarney and Sandeep Bhatkar and V.N. Venkatakrishnan},
title = {{SELF}: a Transparent Security Extension for {ELF} Binaries},
crossref = "NSPW2003",
pages = "29--38",
}
@InProceedings{Kilpatrick2003,
author = {Douglas Kilpatrick},
title = {Privman: A Library for Partitioning Applications},
crossref = "FREENIX2003",
pages = "273--284",
}
@Manual{DODCSC83,
title = {Trusted Computer System Evaluation Criteria},
organization = {Department of Defense Computer Security Center},
year = 1983,
month = aug,
note = {CSC-STD-001-83}
}
@Article{Lampson73,
author = {Butler W. Lampson},
title = {A Note on the Confinement Problem},
journal = cacm,
year = 1973,
number = 10,
volume = 16,
pages = "613--615",
month = oct
}
@InProceedings{CostaCCTZZB2005,
author = {Manuel Costa and Jon Crowcroft and Miguel Castro and Antony Rowstron and Lidong Zhou and Lintao Zhang and Paul Barham},
title = {Vigilante: End-to-End Containment of {Internet} Worms},
crossref = "SOSP2005",
pages = "133--147",
}
@InProceedings{NewsomeBS2006,
author = {James Newsome and David Brumley and Dawn Song},
title = {Vulnerability-Specific Execution Filtering for Exploit Prevention on Commodity Software},
crossref = "NDSS2006",
NEEDpages = "*"
}
@InProceedings{SmithT2006,
author = {Scott Smith and Mark Thober},
title = {Refactoring Programs to Secure Information Flows},
crossref = "PLAS2006",
pages = "75--84",
}
@Article{Schneider2000,
author = {Fred B. Schneider},
title = {Enforceable Security Policies},
journal = TISSEC,
year = 2000,
volume = 3,
number = 1,
pages = "30--50",
month = feb
}
@InProceedings{McLean94,
author = {John McLean},
title = {A General Theory of Composition for Trace Sets Closed under Selective Interleaving Functions},
crossref = "IEEESnP94",
pages = "79--93",
}
@InProceedings{QinWLKZW2006,
author = {Feng Qin and Cheng Wang and Zhenmin Li and Ho-Seop Kim and Yuanyuan Zhou and Youfeng Wu},
title = {{LIFT}: A Low-Overhead Practical Information Flow Tracking System for Detecting General Security Attacks},
crossref = "MICRO2006",
pages = "135--148",
}
@Book{Wiggins96,
author = {David P. Wiggins},
title = {{Security Extension} Specification},
publisher = {X Consortium, Inc.},
year = 1996,
month = nov
}
@Misc{Herrb2007,
author = {Matthieu Herrb},
title = {X.Org Security Advisory: multiple integer overflows in {DBE} and {Render} extensions},
month = jan,
year = 2007,
note = {\url{http://lists.freedesktop.org/archives/xorg-announce/2007-January/000235.html}}
}
@InProceedings{MolnarPSW2005,
author = {David Molnar and Matt Piotrowski and David Schultz and David Wagner},
title = {The Program Counter Security Model: Automatic Detection and Removal of Control-Flow Side Channel Attacks},
crossref = "ICISC2005",
pages = {156--168},
}
@InProceedings{ClarksonCM2008,
author = {Michael R. Clarkson and Stephen Chong and Andrew C. Myers},
title = {Civitas: Toward a Secure Voting System},
crossref = "IEEESnP2008",
pages = {354--368},
}
@InProceedings{BrumleyPSZ2008,
author = "David Brumley and Pongsin Poosankam and Dawn Song and Jiang Zheng",
title = "Automatic patch-based exploit generation is possible: Techniques and implications",
crossref = "IEEESnP2008",
pages = "143--157",
}
@TechReport{YanBAG2000,
author = {Jianxin Yan and Alan Blackwell and Ross Anderson and Alasdair Grant},
title = {The memorability and security of passwords---some empirical results},
institution = {University of Cambridge Computer Laboratory},
year = 2000,
number = {UCAM-CL-TR-500},
month = sep,
}
@InProceedings{FeltFCHW2011,
author = "Adrienne Porter Felt and Matthew Finifter and Erika Chin and Steven Hanna and David Wagner",
title = "A survey of mobile malware in the wild",
crossref = "SPSM2011",
pages = "3--14",
}
@InProceedings{FeltCHSW2011,
author = "Felt, Adrienne Porter and Chin, Erika and Hanna, Steve and Song, Dawn and Wagner, David",
title = "Android permissions demystified",
crossref = "CCS2011",
pages = "627--638",
}
@InProceedings{WangLLCL2013Jekyll,
author = "Wang, Tielei and Lu, Kangjie and Lu, Long and Chung, Simon and Lee, Wenke",
title = "Jekyll on {iOS}: When benign apps become evil",
crossref = "USENIXSec2013",
pages = "559--572",
}
@InProceedings{ChinFGW2011,
author = "Chin, Erika and Felt, Adrienne Porter and Greenwood, Kate and Wagner, David",
title = "Analyzing inter-application communication in {Android}",
crossref = "MobiSys2011",
pages = "239--252",
}
@InProceedings{GiblerCEC2012,
author = "Gibler, Clint and Crussell, Jonathan and Erickson, Jeremy and Chen, Hao",
title = "{AndroidLeaks}: Automatically detecting potential privacy leaks in {Android} applications on a large scale",
crossref = "TRUST2012",
pages = "291--307",
}
@InProceedings{HornyackHJSW2011,
author = "Hornyack, Peter and Han, Seungyeop and Jung, Jaeyeon and Schechter, Stuart and Wetherall, David",
title = "These aren't the droids you're looking for: Retrofitting {Android} to protect data from imperious applications",
crossref = "CCS2011",
pages = "639--652",
}
@InProceedings{XuSA2012,
author = "Xu, Rubin and Sa{\"\i}di, Hassen and Anderson, Ross",
authorASCII = "Xu, Rubin and Saidi, Hassen and Anderson, Ross",
title = "Aurasium: Practical policy enforcement for {Android} applications",
crossref = "USENIXSec2012",
NEEDpages = "*",
}
@InProceedings{PerocoS2012,
author = "Peroco, Nicholas J. and Schulte, Sean",
title = "Adventures in {BouncerLand}",
crossref = "BlackHatUSA2012",
NOpages = "*",
}
@misc{bouncersucks1,
title = "Google {Play}: {Android}'s {Bouncer} can be pwned",
author = "Michael Kassner",
Howpublished ={\url{http://www.techrepublic.com/blog/it-security/-google-play-androids-bouncer-can-be-pwned/}},
year = "2012"
}
@InProceedings{VidasCC2011,
author = "Timothy Vidas and Nicolas Christin and Lorrie Cranor",
title = "Curbing {Android} permission creep",
crossref = "W2SP2011",
NEEDpages = "*"
}
@InProceedings{YanY2012,
author = "Yan, Lok Kwong and Yin, Heng",
title = "{DroidScope}: Seamlessly reconstructing the {OS} and {Dalvik} semantic views for dynamic {Android} malware analysis",
crossref = "USENIXSec2012",
NEEDpages = "*",
}
@InProceedings{OngtangMEM2009,
author = "Ongtang, Machigar and McLaughlin, Stephen and Enck, William and
McDaniel, Patrick",
title = "Semantically rich application-centric security in {Android}",
crossref = "ACSAC2009",
pages = "340--349",
}
@misc{iosmalware,
title={First Instance of {iOS} App Store Malware Detected, Removed},
author={Bonnington, Christina},
note={\url{http://www.wired.com/gadgetlab/2012/07/first-ios-malware-found/}},
year={2012}
}
@misc{iosmalware2,
title="Proof-of-concept app exploiting {iOS} security flaw gets researcher in trouble with {Apple}",
author="Chris Foresman",
note="\url{http://arstechnica.com/apple/2011/11/safari-charlie-discovers-security-flaw-in-ios-gets-booted-from-dev-program/}",
year={2012},
}
@Misc{KitchingM2003,
author = "Chad Kitching and Larry McVoy",
title = "{BK2CVS} problem",
howpublished = "\url{http://lkml.indiana.edu/hypermail/linux/kernel/0311.0/0635.html}",
year = 2003,
}
@Article{KleinAAEHCDEEKNSTW2010,
author = "Klein, Gerwin and Andronick, June and Elphinstone, Kevin and Heiser, Gernot and Cock, David and Derrin, Philip and Elkaduwe, Dhammika and Engelhardt, Kai and Kolanski, Rafal and Norrish, Michael and Sewell, Thomas and Tuch, Harvey and Winwood, Simon",
title = "{seL4}: Formal verification of an operating-system kernel",
journal = cacm,
year = 2010,
volume = 53,
number = 6,
pages = "107--115",
month = jun,
}
@article{Leroy2009,
author = {Xavier Leroy},
title = {Formal verification of a realistic compiler},
journal = CACM,
year = 2009,
number = 7,
volume = 52,
month = jul,
pages = "107--115",
}
@InProceedings{VidasVC2011,
author = "Vidas, Timothy and Votipka, Daniel and Christin, Nicolas",
title = "All your droid are belong to us: A survey of current {Android} attacks",
crossref = "WOOT2011",
NOpages = "*"
}
@InProceedings{LiuZYC2012,
author = "Lei Liu and Xinwen Zhang and Guanhua Yan and Songqing Chen",
title = "Chrome extensions: Threat analysis and countermeasures",
crossref = "NDSS2012",
NOpages = "*"
}
@InProceedings{ZhouJ2012,
author = "Yajin Zhou and Xuxian Jiang",
title = "Dissecting {Android} malware: Characterization and evolution",
crossref = "IEEESnP2012",
pages = "95--109",
}
@InProceedings{ZhouWZJ2012,
author = "Yajin Zhou and Zhi Wang and Wu Zhou and Xuxian Jiang",
title = "Hey, you, get off of my market: Detecting malicious apps in official and alternative {A}ndroid markets",
crossref = "NDSS2012",
NOpages = "*"
}
@Unpublished{nist-scsa2013,
author = {{National Institute of Standards and Technology (NIST)}},
title = {Source Code Security Analyzers},
note = {\url{http://samate.nist.gov/index.php/Source_Code_Security_Analyzers.html}},
}
@InProceedings{OcteauJM2012,
author = "Octeau, Damien and Jha, Somesh and McDaniel, Patrick",
title = "Retargeting {Android} applications to {Java} bytecode",
crossref = "FSE2012",
pages = "6:1--6:11",
abstract =
"The Android OS has emerged as the leading platform for SmartPhone
applications. However, because Android applications are compiled from Java
source into platform-specific Dalvik bytecode, existing program analysis
tools cannot be used to evaluate their behavior. This paper develops and
evaluates algorithms for retargeting Android applications received from
markets to Java class files. The resulting Dare tool uses a new
intermediate representation to enable fast and accurate retargeting. Dare
further applies strong constraint solving to infer typing information and
translates the 257 DVM opcodes using only 9 translation rules. It also
handles cases where the input Dalvik bytecode is unverifiable. We evaluate
Dare on 1,100 of the top applications found in the free section of the
Android market and successfully retarget 99.99\% of the 262,110 associated
classes. Further, whereas existing tools can only fully retarget about half
of these applications, Dare can recover over 99\% of them. In this way, we
open the door to users, developers and markets to use the vast array of
program analysis tools to ensure the correct operation of Android
applications.",
}
@InProceedings{OcteauMJBBKLT2013,
author = "Octeau, Damien and McDaniel, Patrick and Jha, Somesh and Bartel, Alexandre and Bodden, Eric and Klein, Jacques and Le Traon, Yves",
title = "Effective inter-component communication mapping in {Android} with {Epicc}: An essential step towards holistic security analysis",
crossref = "USENIXSec2013",