-
Notifications
You must be signed in to change notification settings - Fork 2
/
WebSecBiblio.bib
2134 lines (1869 loc) · 61.4 KB
/
WebSecBiblio.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
% This file was created with JabRef 2.6.
% Encoding: ASCII
@INPROCEEDINGS{cfi,
author = {Martin Abadi and Mihai Budiu and Ulfar Erlingsson and Jay Ligatti},
title = {Control-Flow Integrity: Principles, Implementations, and Applications},
booktitle = {ACM Conference on Computer and Communications Security ({CCS})},
year = {2005},
month = {November}
}
@MISC{firefox-severity,
author = {Lucas Adamski},
title = {{Security Severity Ratings}},
howpublished = {\url{https://wiki.mozilla.org/Security_Severity_Ratings}}
}
@INPROCEEDINGS{beamauth,
author = {Ben Adida},
title = {Beam{A}uth: Two-Factor Web Authentication with a Bookmark},
booktitle = {Proceedings of the 14th ACM Conference on Computer and Communication
Security (CCS)},
year = {2007}
}
@INPROCEEDINGS{jsrootkits,
author = {Ben Adida and Adam Barth and Collin Jackson},
title = {{Rootkits for JavaScript Environments}},
booktitle = {{3rd USENIX Workshop on Offensive Technologies}},
year = {2009},
date-added = {2009-08-31 21:29:50 -0700},
date-modified = {2009-09-12 22:11:08 -0700}
}
@SPECIFICATION{crossdomain-spec,
title = {Cross-domain policy file specification},
key = {adobe-crossdomain.xml},
author = {Adobe Systems, Inc.},
note = {\url{http://learn.adobe.com/wiki/download/attachments/64389123/CrossDomain_PolicyFile_Specification.pdf?version=1}},
owner = {hodges},
timestamp = {2010.03.16}
}
@INPROCEEDINGS{captcha,
author = {Luis von Ahn and Manuel Blum, Nick Hopper and John Langford},
title = {{CAPTCHA}: Using Hard {AI} Problems for Security},
booktitle = {Eurocrypt 2003}
}
@MISC{airey-repudiate,
author = {David Airey},
title = {An informal chat with {Google}},
month = {March},
year = {2008},
note = {\url{http://www.davidairey.com/google-site-links-gmail-hack-search-penalty/}}
}
@MISC{airey,
author = {David Airey},
title = {Google's {Gmail} security failure leaves my business sabotaged},
month = {December},
year = {2007},
note = {\url{http://www.davidairey.co.uk/google-gmail-security-hijack/}}
}
@MISC{Anley2002,
author = {Chris Anley},
title = {Advanced SQL Injection In SQL Server Applications},
howpublished = {Online},
year = {2002},
note = {\url{http://www.nccgroup.com/Libraries/Document_Downloads/Advanced_SQL_Injection_in_SQL_Server_Applications.sflb.ashx}},
owner = {hodges},
timestamp = {2011.04.23}
}
@SPECIFICATION{dnssec-4033,
title = {DNS security introduction and requirements},
author = {Roy Arends and Rob Austein and Matt Larson and Dan Massey and Scott
Rose},
edition = {RFC 4033},
month = {March},
organization = {IETF},
year = {2005},
owner = {hodges},
timestamp = {2010.03.19}
}
@SPECIFICATION{dnssec-4034,
title = {Resource records for the DNS security extensions},
author = {Roy Arends and Rob Austein and Matt Larson and Dan Massey and Scott
Rose},
edition = {RFC 4034},
month = {March},
organization = {IETF},
year = {2005},
owner = {hodges},
timestamp = {2010.03.19}
}
@SPECIFICATION{dnssec-4035,
title = {Protocol Modifications for the DNS Security Extensions},
author = {Roy Arends and Rob Austein and Matt Larson and Dan Massey and Scott
Rose},
edition = {RFC 4035},
month = {March},
organization = {IETF},
year = {2005},
owner = {hodges},
timestamp = {2010.03.19}
}
@INPROCEEDINGS{codeinject,
author = {Elias Athanasopoulos and Vasilis Pappas and Evangelos P. Markatos},
title = {Code-Injection Attacks in Browsers Supporting Policies},
booktitle = {Proceedings of the IEEE Web 2.0 Security and Privacy Workshop, 2009},
year = {2009},
owner = {hodges},
timestamp = {2010.03.19}
}
@MISC{csrf-captcha,
author = {Robert Auger},
title = {The Cross-Site Request Forgery ({CSRF/XSRF}) {FAQ}},
year = {2007},
note = {\url{http://www.cgisecurity.com/articles/csrf-faq.shtml}}
}
@ARTICLE{nytimesaol,
author = {Michael Barbaro and Tom Zeller Jr.},
title = {A Face Is Exposed for {AOL} Searcher No.~4417749},
journal = {The New York Times},
year = {2006},
month = {August},
note = {\url{http://www.nytimes.com/2006/08/09/technology/09aol.htm}},
day = {9}
}
@OTHER{chromium,
author = {Adam Barth},
date-added = {2009-06-15 20:37:16 -0700},
date-modified = {2009-06-15 20:37:33 -0700},
title = {{Severity Guidelines for Security Issues:} http://dev.chromium.org/developers/severity-guidelines}
}
@INPROCEEDINGS{sniff,
author = {Adam Barth and Juan Caballero and Dawn Song},
title = {Secure Content Sniffing for Web Browsers {\em or} How to Stop Papers
from Reviewing Themselves},
booktitle = {Proceedings of the 30th IEEE Symposium on Security \& Privacy},
year = {2009},
address = {Oakland, CA},
month = may
}
@INPROCEEDINGS{websec-extvulns,
author = {Adam Barth and Adrienne Porter Felt and Prateek Saxena and Aaron
Boodman},
title = {Protecting Browsers from Extension Vulnerabilities},
booktitle = {Proceedings of the 17th Annual Network \& Distributed System Security
Symposium},
year = {2010},
owner = {hodges},
timestamp = {2010.03.17}
}
@SPECIFICATION{barth-origin-spec,
title = {The Web Origin Concept},
author = {Adam Barth and Collin Jackson and Ian Hickson},
edition = {Internet-Draft},
publisher = {IETF},
year = {2009},
note = {\url{http://tools.ietf.org/html/draft-abarth-origin}},
owner = {hodges},
timestamp = {2010.03.19}
}
@INPROCEEDINGS{postmash,
author = {Adam Barth and Collin Jackson and William Li},
title = {{Attacks on JavaScript Mashup Communication}},
booktitle = {{Proceedings of the Web 2.0 Security and Privacy 2009}},
year = {2009},
date-modified = {2009-12-06 13:55:07 -0800}
}
@INPROCEEDINGS{post-message,
author = {Adam Barth and Collin Jackson and John C. Mitchell},
title = {{Securing Frame Communication in Browsers}},
booktitle = {{Proceedings of the 17th USENIX Security Symposium}},
year = {2008},
date-modified = {2009-09-12 22:10:52 -0700}
}
@INPROCEEDINGS{robustdefensescsrf,
author = {Adam Barth and Collin Jackson and John C. Mitchell},
title = {Robust Defenses for Cross-Site Request Forgery},
booktitle = {Proceedings of ACM Conference on Computer and Communications Security
(CCS)},
year = {2008},
month = {October}
}
@MISC{session-swapping,
author = {Adam Barth and Collin Jackson and John C. Mitchell},
title = {Session Swapping: Login Cross-Site Request Forgery},
month = {March},
year = {2008},
note = {Manuscript}
}
@TECHREPORT{kr,
author = {Adam Barth and Collin Jackson and Charles Reis and {The Google Chrome
Team}},
title = {{The Security Architecture of the Chromium Browser}},
institution = {Google},
year = {2008},
date-added = {2009-09-17 23:09:59 -0700},
date-modified = {2009-12-06 13:55:43 -0800}
}
@INPROCEEDINGS{heapgraph,
author = {Adam Barth and Joel Weinberger and Dawn Song},
title = {{Cross-Origin JavaScript Capability Leaks: Detection, Exploitation,
and Defense}},
booktitle = {USENIX Security Symposium},
year = {2009},
date-added = {2009-09-17 20:15:01 -0700},
date-modified = {2009-09-17 20:15:35 -0700}
}
@MISC{minefieldsucks,
author = {Mike Beltzner and others},
title = {Create preference which restores per-page SSL error override option
for IT professionals},
note = {\url{https://bugzilla.mozilla.org/show_bug.cgi?id=399275}}
}
@MISC{rfc1945,
author = {Tim Berners-Lee and Roy Fielding and Henrik Frystyk},
title = {{Hypertext Transfer Protocol---HTTP/1.0}},
howpublished = {IETF RFC 1945},
month = {May},
year = {1996}
}
@INPROCEEDINGS{BiddleEVcertStudy,
author = {Robert Biddle and P.C. van Oorschot and Andrew S. Patrick and Jennifer
Sobey and Tara Whalen},
title = {Browser Interfaces and Extended Validation SSL Certificates: An Empirical
Study},
booktitle = {Proceedings of the 2009 ACM Cloud Computing Security Workshop},
year = {2009},
organization = {ACM},
owner = {hodges},
timestamp = {2010.04.27}
}
@OTHER{chromeinject,
author = {BitDefender},
date-added = {2009-05-12 22:15:17 -0700},
date-modified = {2009-05-12 22:15:48 -0700},
title = {Trojan.PWS.ChromeInject.B: http://www.bitdefender.com/VIRUS-1000451-en--Trojan.PWS.ChromeInject.B.html},
urldate = {28 November 2008}
}
@MISC{gmailchecker,
author = {Aaron Boodman and Eric Kay},
title = {{Google Mail Checker}},
howpublished = {\\ \url{http://code.google.com/chrome/extensions/samples.html}},
date-added = {2009-12-07 17:16:48 -0800},
date-modified = {2009-12-07 17:18:08 -0800}
}
@ARTICLE{breach-whid-2009-aug,
author = {Breach Security, Inc.},
title = {THE WEB HACKING INCIDENTS DATABASE 2009},
year = {2009},
month = {August},
note = {url{http://www.breach.com/resources/whitepapers/downloads/WP_TheWebHackingIncidents-2009.pdf}},
owner = {hodges},
timestamp = {2010.03.19}
}
@OTHER{bho,
author = {{CA}},
date-added = {2009-05-13 01:06:29 -0700},
date-modified = {2009-05-13 01:07:08 -0700},
title = {{Win32/Clspring Family:} http://www.ca.com/us/securityadvisor/virusinfo/virus.aspx?id=42280},
urldate = {23 March 2006}
}
@MISC{chase,
author = {Chase},
title = {Increased Security},
note = {\url{http://www.chase.com/ccpmapp/shared/assets/page/occ_alert}}
}
@INPROCEEDINGS{script-accenting,
author = {Shuo Chen and David Ross and Yi-Min Wang},
title = {An analysis of browser domain-isolation bugs and a light-weight transparent
defense mechanism},
booktitle = {CCS '07: Proceedings of the 14th ACM conference on Computer and communications
security},
year = {2007},
pages = {2--11},
address = {New York, NY, USA},
publisher = {ACM}
}
@INPROCEEDINGS{scriptaccenting,
author = {Shuo Chen and Yi-Min Wang and David Ross},
title = {An Analysis of Browser Domain-Isolation Bugs and A Light-Weight Transparent
Defense Mechanism},
booktitle = {Proc. ACM Conference on Computer and Communications Security (CCS)},
year = {2007}
}
@INPROCEEDINGS{SIF,
author = {Stephen Chong and K. Vikram and Andrew C. Myers},
title = {{SIF}: Enforcing Confidentiality and Integrity in Web Applications},
booktitle = {Proc. USENIX Security Symposium},
year = {2007}
}
@INPROCEEDINGS{spoofguard,
author = {N. Chou and R. Ledesma and Y. Teraguchi and J. Mitchell},
title = {Client-side defense against web-based identity theft},
booktitle = {Proceedings of the 11th Annual Network and Distributed Systems Security
Symposium (NDSS)},
year = {2004}
}
@MISC{petname-toolbar,
author = {Tyler Close},
title = {Petname Tool},
note = {\url{http://www.waterken.com/user/PetnameTool/}}
}
@MISC{yurl,
author = {Tyler Close},
title = {Decentralized Identification},
note = {\url{http://www.waterken.com/dev/YURL/}}
}
@MISC{CERT-2000-02-XSS,
author = {{Computer Emergency Response Team (CERT)}},
title = {Advisory CA-2000-02 Malicious HTML Tags Embedded in Client Web Requests},
howpublished = {Online},
month = {February},
year = {2000},
note = {\url{http://www.cert.org/advisories/CA-2000-02.html}},
owner = {hodges},
timestamp = {2011.04.23}
}
@SPECIFICATION{netscape-cookies-spec,
title = {PERSISTENT CLIENT STATE {HTTP} COOKIES},
author = {Netscape Communications Corporation.},
year = {undated},
owner = {hodges},
timestamp = {2010.03.16}
}
@INPROCEEDINGS{tahoma,
author = {R. S. Cox and J. G. Hansen and S. D. Gribble and H. M. Levy},
title = {A safety-oriented platform for web applications},
booktitle = {IEEE Symposium on Security and Privacy},
year = {2006},
date-added = {2009-05-13 00:22:34 -0700},
date-modified = {2009-05-13 00:23:15 -0700}
}
@INPROCEEDINGS{omash,
author = {Steven Crites and Francis Hsu and Hao Chen},
title = {OMash: {Enabling} secure web mashups via object abstractions},
booktitle = {CCS '08: Proceedings of the 15th ACM conference on Computer and communications
security},
year = {2008},
pages = {99--108},
publisher = {ACM}
}
@MISC{adsafe,
author = {Douglas Crockford},
title = {{ADsafe}},
note = {\url{http://adsafe.org/}}
}
@MISC{adsafe-dom,
author = {Douglas Crockford},
title = {{ADsafe DOM API}},
xnote = {\\ \url{http://adsafe.org/dom.html}}
}
@MISC{jslint,
author = {Douglas Crockford},
title = {{JSLint}},
note = {\url{http://jslint.com/}}
}
@MISC{jsonrequest,
author = {Douglas Crockford},
title = {{JSONRequest}},
year = {2006},
note = {\url{http://json.org/JSONRequest.html}}
}
@MISC{moduletag,
author = {Douglas Crockford},
title = {The $<$module$>$ tag: A proposed solution to the mashup security
problem},
year = {2006},
note = {\url{http://www.json.org/module.html}}
}
@BOOK{daswani-book,
title = {Foundations of Security: What Every Programmer Needs to Know},
publisher = {Apress},
year = {2007},
author = {Neil Daswani and Christoph Kern and Anita Kesavan}
}
@MISC{owasp-session-fixation-protection,
author = {Rogan Dawes},
title = {{Session Fixation}},
year = {2008},
note = {\url{http://www.owasp.org/index.php/Session_Fixation_Protection}}
}
@MISC{sans-top-20,
author = {Rohit Dhamankar and others},
title = {SANS Top-20 Security Risks},
year = {2007},
note = {\url{http://www.sans.org/top20/2007/}}
}
@INPROCEEDINGS{dss,
author = {Rachna Dhamija and J. D. Tygar},
title = {The Battle Against Phishing: Dynamic Security Skins},
booktitle = {Proceedings of the 2005 Symposium on Usable Privacy and Security
(SOUPS)}
}
@INPROCEEDINGS{whyphishingworks,
author = {Rachna Dhamija and J. D. Tygar and Marti Hearst},
title = {Why Phishing Works},
booktitle = {Proceedings of the Conference on Human Factors in Computing Systems
(CHI)},
year = {2006}
}
@SPECIFICATION{ietf-tls,
title = {The Transport Layer Security (TLS) Protocol Version 1.2},
author = {Tim Dierks and Eric Rescorla},
month = {August},
organization = {IETF},
year = {2008},
note = {\url{http://www.ietf.org/rfc/rfc5246.txt}},
owner = {hodges},
timestamp = {2010.03.21}
}
@ARTICLE{identitymisbinding,
author = {Whitfield Diffie and Paul C. van Oorschot and Michael J. Wiener},
title = {Authentication and Authenticated Key Exchanges},
journal = {Designs, Codes and Cryptography},
year = {1992},
volume = {2},
pages = {107-125},
number = {2}
}
@INPROCEEDINGS{xax,
author = {J. R. Douceur and J. Elson and J. Howell and J. R. Lorch},
title = {Leveraging legacy code to deploy desktop applications on the web},
booktitle = {USENIX Operating System Design and Implementation},
year = {2008},
date-added = {2009-05-13 00:23:16 -0700},
date-modified = {2009-05-13 00:23:49 -0700}
}
@INPROCEEDINGS{EgelmanPhishWarnStudy,
author = {Serge Egelman and Lorrie Faith Cranor and Jason Hong},
title = {You've Been Warned: An Empirical Study of the Effectiveness of Web
Browser Phishing Warnings},
booktitle = {CHI 2008, April 5 - 10, 2008, Florence, Italy},
year = {2008},
organization = {ACM},
owner = {hodges},
timestamp = {2010.04.27}
}
@MISC{Endler2002,
author = {David Endler},
title = {The Evolution of Cross-Site Scripting Attacks},
howpublished = {Online},
month = {May},
year = {2002},
note = {\url{http://www.net-security.org/dl/articles/XSS.pdf}},
owner = {hodges},
timestamp = {2011.04.23}
}
@INPROCEEDINGS{webappsec-e2e,
author = {Ulfar Erlingsson and Benjamin Livshits and Yinglian Xie},
title = {End-to-end Web Application Security},
booktitle = {Proceedings of 11th Workshop on Hot Topics in Operating Systems ({HotOS
XI})},
year = {2007},
organization = {USENIX},
note = {\url{http://www.usenix.org/event/hotos07/tech/full_papers/erlingsson/erlingsson.pdf}},
owner = {hodges},
timestamp = {2010.03.17}
}
@INPROCEEDINGS{xfi,
author = {{\'{U}}lfar Erlingsson and Mart{\'\i}n Abadi and Michael Vrable and
Mihai Budiu and George C. Necula},
title = {{XFI}: Software Guards for System Address Spaces},
booktitle = {Symposium on Operating System Design and Implementation (OSDI)},
year = {2006}
}
@MISC{FBJS,
author = {Facebook},
title = {FBJS},
note = {\url{http://wiki.developers.facebook.com/index.php/FBJS}}
}
@MISC{fbml,
author = {Facebook},
title = {Facebook {M}arkup {L}anguage ({FBML})},
xnote = {\url{http://wiki.developers.facebook.com/index.php/FBML}}
}
@INPROCEEDINGS{congame,
author = {E. W. Felten and D. Balfanz and D. Dean and D. S. Wallach},
title = {{Web Spoofing: An Internet Con Game}},
booktitle = {20th National Information Systems Security Conference},
year = {1997},
month = {October},
location = {Maryland}
}
@INPROCEEDINGS{felten97congame,
author = {Edward W. Felten and Dirk Balfanz and Drew Dean and Dan S. Wallach},
title = {{Web Spoofing: An Internet Con Game}},
booktitle = {20th National Information Systems Security Conference},
year = {1997},
month = {October},
location = {Maryland}
}
@MISC{rfc1808,
author = {R. Fielding},
title = {{Relative Uniform Resource Locators}},
howpublished = {IETF RFC 1808},
month = {June},
year = {1995}
}
@MISC{openid2-spec,
author = {Brad Fitzpatrick and David Recordon and Dick Hardt and Johnny Bufu
and Josh Hoyt and others},
title = {{OpenID} Authentication 2.0},
month = {December},
year = {2007},
note = {\url{http://openid.net/specs/openid-authentication-2_0.html}}
}
@BOOK{xss-book,
title = {XSS Attacks: Cross Site Scripting Exploits and Defense},
publisher = {Syngress},
year = {2007},
author = {Seth Fogie and Jeremiah Grossman and Robert Hansen and Anton Rager
and Petko D. Petkov},
pages = {480}
}
@MISC{evguidelines,
author = {Certificate Authority Browser Forum},
title = {Extended Validation Certificate Guidelines},
note = {\url{http://cabforum.org/EV_Certificate_Guidelines.pdf}}
}
@INPROCEEDINGS{GRASP,
author = {Ariel Futoransky and Ezequiel Gutesman and Ariel Waissbein},
title = {{A dynamic technique for enhancing the security and privacy of web
applications}},
booktitle = {Black Hat},
year = {2007},
month = {August},
location = {Las Vegas}
}
@ARTICLE{homograph,
author = {E. Gabrilovich and A. Gontmakher},
title = {{The Homograph Attack}},
journal = {Communications of the ACM},
year = {2002},
volume = {45},
number = {2},
page = {128}
}
@ARTICLE{csrf-cpanel-netgear-linksys,
author = {Dan Goodin},
title = {cPanel, Netgear and Linksys susceptible to nasty attack - Unholy
Trinity},
journal = {The Register},
year = {2009},
note = {\url{http://www.theregister.co.uk/2009/08/02/unholy_trinity_csrf/}},
owner = {hodges},
timestamp = {2010.03.19}
}
@ARTICLE{GoodinIE8Flaw,
author = {Dan Goodin},
title = {Major {IE8} flaw makes 'safe' sites unsafe - Microsoft's {XSS} buster
busted},
journal = {The Register},
year = {2009},
month = {November},
note = {\url{http://www.theregister.co.uk/2009/11/20/internet_explorer_security_flaw/}},
owner = {hodges},
timestamp = {2010.03.21}
}
@OTHER{chrome,
author = {Google},
date-added = {2009-05-13 01:02:19 -0700},
date-modified = {2009-05-13 01:02:49 -0700},
title = {{Chrome Extension HOWTO}: http://dev.chromium.org/developers/design-documents/extensions/howto},
urldate = {12 May 2009}
}
@MISC{chromegallery,
author = {Google},
title = {{Google Chrome Extensions: Most popular gallery}},
howpublished = {\url{https://chrome.google.com/extensions/list/popular}},
date-added = {2009-12-16 18:34:50 -0800},
date-modified = {2009-12-16 18:35:12 -0800}
}
@MISC{gwt-security,
author = {Google},
title = {{Security for GWT Applications}},
note = {\url{http://groups.google.com/group/Google-Web-Toolkit/web/security-for-gwt-applications}}
}
@MISC{google-chrome,
author = {Google},
title = {{Google Chrome}},
howpublished = {Web},
year = {undated},
note = {\url{http://www.google.com/chrome}},
owner = {hodges},
timestamp = {2010.03.21}
}
@MISC{blackhatdemo,
author = {Robert Graham},
title = {Sidejacking with {H}amster},
month = {August},
year = {2007},
note = {\url{http://erratasec.blogspot.com/2007/08/sidejacking-with-hamster_05.html}}
}
@INPROCEEDINGS{love-plugins,
author = {Chris Grier and Samuel T. King and Dan S. Wallach},
title = {{How I Learned to Stop Worrying and Love Plugins}},
booktitle = {{Web 2.0 Security and Privacy}},
year = {2009},
date-added = {2009-09-13 22:18:09 -0700},
date-modified = {2009-09-13 22:18:58 -0700}
}
@INPROCEEDINGS{op-browser,
author = {Chris Grier and Shuo Tang and Samuel T. King},
title = {{Secure Web Browsing with the OP Web Browser}},
booktitle = {{IEEE Symposium on Security and Privacy}},
year = {2008},
date-modified = {2009-09-12 22:12:20 -0700}
}
@MISC{clickjacking,
author = {Jeremiah Grossman},
title = {Clickjacking: {Web} pages can see and hear you},
month = {October},
year = {2008},
xnote = {\url{http://jeremiahgrossman.blogspot.com/2008/10/clickjacking-web-pages-can-see-and-hear.html}}
}
@MISC{magicquotes,
author = {The PHP Group},
title = {Magic Quotes},
note = {\url{http://php.net/magic_quotes}}
}
@INPROCEEDINGS{pwdmultiplier,
author = {J. A. Halderman and Brent Waters and Edward W. Felten},
title = {A Convenient Method for Securely Managing Passwords},
booktitle = {Proceedings of the 14th International World Wide Web Conference (WWW)},
year = {2005}
}
@INPROCEEDINGS{Halfond2006,
author = {William G. J. Halfond and Jeremy Viegas and Alessandro Orso},
title = {A Classification of SQL Injection Attacks and Countermeasures},
booktitle = {International Symposium on Secure Software Engineering},
year = {2006},
organization = {IEEE},
note = {\url{http://www.cc.gatech.edu/fac/Alex.Orso/papers/halfond.viegas.orso.ISSSE06.pdf}},
owner = {hodges},
timestamp = {2011.04.23}
}
@TECHREPORT{dCSRF-defined,
author = {Nathan Hamiel and Shawn Moyer},
title = {Dynamic Cross-Site Request Forgery - A Per-Request Approach to Session
Riding},
institution = {Hexagon Security Group},
year = {2009},
month = {July},
note = {\url{http://hexsec.com/docs/Dynamic_CSRF_rev1.pdf}},
owner = {hodges},
timestamp = {2010.03.19}
}
@MISC{igoogle-blackhat,
author = {Robert Hansen and Tom Stracener},
title = {Xploiting {Google} Gadgets: {Gmalware} and Beyond},
month = {August},
year = {2008},
note = {Black Hat briefing}
}
@ARTICLE{confused-deputy,
author = {Norm Hardy},
title = {The Confused Deputy: (or why capabilities might have been invented)},
journal = {SIGOPS Oper. Syst. Rev.},
year = {1988},
volume = {22},
pages = {36--38},
number = {4},
address = {New York, NY, USA},
publisher = {ACM}
}
@ARTICLE{keykos,
author = {Norm Hardy},
title = {The Keykos Architecture},
journal = {Operating Systems Review},
year = {1985},
address = {New York, NY, USA},
publisher = {ACM}
}
@MISC{block-referer-headers-firefox,
author = {Elliotte Rusty Harold},
title = {Privacy Tip \#3: Block {Referer} Headers in {Firefox}},
month = {October},
year = {2006},
note = {\url{http://cafe.elharo.com/privacy/privacy-tip-3-block-referer-headers-in-firefox/}}
}
@MISC{minefieldrocks,
author = {Frank Hecker and others},
title = {Improve error reporting for invalid-certificate errors},
note = {\url{https://bugzilla.mozilla.org/show_bug.cgi?id=327181}}
}
@MISC{csrfx,
author = {Mario Heiderich},
title = {{CSRFx}},
year = {2007},
note = {\url{http://php-ids.org/category/csrfx/}}
}
@MISC{hixie,
author = {Ian Hickson},
title = {{DOM Core Performance, Test 1}},
howpublished = {\\ \url{http://www.hixie.ch/tests/adhoc/perf/dom/artificial/core/001.html}},
date-added = {2009-12-06 18:27:11 -0800},
date-modified = {2009-12-06 18:28:39 -0800}
}
@MISC{html5-spec,
author = {Ian Hickson and others},
title = {{HTML 5 Working Draft}},
xnote = {\\ \url{http://www.whatwg.org/specs/web-apps/current-work/}}
}
@MISC{postmessage,
author = {Ian Hickson and others},
title = {Cross-Document Messaging},
note = {\url{http://www.w3.org/html/wg/html5/\#crossDocumentMessages}}
}
@SPECIFICATION{STS-spec,
title = {Strict Transport Security},
author = {Jeff Hodges and Collin Jackson and Adam Barth},
edition = {draft},
month = {December},
year = {2009},
note = {\url{http://lists.w3.org/Archives/Public/www-archive/2009Dec/att-0048/draft-hodges-strict-transport-sec-06.plain.html}},
owner = {hodges},
timestamp = {2010.03.16}
}
@MISC{holevoet,
author = {Dan Holevoet},
title = {Changes to inline gadgets},
month = {August},
year = {2008},
note = {\url{http://igoogledeveloper.blogspot.com/2008/08/changes-to-inlined-gadgets.html}}
}
@MISC{verisign06ev,
author = {VeriSign Inc.},
title = {{VeriSign Certification Practice Statement}},
month = {November},
year = {2006},
note = {\url{http://www.verisign.com/repository/CPS/VeriSignCPSv3.3.pdf}},
day = {15},
pages = {80--84}
}
@MISC{jsonrequest-for-firefox,
author = {Collin Jackson},
title = {{JSONRequest for Firefox}},
year = {2006},
note = {\url{http://json.org/JSONRequest.html}}
}
@MISC{security-restricted-framebust,
author = {Collin Jackson},
title = {Defeating Frame Busting Techniques},
year = {2005},
note = {\url{http://crypto.stanford.edu/framebust/}}
}
@INPROCEEDINGS{bofgo,
author = {Collin Jackson and Adam Barth},
title = {Beware of Finer-Grained Origins},
booktitle = {{Web 2.0 Security and Privacy}},
year = {2008},
date-added = {2009-09-17 20:03:24 -0700},
date-modified = {2009-09-17 20:04:15 -0700}
}
@INPROCEEDINGS{forcehttps,
author = {Collin Jackson and Adam Barth},
title = {{ForceHTTPS}: Protecting High-Security Web Sites from Network Attacks},
booktitle = {Proceedings of the 17th International World Wide Web Conference (WWW)},
year = {2008},
month = {April}
}
@MISC{safelock,
author = {Collin Jackson and Adam Barth},
title = {{SafeLock}: Preventing Origin Contamination by Mixed Content},
year = {2008},
note = {\url{http://crypto.stanford.edu/websec/safelock}}
}
@INPROCEEDINGS{dns-rebinding,
author = {Collin Jackson and Adam Barth and Andrew Bortz and Weidong Shao and
Dan Boneh},
title = {Protecting Browsers from {DNS} Rebinding Attacks},
booktitle = {Proceedings of the 14th ACM Conference on Computer and Communications
Security (CCS 2007)},
year = {2007},
month = {November}
}
@INPROCEEDINGS{jacksonhistorystealing,
author = {Collin Jackson and Andrew Bortz and Dan Boneh and John C. Mitchell},
title = {Protecting Browser State from Web Privacy Attacks},
booktitle = {Proceedings of the 15th International World Wide Web Conference (WWW)},
year = {2006},
month = {May},
date-modified = {2009-09-13 22:48:09 -0700}
}
@INPROCEEDINGS{JacksonEVcertStudy,
author = {Collin Jackson and Dan Simon and Desney Tan and Adam Barth},
title = {An Evaluation of Extended Validation and Picture-in-Picture Phishing
Attacks},
booktitle = {Proceedings of the 2007 Workshop on Usable Security (USEC 2007)},
year = {2007},
owner = {hodges},
timestamp = {2010.04.27}
}
@INPROCEEDINGS{subspace,
author = {Collin Jackson and Helen J. Wang},
title = {Subspace: Secure Cross-Domain Communication for Web Mashups},
booktitle = {Proceedings of the 16th International World Wide Web Conference.
(WWW)},
year = {2007}
}
@MISC{beep-webpage,
author = {Trevor Jim and Nikhil Swamy and Michael Hicks},
title = {{BEEP}: Browser-Enforced Embedded Policies},
howpublished = {Web},
note = {\url{http://www2.research.att.com/~trevor/beep.html}},
owner = {hodges},
timestamp = {2010.03.17}
}
@INPROCEEDINGS{beep,
author = {Trevor Jim and Nikhil Swamy and Michael Hicks},
title = {Defeating Script Injection Attacks with Browser-Enforced Embedded
Policies},
booktitle = {Proceedings of the 14th International World Wide Web Conference (WWW)},
year = {2007}
}
@INPROCEEDINGS{RequestRodeo,
author = {Martin Johns and Justus Winter},
title = {{RequestRodeo}: Client Side Protection against Session Riding},
booktitle = {Proceedings of the OWASP Europe 2006 Conference},
year = {2006},
pages = {5--17},
month = {May}
}
@MISC{johnson-referer-header,
author = {Aaron Johnson},
title = {The {Referer} header, intranets and privacy},
month = {February},
year = {2007},
note = {\url{http://cephas.net/blog/2007/02/06/the-referer-header-intranets-and-privacy/}}
}
@MISC{cookie-injection,
author = {Paul Johnston and Richard Moore},
title = {Multiple Browser Cookie Injection Vulnerabilities},
month = {September},
year = {2004},
note = {\url{http://www.westpoint.ltd.uk/advisories/wp-04-0001.txt}}
}
@INPROCEEDINGS{csrf,
author = {Nenad Jovanovic and Engin Kirda and Christopher Kruegel},
title = {Preventing Cross Site Request Forgery Attacks},
booktitle = {Proceedings of the IEEE International Conference on Security and
Privacy for Emerging Areas in Communication Networks (Securecomm)},
year = {2006}
}
@INPROCEEDINGS{noforge,
author = {Nenad Jovanovic and Engin Kirda and Christopher Kruegel},
title = {Preventing Cross Site Request Forgery Attacks},
booktitle = {IEEE International Conference on Security and Privacy in Communication
Networks (SecureComm)},
year = {2006}
}
@INPROCEEDINGS{pixy,
author = {N. Jovanovic and C. Kruegel and E. Kirda},
title = {Pixy: A Static Analysis Tool for Detecting Web Application Vulnerabilities},
booktitle = {IEEE Symposium on Security and Privacy},
year = {2006},
location = {Oakland}
}
@INPROCEEDINGS{locked-sop,
author = {Chris Karlof and Umesh Shankar and J. D. Tygar and David Wagner},
title = {Dynamic Pharming Attacks and Locked Same-Origin Policies for Web
Browsers},
booktitle = {Proceedings of the 14th ACM Conference on Computer and Communications
Security (CCS 2007)},
year = {2007},
month = {November}
}
@SPECIFICATION{cors,
title = {Cross-Origin Resource Sharing (CORS)},
author = {Anne van Kesteren},
edition = {W3C Working Draft},
month = {March},
organization = {w3c},
year = {2009},
note = {\url{http://www.w3.org/TR/2009/WD-cors-20090317/}},
owner = {hodges},
timestamp = {2010.03.16}
}
@MISC{cross-site-xhr,
author = {Anne van Kesteren and others},
title = {Access Control for Cross-site Requests},
note = {\url{http://www.w3.org/TR/access-control/}}
}
@INPROCEEDINGS{noxes,
author = {Engin Kirda and Christopher Kruegel and Giovanni Vigna and Nenad
Jovanovic},
title = {Noxes: A Client-Side Solution for Mitigating Cross Site Scripting