-
Notifications
You must be signed in to change notification settings - Fork 39
/
2006.tsv
We can't make this file beautiful and searchable because it's too large.
4178 lines (4178 loc) · 572 KB
/
2006.tsv
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
7246 1 2020-01-27T15:15Z CVE-2006-7246 NetworkManager における証明書検証に関する脆弱性 https://lwn.net/Articles/468868/
7246 2 2020-01-27T15:15Z CVE-2006-7246 NetworkManager における証明書検証に関する脆弱性 https://bugzilla.gnome.org/show_bug.cgi?id=341323
7246 3 2020-01-27T15:15Z CVE-2006-7246 NetworkManager における証明書検証に関する脆弱性 https://bugzilla.novell.com/show_bug.cgi?id=574266
4245 1 2019-11-06T03:15Z CVE-2006-4245 archivemail における競合状態に関する脆弱性 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385253
3100 1 2019-11-06T03:15Z CVE-2006-3100 termpkg における古典的バッファオーバーフローの脆弱性 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358028
0062 1 2019-11-06T03:15Z CVE-2006-0062 xlockmore における重要な機能に対する認証の欠如に関する脆弱性 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=309760
0061 1 2019-11-06T02:15Z CVE-2006-0061 xlockmore における重要な機能に対する認証の欠如に関する脆弱性 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318123
0061 2 2019-11-06T02:15Z CVE-2006-0061 xlockmore における重要な機能に対する認証の欠如に関する脆弱性 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399003
7247 1 2012-09-06T19:55Z CVE-2006-7247 Joomla! および Mambo 用 Weblinks コンポーネントにおける SQL インジェクションの脆弱性 http://www.exploit-db.com/exploits/1922
7243 1 2011-01-18T20:00Z CVE-2006-7243 PHP におけるアクセス制限を回避される脆弱性 http://bugs.php.net/39863
6404 1 2009-10-19T20:00Z CVE-2006-6404 INNOVATION Data Processing FDR/UPSTREAM におけるサービス運用妨害 (DoS) の脆弱性 http://osvdb.org/ref/30/30782-fdr_portscan.txt
6404 2 2009-10-19T20:00Z CVE-2006-6404 INNOVATION Data Processing FDR/UPSTREAM におけるサービス運用妨害 (DoS) の脆弱性 http://www.osvdb.org/30782
7237 1 2009-03-31T17:30Z CVE-2006-7237 Ixprim における PHP リモートファイルインクルージョンの脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/19816.html
7237 2 2009-03-31T17:30Z CVE-2006-7237 Ixprim における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/19816
7222 1 2007-08-28T01:17Z CVE-2006-7222 MPC の FLICSource.cpp におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/25437
3974 1 2007-06-11T19:30Z CVE-2006-3974 3Com OfficeConnect Secure Router の cgi-bin/admin におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/24374
7205 1 2007-05-24T02:30Z CVE-2006-7205 PHP の array_fill 関数におけるサービス運用妨害 (DoS) の脆弱性 http://www.infigo.hr/hr/in_focus/advisories/INFIGO-2006-04-02
7205 2 2007-05-24T02:30Z CVE-2006-7205 PHP の array_fill 関数におけるサービス運用妨害 (DoS) の脆弱性 http://securitytracker.com/id?1015979
7193 1 2007-04-12T19:19Z CVE-2006-7193 - http://marc.info/?l=bugtraq&m=116163668213491&w=2
7193 2 2007-04-12T19:19Z CVE-2006-7193 - http://marc.info/?l=bugtraq&m=116170769322920&w=2
4250 1 2007-04-10T18:19Z CVE-2006-4250 man-db の man におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/23355
7184 1 2007-03-30T21:19Z CVE-2006-7184 EE における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20793
4843 1 2007-03-29T21:19Z CVE-2006-4843 IBM Lotus Domino Web Access の Active Content Filter 機能によるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/24633
7168 1 2007-03-20T10:19Z CVE-2006-7168 PHP 用の Add Name モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://securityreason.com/securityalert/2450
7168 2 2007-03-20T10:19Z CVE-2006-7168 PHP 用の Add Name モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/448630/100/0/threaded
7156 1 2007-03-07T20:19Z CVE-2006-7156 miniBB のモジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2007-March/001411.html
7150 1 2007-03-07T20:19Z CVE-2006-7150 Mambo における SQL インジェクションの脆弱性 http://www.kapda.ir/advisory-444.html
7149 1 2007-03-07T20:19Z CVE-2006-7149 Mambo におけるクロスサイトスクリプティングの脆弱性 http://www.kapda.ir/advisory-444.html
7147 1 2007-03-07T20:19Z CVE-2006-7147 phpBB Import Tools Mod の includes/functions_mod_user.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20525
7146 1 2007-03-07T20:19Z CVE-2006-7146 - http://www.securityfocus.com/bid/20467
7145 1 2007-03-07T20:19Z CVE-2006-7145 Call Center Software の edit_user.php における重要な情報を取得される脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-10/0217.html
7144 1 2007-03-07T20:19Z CVE-2006-7144 Call Center Software における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-10/0217.html
7143 1 2007-03-07T20:19Z CVE-2006-7143 Call Center Software におけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-10/0217.html
7141 1 2007-03-07T20:19Z CVE-2006-7141 - http://www.0xdeadbeef.info/exploits/raptor_orafile.sql
7139 1 2007-03-07T20:19Z CVE-2006-7139 KDE 用の Kmail におけるサービス運用妨害 (DoS) の脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-10/0293.html
7138 1 2007-03-07T20:19Z CVE-2006-7138 WWV_FLOW_UTILITIES パッケージの wwv_flow_utilities.gen_popup_list における SQL インジェクションの脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-October/050265.html
7146 2 2007-03-07T20:19Z CVE-2006-7146 - http://securityreason.com/securityalert/2387
7145 2 2007-03-07T20:19Z CVE-2006-7145 Call Center Software の edit_user.php における重要な情報を取得される脆弱性 http://www.mayhemiclabs.com/advisories/MHL-2006-002.txt
7144 2 2007-03-07T20:19Z CVE-2006-7144 Call Center Software における SQL インジェクションの脆弱性 http://www.mayhemiclabs.com/advisories/MHL-2006-002.txt
7143 2 2007-03-07T20:19Z CVE-2006-7143 Call Center Software におけるクロスサイトスクリプティングの脆弱性 http://www.mayhemiclabs.com/advisories/MHL-2006-002.txt
7133 1 2007-03-06T01:19Z CVE-2006-7133 Upload Tool の upload/bin/download.php におけるディレクトリトラバーサルの脆弱性 http://www.craigheffner.com/security/exploits/upload_tool_php.txt
7130 1 2007-03-06T01:19Z CVE-2006-7130 Jinzora における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20446
7128 1 2007-03-06T01:19Z CVE-2006-7128 forum/forum.php JAF CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.rahim.webd.pl/exploity/Exploits/92.txt
7127 1 2007-03-06T01:19Z CVE-2006-7127 JAF CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.rahim.webd.pl/exploity/Exploits/92.txt
7120 1 2007-03-06T01:19Z CVE-2006-7120 - http://www.securityfocus.com/bid/20560
7118 1 2007-03-06T01:19Z CVE-2006-7118 DMXReady Site Engine Manager の index.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21064
7115 1 2007-03-06T01:19Z CVE-2006-7115 PHPKit における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21002
7112 1 2007-03-06T01:19Z CVE-2006-7112 MD-Pro の error.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20912
7130 2 2007-03-06T01:19Z CVE-2006-7130 Jinzora における PHP リモートファイルインクルージョンの脆弱性 http://securityreason.com/securityalert/2351
7128 2 2007-03-06T01:19Z CVE-2006-7128 forum/forum.php JAF CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20310
7127 2 2007-03-06T01:19Z CVE-2006-7127 JAF CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20329
7118 2 2007-03-06T01:19Z CVE-2006-7118 DMXReady Site Engine Manager の index.asp における SQL インジェクションの脆弱性 http://securityreason.com/securityalert/2358
7107 1 2007-03-03T21:19Z CVE-2006-7107 Coalescent Systems freePBX の upgrade.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20785
7106 1 2007-03-03T21:19Z CVE-2006-7106 Power Phlogger の config.inc.php3 における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20638
7105 1 2007-03-03T21:19Z CVE-2006-7105 - http://www.security-express.com/archives/fulldisclosure/2006-10/0299.html
7104 1 2007-03-03T21:19Z CVE-2006-7104 Mambo 用の MOStlyCE コンポーネントの htmltemplate.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/448786
7103 1 2007-03-03T21:19Z CVE-2006-7103 EZOnlineGallery におけるディレクトリトラバーサルの脆弱性 http://www.mayhemiclabs.com/advisories/MHL-2006-003.txt
7102 1 2007-03-03T21:19Z CVE-2006-7102 phpBurningPortal quiz-modul における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20547
7101 1 2007-03-03T21:19Z CVE-2006-7101 PHPWind の admin.php における SQL インジェクションの脆弱性 http://secunia.com/advisories/22846
7100 1 2007-03-03T21:19Z CVE-2006-7100 phpBB Insert User の includes/functions_mod_user.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20493
7106 2 2007-03-03T21:19Z CVE-2006-7106 Power Phlogger の config.inc.php3 における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20644
7104 2 2007-03-03T21:19Z CVE-2006-7104 Mambo 用の MOStlyCE コンポーネントの htmltemplate.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20549
7099 1 2007-03-03T19:19Z CVE-2006-7099 SolarPay の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/22722
7096 1 2007-03-02T21:18Z CVE-2006-7096 dim3 の host.c におけるバッファオーバーフローの脆弱性 http://aluigi.altervista.org/adv/dim3bof-adv.txt
7095 1 2007-03-02T21:18Z CVE-2006-7095 dim3 の socket.c における整数符号エラーの脆弱性 http://aluigi.altervista.org/adv/dim3bof-adv.txt
7091 1 2007-03-02T21:18Z CVE-2006-7091 phpht Topsites FREE における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20486
7090 1 2007-03-02T21:18Z CVE-2006-7090 phpBB Security の phpbb_security.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/448607
7086 1 2007-03-02T21:18Z CVE-2006-7086 Hot Links の dlback.php スクリプトにおける重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/21112
7085 1 2007-03-02T21:18Z CVE-2006-7085 RPS における XSS 攻撃を実行される脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/048006.html
7083 1 2007-03-02T21:18Z CVE-2006-7083 RPS の index.php におけるディレクトリトラバーサルの脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/048006.html
7082 1 2007-03-02T21:18Z CVE-2006-7082 RPS における認証を回避される脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/048006.html
7081 1 2007-03-02T21:18Z CVE-2006-7081 PhpNews における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/19904
7080 1 2007-03-02T21:18Z CVE-2006-7080 exV2 のアバターアップロード機能におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20161
7079 1 2007-03-02T21:18Z CVE-2006-7079 exV2 の include/common.php における任意のコードを実行される脆弱性 https://www.exploit-db.com/exploits/2415
7077 1 2007-03-02T21:18Z CVE-2006-7077 phpBB 用の Advanced Guestbook における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-07/0381.html
7075 1 2007-03-02T21:18Z CVE-2006-7075 Aqualung の meta_decoder.c の meta_read_flac 関数におけるバッファオーバーフローの脆弱性 http://aluigi.altervista.org/adv/aquabof-adv.txt
7072 1 2007-03-02T21:18Z CVE-2006-7072 GeoClassifieds Enterprise におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/19196
7071 1 2007-03-02T21:18Z CVE-2006-7071 IPB の classes/class_session.php における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-07/0249.html
7070 1 2007-03-02T21:18Z CVE-2006-7070 Etomite CMS におけるファイルをアップロードされる脆弱性 http://retrogod.altervista.org/etomite_061_cmd.html
7069 1 2007-03-02T21:18Z CVE-2006-7069 Socketwiz Bookmarks の smarty_config.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/19935
7068 1 2007-03-02T21:18Z CVE-2006-7068 CliServ Web Community における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/19737
7067 1 2007-03-02T21:18Z CVE-2006-7067 Oracle における内部エラーを誘発される脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/048251.html
7066 1 2007-03-02T21:18Z CVE-2006-7066 Windows XP SP2 上の Microsoft Internet Explorer 6 におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/19228
7065 1 2007-03-02T21:18Z CVE-2006-7065 Microsoft Internet Explorer 6 および 7 におけるサービス運用妨害 (DoS) の脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-08/0163.html
7090 2 2007-03-02T21:18Z CVE-2006-7090 phpBB Security の phpbb_security.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20518
7077 2 2007-03-02T21:18Z CVE-2006-7077 phpBB 用の Advanced Guestbook における SQL インジェクションの脆弱性 http://secunia.com/advisories/19905
7071 2 2007-03-02T21:18Z CVE-2006-7071 IPB の classes/class_session.php における SQL インジェクションの脆弱性 http://rst.void.ru/download/r57ipb216gui.txt
7070 2 2007-03-02T21:18Z CVE-2006-7070 Etomite CMS におけるファイルをアップロードされる脆弱性 http://www.securityfocus.com/bid/19157
7069 2 2007-03-02T21:18Z CVE-2006-7069 Socketwiz Bookmarks の smarty_config.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/21857
7065 2 2007-03-02T21:18Z CVE-2006-7065 Microsoft Internet Explorer 6 および 7 におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/19364
7063 1 2007-02-24T01:28Z CVE-2006-7063 TinyPHPforum の profile.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/18304
7060 1 2007-02-24T01:28Z CVE-2006-7060 Scriptsez.net E-Dating System の cindex.php におけるフルパスを取得される脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0067.html
7059 1 2007-02-24T01:28Z CVE-2006-7059 Scriptsez.net E-Dating System におけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0067.html
7059 2 2007-02-24T01:28Z CVE-2006-7059 Scriptsez.net E-Dating System におけるクロスサイトスクリプティングの脆弱性 http://securityreason.com/securityalert/2300
7055 1 2007-02-24T00:28Z CVE-2006-7055 TotalCalendar の index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/17618
7052 1 2007-02-24T00:28Z CVE-2006-7052 DotWidget For Articles における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/437483
7046 1 2007-02-24T00:28Z CVE-2006-7046 CMPRO 用 cmpro.intern/login.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.osvdb.org/26224
7042 1 2007-02-24T00:28Z CVE-2006-7042 Chipmunk ディレクトリの directory/index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/18119
7052 2 2007-02-24T00:28Z CVE-2006-7052 DotWidget For Articles における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/18479
7046 2 2007-02-24T00:28Z CVE-2006-7046 CMPRO 用 cmpro.intern/login.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/20484
7029 1 2007-02-23T03:28Z CVE-2006-7029 Microsoft Internet Explorer 6 SP2 におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/archive/1/435990
7025 1 2007-02-23T03:28Z CVE-2006-7025 Bookmark4U の admin/config.php における SQL インジェクションの脆弱性 http://www.attrition.org/pipermail/vim/2007-February/001373.html
7024 1 2007-02-15T02:28Z CVE-2006-7024 Harpia CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/18614
7021 1 2007-02-15T02:28Z CVE-2006-7021 Plume CMS の manager/tools/link/dbinstall.php における PHP リモートファイルインクルージョンの脆弱性 http://www.hamid.ir/security/plume.txt
7017 1 2007-02-15T02:28Z CVE-2006-7017 Indexu における PHP リモートファイルインクルージョンの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0318.html
7016 1 2007-02-15T02:28Z CVE-2006-7016 phpjobboard における認証を回避される脆弱性 http://attrition.org/pipermail/vim/2006-June/000873.html
7014 1 2007-02-15T02:28Z CVE-2006-7014 BloggIT の admin.php における権限を取得される脆弱性 http://www.securitytracker.com/id?1016246
7012 1 2007-02-15T02:28Z CVE-2006-7012 SCart の scart.cgi における任意のコマンドを実行される脆弱性 http://advisories.echo.or.id/adv/adv32-K-159-2006.txt
7011 1 2007-02-15T02:28Z CVE-2006-7011 - http://www.attrition.org/pipermail/vim/2007-February/001321.html
7021 2 2007-02-15T02:28Z CVE-2006-7021 Plume CMS の manager/tools/link/dbinstall.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securiteam.com/unixfocus/5KP031FJ5A.html
7017 2 2007-02-15T02:28Z CVE-2006-7017 Indexu における PHP リモートファイルインクルージョンの脆弱性 http://www.securitytracker.com/id?1016330
7007 1 2007-02-12T23:28Z CVE-2006-7007 Tiny FTPd におけるバッファオーバーフローの脆弱性 http://www.securiteam.com/exploits/5LP032KIKC.html
7006 1 2007-02-12T23:28Z CVE-2006-7006 - http://www.root-security.org/danger/Somery.txt
7005 1 2007-02-12T23:28Z CVE-2006-7005 PSY Auction の item.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/PSYAuction-0515-sql-html.txt
7004 1 2007-02-12T23:28Z CVE-2006-7004 PSY Auction の email_request.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/PSYAuction-0515-sql-html.txt
7003 1 2007-02-12T23:28Z CVE-2006-7003 Fusion Polls の admin/index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/437127/30/4380/threaded
7005 2 2007-02-12T23:28Z CVE-2006-7005 PSY Auction の item.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/17974
7004 2 2007-02-12T23:28Z CVE-2006-7004 PSY Auction の email_request.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/17974
7002 1 2007-02-12T19:28Z CVE-2006-7002 wB の add_comment.php におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22783
7001 1 2007-02-12T19:28Z CVE-2006-7001 PhpMyChat Plus の avatar.php におけるディレクトリトラバーサルの脆弱性 http://secunia.com/advisories/22782
7000 1 2007-02-12T17:28Z CVE-2006-7000 Headstart Solutions の DeskPRO におけるフルパスを取得される脆弱性 http://www.zion-security.com/text/Mul_Vulnerability_DeskPro.txt
6999 1 2007-02-12T17:28Z CVE-2006-6999 Headstart Solutions の DeskPRO における全アップロードファイルを読み取られる脆弱性 http://www.zion-security.com/text/Mul_Vulnerability_DeskPro.txt
6978 1 2007-02-08T17:28Z CVE-2006-6978 FCKEditorto の "Basic Toolbar Selection" におけるクロスサイトスクリプティングの脆弱性 http://www.newffr.com/viewtopic.php?forum=26&topic=11683
6977 1 2007-02-08T17:28Z CVE-2006-6977 FreeTextBox の "Basic Toolbar Selection" におけるクロスサイトスクリプティングの脆弱性 http://www.newffr.com/viewtopic.php?forum=26&topic=11683
6976 1 2007-02-08T17:28Z CVE-2006-6976 CentiPaid の centipaid_class.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2007-February/001296.html
6974 1 2007-02-07T20:28Z CVE-2006-6974 Headstart Solutions の DeskPRO における ディレクトリ内のファイルを一覧される脆弱性 http://www.zion-security.com/text/Mul_Vulnerability_DeskPro.txt
6973 1 2007-02-07T20:28Z CVE-2006-6973 Headstart Solutions の DeskPRO におけるアプリケーションを再インストールされる脆弱性 http://www.zion-security.com/text/Mul_Vulnerability_DeskPro.txt
6972 1 2007-02-07T20:28Z CVE-2006-6972 BtitTracker の torrents.php における SQL インジェクションの脆弱性 http://www.attrition.org/pipermail/vim/2006-June/000890.html
6971 1 2007-02-07T11:28Z CVE-2006-6971 Mozilla Firefox におけるフィッシングの保護メカニズムを回避される脆弱性 https://bugzilla.mozilla.org/show_bug.cgi?id=356355
6970 1 2007-02-07T11:28Z CVE-2006-6970 Opera における不正行為の保護メカニズムを回避される脆弱性 http://kaneda.bohater.net/security/20061220-opera_9.10_final_bypass_fraud_protection.php
6966 1 2007-02-04T00:28Z CVE-2006-6966 phpGraphy における任意の PHP コードを実行される脆弱性 http://retrogod.altervista.org/phpgraphy_0912_zhdkoi_cmd.html
6966 2 2007-02-04T00:28Z CVE-2006-6966 phpGraphy における任意の PHP コードを実行される脆弱性 http://securitytracker.com/id?1017571
6962 1 2007-01-29T16:28Z CVE-2006-6962 Joomla! 用の RS Gallery2 コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/18705
6959 1 2007-01-29T16:28Z CVE-2006-6959 WebRoot Spy Sweeper における "スタートアップシールド" セキュリティ制限を回避される脆弱性 http://www.sentinel.gr/advisories/SGA-0001.txt
6958 1 2007-01-29T16:28Z CVE-2006-6958 phpBlueDragon における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/18609
6957 1 2007-01-29T16:28Z CVE-2006-6957 Docebo の addons/mod_media/body.php における PHP リモートファイルインクルージョンの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0109.html
6956 1 2007-01-29T16:28Z CVE-2006-6956 Microsoft Internet Explorer 6 におけるサービス運用妨害 (DoS) の脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0085.html
6955 1 2007-01-29T16:28Z CVE-2006-6955 Opera におけるサービス運用妨害 (DoS) の脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-06/0085.html
6954 1 2007-01-29T16:28Z CVE-2006-6954 Flock におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/archive/1/439064/100/100/threaded
6958 2 2007-01-29T16:28Z CVE-2006-6958 phpBlueDragon における PHP リモートファイルインクルージョンの脆弱性 http://packetstormsecurity.org/0606-exploits/phpbluedragon-2.txt
6957 2 2007-01-29T16:28Z CVE-2006-6957 Docebo の addons/mod_media/body.php における PHP リモートファイルインクルージョンの脆弱性 http://securityreason.com/securityalert/2194
6952 1 2007-01-24T23:28Z CVE-2006-6952 Computer Associates HIPS ドライバの Core kmxstart.sys におけるユーザ権限を取得される脆弱性 http://www.securityfocus.com/bid/21140
6951 1 2007-01-23T02:28Z CVE-2006-6951 OdysseusBlog の blog.php におけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0274.html
6951 2 2007-01-23T02:28Z CVE-2006-6951 OdysseusBlog の blog.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21128
6937 1 2007-01-17T00:28Z CVE-2006-6937 Xtreme ASP Photo Gallery の displaypic.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21138
6936 1 2007-01-17T00:28Z CVE-2006-6936 Xtreme ASP Photo Gallery におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21138
6933 1 2007-01-16T23:28Z CVE-2006-6933 Easy Chat Server における特定のファイルをダウンロードされる脆弱性 http://secunia.com/advisories/22739
5172 1 2007-01-16T20:28Z CVE-2006-5172 複数の CA 製品で使用される RPC インターフェースにおけるスタックベースのバッファオーバーフローの脆弱性 http://supportconnectw.ca.com/public/storage/infodocs/babimpsec-notice.asp
6487 1 2007-01-16T19:28Z CVE-2006-6487 DT Guestbook の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.netvigilance.com/advisory0010
6487 2 2007-01-16T19:28Z CVE-2006-6487 DT Guestbook の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.osvdb.org/30787
6487 3 2007-01-16T19:28Z CVE-2006-6487 DT Guestbook の index.php におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/23778
6930 1 2007-01-13T02:28Z CVE-2006-6930 Rapid Classified の viewad.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21197
6929 1 2007-01-13T02:28Z CVE-2006-6929 Rapid Classified におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21197
6928 1 2007-01-13T02:28Z CVE-2006-6928 Rialto におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21191
6927 1 2007-01-13T02:28Z CVE-2006-6927 Rialto における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21191
6925 1 2007-01-13T02:28Z CVE-2006-6925 bitweaver におけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0142.html
6924 1 2007-01-13T02:28Z CVE-2006-6924 bitweaver における重要な情報を取得される脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0142.html
6923 1 2007-01-13T02:28Z CVE-2006-6923 bitweaver の newsletters/edition.php における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0142.html
6925 2 2007-01-13T02:28Z CVE-2006-6925 bitweaver におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20988
6924 2 2007-01-13T02:28Z CVE-2006-6924 bitweaver における重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/20996
6923 2 2007-01-13T02:28Z CVE-2006-6923 bitweaver の newsletters/edition.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20988
6925 3 2007-01-13T02:28Z CVE-2006-6925 bitweaver におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20996
6923 3 2007-01-13T02:28Z CVE-2006-6923 bitweaver の newsletters/edition.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20996
6921 1 2007-01-12T23:28Z CVE-2006-6921 Linux Kernel のゾンビプロセスの取り扱いに関するサービス運用妨害 (DoS) の脆弱性 http://uwsg.iu.edu/hypermail/linux/kernel/0612.2/0980.html
6919 1 2007-01-11T23:28Z CVE-2006-6919 Firefox Sage エクステンションにおけるローカルコンテキストの任意の Javascript を実行される脆弱性 http://michaeldaw.org/md-hacks/rss-injection-in-sage-part-2/
7231 1 2006-12-31T05:00Z CVE-2006-7231 Civica Software Civica の display.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20354
6910 1 2006-12-31T05:00Z CVE-2006-6910 Fersch Formbankserver の formbankcgi.exe におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21841
6893 1 2006-12-31T05:00Z CVE-2006-6893 Tor における非表示サービスの IP アドレスを特定される脆弱性 http://www.cl.cam.ac.uk/~sjm217/papers/ccs06hotornot.pdf
6886 1 2006-12-31T05:00Z CVE-2006-6886 phpwcms における重要な情報を取得される脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-05/0423.html
6883 1 2006-12-31T05:00Z CVE-2006-6883 - http://attrition.org/pipermail/vim/2007-January/001206.html
6882 1 2006-12-31T05:00Z CVE-2006-6882 golden book におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21846
6880 1 2006-12-31T05:00Z CVE-2006-6880 PHP-Update の code/guestadd.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21772
6879 1 2006-12-31T05:00Z CVE-2006-6879 PHP-Update の admin/uploads.php における任意のコードをアップロードおよび実行される脆弱性 http://www.securityfocus.com/bid/21789
6878 1 2006-12-31T05:00Z CVE-2006-6878 PHP-Update の admin/uploads.php における権限を取得される脆弱性 http://www.securityfocus.com/bid/21789
6873 1 2006-12-31T05:00Z CVE-2006-6873 eNdonesia の mod.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21333
6872 1 2006-12-31T05:00Z CVE-2006-6872 eNdonesia の mod.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21333
6871 1 2006-12-31T05:00Z CVE-2006-6871 eNdonesia におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21333
6869 1 2006-12-31T05:00Z CVE-2006-6869 MAXdev MDForum におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21837
6867 1 2006-12-31T05:00Z CVE-2006-6867 Vladimir Menshakov buratinable templator における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21838
6865 1 2006-12-31T05:00Z CVE-2006-6865 SAFileUp の SAFileUpSamples/util/viewsrc.asp におけるディレクトリトラバーサルの脆弱性 http://ingehenriksen.blogspot.com/2006/12/softartisans-fileup-viewsrcasp-remote.html
6863 1 2006-12-31T05:00Z CVE-2006-6863 - http://www.securityfocus.com/bid/21826
6862 1 2006-12-31T05:00Z CVE-2006-6862 Outfront Spooky Login におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21822
6859 1 2006-12-31T05:00Z CVE-2006-6859 Website Designs For Less Click N' Print Coupons の coupon_detail.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21824
6855 1 2006-12-31T05:00Z CVE-2006-6855 AIDeX Mini-WebServer におけるサービス運用妨害 (DoS) の脆弱性 http://www.addict3d.org/index.php?page=viewarticle&type=security&ID=8473
6853 1 2006-12-31T05:00Z CVE-2006-6853 Durian Web Application Server フリーウェアにおけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21808
6849 1 2006-12-31T05:00Z CVE-2006-6849 Cahier de texte (CDT) の administration/index.php における不正な管理者操作を実行される脆弱性 http://acid-root.new.fr/poc/17061224.txt
6847 1 2006-12-31T05:00Z CVE-2006-6847 RealNetworks RealPlayer の ierpplug.dll におけるサービス運用妨害 (DoS) の脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/21802.html
6846 1 2006-12-31T05:00Z CVE-2006-6846 WYWO InOut Board における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21803
6844 1 2006-12-31T05:00Z CVE-2006-6844 CMS Made Simple の optional user comment モジュールにおけるクロスサイトスクリプティングの脆弱性 http://www.l0j1k.com/security/CMSMadeSimple_1.0.2_25Dec06.txt
6842 1 2006-12-31T05:00Z CVE-2006-6842 phpBB2 Plus の Acronym Mod の admin/admin_acronyms.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21805
6838 1 2006-12-31T05:00Z CVE-2006-6838 Rediff Bol Downloader OCX コントロールにおける重要な情報 (ユーザ名およびパス名) を取得される脆弱性 http://www.infogreg.com/security/misc/rediff-bol-downloader-allows-downloading-and-spawning-arbitary-files.html
6837 1 2006-12-31T05:00Z CVE-2006-6837 Total Commander 用の ISO プラグインの LoadTree などの関数におけるスタックベースのバッファオーバーフローの脆弱性 http://vuln.sg/isowincmd173-en.html
6830 1 2006-12-31T05:00Z CVE-2006-6830 b2verifauth.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21749
6827 1 2006-12-31T05:00Z CVE-2006-6827 Macromedia Flash の Flash8b.ocx におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21818
4727 1 2006-12-31T05:00Z CVE-2006-4727 Tumbleweed EMF Administration Module の emfadmin/statusView.do におけるクロスサイトスクリプティングの脆弱性 http://osvdb.org/ref/28/28722-tumbleweed-emf.txt
4582 1 2006-12-31T05:00Z CVE-2006-4582 The Address Book におけるクロスサイトリクエストフォージェリの脆弱性 http://secunia.com/secunia_research/2006-76/advisory/
4579 1 2006-12-31T05:00Z CVE-2006-4579 The Address Book の users.php におけるディレクトリトラバーサルの脆弱性 http://secunia.com/secunia_research/2006-76/advisory/
4577 1 2006-12-31T05:00Z CVE-2006-4577 The Address Book におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/secunia_research/2006-76/advisory/
4576 1 2006-12-31T05:00Z CVE-2006-4576 The Address Book におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/secunia_research/2006-76/advisory/
4575 1 2006-12-31T05:00Z CVE-2006-4575 The Address Book における SQL インジェクションの脆弱性 http://secunia.com/secunia_research/2006-76/advisory/
6886 2 2006-12-31T05:00Z CVE-2006-6886 phpwcms における重要な情報を取得される脆弱性 http://www.kapda.ir/advisory-331.html
6865 2 2006-12-31T05:00Z CVE-2006-6865 SAFileUp の SAFileUpSamples/util/viewsrc.asp におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21821
6847 2 2006-12-31T05:00Z CVE-2006-6847 RealNetworks RealPlayer の ierpplug.dll におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21802
6844 2 2006-12-31T05:00Z CVE-2006-6844 CMS Made Simple の optional user comment モジュールにおけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017445
6838 2 2006-12-31T05:00Z CVE-2006-6838 Rediff Bol Downloader OCX コントロールにおける重要な情報 (ユーザ名およびパス名) を取得される脆弱性 http://www.securityfocus.com/bid/21831
6837 2 2006-12-31T05:00Z CVE-2006-6837 Total Commander 用の ISO プラグインの LoadTree などの関数におけるスタックベースのバッファオーバーフローの脆弱性 http://vuln.sg/isowincmd173-jp.html
4727 2 2006-12-31T05:00Z CVE-2006-4727 Tumbleweed EMF Administration Module の emfadmin/statusView.do におけるクロスサイトスクリプティングの脆弱性 http://www.osvdb.org/28722
4582 2 2006-12-31T05:00Z CVE-2006-4582 The Address Book におけるクロスサイトリクエストフォージェリの脆弱性 http://secunia.com/advisories/21694
4579 2 2006-12-31T05:00Z CVE-2006-4579 The Address Book の users.php におけるディレクトリトラバーサルの脆弱性 http://secunia.com/advisories/21694
4577 2 2006-12-31T05:00Z CVE-2006-4577 The Address Book におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/21694
6824 1 2006-12-29T11:28Z CVE-2006-6824 Jim Hu and Chad Little PHP iCalendar におけるクロスサイトスクリプティングの脆弱性 http://lostmon.blogspot.com/2006/12/php-icalendar-multiple-variable-cross.html
6823 1 2006-12-29T11:28Z CVE-2006-6823 Yrch! の plugins/metasearch/plug.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21794
6816 1 2006-12-29T11:28Z CVE-2006-6816 DMXReady Secure Login Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21788
6814 1 2006-12-29T11:28Z CVE-2006-6814 Hosting Controller の FolderManager/FolderManager.aspx におけるディレクトリトラバーサルの脆弱性 http://www.kapda.ir/advisory-458.html
6813 1 2006-12-29T11:28Z CVE-2006-6813 Mxmania FUM の detail.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21754
6812 1 2006-12-29T11:28Z CVE-2006-6812 myPHPCalendar における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21785
6811 1 2006-12-29T11:28Z CVE-2006-6811 KsIRC におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21790
6810 1 2006-12-29T11:28Z CVE-2006-6810 DB Hub の src/main.c の clear_user_list 関数におけるサービス運用妨害 (DoS) の脆弱性 http://www.critical.lt/research/crit_dbhub.pl
6809 1 2006-12-29T11:28Z CVE-2006-6809 Vladimir Menshakov buratinable templator の process.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21793
6824 2 2006-12-29T11:28Z CVE-2006-6824 Jim Hu and Chad Little PHP iCalendar におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21792
6814 2 2006-12-29T11:28Z CVE-2006-6814 Hosting Controller の FolderManager/FolderManager.aspx におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21786
6811 2 2006-12-29T11:28Z CVE-2006-6811 KsIRC におけるサービス運用妨害 (DoS) の脆弱性 https://www.exploit-db.com/exploits/3023
6810 2 2006-12-29T11:28Z CVE-2006-6810 DB Hub の src/main.c の clear_user_list 関数におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21791
6824 3 2006-12-29T11:28Z CVE-2006-6824 Jim Hu and Chad Little PHP iCalendar におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017449
6814 3 2006-12-29T11:28Z CVE-2006-6814 Hosting Controller の FolderManager/FolderManager.aspx におけるディレクトリトラバーサルの脆弱性 http://securitytracker.com/id?1017447
6808 1 2006-12-28T21:28Z CVE-2006-6808 WordPress の wp-admin/templates.php におけるクロスサイトスクリプティングの脆弱性 http://michaeldaw.org/
6807 1 2006-12-28T21:28Z CVE-2006-6807 Softwebs Nepal Ananda Real Estate の list.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21771
6806 1 2006-12-28T21:28Z CVE-2006-6806 Enthrallweb eMates の newsdetail.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23521
6805 1 2006-12-28T21:28Z CVE-2006-6805 Enthrallweb eJobs の newsdetail.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23520
6804 1 2006-12-28T21:28Z CVE-2006-6804 Dragon Business Directory - Pro の bus_details.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21747
6803 1 2006-12-28T21:28Z CVE-2006-6803 Enthrallweb eCars の Types.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21748
6802 1 2006-12-28T21:28Z CVE-2006-6802 Enthrallweb ePages の actualpic.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21750
6801 1 2006-12-28T21:28Z CVE-2006-6801 SH-News の misc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21761
6800 1 2006-12-28T21:28Z CVE-2006-6800 Limbo CMS の event モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21798
6804 2 2006-12-28T21:28Z CVE-2006-6804 Dragon Business Directory - Pro の bus_details.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23523
6802 2 2006-12-28T21:28Z CVE-2006-6802 Enthrallweb ePages の actualpic.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23522
6801 2 2006-12-28T21:28Z CVE-2006-6801 SH-News の misc.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23524
6800 2 2006-12-28T21:28Z CVE-2006-6800 Limbo CMS の event モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23527
6318 1 2006-12-28T20:28Z CVE-2006-6318 elog の show_elog_list 関数におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/archive/1/451351
6796 1 2006-12-28T00:28Z CVE-2006-6796 MTCMS の admin/admin_settings.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21770
6795 1 2006-12-28T00:28Z CVE-2006-6795 MPN の gallery/displayCategory.php における PHP リモートファイルインクルージョンの脆弱性 http://cyber-security.org/DataDetayAll.asp?Data_id=586
6793 1 2006-12-28T00:28Z CVE-2006-6793 Okul Merkezi Portal の ataturk.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21730
6791 1 2006-12-28T00:28Z CVE-2006-6791 chatwm の SelGruFra.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21732
6789 1 2006-12-28T00:28Z CVE-2006-6789 Phpbbxtra の includes/archive/archive_topic.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21738
6788 1 2006-12-28T00:28Z CVE-2006-6788 LuckyBot における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21765
6786 1 2006-12-28T00:28Z CVE-2006-6786 Open Newsletter における任意の PHP コードを実行される脆弱性 http://www.securityfocus.com/bid/21775
6785 1 2006-12-28T00:28Z CVE-2006-6785 Open Newsletter の settings.php などのスクリプトにおける不正な管理者の操作を実行される脆弱性 http://www.securityfocus.com/bid/21775
6781 1 2006-12-28T00:28Z CVE-2006-6781 HLstats における重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/21740
6780 1 2006-12-28T00:28Z CVE-2006-6780 HLstats のログインフォームにおける SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21740
6779 1 2006-12-28T00:28Z CVE-2006-6779 Jelsoft vBulletin におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21736
6778 1 2006-12-28T00:28Z CVE-2006-6778 TimberWolf の shownews.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21733
6777 1 2006-12-28T00:28Z CVE-2006-6777 Future Internet の index.cfm におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21727
6776 1 2006-12-28T00:28Z CVE-2006-6776 Future Internet における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21727
6795 2 2006-12-28T00:28Z CVE-2006-6795 MPN の gallery/displayCategory.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21744
6775 1 2006-12-27T23:28Z CVE-2006-6775 acFTP におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21767
6774 1 2006-12-27T23:28Z CVE-2006-6774 Ciberia Content Federator の members/maquetacion_member.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21757
6773 1 2006-12-27T23:28Z CVE-2006-6773 Fishyshoop の pages/register/register.php における任意の管理者ユーザを作成される脆弱性 http://www.securityfocus.com/bid/21731
6771 1 2006-12-27T23:28Z CVE-2006-6771 Irokez CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21769
6770 1 2006-12-27T23:28Z CVE-2006-6770 Jinzora Media Jukebox における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21741
6769 1 2006-12-27T23:28Z CVE-2006-6769 PHP Live! におけるクロスサイトスクリプティングの脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26833
6774 2 2006-12-27T23:28Z CVE-2006-6774 Ciberia Content Federator の members/maquetacion_member.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23498
6771 2 2006-12-27T23:28Z CVE-2006-6771 Irokez CMS における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23497
6770 2 2006-12-27T23:28Z CVE-2006-6770 Jinzora Media Jukebox における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23501
6769 2 2006-12-27T23:28Z CVE-2006-6769 PHP Live! におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21737
6765 1 2006-12-27T02:28Z CVE-2006-6765 Pagetool の src/admin/pt_upload.php における PHP ファイルインクルージョンの脆弱性 http://secunia.com/advisories/23508
6764 1 2006-12-27T02:28Z CVE-2006-6764 KISGB の authenticate.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23477
6763 1 2006-12-27T02:28Z CVE-2006-6763 KISGB における PHP リモートファイルインクルージョンの脆弱性 http://www.security.nnov.ru/Pdocument470.html
6761 1 2006-12-27T02:28Z CVE-2006-6761 Novell NetMail の IMAPD におけるスタックベースのバッファオーバーフローの脆弱性 http://secunia.com/advisories/23437
6760 1 2006-12-27T01:28Z CVE-2006-6760 Phpmymanga の template.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20572
6759 1 2006-12-27T01:28Z CVE-2006-6759 RealNetworks RealPlayer の rpau3260.dll におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21689.html
6758 1 2006-12-27T01:28Z CVE-2006-6758 Http explorer におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21712
6757 1 2006-12-27T01:28Z CVE-2006-6757 cwmExplorer の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21683
6756 1 2006-12-27T01:28Z CVE-2006-6756 Ixprim の install.fct.php の code 関数における管理パネルへのアクセス権を取得される脆弱性 http://acid-root.new.fr/poc/16061221.txt
6755 1 2006-12-27T01:28Z CVE-2006-6755 Ixprim における重要な情報を取得される脆弱性 http://acid-root.new.fr/poc/16061221.txt
6754 1 2006-12-27T01:28Z CVE-2006-6754 Ixprim における SQL インジェクションの脆弱性 http://acid-root.new.fr/poc/16061221.txt
6759 2 2006-12-27T01:28Z CVE-2006-6759 RealNetworks RealPlayer の rpau3260.dll におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21689
6754 2 2006-12-27T01:28Z CVE-2006-6754 Ixprim における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21710
6754 3 2006-12-27T01:28Z CVE-2006-6754 Ixprim における SQL インジェクションの脆弱性 http://secunia.com/advisories/23453
6751 1 2006-12-27T00:28Z CVE-2006-6751 XM Easy Personal FTP Server におけるフォーマットストリングの脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/18632.txt
6750 1 2006-12-27T00:28Z CVE-2006-6750 XM Easy Personal FTP Server におけるフォーマットストリングの脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/18632.pl
6747 1 2006-12-27T00:28Z CVE-2006-6747 Xt-News の show_news.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21719
6746 1 2006-12-27T00:28Z CVE-2006-6746 Xt-News におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21719
6751 2 2006-12-27T00:28Z CVE-2006-6751 XM Easy Personal FTP Server におけるフォーマットストリングの脆弱性 http://www.securityfocus.com/bid/18632
6750 2 2006-12-27T00:28Z CVE-2006-6750 XM Easy Personal FTP Server におけるフォーマットストリングの脆弱性 http://www.securityfocus.com/bid/18632
6740 1 2006-12-26T23:28Z CVE-2006-6740 phpProfiles における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21667
6739 1 2006-12-26T23:28Z CVE-2006-6739 Paristemi の buycd.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21665
6738 1 2006-12-26T23:28Z CVE-2006-6738 cwmCounter の statistic.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21671
6735 1 2006-12-26T23:28Z CVE-2006-6735 Minh Nguyen Duong Obie Website Mini Web Shop における重要な情報を取得される脆弱性 http://www.attrition.org/pipermail/vim/2006-December/001197.html
6734 1 2006-12-26T23:28Z CVE-2006-6734 Minh Nguyen Duong Obie Website Mini Web Shop におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21677
6733 1 2006-12-26T23:28Z CVE-2006-6733 Support Cards 1 (osTicket) の support/view.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21669
6732 1 2006-12-26T23:28Z CVE-2006-6732 cwmVote の archive.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21670
6735 2 2006-12-26T23:28Z CVE-2006-6735 Minh Nguyen Duong Obie Website Mini Web Shop における重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/21677
6722 1 2006-12-23T11:28Z CVE-2006-6722 Bandwebsite における管理者アカウントを作成される脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21625.html
6721 1 2006-12-23T11:28Z CVE-2006-6721 Knusperleicht ShoutBox の shout.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21637.html
6720 1 2006-12-23T11:28Z CVE-2006-6720 Azucar CMS の admin/index_sitios.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21638
6719 1 2006-12-23T11:28Z CVE-2006-6719 FSF GNU wget の ftp-basic.c の ftp_syst 関数におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21650
6716 1 2006-12-23T11:28Z CVE-2006-6716 Eric GUILLAUME uploader&downloader における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21648
6722 2 2006-12-23T11:28Z CVE-2006-6722 Bandwebsite における管理者アカウントを作成される脆弱性 http://www.securityfocus.com/bid/21625
6721 2 2006-12-23T11:28Z CVE-2006-6721 Knusperleicht ShoutBox の shout.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21637
6715 1 2006-12-23T01:28Z CVE-2006-6715 PowerClan の footer.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2006-December/001194.html
6711 1 2006-12-23T01:28Z CVE-2006-6711 Newxooper の compteur/mapage.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21699
6710 1 2006-12-23T01:28Z CVE-2006-6710 PgmReloaded における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21696
6709 1 2006-12-23T01:28Z CVE-2006-6709 MGinternet Property Site Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/archive/1/451565
6708 1 2006-12-23T01:28Z CVE-2006-6708 MGinternet Property Site Manager の listings.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/archive/1/451565
6709 2 2006-12-23T01:28Z CVE-2006-6709 MGinternet Property Site Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21073
6708 2 2006-12-23T01:28Z CVE-2006-6708 MGinternet Property Site Manager の listings.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21073
6698 1 2006-12-22T18:28Z CVE-2006-6698 GConf の gconfd におけるサービス運用妨害 (DoS) の脆弱性 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=219279
6698 2 2006-12-22T18:28Z CVE-2006-6698 GConf の gconfd におけるサービス運用妨害 (DoS) の脆弱性 http://bugzilla.gnome.org/show_bug.cgi?id=167030
6694 1 2006-12-21T21:28Z CVE-2006-6694 E-Uploader Pro の include/config.php におけるディレクトリトラバーサルの脆弱性 http://www.rahim.webd.pl/exploity/Exploits/99.txt
6693 1 2006-12-21T21:28Z CVE-2006-6693 zabbix におけるバッファオーバーフローの脆弱性 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391388
6692 1 2006-12-21T21:28Z CVE-2006-6692 zabbix におけるフォーマットストリングの脆弱性 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391388
6690 1 2006-12-21T21:28Z CVE-2006-6690 Typo3 の rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php における任意のコマンドを実行される脆弱性 http://www.sec-consult.com/272.html
6686 1 2006-12-21T21:28Z CVE-2006-6686 Carsen Klock TextSend の sender.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21690
6690 2 2006-12-21T21:28Z CVE-2006-6690 Typo3 の rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php における任意のコマンドを実行される脆弱性 http://www.securityfocus.com/bid/21680
6690 3 2006-12-21T21:28Z CVE-2006-6690 Typo3 の rtehtmlarea/pi1/class.tx_rtehtmlarea_pi1.php における任意のコマンドを実行される脆弱性 http://securitytracker.com/id?1017428
6104 1 2006-12-21T19:28Z CVE-2006-6104 Mono の ASP.NET サーバの XSP におけるソースコードを読まれる脆弱性 http://www.eazel.es/advisory007-mono-xsp-source-disclosure-vulnerability.html
6104 2 2006-12-21T19:28Z CVE-2006-6104 Mono の ASP.NET サーバの XSP におけるソースコードを読まれる脆弱性 http://www.securityfocus.com/bid/21687
6104 3 2006-12-21T19:28Z CVE-2006-6104 Mono の ASP.NET サーバの XSP におけるソースコードを読まれる脆弱性 http://secunia.com/advisories/23432
6660 1 2006-12-20T23:28Z CVE-2006-6660 Konquerer などの製品で使用される KDE libkhtml におけるサービス運用妨害 (DoS) の脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/21662.html
6660 2 2006-12-20T23:28Z CVE-2006-6660 Konquerer などの製品で使用される KDE libkhtml におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21662
6659 1 2006-12-20T02:28Z CVE-2006-6659 Windows XP SP2 の Microsoft Office ole32.dll におけるサービス運用妨害 (DoS) の脆弱性 http://shinnai.altervista.org/viewtopic.php?id=41&t_id=8
6658 1 2006-12-20T02:28Z CVE-2006-6658 Inktomi Search における重要な情報を取得される脆弱性 http://securitytracker.com/id?1017242
6651 1 2006-12-20T02:28Z CVE-2006-6651 Intel 2200BG ワイアレスドライバの W29N51.SYS における任意のコードを実行される脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/21641.c
6650 1 2006-12-20T02:28Z CVE-2006-6650 mxBB 用の mx_charts における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21623
6649 1 2006-12-20T02:28Z CVE-2006-6649 HyperVM の display.php におけるクロスサイトスクリプティングの脆弱性 http://www.aria-security.com/forum/showthread.php?p=89#post89
6648 1 2006-12-20T02:28Z CVE-2006-6648 planetluc.com RateMe の main.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21642
6645 1 2006-12-20T02:28Z CVE-2006-6645 mxBB 用の mx_links における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21622
6644 1 2006-12-20T02:28Z CVE-2006-6644 mxBB 用の mx_meeting における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21624
6643 1 2006-12-20T02:28Z CVE-2006-6643 Fightersoft Multimedia Star FTP サーバにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21630
6642 1 2006-12-20T02:28Z CVE-2006-6642 Contra Haber Sistemi の haber.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21626
6651 2 2006-12-20T02:28Z CVE-2006-6651 Intel 2200BG ワイアレスドライバの W29N51.SYS における任意のコードを実行される脆弱性 http://www.securityfocus.com/bid/21641
6506 1 2006-12-20T01:28Z CVE-2006-6506 Mozilla Firefox のフィードプレビュー機能における情報漏洩の脆弱性 http://www.legroom.net/modules.php?op=modload&name=News&file=article&sid=215
6635 1 2006-12-18T11:28Z CVE-2006-6635 JumbaCMS の includes/functions.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20693
6634 1 2006-12-18T11:28Z CVE-2006-6634 Mambo 用の extcalendar コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-10/0179.html
6633 1 2006-12-18T11:28Z CVE-2006-6633 YapBB の include/yapbb_session.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20615
6632 1 2006-12-18T11:28Z CVE-2006-6632 Genepi の genepi.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20510
6631 1 2006-12-18T11:28Z CVE-2006-6631 osprey の lib/xml/oai/GetRecord.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20552
6628 1 2006-12-18T11:28Z CVE-2006-6628 OOo における整数オーバーフローの脆弱性 http://www.milw0rm.com/sploits/12122006-djtest.doc
6626 1 2006-12-18T11:28Z CVE-2006-6626 Moodle のコンポーネントにおけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21596.html
6625 1 2006-12-18T11:28Z CVE-2006-6625 Moodle の mod/forum/discuss.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21596.html
6624 1 2006-12-18T11:28Z CVE-2006-6624 Sambar Server の FTP Server におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/data/vulnerabilities/exploits/21617.php
6634 2 2006-12-18T11:28Z CVE-2006-6634 Mambo 用の extcalendar コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20487
6628 2 2006-12-18T11:28Z CVE-2006-6628 OOo における整数オーバーフローの脆弱性 http://www.securityfocus.com/bid/21618
6626 2 2006-12-18T11:28Z CVE-2006-6626 Moodle のコンポーネントにおけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21596
6625 2 2006-12-18T11:28Z CVE-2006-6625 Moodle の mod/forum/discuss.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21596
6624 2 2006-12-18T11:28Z CVE-2006-6624 Sambar Server の FTP Server におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21617
6614 1 2006-12-18T02:28Z CVE-2006-6614 FAI の save_log_local 関数におけるルートパスワードのハッシュを取得される脆弱性 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402644
6612 1 2006-12-18T02:28Z CVE-2006-6612 PhpMyCms の basic.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2006-December/001185.html
6611 1 2006-12-18T02:28Z CVE-2006-6611 Barman の interface.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2006-December/001184.html
6600 1 2006-12-15T22:28Z CVE-2006-6600 TorrentFlux の dir.php におけるクロスサイトスクリプティングの脆弱性 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23400582
6598 1 2006-12-15T22:28Z CVE-2006-6598 TorrentFlux および torrentflux-b4rt の viewnfo.php におけるディレクトリトラバーサルの脆弱性 http://tf-b4rt.berlios.de/changelog-torrentflux_2.1-b4rt.txt
6595 1 2006-12-15T19:28Z CVE-2006-6595 ScriptMate User Manager における SQL インジェクションの脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26656
6594 1 2006-12-15T19:28Z CVE-2006-6594 ScriptMate User Manager の utilities/usermessages.asp における SQL インジェクションの脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26656
6589 1 2006-12-15T19:28Z CVE-2006-6589 Apache OFBiz および Opentaps の ecommerce/control/keywordsearch におけるクロスサイトスクリプティングの脆弱性 https://issues.apache.org/jira/browse/OFBIZ-260
6588 1 2006-12-15T19:28Z CVE-2006-6588 Apache OFBiz の フォーラム実装におけるコンテンツを改ざんされる脆弱性 https://issues.apache.org/jira/browse/OFBIZ-178
6587 1 2006-12-15T19:28Z CVE-2006-6587 Apache OFBiz の ecommerce コンポーネントにおけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-12/0177.html
6586 1 2006-12-15T19:28Z CVE-2006-6586 vBlog における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017204
6583 1 2006-12-15T19:28Z CVE-2006-6583 ScriptMate User Manager における重要な情報を取得される脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26656
6582 1 2006-12-15T19:28Z CVE-2006-6582 ScriptMate User Manager におけるクロスサイトスクリプティングの脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26656
6581 1 2006-12-15T19:28Z CVE-2006-6581 Vernet Loic PHP_Debug の tests/debug_test.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21047
6578 1 2006-12-15T19:28Z CVE-2006-6578 Microsoft IIS 5.1 における任意のコマンドを実行される脆弱性 http://securityreason.com/securityalert/2036
6577 1 2006-12-15T19:28Z CVE-2006-6577 Neocrome LDU の polls.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21366
6576 1 2006-12-15T19:28Z CVE-2006-6576 goldenftpd におけるヒープベースのバッファオーバーフローの脆弱性 http://www.exploit-db.com/exploits/16036
6589 2 2006-12-15T19:28Z CVE-2006-6589 Apache OFBiz および Opentaps の ecommerce/control/keywordsearch におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/23457
6587 2 2006-12-15T19:28Z CVE-2006-6587 Apache OFBiz の ecommerce コンポーネントにおけるクロスサイトスクリプティングの脆弱性 https://issues.apache.org/jira/browse/OFBIZ-178
6583 2 2006-12-15T19:28Z CVE-2006-6583 ScriptMate User Manager における重要な情報を取得される脆弱性 http://securitytracker.com/id?1017384
6582 2 2006-12-15T19:28Z CVE-2006-6582 ScriptMate User Manager におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017384
6581 2 2006-12-15T19:28Z CVE-2006-6581 Vernet Loic PHP_Debug の tests/debug_test.php における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017219
6578 2 2006-12-15T19:28Z CVE-2006-6578 Microsoft IIS 5.1 における任意のコマンドを実行される脆弱性 http://www.securityfocus.com/archive/1/454268/100/0/threaded
6576 2 2006-12-15T19:28Z CVE-2006-6576 goldenftpd におけるヒープベースのバッファオーバーフローの脆弱性 http://packetstormsecurity.com/files/161711/Golden-FTP-Server-4.70-Buffer-Overflow.html
6587 3 2006-12-15T19:28Z CVE-2006-6587 Apache OFBiz の ecommerce コンポーネントにおけるクロスサイトスクリプティングの脆弱性 https://issues.apache.org/jira/browse/OFBIZ-260
6571 1 2006-12-15T11:28Z CVE-2006-6571 GenesisTrader の form.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21595
6565 1 2006-12-15T11:28Z CVE-2006-6565 FileZilla Server におけるサービス運用妨害 (DoS) の脆弱性 https://www.exploit-db.com/exploits/2914
6563 1 2006-12-15T11:28Z CVE-2006-6563 ProFTPD の mod_ctrls モジュールにおけるバッファオーバーフローの脆弱性 http://www.coresecurity.com/?module=ContentMod&action=item&id=1594
6563 2 2006-12-15T11:28Z CVE-2006-6563 ProFTPD の mod_ctrls モジュールにおけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21587
6563 3 2006-12-15T11:28Z CVE-2006-6563 ProFTPD の mod_ctrls モジュールにおけるバッファオーバーフローの脆弱性 http://secunia.com/advisories/23371
6561 1 2006-12-14T18:28Z CVE-2006-6561 Microsoft Word の不正な Word ファイル処理によるメモリ破壊の脆弱性 http://www.securityfocus.com/archive/1/454219/30/0/threaded
6558 1 2006-12-14T18:28Z CVE-2006-6558 Crob FTP Server におけるサービス運用妨害 (DoS) の脆弱性 http://secunia.com/advisories/23365
6561 2 2006-12-14T18:28Z CVE-2006-6561 Microsoft Word の不正な Word ファイル処理によるメモリ破壊の脆弱性 http://www.milw0rm.com/sploits/12122006-djtest.doc
6538 1 2006-12-14T02:28Z CVE-2006-6538 D-LINK DWL-2000AP+ におけるサービス運用妨害 (DoS) の脆弱性 http://tripp.dynalias.org/arpflood.c
6536 1 2006-12-14T02:28Z CVE-2006-6536 Cilem Haber Free Edition の hata.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21511
6534 1 2006-12-14T01:28Z CVE-2006-6534 osCommerce におけるクロスサイトスクリプティングの脆弱性 http://lostmon.blogspot.com/2006/12/oscommerce-traversal-arbitrary-file.html
6533 1 2006-12-14T01:28Z CVE-2006-6533 osCommerce の admin/templates_boxes_layout.php におけるディレクトリトラバーサルの脆弱性 http://lostmon.blogspot.com/2006/12/oscommerce-traversal-arbitrary-file.html
6523 1 2006-12-14T01:28Z CVE-2006-6523 cPanel の BoxTrapper の mail/manage.html におけるクロスサイトスクリプティングの脆弱性 http://www.aria-security.com/forum/showthread.php?t=67
6521 1 2006-12-14T01:28Z CVE-2006-6521 Messageriescripthp の lire-avis.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21513
6520 1 2006-12-14T01:28Z CVE-2006-6520 Messageriescripthp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21513
6519 1 2006-12-14T01:28Z CVE-2006-6519 ProNews の lire-avis.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21516
6518 1 2006-12-14T01:28Z CVE-2006-6518 ProNews におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21516
6517 1 2006-12-14T01:28Z CVE-2006-6517 KDPics におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21515
6516 1 2006-12-14T01:28Z CVE-2006-6516 KDPics における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21515
6513 1 2006-12-14T01:28Z CVE-2006-6513 Wawi の CControl::Download 関数におけるルート配下のファイルタイプをダウンロードされる脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-December/051217.html
6534 2 2006-12-14T01:28Z CVE-2006-6534 osCommerce におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017353
6523 2 2006-12-14T01:28Z CVE-2006-6523 cPanel の BoxTrapper の mail/manage.html におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21497
6513 2 2006-12-14T01:28Z CVE-2006-6513 Wawi の CControl::Download 関数におけるルート配下のファイルタイプをダウンロードされる脆弱性 http://secunia.com/advisories/23292
6513 3 2006-12-14T01:28Z CVE-2006-6513 Wawi の CControl::Download 関数におけるルート配下のファイルタイプをダウンロードされる脆弱性 http://aluigi.altervista.org/adv/wawix-adv.txt
6513 4 2006-12-14T01:28Z CVE-2006-6513 Wawi の CControl::Download 関数におけるルート配下のファイルタイプをダウンロードされる脆弱性 http://securitytracker.com/id?1017362
6493 1 2006-12-13T00:28Z CVE-2006-6493 OpenLDAP の servers/slapd/kerberos.c におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/archive/1/454181/30/0/threaded
6493 2 2006-12-13T00:28Z CVE-2006-6493 OpenLDAP の servers/slapd/kerberos.c におけるバッファオーバーフローの脆弱性 http://www.phreedom.org/solar/exploits/openldap-kbind
6485 1 2006-12-12T20:28Z CVE-2006-6485 ShopSite におけるクロスサイトスクリプティングの脆弱性 http://www.hackerscenter.com/archive/view.asp?id=26646
6479 1 2006-12-12T00:28Z CVE-2006-6479 AnnonceScriptHP におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21514
6464 1 2006-12-11T18:28Z CVE-2006-6464 Midicart の viewcart におけるショッピングカートで低い合計金額を取得される脆弱性 http://cupu.us/adv/15-iFX-2006-adv-midicart-phpbackdoor.txt
6461 1 2006-12-11T17:28Z CVE-2006-6461 Yourfreeworld Stylish Text Ads Script の tr1.php におけるインストールパスを取得される脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-05/0381.html
6460 1 2006-12-11T17:28Z CVE-2006-6460 Yourfreeworld.com Short Url & Url Tracker Script における重要な情報を取得される脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-05/0384.html
6451 1 2006-12-10T21:28Z CVE-2006-6451 SWsoft Plesk におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21067
6451 2 2006-12-10T21:28Z CVE-2006-6451 SWsoft Plesk におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017236
6383 1 2006-12-10T20:28Z CVE-2006-6383 PHP における safe_mode 制限を回避される脆弱性 http://securityreason.com/achievement_securityalert/43
6383 2 2006-12-10T20:28Z CVE-2006-6383 PHP における safe_mode 制限を回避される脆弱性 http://www.securityfocus.com/bid/21508
6417 1 2006-12-10T11:28Z CVE-2006-6417 b2evolution の inc/CONTROL/import/import-mt.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21332
6416 1 2006-12-10T11:28Z CVE-2006-6416 PhpLeague - Univert PhpLeague における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20756
6414 1 2006-12-10T11:28Z CVE-2006-6414 dol storye の dettaglio.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21463
6407 1 2006-12-10T02:28Z CVE-2006-6407 Linux x86 Mail Servers の F-Prot Antivirus におけるウイルス検知を回避される脆弱性 http://www.quantenblog.net/security/virus-scanner-bypass
6406 1 2006-12-10T02:28Z CVE-2006-6406 ClamAV におけるウィルス検知を回避される脆弱性 http://www.quantenblog.net/security/virus-scanner-bypass
6405 1 2006-12-10T02:28Z CVE-2006-6405 SMB の BitDefender Mail Protection におけるウィルス検出を回避される脆弱性 http://www.quantenblog.net/security/virus-scanner-bypass
6403 1 2006-12-10T02:28Z CVE-2006-6403 MyStats の mystats.php におけるインストールパスを取得される脆弱性 http://securitytracker.com/id?1017210
6402 1 2006-12-10T02:28Z CVE-2006-6402 MyStats の mystats.php における SQL インジェクションの脆弱性 http://securitytracker.com/id?1017210
6401 1 2006-12-10T02:28Z CVE-2006-6401 MyStats の mystats.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017210
6391 1 2006-12-08T01:28Z CVE-2006-6391 Open Solution Quick.Cart におけるディレクトリトラバーサルの脆弱性 http://secunia.com/advisories/23168
6390 1 2006-12-08T01:28Z CVE-2006-6390 Open Solution Quick.Cart におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21411
6389 1 2006-12-08T01:28Z CVE-2006-6389 ac4p Mobile におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21427
6387 1 2006-12-08T01:28Z CVE-2006-6387 LINK CMS における SQL インジェクションの脆弱性 http://secunia.com/advisories/23107
6334 1 2006-12-08T01:28Z CVE-2006-6334 Citrix Presentation Server Client の SendChannelData 関数におけるヒープベースのバッファオーバーフローの脆弱性 http://www.tippingpoint.com/security/advisories/TSRT-06-15.html
6334 2 2006-12-08T01:28Z CVE-2006-6334 Citrix Presentation Server Client の SendChannelData 関数におけるヒープベースのバッファオーバーフローの脆弱性 http://support.citrix.com/article/CTX111827
6380 1 2006-12-07T21:28Z CVE-2006-6380 Ultimate HelpDesk の index.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21402
6377 1 2006-12-07T17:28Z CVE-2006-6377 Uploadscript における admin パスワードハッシュを取得される脆弱性 http://secunia.com/advisories/23264
6368 1 2006-12-07T11:28Z CVE-2006-6368 awrate の login.php.inc における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21407
6367 1 2006-12-07T11:28Z CVE-2006-6367 DUware DUdownload の detail.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21405
6365 1 2006-12-07T11:28Z CVE-2006-6365 DUware DUpaypal の detail.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/14034
6363 1 2006-12-07T11:28Z CVE-2006-6363 BlueSocket Secure Controller (BSC) の admin.pl におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21419
6355 1 2006-12-07T01:28Z CVE-2006-6355 DuWare DuClassmate の default.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=59
6354 1 2006-12-07T01:28Z CVE-2006-6354 DuWare DuNews の detail.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=61
6353 1 2006-12-07T01:28Z CVE-2006-6353 Mac OS X の BOMArchiveHelper におけるサービス運用妨害 (DoS) の脆弱性 http://security-protocols.com/2006/12/04/bomarchivehelper-needs-some-lovin/
6352 1 2006-12-07T01:28Z CVE-2006-6352 FRISK Software F-Prot Antivirus におけるサービス運用妨害 (DoS) の脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-December/051096.html
6341 1 2006-12-07T01:28Z CVE-2006-6341 mg.applanix における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21147
6339 1 2006-12-07T01:28Z CVE-2006-6339 DZCP の sites/index.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21391
6338 1 2006-12-07T01:28Z CVE-2006-6338 DZCP の upload/index.php における任意の .php ファイルをアップロードおよび実行される脆弱性 http://www.securityfocus.com/bid/21389
6337 1 2006-12-07T01:28Z CVE-2006-6337 Aspee Ziyaretci Defteri の giris.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21398
6352 2 2006-12-07T01:28Z CVE-2006-6352 FRISK Software F-Prot Antivirus におけるサービス運用妨害 (DoS) の脆弱性 http://gleg.net/fprot.txt
6112 1 2006-12-06T22:28Z CVE-2006-6112 LifeType におけるインストールパスを取得される脆弱性 http://www.netvigilance.com/advisory0008
6310 1 2006-12-06T20:28Z CVE-2006-6310 Microsoft Internet Explorer 6.0 SP1 におけるサービス運用妨害 (DoS) の脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/21447.html
6309 1 2006-12-06T20:28Z CVE-2006-6309 IBM TSM における任意のメモリ領域を読まれる脆弱性 http://www-1.ibm.com/support/docview.wss?uid=swg21250261
6310 2 2006-12-06T20:28Z CVE-2006-6310 Microsoft Internet Explorer 6.0 SP1 におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21447
6309 2 2006-12-06T20:28Z CVE-2006-6309 IBM TSM における任意のメモリ領域を読まれる脆弱性 http://www.tippingpoint.com/security/advisories/TSRT-06-14.html
6301 1 2006-12-06T19:28Z CVE-2006-6301 DenyHosts におけるサービス運用妨害 (DoS) の脆弱性 http://bugs.gentoo.org/show_bug.cgi?id=157163
6300 1 2006-12-05T11:28Z CVE-2006-6300 CuteNews におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21403
6298 1 2006-12-05T11:28Z CVE-2006-6298 Metyus Okul Yonetim Sistemi の uye_giris_islem.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21418
6296 1 2006-12-05T11:28Z CVE-2006-6296 Microsoft Windows 2000 SP4 などの Print Spooler サービスにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21401
6293 1 2006-12-05T11:28Z CVE-2006-6293 FRISK Software F-Prot Antivirus におけるヒープベースのバッファオーバーフローの脆弱性 http://gleg.net/vulndisco_meta.shtml
6289 1 2006-12-05T11:28Z CVE-2006-6289 wBB Lite における任意の SQL コマンドを実行される脆弱性 http://retrogod.altervista.org/wbblite_102_sql.html
6280 1 2006-12-04T11:28Z CVE-2006-6280 O2PHP Bulletin Board の viewthread.php における SQL インジェクションの脆弱性 http://acid-root.new.fr/poc/14061118.txt
6277 1 2006-12-04T11:28Z CVE-2006-6277 ContentServ の admin/FileServer.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21369
6274 1 2006-12-04T11:28Z CVE-2006-6274 Expinion.net iNews Publisher (iNP) などの articles.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=40
6268 1 2006-12-04T11:28Z CVE-2006-6268 Neocrome LDU の system/core/profile/profile.inc.php における SQL インジェクションの脆弱性 http://www.nukedx.com/?viewdoc=51
6261 1 2006-12-04T11:28Z CVE-2006-6261 Quintessential Player におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21331
6259 1 2006-12-04T11:28Z CVE-2006-6259 AlternC の class/functions.php および class/m_bro.php におけるディレクトリトラバーサルの脆弱性 http://www.ground418.org/exploits/read.php?file=06-alternC-095.txt
6258 1 2006-12-04T11:28Z CVE-2006-6258 AlternC の phpmyadmin サブシステムにおけるパスワードを取得される脆弱性 http://www.ground418.org/exploits/read.php?file=06-alternC-095.txt
6257 1 2006-12-04T11:28Z CVE-2006-6257 AlternC のファイルマネージャーにおける重要な情報を取得される脆弱性 http://www.ground418.org/exploits/read.php?file=06-alternC-095.txt
6255 1 2006-12-04T11:28Z CVE-2006-6255 NukeAI モジュールの util.php における任意の PHP コードをアップロードされる脆弱性 http://www.securityfocus.com/bid/21284
6254 1 2006-12-04T11:28Z CVE-2006-6254 Cahier de texte の administration/telecharger.php におけるファイルの未解析コンテンツを取得される脆弱性 http://acid-root.new.fr/poc/15061124.txt
6253 1 2006-12-04T11:28Z CVE-2006-6253 Cahier de texte における全ユーザのパスワードを取得される脆弱性 http://acid-root.new.fr/poc/15061124.txt
6251 1 2006-12-04T11:28Z CVE-2006-6251 VUPlayer におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21363
6250 1 2006-12-04T11:28Z CVE-2006-6250 Songbird Media Player におけるフォーマットストリングの脆弱性 http://www.securityfocus.com/bid/21343
6247 1 2006-12-04T11:28Z CVE-2006-6247 Uapplication UPhotoGallery における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=53
6243 1 2006-12-04T11:28Z CVE-2006-6243 FipsSHOP の index.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=46
6274 2 2006-12-04T11:28Z CVE-2006-6274 Expinion.net iNews Publisher (iNP) などの articles.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21296
6259 2 2006-12-04T11:28Z CVE-2006-6259 AlternC の class/functions.php および class/m_bro.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21355
6258 2 2006-12-04T11:28Z CVE-2006-6258 AlternC の phpmyadmin サブシステムにおけるパスワードを取得される脆弱性 http://www.securityfocus.com/bid/21355
6257 2 2006-12-04T11:28Z CVE-2006-6257 AlternC のファイルマネージャーにおける重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/21355
6254 2 2006-12-04T11:28Z CVE-2006-6254 Cahier de texte の administration/telecharger.php におけるファイルの未解析コンテンツを取得される脆弱性 http://www.securityfocus.com/bid/21283
6253 2 2006-12-04T11:28Z CVE-2006-6253 Cahier de texte における全ユーザのパスワードを取得される脆弱性 http://secunia.com/advisories/23122
6247 2 2006-12-04T11:28Z CVE-2006-6247 Uapplication UPhotoGallery における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21319
6243 2 2006-12-04T11:28Z CVE-2006-6243 FipsSHOP の index.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21289
6254 3 2006-12-04T11:28Z CVE-2006-6254 Cahier de texte の administration/telecharger.php におけるファイルの未解析コンテンツを取得される脆弱性 http://secunia.com/advisories/23122
6242 1 2006-12-03T19:28Z CVE-2006-6242 Serendipity におけるディレクトリトラバーサルの脆弱性 http://www.s9y.org/forums/viewtopic.php?t=7922
6238 1 2006-12-03T19:28Z CVE-2006-6238 Apple Safari の AutoFill 機能における重要な情報を取得される脆弱性 http://tearesolutions.com/2006/11/how_to_steal_passwords_from_safaris_autofill.html
6237 1 2006-12-03T19:28Z CVE-2006-6237 Woltlab Burning Board Lite の thread.php における SQL インジェクションの脆弱性 http://retrogod.altervista.org/wbblite_102_sql_mqg_bypass.html
6242 2 2006-12-03T19:28Z CVE-2006-6242 Serendipity におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21367
6238 2 2006-12-03T19:28Z CVE-2006-6238 Apple Safari の AutoFill 機能における重要な情報を取得される脆弱性 http://www.securityfocus.com/bid/21329
6234 1 2006-12-02T11:28Z CVE-2006-6234 PHP-Nuke の Content モジュールにおける SQL インジェクションの脆弱性 http://www.attrition.org/pipermail/vim/2006-December/001157.html
6232 1 2006-12-02T02:28Z CVE-2006-6232 DreamAccount の admin/index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/18579
6220 1 2006-12-01T01:28Z CVE-2006-6220 Recipes Website における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21270
6218 1 2006-12-01T01:28Z CVE-2006-6218 dev4u CMS の index.php における SQL インジェクションの脆弱性 http://www.majorsecurity.de/index_2.php?major_rls=major_rls36
6216 1 2006-12-01T01:28Z CVE-2006-6216 Nivisec Hacks List の admin_hacks_list.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21290
6214 1 2006-12-01T01:28Z CVE-2006-6214 Wallpaper Website の wallpaper.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21274
6213 1 2006-12-01T01:28Z CVE-2006-6213 PEGames の index.php における PHP リモートファイルインクルージョン攻撃を実行される脆弱性 http://www.attrition.org/pipermail/vim/2006-November/001153.html
6212 1 2006-12-01T01:28Z CVE-2006-6212 Site News の centre.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21269
6211 1 2006-12-01T01:28Z CVE-2006-6211 BirdBlog におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21184
6210 1 2006-12-01T01:28Z CVE-2006-6210 ASP ListPics の listpics.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=41
6209 1 2006-12-01T01:28Z CVE-2006-6209 MidiCart ASP Shopping Cart などにおける SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=42
6208 1 2006-12-01T01:28Z CVE-2006-6208 Enthrallweb eClassifieds における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=46
6207 1 2006-12-01T01:28Z CVE-2006-6207 - http://www.securityfocus.com/bid/21323
6206 1 2006-12-01T01:28Z CVE-2006-6206 WarHound General Shopping Cart の item.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=48
6205 1 2006-12-01T01:28Z CVE-2006-6205 Enthrallweb eHomes の result.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21193
6204 1 2006-12-01T01:28Z CVE-2006-6204 Enthrallweb eHomes における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21193
6202 1 2006-12-01T01:28Z CVE-2006-6202 NukeAI モジュールの modules/NukeAI/util.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21284
6200 1 2006-12-01T01:28Z CVE-2006-6200 Francisco Burzi PHP-Nuke の News モジュールにおける SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21277
6198 1 2006-12-01T01:28Z CVE-2006-6198 cPanel WHM におけるクロスサイトスクリプティングの脆弱性 http://www.aria-security.com/forum/showthread.php?t=44
6197 1 2006-12-01T01:28Z CVE-2006-6197 b2evolution におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21334
6218 2 2006-12-01T01:28Z CVE-2006-6218 dev4u CMS の index.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21170
6213 2 2006-12-01T01:28Z CVE-2006-6213 PEGames の index.php における PHP リモートファイルインクルージョン攻撃を実行される脆弱性 http://www.securityfocus.com/bid/21266
6210 2 2006-12-01T01:28Z CVE-2006-6210 ASP ListPics の listpics.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21279
6209 2 2006-12-01T01:28Z CVE-2006-6209 MidiCart ASP Shopping Cart などにおける SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21273
6208 2 2006-12-01T01:28Z CVE-2006-6208 Enthrallweb eClassifieds における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21192
6198 2 2006-12-01T01:28Z CVE-2006-6198 cPanel WHM におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21288
6196 1 2006-12-01T00:28Z CVE-2006-6196 Fixit iDMS Pro Image Gallery の search 機能におけるクロスサイトスクリプティングの脆弱性 http://www.aria-security.com/forum/showthread.php?t=39
6194 1 2006-12-01T00:28Z CVE-2006-6194 Ultimate Survey Pro の index.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=38
6193 1 2006-12-01T00:28Z CVE-2006-6193 BasicForum の edit.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21293
6191 1 2006-12-01T00:28Z CVE-2006-6191 8pixel.net simpleblog の admin/edit.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23098
6189 1 2006-12-01T00:28Z CVE-2006-6189 ClickTech Click Blog の displayCalendar.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=50
6188 1 2006-12-01T00:28Z CVE-2006-6188 ClickTech Click Gallery の view_search.asp におけるクロスサイトスクリプティングの脆弱性 http://www.aria-security.com/forum/showthread.php?t=49
6187 1 2006-12-01T00:28Z CVE-2006-6187 ClickTech Click Gallery における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=49
6186 1 2006-12-01T00:28Z CVE-2006-6186 enomphp におけるディレクトリトラバーサルの脆弱性 http://www.attrition.org/pipermail/vim/2006-November/001152.html
6185 1 2006-12-01T00:28Z CVE-2006-6185 Wabbit PHP Gallery の script.php におけるディレクトリトラバーサルの脆弱性 http://www.attrition.org/pipermail/vim/2006-November/001152.html
6184 1 2006-12-01T00:28Z CVE-2006-6184 AT-TFTP におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21320
6183 1 2006-12-01T00:28Z CVE-2006-6183 3Com 3CTftpSvc スタックベースにおけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21322
6181 1 2006-12-01T00:28Z CVE-2006-6181 ClickTech ClickContact の default.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=51
6196 2 2006-12-01T00:28Z CVE-2006-6196 Fixit iDMS Pro Image Gallery の search 機能におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21282
6189 2 2006-12-01T00:28Z CVE-2006-6189 ClickTech Click Blog の displayCalendar.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21310
6185 2 2006-12-01T00:28Z CVE-2006-6185 Wabbit PHP Gallery の script.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21213
6183 2 2006-12-01T00:28Z CVE-2006-6183 3Com 3CTftpSvc スタックベースにおけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21301
6181 2 2006-12-01T00:28Z CVE-2006-6181 ClickTech ClickContact の default.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21302
6177 1 2006-11-30T16:28Z CVE-2006-6177 Neocrome Seditio の system/core/users/users.profile.inc.php における SQL インジェクションの脆弱性 http://www.nukedx.com/?getxpl=52
6177 2 2006-11-30T16:28Z CVE-2006-6177 Neocrome Seditio の system/core/users/users.profile.inc.php における SQL インジェクションの脆弱性 http://www.nukedx.com/?viewdoc=52
6172 1 2006-11-30T15:28Z CVE-2006-6172 xine/xine-lib などの Real Media 入力プラグインにおけるバッファオーバーフローの脆弱性 https://sourceforge.net/tracker/index.php?func=detail&aid=1603458&group_id=9655&atid=109655
6170 1 2006-11-30T15:28Z CVE-2006-6170 ProFTPD の mod_tls モジュールにおけるバッファオーバーフローの脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-November/050935.html
6170 2 2006-11-30T15:28Z CVE-2006-6170 ProFTPD の mod_tls モジュールにおけるバッファオーバーフローの脆弱性 http://elegerov.blogspot.com/2006/10/do-you-remember-2-years-old-overflow.html
6160 1 2006-11-28T23:28Z CVE-2006-6160 Doug Luxem Liberum Help Desk の details.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21292
6157 1 2006-11-28T23:28Z CVE-2006-6157 ContentNow の index.php における SQL インジェクションの脆弱性 http://www.0xcafebabe.it/sploits/contentnow_139_sqlinj.pl
6154 1 2006-11-28T23:28Z CVE-2006-6154 HSRS の addcode.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21280
6153 1 2006-11-28T23:28Z CVE-2006-6153 vSpin.net Classified System におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21190
6152 1 2006-11-28T23:28Z CVE-2006-6152 vSpin.net Classified System における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21190
6151 1 2006-11-28T23:28Z CVE-2006-6151 Messagerie Locale の centre.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21267
6149 1 2006-11-28T23:28Z CVE-2006-6149 JiRos FAQ Manager の index.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21271
6148 1 2006-11-28T23:28Z CVE-2006-6148 JiRos Links Manager の submitlink.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21226
6147 1 2006-11-28T23:28Z CVE-2006-6147 JiRos Links Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21226
6113 1 2006-11-28T23:28Z CVE-2006-6113 Monkey Boards における重要な情報を取得される脆弱性 http://www.netvigilance.com/advisory0009
6148 2 2006-11-28T23:28Z CVE-2006-6148 JiRos Links Manager の submitlink.asp におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017280
6138 1 2006-11-28T02:07Z CVE-2006-6138 Sisfo Kampus の download.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21294
6137 1 2006-11-28T02:07Z CVE-2006-6137 Sisfo Kampus における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21294
6134 1 2006-11-28T01:07Z CVE-2006-6134 Microsoft Windows Media Player の ASX ファイル処理におけるヒープオーバーフローの脆弱性 http://www.securityfocus.com/bid/21247
6132 1 2006-11-28T01:07Z CVE-2006-6132 Link Exchange Lite における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=53
6131 1 2006-11-28T01:07Z CVE-2006-6131 Kerio WebSTAR の WSAdminServer における root 権限を取得される脆弱性 http://www.securityfocus.com/bid/21123
6130 1 2006-11-28T01:07Z CVE-2006-6130 Apple Mac OS X AppleTalk におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-27-11-2006.html
6132 2 2006-11-28T01:07Z CVE-2006-6132 Link Exchange Lite における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21239
6131 2 2006-11-28T01:07Z CVE-2006-6131 Kerio WebSTAR の WSAdminServer における root 権限を取得される脆弱性 http://www.osvdb.org/30450
6132 3 2006-11-28T01:07Z CVE-2006-6132 Link Exchange Lite における SQL インジェクションの脆弱性 http://secunia.com/advisories/23068
6131 3 2006-11-28T01:07Z CVE-2006-6131 Kerio WebSTAR の WSAdminServer における root 権限を取得される脆弱性 http://securitytracker.com/id?1017239
6131 4 2006-11-28T01:07Z CVE-2006-6131 Kerio WebSTAR の WSAdminServer における root 権限を取得される脆弱性 http://secunia.com/advisories/22906
5896 1 2006-11-27T21:07Z CVE-2006-5896 REMLAB Web Mech Designer におけるスクリプトのフルパスを取得される脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-November/050879.html
6129 1 2006-11-27T00:07Z CVE-2006-6129 Apple Mac OS X の fatfile_getarch2 における整数オーバーフローの脆弱性 http://projects.info-pull.com/mokb/MOKB-26-11-2006.html
6128 1 2006-11-27T00:07Z CVE-2006-6128 Linux kernel の ReiserFS 機能におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-25-11-2006.html
6127 1 2006-11-27T00:07Z CVE-2006-6127 Apple Mac OS X のカーネルにおけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-24-11-2006.html
6126 1 2006-11-27T00:07Z CVE-2006-6126 Apple Mac OS X におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21272
6125 1 2006-11-27T00:07Z CVE-2006-6125 NetGear WG311v1 ワイヤレスアダプタ用のワイヤレスドライバにおけるヒープベースのバッファオーバーフローの脆弱性 http://projects.info-pull.com/mokb/MOKB-22-11-2006.html
6127 2 2006-11-27T00:07Z CVE-2006-6127 Apple Mac OS X のカーネルにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/21285
6125 2 2006-11-27T00:07Z CVE-2006-6125 NetGear WG311v1 ワイヤレスアダプタ用のワイヤレスドライバにおけるヒープベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21251
6121 1 2006-11-26T23:07Z CVE-2006-6121 Acer Notebook の LunchApp.APlunch ActiveX コントロールにおける任意のコマンドを実行される脆弱性 http://vuln.sg/acerlunchapp-en.html
6118 1 2006-11-26T22:07Z CVE-2006-6118 mmgallery の thumbs.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21281
6117 1 2006-11-26T22:07Z CVE-2006-6117 fipsGallery の index1.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21254
6116 1 2006-11-26T22:07Z CVE-2006-6116 fipsForum の default2.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21253
6115 1 2006-11-26T22:07Z CVE-2006-6115 fipsCMS の index.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21258
6111 1 2006-11-26T22:07Z CVE-2006-6111 Alan Ward A-Cart Pro における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=27
6110 1 2006-11-26T22:07Z CVE-2006-6110 BPG-InfoTech Content Management System 製品における SQL インジェクションの脆弱性 http://aria-security.net/advisory/bpg.txt
6109 1 2006-11-26T22:07Z CVE-2006-6109 CandyPress Store における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21090/info
6111 2 2006-11-26T22:07Z CVE-2006-6111 Alan Ward A-Cart Pro における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21166
6109 2 2006-11-26T22:07Z CVE-2006-6109 CandyPress Store における SQL インジェクションの脆弱性 http://secunia.com/advisories/22954
6097 1 2006-11-24T18:07Z CVE-2006-6097 GNU tar の GNUTYPE_NAMES レコード処理におけるシンボリックリンク攻撃を受ける脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-November/050812.html
6096 1 2006-11-24T18:07Z CVE-2006-6096 ActiveNews Manager におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21167
6095 1 2006-11-24T18:07Z CVE-2006-6095 ActiveNews Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21167
6094 1 2006-11-24T18:07Z CVE-2006-6094 ActiveNews Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/archive/1/452015
6093 1 2006-11-24T18:07Z CVE-2006-6093 PicturesPro Photo Cart の adminprint.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21163
6092 1 2006-11-24T18:07Z CVE-2006-6092 20/20 Auto Gallery の vehiclelistings.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21154
6090 1 2006-11-24T18:07Z CVE-2006-6090 BaalAsp フォーラムにおける SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=35
6088 1 2006-11-24T18:07Z CVE-2006-6088 BlueCollar i-Gallery におけるクロスサイトスクリプティングの脆弱性 http://aria-security.net/advisory/i-Gallery34.txt
6086 1 2006-11-24T18:07Z CVE-2006-6086 e-Ark の src/ark_inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21224
6084 1 2006-11-24T18:07Z CVE-2006-6084 aBitWhizzy の abitwhizzy.php におけるディレクトリトラバーサルの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=52
6083 1 2006-11-24T18:07Z CVE-2006-6083 CreaScripts Creadirectory の search.asp における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=54
6082 1 2006-11-24T18:07Z CVE-2006-6082 CreaScripts Creadirectory におけるクロスサイトスクリプティングの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=54
6097 2 2006-11-24T18:07Z CVE-2006-6097 GNU tar の GNUTYPE_NAMES レコード処理におけるシンボリックリンク攻撃を受ける脆弱性 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216937
6094 2 2006-11-24T18:07Z CVE-2006-6094 ActiveNews Manager における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=31
6093 2 2006-11-24T18:07Z CVE-2006-6093 PicturesPro Photo Cart の adminprint.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23037
6090 2 2006-11-24T18:07Z CVE-2006-6090 BaalAsp フォーラムにおける SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21111
6088 2 2006-11-24T18:07Z CVE-2006-6088 BlueCollar i-Gallery におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21122
6086 2 2006-11-24T18:07Z CVE-2006-6086 e-Ark の src/ark_inc.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23059
6084 2 2006-11-24T18:07Z CVE-2006-6084 aBitWhizzy の abitwhizzy.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21222
6083 2 2006-11-24T18:07Z CVE-2006-6083 CreaScripts Creadirectory の search.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21230
6082 2 2006-11-24T18:07Z CVE-2006-6082 CreaScripts Creadirectory におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21230
6097 3 2006-11-24T18:07Z CVE-2006-6097 GNU tar の GNUTYPE_NAMES レコード処理におけるシンボリックリンク攻撃を受ける脆弱性 http://www.securityfocus.com/bid/21235
6094 3 2006-11-24T18:07Z CVE-2006-6094 ActiveNews Manager における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21167
6084 3 2006-11-24T18:07Z CVE-2006-6084 aBitWhizzy の abitwhizzy.php におけるディレクトリトラバーサルの脆弱性 http://securitytracker.com/id?1017266
6083 3 2006-11-24T18:07Z CVE-2006-6083 CreaScripts Creadirectory の search.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/23067
6082 3 2006-11-24T18:07Z CVE-2006-6082 CreaScripts Creadirectory におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/23067
6084 4 2006-11-24T18:07Z CVE-2006-6084 aBitWhizzy の abitwhizzy.php におけるディレクトリトラバーサルの脆弱性 http://secunia.com/advisories/23055
6080 1 2006-11-24T17:07Z CVE-2006-6080 gNews Publisher の categories.asp における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=37
6078 1 2006-11-24T17:07Z CVE-2006-6078 a-ConMan の common.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv61-matdhule-2006.txt
6077 1 2006-11-24T17:07Z CVE-2006-6077 Mozilla Firefox のパスワードマネージャにおけるパスワード開示の脆弱性 http://www.info-svc.com/news/11-21-2006/
6074 1 2006-11-24T17:07Z CVE-2006-6074 Enthrallweb eShopping Cart における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=21
6080 2 2006-11-24T17:07Z CVE-2006-6080 gNews Publisher の categories.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21194
6078 2 2006-11-24T17:07Z CVE-2006-6078 a-ConMan の common.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21255
6077 2 2006-11-24T17:07Z CVE-2006-6077 Mozilla Firefox のパスワードマネージャにおけるパスワード開示の脆弱性 https://bugzilla.mozilla.org/show_bug.cgi?id=360493
6077 3 2006-11-24T17:07Z CVE-2006-6077 Mozilla Firefox のパスワードマネージャにおけるパスワード開示の脆弱性 http://www.securityfocus.com/bid/21240
6077 4 2006-11-24T17:07Z CVE-2006-6077 Mozilla Firefox のパスワードマネージャにおけるパスワード開示の脆弱性 http://securitytracker.com/id?1017271
6077 5 2006-11-24T17:07Z CVE-2006-6077 Mozilla Firefox のパスワードマネージャにおけるパスワード開示の脆弱性 http://secunia.com/advisories/23046
6070 1 2006-11-22T02:07Z CVE-2006-6070 ASP Nuke の module/account/register/register.asp における SQL インジェクションの脆弱性 http://securitytracker.com/id?1017255
6067 1 2006-11-22T02:07Z CVE-2006-6067 20/20 DataShed における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=40
6066 1 2006-11-22T02:07Z CVE-2006-6066 Dragon Calendar / Events Listing における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=32
6065 1 2006-11-22T02:07Z CVE-2006-6065 MxBB Portal 用の CalSnails Module における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21143
6067 2 2006-11-22T02:07Z CVE-2006-6067 20/20 DataShed における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21156
6066 2 2006-11-22T02:07Z CVE-2006-6066 Dragon Calendar / Events Listing における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21098
6065 2 2006-11-22T02:07Z CVE-2006-6065 MxBB Portal 用の CalSnails Module における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22931
6062 1 2006-11-22T01:07Z CVE-2006-6062 Apple Mac OS X における不正なディスクイメージのマウントによるメモリ破壊の脆弱性 http://www.securityfocus.com/bid/21201
6061 1 2006-11-22T01:07Z CVE-2006-6061 Apple Mac OS X における DMG ファイルの取扱いに関する脆弱性 http://projects.info-pull.com/mokb/MOKB-20-11-2006.html
6060 1 2006-11-22T01:07Z CVE-2006-6060 Linux kernel の NTFS filesystem code におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-19-11-2006.html
6059 1 2006-11-22T01:07Z CVE-2006-6059 NetGear MA521 PCMCIA アダプタ用の MA521nd5.SYS ドライバにおけるバッファオーバーフローの脆弱性 http://projects.info-pull.com/mokb/MOKB-18-11-2006.html
6058 1 2006-11-22T01:07Z CVE-2006-6058 Linux kernel の minix ファイルシステムコードにおけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-17-11-2006.html
6057 1 2006-11-22T01:07Z CVE-2006-6057 Fedora Core 6 などの Linux kernel におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-15-11-2006.html
6056 1 2006-11-22T01:07Z CVE-2006-6056 Linux Kernel の superblock_doinit() 関数におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-14-11-2006.html
6054 1 2006-11-22T01:07Z CVE-2006-6054 Linux Kernel の ext2 ファイルシステムにおけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-12-11-2006.html
6053 1 2006-11-22T01:07Z CVE-2006-6053 Linux Kernel の ext3fs_dirhash() 関数におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-10-11-2006.html
6062 2 2006-11-22T01:07Z CVE-2006-6062 Apple Mac OS X における不正なディスクイメージのマウントによるメモリ破壊の脆弱性 http://projects.info-pull.com/mokb/MOKB-21-11-2006.html
6061 2 2006-11-22T01:07Z CVE-2006-6061 Apple Mac OS X における DMG ファイルの取扱いに関する脆弱性 http://www.securityfocus.com/bid/21201
6059 2 2006-11-22T01:07Z CVE-2006-6059 NetGear MA521 PCMCIA アダプタ用の MA521nd5.SYS ドライバにおけるバッファオーバーフローの脆弱性 http://securitytracker.com/id?1017254
6058 2 2006-11-22T01:07Z CVE-2006-6058 Linux kernel の minix ファイルシステムコードにおけるサービス運用妨害 (DoS) の脆弱性 http://secunia.com/advisories/23034
6051 1 2006-11-22T00:07Z CVE-2006-6051 Mambo 用の reporter コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21160
6050 1 2006-11-22T00:07Z CVE-2006-6050 ClickTech Texas Rank'em における SQL インジェクションの脆弱性 http://www.aria-security.com/forum/showthread.php?t=34
6049 1 2006-11-22T00:07Z CVE-2006-6049 Mambo 用の shambo2 コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21030
6048 1 2006-11-22T00:07Z CVE-2006-6048 Etomite CMS の index.php における SQL インジェクションの脆弱性 http://www.0xcafebabe.it/sploits/etm_0612_sqlinj.pl
6047 1 2006-11-22T00:07Z CVE-2006-6047 Etomite の manager/index.php におけるディレクトリトラバーサルの脆弱性 http://www.0xcafebabe.it/sploits/etm_0612_remote_com.pl
6046 1 2006-11-22T00:07Z CVE-2006-6046 eggblog におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21134
6045 1 2006-11-22T00:07Z CVE-2006-6045 Comdev One Admin Pro における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017247
6044 1 2006-11-22T00:07Z CVE-2006-6044 PHPQuickGallery の gallery_top.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017256
6042 1 2006-11-22T00:07Z CVE-2006-6042 phpWebThings の core/editor.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/23001
6041 1 2006-11-22T00:07Z CVE-2006-6041 Laurent Van den Reysen WORK system e-commerce における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017249
6040 1 2006-11-22T00:07Z CVE-2006-6040 Jelsoft vBulletin の admincp/index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21157
6039 1 2006-11-22T00:07Z CVE-2006-6039 Powie の PHP MatchMaker における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21145
6038 1 2006-11-22T00:07Z CVE-2006-6038 Powie pForum の editpoll.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21144
6035 1 2006-11-22T00:07Z CVE-2006-6035 BLOG:CMS の list.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21173
6050 2 2006-11-22T00:07Z CVE-2006-6050 ClickTech Texas Rank'em における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21168
6049 2 2006-11-22T00:07Z CVE-2006-6049 Mambo 用の shambo2 コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.osvdb.org/30370
6046 2 2006-11-22T00:07Z CVE-2006-6046 eggblog におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017246
6039 2 2006-11-22T00:07Z CVE-2006-6039 Powie の PHP MatchMaker における SQL インジェクションの脆弱性 http://secunia.com/advisories/22966
6035 2 2006-11-22T00:07Z CVE-2006-6035 BLOG:CMS の list.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017250
6028 1 2006-11-21T23:07Z CVE-2006-6028 Anton Vlasov DoSePa の textview.php におけるディレクトリトラバーサルの脆弱性 http://www.craigheffner.com/security/exploits/dosepa.txt
6027 1 2006-11-21T23:07Z CVE-2006-6027 Adobe Reader および Acrobat の AcroPDF ActiveX コントロールにおけるメモリ破壊の脆弱性 http://downloads.securityfocus.com/vulnerabilities/exploits/21155-AcroPDF_DoS.html
6022 1 2006-11-21T23:07Z CVE-2006-6022 BestWebApp Dating Site の login_form.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21158
6021 1 2006-11-21T23:07Z CVE-2006-6021 BestWebApp Dating Site のログインコンポーネントにおける SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21158
6019 1 2006-11-21T23:07Z CVE-2006-6019 Bill Roberts Bloo の extensions/googiespell/googlespell_proxy.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21130
6018 1 2006-11-21T23:07Z CVE-2006-6018 - http://attrition.org/pipermail/vim/2006-November/001127.html
6015 1 2006-11-21T23:07Z CVE-2006-6015 Safari の JavaScript 実装におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21053
6028 2 2006-11-21T23:07Z CVE-2006-6028 Anton Vlasov DoSePa の textview.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21149
6027 2 2006-11-21T23:07Z CVE-2006-6027 Adobe Reader および Acrobat の AcroPDF ActiveX コントロールにおけるメモリ破壊の脆弱性 http://www.securityfocus.com/bid/21155
3890 1 2006-11-21T22:07Z CVE-2006-3890 WinZip などで使用される Sky Software FileView ActiveX コントロールにおけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21060
3890 2 2006-11-21T22:07Z CVE-2006-3890 WinZip などで使用される Sky Software FileView ActiveX コントロールにおけるスタックベースのバッファオーバーフローの脆弱性 http://secunia.com/advisories/22891
5991 1 2006-11-21T02:07Z CVE-2006-5991 wwWeb concepts CactuShop における SQL インジェクションの脆弱性 http://aria-security.net/advisory/WWWeb%20Cocepts.txt
5983 1 2006-11-20T21:07Z CVE-2006-5983 JBMC Software DirectAdmin におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21049
5976 1 2006-11-20T21:07Z CVE-2006-5976 BlogMe の admin_login.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21071
5975 1 2006-11-20T21:07Z CVE-2006-5975 BlogMe の comments.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21071
5972 1 2006-11-18T01:07Z CVE-2006-5972 NetGear WG111v2 ワイヤレスアダプタ (USB) の WG111v2.SYS におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21126
5961 1 2006-11-17T01:07Z CVE-2006-5961 Windows 用の Mercury Mail Transport System におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/21110
5960 1 2006-11-17T01:07Z CVE-2006-5960 A+ Store E-Commerce の account_login.asp におけるクロスサイトスクリプティングの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0248.html
5959 1 2006-11-17T01:07Z CVE-2006-5959 A+ Store E-Commerce の browse.asp における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0248.html
5958 1 2006-11-17T01:07Z CVE-2006-5958 INFINICART におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21043
5960 2 2006-11-17T01:07Z CVE-2006-5960 A+ Store E-Commerce の account_login.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21092
5959 2 2006-11-17T01:07Z CVE-2006-5959 A+ Store E-Commerce の browse.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21092
5955 1 2006-11-17T00:07Z CVE-2006-5955 20/20 DataShed の listings.asp における SQL インジェクションの脆弱性 http://aria-security.net/advisory/Real%20Estate%20Listing%20System.txt
5953 1 2006-11-17T00:07Z CVE-2006-5953 Evolve ショッピンングカートの viewcart.asp における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=28
5951 1 2006-11-17T00:07Z CVE-2006-5951 Exophpdesk の pipe.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21003
5948 1 2006-11-17T00:07Z CVE-2006-5948 phpPeanuts の pntUnit/Inspect.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21057
5946 1 2006-11-17T00:07Z CVE-2006-5946 FunkyASP Glossary の demo/glossary/glossary.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21055
5945 1 2006-11-17T00:07Z CVE-2006-5945 MGinternet CSM における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21066
5944 1 2006-11-17T00:07Z CVE-2006-5944 MGinternet CSM の csm/asp/listings.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21066
5943 1 2006-11-17T00:07Z CVE-2006-5943 Website Designs for Less Inventory Manager の inventory/display/imager.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21069
5942 1 2006-11-17T00:07Z CVE-2006-5942 Website Designs For Less Inventory Manager の inventory/display/display_results.asp におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21069
5936 1 2006-11-16T00:07Z CVE-2006-5936 SiteXpress E-Commerce System の dept.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21059
5930 1 2006-11-16T00:07Z CVE-2006-5930 Aigaion Web ベースバイオグラフィ管理システムにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/archive/1/451354
5928 1 2006-11-16T00:07Z CVE-2006-5928 Phpjobscheduler における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21041
5930 2 2006-11-16T00:07Z CVE-2006-5930 Aigaion Web ベースバイオグラフィ管理システムにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21038
5924 1 2006-11-15T15:07Z CVE-2006-5924 Efficient IPm の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20952
5923 1 2006-11-15T15:07Z CVE-2006-5923 Chris Mac gtcatalog の index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20979
5920 1 2006-11-15T15:07Z CVE-2006-5920 yuuki yoshizawa の exporia における脆弱性 http://www.securityfocus.com/bid/20205
5919 1 2006-11-15T15:07Z CVE-2006-5919 ActiveCampaign KnowledgeBuilder の admin/e_data/visEdit_control.class.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20020
5917 1 2006-11-15T15:07Z CVE-2006-5917 OmniStar Article Manager における SQL インジェクションの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=10
5916 1 2006-11-15T15:07Z CVE-2006-5916 Intego VirusBarrier におけるウィルス保護を回避される脆弱性 http://archives.neohapsis.com/archives/fulldisclosure/2006-11/0141.html
5915 1 2006-11-15T15:07Z CVE-2006-5915 SAMEDIA LandShop の ls.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20989
5914 1 2006-11-15T15:07Z CVE-2006-5914 SAMEDIA LandShop の ls.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20989
5913 1 2006-11-15T15:07Z CVE-2006-5913 Microsoft Internet Explorer 7 における安全な Web サイトからのセキュリティの証明書が無効と見なされる脆弱性 http://www.blogger.com/comment.g?blogID=15069726&postID=116257593427394541
5908 1 2006-11-15T15:07Z CVE-2006-5908 Lucas Rodriguez San Pedro YANS の yans.func.php における SQL インジェクションの脆弱性 http://archives.neohapsis.com/archives/bugtraq/2006-11/0121.html
5907 1 2006-11-15T15:07Z CVE-2006-5907 Jean-Christophe Ramos SCRIPT BANNIERES における SQL インジェクションの脆弱性 http://www.attrition.org/pipermail/vim/2006-November/001124.html
5919 2 2006-11-15T15:07Z CVE-2006-5919 ActiveCampaign KnowledgeBuilder の admin/e_data/visEdit_control.class.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20857
5916 2 2006-11-15T15:07Z CVE-2006-5916 Intego VirusBarrier におけるウィルス保護を回避される脆弱性 http://www.securityfocus.com/bid/20983
5895 1 2006-11-14T22:07Z CVE-2006-5895 EncapsCMS の core/core.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/21001
5894 1 2006-11-14T22:07Z CVE-2006-5894 Rama CMS の lang.php におけるディレクトリトラバーサルの脆弱性 http://www.rahim.webd.pl/exploit127.html
5892 1 2006-11-14T22:07Z CVE-2006-5892 The Net Guys ASPired2Poll の MoreInfo.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20987
5889 1 2006-11-14T22:07Z CVE-2006-5889 BB の printLog.php における SQL インジェクションの脆弱性 http://www.craigheffner.com/security/exploits/brewblogger1.3.1.txt
5887 1 2006-11-14T22:07Z CVE-2006-5887 Dynamic Dataworx NuSchool の CampusNewsDetails.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21006
5886 1 2006-11-14T22:07Z CVE-2006-5886 NuRems の propertysdetails.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21017
5894 2 2006-11-14T22:07Z CVE-2006-5894 Rama CMS の lang.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/21009
5889 2 2006-11-14T22:07Z CVE-2006-5889 BB の printLog.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21026
5883 1 2006-11-14T19:07Z CVE-2006-5883 cPanel におけるクロスサイトスクリプティングの脆弱性 http://aria-security.net/advisory/cpanel.txt
5881 1 2006-11-14T19:07Z CVE-2006-5881 Dynamic Dataworx NuCommunity の cl_CatListing.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/21015
5879 1 2006-11-14T19:07Z CVE-2006-5879 ASPPortal の default1.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/22845
5883 2 2006-11-14T19:07Z CVE-2006-5883 cPanel におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/21027
5881 2 2006-11-14T19:07Z CVE-2006-5881 Dynamic Dataworx NuCommunity の cl_CatListing.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/22827
5864 1 2006-11-11T01:07Z CVE-2006-5864 GNU gv におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20978
5863 1 2006-11-11T01:07Z CVE-2006-5863 inc/session.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20980
5853 1 2006-11-10T02:07Z CVE-2006-5853 Immediacy .NET CMS の logon.aspx におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/archive/1/450960
5852 1 2006-11-10T02:07Z CVE-2006-5852 OpenBase SQL の openexec における権限を取得される脆弱性 http://www.digitalmunition.com/DMA%5B2006-1107a%5D.txt
5851 1 2006-11-10T02:07Z CVE-2006-5851 OpenBase SQL の openexec における任意のファイルを作成される脆弱性 http://www.digitalmunition.com/DMA%5B2006-1107a%5D.txt
5850 1 2006-11-10T02:07Z CVE-2006-5850 Windows 上の Essentia Web Server におけるスタックベースのバッファオーバーフローの脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-November/050537.html
5847 1 2006-11-10T02:07Z CVE-2006-5847 FreeWebshop の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20969
5846 1 2006-11-10T02:07Z CVE-2006-5846 FreeWebshop の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20969
5844 1 2006-11-10T02:07Z CVE-2006-5844 Speedywiki における Web サーバのフルパスを取得される脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=9
5843 1 2006-11-10T02:07Z CVE-2006-5843 Speedywiki の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20976
5841 1 2006-11-10T02:07Z CVE-2006-5841 DodosMail の dodosmail.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22775
5840 1 2006-11-10T02:07Z CVE-2006-5840 abarcar の abarcar realty portal における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20970
5853 2 2006-11-10T02:07Z CVE-2006-5853 Immediacy .NET CMS の logon.aspx におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20965
5850 2 2006-11-10T02:07Z CVE-2006-5850 Windows 上の Essentia Web Server におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20910
5838 1 2006-11-10T01:07Z CVE-2006-5838 NewP News Publication System における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20893
5837 1 2006-11-10T01:07Z CVE-2006-5837 iWare Professional CMS 用の SimpleChat モジュールにおける chat_log.php へ任意の PHP コードを挿入される脆弱性 http://www.securityfocus.com/bid/20947
5836 1 2006-11-10T01:07Z CVE-2006-5836 Apple Mac OS X の XNU におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-09-11-2006.html
5835 1 2006-11-10T01:07Z CVE-2006-5835 IBM Lotus Domio の NRPC プロトコルに関する情報漏洩の脆弱性 http://www.fortconsult.net/images/pdf/lotusnotes_keyfiles.pdf
5834 1 2006-11-10T01:07Z CVE-2006-5834 OpenSolution Quick.Cms.Lite の general.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20923
5833 1 2006-11-10T01:07Z CVE-2006-5833 GreenBeast CMS の gbcms_php_files/up_loader.php におけるサービス運用妨害 (DoS) の脆弱性 http://newhack.org/advisories/GreenBeastCMS.txt
5832 1 2006-11-10T01:07Z CVE-2006-5832 AIOCPにおける Web サーバのフルパスを取得される脆弱性 http://www.securityfocus.com/bid/20931
5831 1 2006-11-10T01:07Z CVE-2006-5831 AIOCP の admin/code/index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20931
5830 1 2006-11-10T01:07Z CVE-2006-5830 AIOCP におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20931
5829 1 2006-11-10T01:07Z CVE-2006-5829 AIOCP における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20931
5828 1 2006-11-10T01:07Z CVE-2006-5828 DeltaScripts PHP Classifieds の detail.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20935
5825 1 2006-11-10T01:07Z CVE-2006-5825 Kayako SupportSuite の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20954
5836 2 2006-11-10T01:07Z CVE-2006-5836 Apple Mac OS X の XNU におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20982
5680 1 2006-11-09T00:07Z CVE-2006-5680 FreeBSD の libarchive ライブラリにおけるサービス運用妨害 (DoS) の脆弱性 http://security.freebsd.org/advisories/FreeBSD-SA-06:24.libarchive.asc
5814 1 2006-11-08T23:07Z CVE-2006-5814 Novell eDirectory における任意のコードを実行される脆弱性 http://gleg.net/vulndisco_meta.shtml
5813 1 2006-11-08T23:07Z CVE-2006-5813 Novell eDirectory におけるサービス運用妨害 (DoS) の脆弱性 http://gleg.net/vulndisco_meta.shtml
5812 1 2006-11-08T23:07Z CVE-2006-5812 Kerio MailServer におけるサービス運用妨害 (DoS) の脆弱性 http://gleg.net/vulndisco_meta.shtml
5811 1 2006-11-08T23:07Z CVE-2006-5811 OpenEMR の library/translation.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv60-theday-2006.txt
5810 1 2006-11-08T23:07Z CVE-2006-5810 XOOPS の modules/wfdownloads/newlist.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20927
5814 2 2006-11-08T23:07Z CVE-2006-5814 Novell eDirectory における任意のコードを実行される脆弱性 http://securitytracker.com/id?1017169
5805 1 2006-11-08T22:07Z CVE-2006-5805 Microsoft Internet Explorer 7 における安全な Web サイトからのセキュリティの証明書が無効と見なされる脆弱性 http://ingehenriksen.blogspot.com/2006/11/ie7-website-security-certificate.html
5805 2 2006-11-08T22:07Z CVE-2006-5805 Microsoft Internet Explorer 7 における安全な Web サイトからのセキュリティの証明書が無効と見なされる脆弱性 http://securitytracker.com/id?1017165
5804 1 2006-11-08T20:07Z CVE-2006-5804 Advanced Guestbook の admin.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20902
5803 1 2006-11-08T20:07Z CVE-2006-5803 mxBB Smart Album モジュールの modules/mx_smartor/album.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20932
5802 1 2006-11-08T20:07Z CVE-2006-5802 The Web Drivers Simple Forum の message_details.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20937
5796 1 2006-11-08T20:07Z CVE-2006-5796 Soholaunch Pro Edition における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv57-theday-2006.txt
5795 1 2006-11-08T20:07Z CVE-2006-5795 OpenEMR における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv60-theday-2006.txt
5792 1 2006-11-07T23:07Z CVE-2006-5792 XLink Omni-NFS Enterprise における任意のコードを実行される脆弱性 http://gleg.net/vulndisco_meta.shtml
5789 1 2006-11-07T23:07Z CVE-2006-5789 WarFTPd におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20944
5787 1 2006-11-07T23:07Z CVE-2006-5787 IPrimal Forums の admin/index.php におけるユーザパスワードを変更される脆弱性 http://www.securityfocus.com/bid/20951
5786 1 2006-11-07T23:07Z CVE-2006-5786 e107 の class2.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20913
5651 1 2006-11-07T20:07Z CVE-2006-5651 DigiOz Guestbook の list.php における重要な情報を取得される脆弱性 http://www.osvdb.org/29985
5780 1 2006-11-07T18:07Z CVE-2006-5780 XLink Omni-NFS Server の nfsd.exe におけるスタックベースのバッファオーバーフローの脆弱性 http://gleg.net/downloads/VULNDISCO_META_FREE.tar.gz
5779 1 2006-11-07T18:07Z CVE-2006-5779 OpenLDAP の BIND リクエストによるサービス運用妨害 (DoS) の脆弱性 http://gleg.net/downloads/VULNDISCO_META_FREE.tar.gz
5780 2 2006-11-07T18:07Z CVE-2006-5780 XLink Omni-NFS Server の nfsd.exe におけるスタックベースのバッファオーバーフローの脆弱性 http://gleg.net/vulndisco_meta.shtml
5779 2 2006-11-07T18:07Z CVE-2006-5779 OpenLDAP の BIND リクエストによるサービス運用妨害 (DoS) の脆弱性 http://gleg.net/vulndisco_meta.shtml
5780 3 2006-11-07T18:07Z CVE-2006-5780 XLink Omni-NFS Server の nfsd.exe におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20941
5779 3 2006-11-07T18:07Z CVE-2006-5779 OpenLDAP の BIND リクエストによるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20939
5779 4 2006-11-07T18:07Z CVE-2006-5779 OpenLDAP の BIND リクエストによるサービス運用妨害 (DoS) の脆弱性 http://securitytracker.com/id?1017166
5779 5 2006-11-07T18:07Z CVE-2006-5779 OpenLDAP の BIND リクエストによるサービス運用妨害 (DoS) の脆弱性 http://www.openldap.org/its/index.cgi/Software%20Bugs?id=4740
5776 1 2006-11-07T00:07Z CVE-2006-5776 - http://www.securityfocus.com/bid/20916
5773 1 2006-11-06T23:07Z CVE-2006-5773 FreeWebshop の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20888
5770 1 2006-11-06T23:07Z CVE-2006-5770 ac4p Mobile におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20895
5768 1 2006-11-06T23:07Z CVE-2006-5768 Cyberfolio における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv58-theday-2006.txt
5767 1 2006-11-06T23:07Z CVE-2006-5767 Drake CMS の includes/xhtml.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20914
5766 1 2006-11-06T23:07Z CVE-2006-5766 Article System の volume.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20892
5765 1 2006-11-06T23:07Z CVE-2006-5765 Article Script の rss.php における SQL インジェクションの脆弱性 http://www.blogcu.com/Liz0ziM/1312100
5762 1 2006-11-06T23:07Z CVE-2006-5762 Free File Hosting の forgot_pass.php における PHP リモートファイルインクルージョンの脆弱性 http://www.rahim.webd.pl/exploity/Exploits/111.txt
5761 1 2006-11-06T23:07Z CVE-2006-5761 Rhadrix If-CMS の index.php におけるクロスサイトスクリプティングの脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=5
5768 2 2006-11-06T23:07Z CVE-2006-5768 Cyberfolio における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22721
5765 2 2006-11-06T23:07Z CVE-2006-5765 Article Script の rss.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/archive/1/450678
5762 2 2006-11-06T23:07Z CVE-2006-5762 Free File Hosting の forgot_pass.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20781
5761 2 2006-11-06T23:07Z CVE-2006-5761 Rhadrix If-CMS の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20909
5768 3 2006-11-06T23:07Z CVE-2006-5768 Cyberfolio における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20928
5765 3 2006-11-06T23:07Z CVE-2006-5765 Article Script の rss.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20929
5761 3 2006-11-06T23:07Z CVE-2006-5761 Rhadrix If-CMS の index.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017161
5759 1 2006-11-06T22:07Z CVE-2006-5759 Rhadrix If-CMS の index.php における Web サーバのフルパスを取得される脆弱性 http://s-a-p.ca/index.php?page=OurAdvisories&id=5
5758 1 2006-11-06T20:07Z CVE-2006-5758 Microsoft Windows GDI カーネルに関する権限昇格の脆弱性 http://www.securityfocus.com/bid/20940
5757 1 2006-11-06T20:07Z CVE-2006-5757 Linux Kernel の __find_get_block_slow () 関数における競合状態の脆弱性 http://www.securityfocus.com/bid/20920
5745 1 2006-11-06T18:07Z CVE-2006-5745 Microsoft XML コアサービスにおける XMLHTTP ActiveX コントロールの脆弱性 http://www.securityfocus.com/bid/20915
5739 1 2006-11-06T18:07Z CVE-2006-5739 Leicestershire communityPortals の cpadmin/cpa_index.php における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017047
5736 1 2006-11-06T18:07Z CVE-2006-5736 PunBB の search.php における SQL インジェクションの脆弱性 http://www.wargan.org/index.php/2006/10/29/4-punbb-1213-multiple-vulnerabilities
5733 1 2006-11-06T18:07Z CVE-2006-5733 PostNuke の error.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20897
5732 1 2006-11-06T18:07Z CVE-2006-5732 T.G.S. CMS の logout.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20850
5731 1 2006-11-06T18:07Z CVE-2006-5731 Lithium CMS の classes/index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20871
5730 1 2006-11-06T18:07Z CVE-2006-5730 Modx CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20898
5736 2 2006-11-06T18:07Z CVE-2006-5736 PunBB の search.php における SQL インジェクションの脆弱性 http://securitytracker.com/id?1017131
5728 1 2006-11-06T17:07Z CVE-2006-5728 XM Easy Personal FTP Server におけるサービス運用妨害 (DoS) の脆弱性 http://secunia.com/advisories/22717
5727 1 2006-11-06T17:07Z CVE-2006-5727 sazcart の admin/controls/cart.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22708
5726 1 2006-11-06T17:07Z CVE-2006-5726 Solaris の UFS filesystem におけるサービス運用妨害 (DoS) の脆弱性 http://projects.info-pull.com/mokb/MOKB-04-11-2006.html
5466 1 2006-11-06T17:07Z CVE-2006-5466 RPM Package Manager の librpm におけるヒープベースのバッファオーバーフローの脆弱性 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212833
5726 2 2006-11-06T17:07Z CVE-2006-5726 Solaris の UFS filesystem におけるサービス運用妨害 (DoS) の脆弱性 http://secunia.com/advisories/22714
5466 2 2006-11-06T17:07Z CVE-2006-5466 RPM Package Manager の librpm におけるヒープベースのバッファオーバーフローの脆弱性 http://secunia.com/advisories/22740
5725 1 2006-11-04T01:07Z CVE-2006-5725 AEP Smartgate の SSL サーバにおけるディレクトリの存在を確認される脆弱性 https://prdelka.blackart.org.uk/exploitz/prdelka-vs-AEP-smartgate.c
5724 1 2006-11-04T01:07Z CVE-2006-5724 ICQ の "Answering Service" 関数におけるヒープベースのバッファオーバーフローの脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-October/050461.html
5721 1 2006-11-04T01:07Z CVE-2006-5721 Outpost Firewall PRO の \Device\sandbox ドライバにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20860
5715 1 2006-11-04T01:07Z CVE-2006-5715 EFS Easy Address Book におけるWeb ルート配下の任意のファイルを読まれる脆弱性 http://www.securityfocus.com/bid/20861
5714 1 2006-11-04T01:07Z CVE-2006-5714 EFS Web Server における Web ルート配下の任意のファイルを読まれる脆弱性 http://www.securityfocus.com/bid/20823
5713 1 2006-11-04T01:07Z CVE-2006-5713 EFS Web Server におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20823
5712 1 2006-11-04T01:07Z CVE-2006-5712 Mirapoint WebMail におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20840
5711 1 2006-11-04T01:07Z CVE-2006-5711 ECI Telecom B-FOCuS Wireless 802.11b/g ADSL2+ Router における任意のファイルを読み取られる脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-October/050459.html
5710 1 2006-11-04T01:07Z CVE-2006-5710 Apple Mac OS X の Airport ドライバにおける任意のコードを実行される脆弱性 http://projects.info-pull.com/mokb/MOKB-01-11-2006.html
5703 1 2006-11-04T01:07Z CVE-2006-5703 Tikiwiki の featured_link.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20858
5702 1 2006-11-04T01:07Z CVE-2006-5702 Tikiwiki における重要な情報 (MySQL ユーザ名およびパスワード) を取得される脆弱性 http://www.securityfocus.com/bid/20858
5712 2 2006-11-04T01:07Z CVE-2006-5712 Mirapoint WebMail におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017146
5711 2 2006-11-04T01:07Z CVE-2006-5711 ECI Telecom B-FOCuS Wireless 802.11b/g ADSL2+ Router における任意のファイルを読み取られる脆弱性 http://www.securityfocus.com/bid/20834
5710 2 2006-11-04T01:07Z CVE-2006-5710 Apple Mac OS X の Airport ドライバにおける任意のコードを実行される脆弱性 http://www.securityfocus.com/bid/20862
5711 3 2006-11-04T01:07Z CVE-2006-5711 ECI Telecom B-FOCuS Wireless 802.11b/g ADSL2+ Router における任意のファイルを読み取られる脆弱性 http://securitytracker.com/id?1017145
5710 3 2006-11-04T01:07Z CVE-2006-5710 Apple Mac OS X の Airport ドライバにおける任意のコードを実行される脆弱性 http://secunia.com/advisories/22679
5701 1 2006-11-03T23:07Z CVE-2006-5701 Fedora Core 5 などで使用される Linux kernel におけるメモリ二重解放の脆弱性 http://projects.info-pull.com/mokb/MOKB-02-11-2006.html
5701 2 2006-11-03T23:07Z CVE-2006-5701 Fedora Core 5 などで使用される Linux kernel におけるメモリ二重解放の脆弱性 http://www.securityfocus.com/bid/20870
5701 3 2006-11-03T23:07Z CVE-2006-5701 Fedora Core 5 などで使用される Linux kernel におけるメモリ二重解放の脆弱性 http://secunia.com/advisories/22655
5678 1 2006-11-03T11:07Z CVE-2006-5678 - http://www.attrition.org/pipermail/vim/2006-November/001105.html
5673 1 2006-11-03T01:07Z CVE-2006-5673 miniBB の bb_func_txt.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20757
5672 1 2006-11-03T01:07Z CVE-2006-5672 MySource CMS の web/init_mysource.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20817
5670 1 2006-11-03T01:07Z CVE-2006-5670 Free Image Hosting の forgot_pass.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20782
5669 1 2006-11-03T01:07Z CVE-2006-5669 Gepi の gestion/savebackup.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20830
5666 1 2006-11-03T01:07Z CVE-2006-5666 E-Annu の includes/menu.inc.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20815
5673 2 2006-11-03T01:07Z CVE-2006-5673 miniBB の bb_func_txt.php における PHP リモートファイルインクルージョンの脆弱性 http://www.osvdb.org/29971
5662 1 2006-11-03T00:07Z CVE-2006-5662 eNM における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20803
5661 1 2006-11-03T00:07Z CVE-2006-5661 VIRtech Netquery の nquser.php におけるクロスサイトスクリプティングの脆弱性 http://www.zion-security.com/text/XSS_Vulnerability_VIRtechs_Netquery.txt
5653 1 2006-11-03T00:07Z CVE-2006-5653 Sun Java System Messenger Express の index スクリプトにおけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20832
5652 1 2006-11-03T00:07Z CVE-2006-5652 Sun iPlanet Messaging Server Messenger Express におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20838
5661 2 2006-11-03T00:07Z CVE-2006-5661 VIRtech Netquery の nquser.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20837
5653 2 2006-11-03T00:07Z CVE-2006-5653 Sun Java System Messenger Express の index スクリプトにおけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22663
4704 1 2006-11-01T15:07Z CVE-2006-4704 Microsoft Visual Studio 2005 におけるクロスゾーンスクリプティングの脆弱性 http://www.securityfocus.com/bid/20843
5643 1 2006-11-01T00:07Z CVE-2006-5643 foresite CMS の search_de.html におけるクロスサイトスクリプティングの脆弱性 http://www.majorsecurity.de/index_2.php?major_rls=major_rls29
5641 1 2006-11-01T00:07Z CVE-2006-5641 Techno Dreams Announcement の MainAnnounce2.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20794
5640 1 2006-11-01T00:07Z CVE-2006-5640 Techno Dreams Guest Book の guestbookview.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20802
5638 1 2006-11-01T00:07Z CVE-2006-5638 PHPMyRing の cherche.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20792
5637 1 2006-11-01T00:07Z CVE-2006-5637 Faq Administrator の faq_reply.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2006-October/001100.html
5636 1 2006-11-01T00:07Z CVE-2006-5636 SWS の common.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20787
5635 1 2006-11-01T00:07Z CVE-2006-5635 Web Wiz Forums の forum/search.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20778
5634 1 2006-11-01T00:07Z CVE-2006-5634 phpProfiles における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20819
5643 2 2006-11-01T00:07Z CVE-2006-5643 foresite CMS の search_de.html におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20818
5638 2 2006-11-01T00:07Z CVE-2006-5638 PHPMyRing の cherche.php における SQL インジェクションの脆弱性 http://secunia.com/advisories/22620
5637 2 2006-11-01T00:07Z CVE-2006-5637 Faq Administrator の faq_reply.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20796
5636 2 2006-11-01T00:07Z CVE-2006-5636 SWS の common.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22618
5643 3 2006-11-01T00:07Z CVE-2006-5643 foresite CMS の search_de.html におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017134
5643 4 2006-11-01T00:07Z CVE-2006-5643 foresite CMS の search_de.html におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22648
5633 1 2006-10-31T22:07Z CVE-2006-5633 Firefox などにおけるサービス運用妨害 (DoS) の脆弱性 http://lists.grok.org.uk/pipermail/full-disclosure/2006-October/050416.html
5632 1 2006-10-31T22:07Z CVE-2006-5632 iG Shop の change_pass.php におけるクロスサイトスクリプティングの脆弱性 http://www.attrition.org/pipermail/vim/2006-October/001099.html
5631 1 2006-10-31T22:07Z CVE-2006-5631 iG Shop の change_pass.php におけるクロスサイトスクリプティングの脆弱性 http://www.attrition.org/pipermail/vim/2006-October/001099.html
5630 1 2006-10-31T22:07Z CVE-2006-5630 Hosting Controller におけるサイトの仮想ディレクトリを削除される脆弱性 http://www.kapda.ir/advisory-442.html
5629 1 2006-10-31T22:07Z CVE-2006-5629 Hosting Controller における SQL インジェクションの脆弱性 http://www.kapda.ir/advisory-442.html
5633 2 2006-10-31T22:07Z CVE-2006-5633 Firefox などにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/archive/1/450168/100/0/threaded
5632 2 2006-10-31T22:07Z CVE-2006-5632 iG Shop の change_pass.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20768
5631 2 2006-10-31T22:07Z CVE-2006-5631 iG Shop の change_pass.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017130
5630 2 2006-10-31T22:07Z CVE-2006-5630 Hosting Controller におけるサイトの仮想ディレクトリを削除される脆弱性 http://securitytracker.com/id?1017103
5629 2 2006-10-31T22:07Z CVE-2006-5629 Hosting Controller における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20661
5633 3 2006-10-31T22:07Z CVE-2006-5633 Firefox などにおけるサービス運用妨害 (DoS) の脆弱性 http://www.gotfault.net/research/advisory/gadv-firefox.txt
5632 3 2006-10-31T22:07Z CVE-2006-5632 iG Shop の change_pass.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017130
5629 3 2006-10-31T22:07Z CVE-2006-5629 Hosting Controller における SQL インジェクションの脆弱性 http://securitytracker.com/id?1017103
5633 4 2006-10-31T22:07Z CVE-2006-5633 Firefox などにおけるサービス運用妨害 (DoS) の脆弱性 https://bugzilla.mozilla.org/show_bug.cgi?id=358797
5633 5 2006-10-31T22:07Z CVE-2006-5633 Firefox などにおけるサービス運用妨害 (DoS) の脆弱性 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=213237
5626 1 2006-10-31T20:07Z CVE-2006-5626 phpFaber CMS の cms_images/js/htmlarea/htmlarea.php におけるクロスサイトスクリプティングの脆弱性 http://www.vigilon.com/resources/102506c.html
5625 1 2006-10-31T20:07Z CVE-2006-5625 N/X 2002 Professional Edition WCMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20773
5624 1 2006-10-31T20:07Z CVE-2006-5624 MPCS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20751
5623 1 2006-10-31T20:07Z CVE-2006-5623 EE Tool の ip.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20780
5622 1 2006-10-31T20:07Z CVE-2006-5622 Coppermine Photo Gallery の picmgr.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20774
5621 1 2006-10-31T20:07Z CVE-2006-5621 ask_rave の end.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20758
5626 2 2006-10-31T20:07Z CVE-2006-5626 phpFaber CMS の cms_images/js/htmlarea/htmlarea.php におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22629
5606 1 2006-10-31T19:07Z CVE-2006-5606 bfExplorer における SQL インジェクションの脆弱性 http://www.redteam-pentesting.de/advisories/rt-sa-2006-007.php?lang=en
5618 1 2006-10-31T01:07Z CVE-2006-5618 Netref の script/cat_for_aff.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20789
5617 1 2006-10-31T01:07Z CVE-2006-5617 Thepeak File Upload Manager の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20760
5615 1 2006-10-31T01:07Z CVE-2006-5615 Textpattern の publish.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20769
5612 1 2006-10-31T01:07Z CVE-2006-5612 GestArt の aide.php3 における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20750
5608 1 2006-10-30T23:07Z CVE-2006-5608 Drupal 用の xtracker における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20759
5607 1 2006-10-30T23:07Z CVE-2006-5607 INCA IM-204 の /cgi-bin/webcm におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20696/info
5604 1 2006-10-30T18:07Z CVE-2006-5604 phpCards の phpcards.header.php におけるディレクトリトラバーサルの脆弱性 http://securitytracker.com/id?1017070
5603 1 2006-10-30T18:07Z CVE-2006-5603 Snitz Forums 2000 の pop_mail.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20712
5598 1 2006-10-28T01:07Z CVE-2006-5598 GOOP Gallery の index.php におけるクロスサイトスクリプティングの脆弱性 http://lostmon.blogspot.com/2006/10/goop-gallery-image-param-cross-site.html
5598 2 2006-10-28T01:07Z CVE-2006-5598 GOOP Gallery の index.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/id?1017081
5597 1 2006-10-28T00:07Z CVE-2006-5597 MiniHTTP Web Forum & File Server PowerPack における任意のユーザアカウントを追加される脆弱性 http://www.securityfocus.com/bid/20743
5596 1 2006-10-28T00:07Z CVE-2006-5596 AEP Smartgate の SSL サーバにおけるディレクトリトラバーサルの脆弱性 https://prdelka.blackart.org.uk/exploitz/prdelka-vs-AEP-smartgate.c
5596 2 2006-10-28T00:07Z CVE-2006-5596 AEP Smartgate の SSL サーバにおけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20722
5591 1 2006-10-27T18:07Z CVE-2006-5591 PacPoll の Admin/check.asp における SQL インジェクションの脆弱性 http://www.kapda.ir/advisory-445.html
5588 1 2006-10-27T18:07Z CVE-2006-5588 CMS Faethon における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20705
5587 1 2006-10-27T18:07Z CVE-2006-5587 MDweb における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20687
5591 2 2006-10-27T18:07Z CVE-2006-5591 PacPoll の Admin/check.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20746
5591 3 2006-10-27T18:07Z CVE-2006-5591 PacPoll の Admin/check.asp における SQL インジェクションの脆弱性 http://secunia.com/advisories/22576
5571 1 2006-10-27T16:07Z CVE-2006-5571 CruiseWorks にバッファオーバーフローの脆弱性 http://vuln.sg/cruiseworks109d-en.html
5569 1 2006-10-27T16:07Z CVE-2006-5569 FtpXQ Server における任意のファイルを読み取られる脆弱性 http://www.securityfocus.com/bid/20721
5568 1 2006-10-27T16:07Z CVE-2006-5568 FtpXQ Server におけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20721
5565 1 2006-10-27T16:07Z CVE-2006-5565 MAXdev MD-Pro における CRLF インジェクションの脆弱性 http://secunia.com/advisories/22564
5564 1 2006-10-27T16:07Z CVE-2006-5564 MAXdev MD-Pro の user.php におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22564
5562 1 2006-10-27T16:07Z CVE-2006-5562 SourceForge の include/database.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20692
5561 1 2006-10-27T16:07Z CVE-2006-5561 Discuz! GBK の admincp.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20734
5559 1 2006-10-27T16:07Z CVE-2006-5559 Microsoft Data Access Components の ADODB.Connection ActiveX コントロールにおける脆弱性 http://www.securityfocus.com/bid/20704
5558 1 2006-10-27T16:07Z CVE-2006-5558 HP-UX の swask コマンドにおけるフォーマットストリングの脆弱性 http://blogs.23.nu/prdelka/stories/13144/
5557 1 2006-10-27T16:07Z CVE-2006-5557 HP-UX の swpackage コマンドにおけるスタックベースのバッファオーバーフローの脆弱性 http://blogs.23.nu/prdelka/stories/13144/
5556 1 2006-10-27T16:07Z CVE-2006-5556 HP-UX の libc の localtime_r 関数におけるバッファオーバーフローの脆弱性 http://blogs.23.nu/prdelka/stories/13144/
5571 2 2006-10-27T16:07Z CVE-2006-5571 CruiseWorks にバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20699
5559 2 2006-10-27T16:07Z CVE-2006-5559 Microsoft Data Access Components の ADODB.Connection ActiveX コントロールにおける脆弱性 http://securitytracker.com/id?1017127
5558 2 2006-10-27T16:07Z CVE-2006-5558 HP-UX の swask コマンドにおけるフォーマットストリングの脆弱性 http://www.securityfocus.com/bid/20726
5557 2 2006-10-27T16:07Z CVE-2006-5557 HP-UX の swpackage コマンドにおけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20706
5556 2 2006-10-27T16:07Z CVE-2006-5556 HP-UX の libc の localtime_r 関数におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20718
5571 3 2006-10-27T16:07Z CVE-2006-5571 CruiseWorks にバッファオーバーフローの脆弱性 http://securitytracker.com/alerts/2006/Oct/1017110.html
5571 4 2006-10-27T16:07Z CVE-2006-5571 CruiseWorks にバッファオーバーフローの脆弱性 http://secunia.com/advisories/22139
5555 1 2006-10-26T17:07Z CVE-2006-5555 EPNadmin の constantes.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.attrition.org/pipermail/vim/2006-October/001098.html
5554 1 2006-10-26T17:07Z CVE-2006-5554 Imageview の index.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20731
5552 1 2006-10-26T17:07Z CVE-2006-5552 RevilloC MailServer におけるヒープベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20709
5551 1 2006-10-26T17:07Z CVE-2006-5551 QK SMTP におけるスタックベースのバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20681
5550 1 2006-10-26T17:07Z CVE-2006-5550 FreeBSD および OpenBSD のカーネルにおけるサービス運用妨害 (DoS) の脆弱性 http://elegerov.blogspot.com/2006/10/here-is-lame-proof-of-concept-code-for.html
5548 1 2006-10-26T17:07Z CVE-2006-5548 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20694
5547 1 2006-10-26T17:07Z CVE-2006-5547 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20694
5546 1 2006-10-26T17:07Z CVE-2006-5546 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20694
5544 1 2006-10-26T17:07Z CVE-2006-5544 Microsoft Internet Explorer 7 におけるフィッシング攻撃を実行される脆弱性 http://secunia.com/internet_explorer_7_popup_address_bar_spoofing_test/
5543 1 2006-10-26T17:07Z CVE-2006-5543 PGOSD の PHP Generator における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20668
5538 1 2006-10-26T17:07Z CVE-2006-5538 D-Link DSL-G624T における cgi-bin ディレクトリのコンテンツを一覧にされる脆弱性 http://www.eazel.es/advisory005-D-Link-DSL-G624T-directoy-transversal-xss-cross-site-scripting-directory-listing-vulnerabilities.html
5537 1 2006-10-26T17:07Z CVE-2006-5537 D-Link DSL-G624T の cgi-bin/webcm におけるクロスサイトスクリプティングの脆弱性 http://www.eazel.es/advisory005-D-Link-DSL-G624T-directoy-transversal-xss-cross-site-scripting-directory-listing-vulnerabilities.html
5536 1 2006-10-26T17:07Z CVE-2006-5536 D-Link DSL-G624T の cgi-bin/webcm におけるディレクトリトラバーサルの脆弱性 http://www.eazel.es/advisory005-D-Link-DSL-G624T-directoy-transversal-xss-cross-site-scripting-directory-listing-vulnerabilities.html
5535 1 2006-10-26T17:07Z CVE-2006-5535 WHM におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20683
5533 1 2006-10-26T17:07Z CVE-2006-5533 AROUNDMe における PHP リモートファイルインクルージョンの脆弱性 http://securitytracker.com/id?1017106
5532 1 2006-10-26T17:07Z CVE-2006-5532 RMSOFT Gallery System の rmgs/images.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20676
5531 1 2006-10-26T17:07Z CVE-2006-5531 Ascended Guestbook の embedded.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20710
5530 1 2006-10-26T17:07Z CVE-2006-5530 Boesch SimpNews におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20714
5529 1 2006-10-26T17:07Z CVE-2006-5529 SchoolAlumni Portal の smumdadotcom_ascyb_alumni/mod.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20673
5528 1 2006-10-26T17:07Z CVE-2006-5528 SchoolAlumni Portal の mod.php におけるディレクトリトラバーサルの脆弱性 http://securitytracker.com/id?1017105
5527 1 2006-10-26T17:07Z CVE-2006-5527 Intelimen InteliEditor における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20703
5555 2 2006-10-26T17:07Z CVE-2006-5555 EPNadmin の constantes.inc.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20624
5551 2 2006-10-26T17:07Z CVE-2006-5551 QK SMTP におけるスタックベースのバッファオーバーフローの脆弱性 http://securitytracker.com/id?1017114
5550 2 2006-10-26T17:07Z CVE-2006-5550 FreeBSD および OpenBSD のカーネルにおけるサービス運用妨害 (DoS) の脆弱性 http://www.securityfocus.com/bid/20713
5548 2 2006-10-26T17:07Z CVE-2006-5548 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://attrition.org/pipermail/vim/2006-October/001096.html
5547 2 2006-10-26T17:07Z CVE-2006-5547 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://attrition.org/pipermail/vim/2006-October/001096.html
5546 2 2006-10-26T17:07Z CVE-2006-5546 OTSCMS の OTSCMS/OTSCMS.php における PHP リモートファイルインクルージョンの脆弱性 http://attrition.org/pipermail/vim/2006-October/001096.html
5544 2 2006-10-26T17:07Z CVE-2006-5544 Microsoft Internet Explorer 7 におけるフィッシング攻撃を実行される脆弱性 http://www.securityfocus.com/bid/20728
5543 2 2006-10-26T17:07Z CVE-2006-5543 PGOSD の PHP Generator における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20677
5537 2 2006-10-26T17:07Z CVE-2006-5537 D-Link DSL-G624T の cgi-bin/webcm におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22524
5536 2 2006-10-26T17:07Z CVE-2006-5536 D-Link DSL-G624T の cgi-bin/webcm におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20689
5544 3 2006-10-26T17:07Z CVE-2006-5544 Microsoft Internet Explorer 7 におけるフィッシング攻撃を実行される脆弱性 http://secunia.com/advisories/22542
5536 3 2006-10-26T17:07Z CVE-2006-5536 D-Link DSL-G624T の cgi-bin/webcm におけるディレクトリトラバーサルの脆弱性 http://secunia.com/advisories/22524
5525 1 2006-10-26T16:07Z CVE-2006-5525 PHP-Nuke の mainfile.php における SQL インジェクション攻撃を実行される脆弱性 http://www.securityfocus.com/bid/20674
5524 1 2006-10-26T16:07Z CVE-2006-5524 phplist の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20577/info
5523 1 2006-10-26T16:07Z CVE-2006-5523 EZ-Ticket の common.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20669
5522 1 2006-10-26T16:07Z CVE-2006-5522 Johannes Erdfelt Kawf における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20659
5521 1 2006-10-26T16:07Z CVE-2006-5521 Net_DNS の DNS/RR.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20666
5519 1 2006-10-26T16:07Z CVE-2006-5519 Mambo 用の MambWeather コンポーネントにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20667
5517 1 2006-10-26T16:07Z CVE-2006-5517 Rhode Island OMFA における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20656
5516 1 2006-10-26T16:07Z CVE-2006-5516 WikiNi の actions/usersettings.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20688
5524 2 2006-10-26T16:07Z CVE-2006-5524 phplist の index.php におけるクロスサイトスクリプティングの脆弱性 http://securitytracker.com/alerts/2006/Oct/1017102.html
5524 3 2006-10-26T16:07Z CVE-2006-5524 phplist の index.php におけるクロスサイトスクリプティングの脆弱性 http://secunia.com/advisories/22431
5511 1 2006-10-25T22:07Z CVE-2006-5511 JUBB の delete.php における任意の Web スクリプトなどを挿入される脆弱性 http://attrition.org/pipermail/vim/2006-October/001095.html
5510 1 2006-10-25T22:07Z CVE-2006-5510 PH Pexplorer の explorer_load_lang.php におけるディレクトリトラバーサルの脆弱性 http://www.securityfocus.com/bid/20665
5503 1 2006-10-25T22:07Z CVE-2006-5503 SMF の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20629
5511 2 2006-10-25T22:07Z CVE-2006-5511 JUBB の delete.php における任意の Web スクリプトなどを挿入される脆弱性 http://www.securityfocus.com/bid/20679
5497 1 2006-10-25T10:07Z CVE-2006-5497 Segue CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20640
5495 1 2006-10-25T10:07Z CVE-2006-5495 Trawler Web CMS における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20662
5494 1 2006-10-25T10:07Z CVE-2006-5494 PHP-Nuke 用の pandaBB モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20633
5493 1 2006-10-25T10:07Z CVE-2006-5493 DigitalHive の template/purpletech/base_include.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20639
5480 1 2006-10-24T20:07Z CVE-2006-5480 2le.net Castor PHP Web Builder の lib/rs.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20658
5474 1 2006-10-24T20:07Z CVE-2006-5474 OneOrZero Helpdesk の "forgot password" 関数におけるアクセス権を取得される脆弱性 http://www.whitedust.net/speaks/3043/
5480 2 2006-10-24T20:07Z CVE-2006-5480 2le.net Castor PHP Web Builder の lib/rs.php における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22527
5457 1 2006-10-23T17:07Z CVE-2006-5457 Casinosoft Casino Script の登録フォームにおけるクロスサイトスクリプティングの脆弱性 http://www.securitylab.ru/forum/read.php?FID=16&TID=23884
5451 1 2006-10-23T17:07Z CVE-2006-5451 TorrentFlux におけるクロスサイトスクリプティングの脆弱性 http://www.stevenroddis.com.au/2006/10/13/torrentflux-startpopphp-torrent-script-insertion/
5450 1 2006-10-23T17:07Z CVE-2006-5450 KICS の index.asp における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20607
5447 1 2006-10-23T17:07Z CVE-2006-5447 DEV WMS の index.php におけるクロスサイトスクリプティングの脆弱性 http://www.x0n3-h4ck.org/index.php?name=news&article=139
5446 1 2006-10-23T17:07Z CVE-2006-5446 Casinosoft Casino Script の lobby/config.php における SQL インジェクションの脆弱性 http://www.securitylab.ru/forum/read.php?FID=16&TID=23884
5444 1 2006-10-23T17:07Z CVE-2006-5444 Cisco SCCP 電話機で使用される Asterisk の Skinny チャネルドライバにおける整数オーバーフローの脆弱性 http://www.securityfocus.com/bid/20617
5451 2 2006-10-23T17:07Z CVE-2006-5451 TorrentFlux におけるクロスサイトスクリプティングの脆弱性 http://www.stevenroddis.com.au/2006/10/17/torrentflux-action-script-insertion/
5446 2 2006-10-23T17:07Z CVE-2006-5446 Casinosoft Casino Script の lobby/config.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20646
5451 3 2006-10-23T17:07Z CVE-2006-5451 TorrentFlux におけるクロスサイトスクリプティングの脆弱性 http://www.stevenroddis.com.au/2006/10/17/torrentflux-file-script-insertion/
5446 3 2006-10-23T17:07Z CVE-2006-5446 Casinosoft Casino Script の lobby/config.php における SQL インジェクションの脆弱性 http://secunia.com/advisories/22398
5451 4 2006-10-23T17:07Z CVE-2006-5451 TorrentFlux におけるクロスサイトスクリプティングの脆弱性 http://www.stevenroddis.com.au/2006/10/17/torrentflux-user_id-script-insertion/
5432 1 2006-10-20T23:07Z CVE-2006-5432 phpPowerCards の db/txt.inc.php における任意のファイルを上書きされる脆弱性 http://www.securityfocus.com/bid/20620
4926 1 2006-10-20T22:07Z CVE-2006-4926 Kaspersky Anti-Virus などの NDIS-TDI フッキングエンジンにおけるコードを実行される脆弱性 http://www.securityfocus.com/bid/20635
4926 2 2006-10-20T22:07Z CVE-2006-4926 Kaspersky Anti-Virus などの NDIS-TDI フッキングエンジンにおけるコードを実行される脆弱性 http://securitytracker.com/id?1017093
4926 3 2006-10-20T22:07Z CVE-2006-4926 Kaspersky Anti-Virus などの NDIS-TDI フッキングエンジンにおけるコードを実行される脆弱性 http://www.osvdb.org/29891
5429 1 2006-10-20T17:07Z CVE-2006-5429 Barry Nauta BRIM における PHP リモートファイルインクルージョンの脆弱性 http://secunia.com/advisories/22465
5426 1 2006-10-20T17:07Z CVE-2006-5426 LoCal Calendar System の lib/lcUser.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20619
5419 1 2006-10-20T14:07Z CVE-2006-5419 University of Glasgow SID の client.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20574
5418 1 2006-10-20T14:07Z CVE-2006-5418 phpBB 用の SearchIndexer の pbpbb アーカイブにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20571
5415 1 2006-10-20T14:07Z CVE-2006-5415 News phpBB 用の Defilante Horizontale モジュールにおける PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20233
5413 1 2006-10-20T14:07Z CVE-2006-5413 YaBBSM 用の SuperMod における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20568
5412 1 2006-10-20T14:07Z CVE-2006-5412 PHP Outburst Easynews の admin.php における認証を回避される脆弱性 http://www.securityfocus.com/bid/20596
5411 1 2006-10-20T14:07Z CVE-2006-5411 FreeWPS 用の upload.php における任意の PHP プログラムをアップロードされる脆弱性 http://www.securityfocus.com/bid/20494
5410 1 2006-10-20T14:07Z CVE-2006-5410 BoonEx Dolphin の templates/tmpl_dfl/scripts/index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20576
5402 1 2006-10-18T23:07Z CVE-2006-5402 PHPmybibli における PHP リモートファイルインクルージョンの脆弱性 http://advisories.echo.or.id/adv/adv55-theday-2006.txt
5401 1 2006-10-18T23:07Z CVE-2006-5401 AROUNDMe の template/barnraiser_01/p_new_password.tpl.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20553
5400 1 2006-10-18T23:07Z CVE-2006-5400 CyberBrau の forum/track.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20555
5402 2 2006-10-18T23:07Z CVE-2006-5402 PHPmybibli における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20578
5395 1 2006-10-18T19:07Z CVE-2006-5395 Microsoft Class Package Export Tool におけるバッファオーバーフローの脆弱性 http://www.securityfocus.com/bid/20561
5392 1 2006-10-18T19:07Z CVE-2006-5392 OpenDock FullCore における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20573
5388 1 2006-10-18T19:07Z CVE-2006-5388 WebSPELL の index.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20540
5387 1 2006-10-18T19:07Z CVE-2006-5387 PlusXL および phpBB モジュールの mods/iai/includes/constants.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20315
5385 1 2006-10-18T19:07Z CVE-2006-5385 SpamOborona の admin/admin_spam.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20515
5384 1 2006-10-18T19:07Z CVE-2006-5384 CDS Software Consortium CDS Agenda の modification/SendAlertEmail.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20508
5383 1 2006-10-18T19:07Z CVE-2006-5383 Def-Blog の comadd.php における SQL インジェクションの脆弱性 http://www.securityfocus.com/bid/20545
5380 1 2006-10-18T04:06Z CVE-2006-5380 - http://www.attrition.org/pipermail/vim/2006-October/001084.html
5379 1 2006-10-18T04:06Z CVE-2006-5379 NVIDIA Binary Graphics Driver の glyph フォントにおけるバッファオーバーフローの脆弱性 http://download2.rapid7.com/r7-0025/nv_exploit.c
5327 1 2006-10-17T21:07Z CVE-2006-5327 OpenBase SQL における任意のコードを実行される脆弱性 http://www.securityfocus.com/bid/20562
5321 1 2006-10-17T17:07Z CVE-2006-5321 phplist におけるクロスサイトスクリプティングの脆弱性 http://www.securityfocus.com/bid/20483
5320 1 2006-10-17T17:07Z CVE-2006-5320 Album Photo Sans Nom の getimg.php におけるディレクトリトラバーサルの脆弱性 http://acid-root.new.fr/poc/13061007.txt
5319 1 2006-10-17T17:07Z CVE-2006-5319 Foafgen の redir.php におけるディレクトリトラバーサルの脆弱性 http://acid-root.new.fr/poc/13061007.txt
5318 1 2006-10-17T17:07Z CVE-2006-5318 Nayco JASmine の index.php における PHP リモートファイルインクルージョンの脆弱性 http://acid-root.new.fr/poc/13061007.txt
5317 1 2006-10-17T17:07Z CVE-2006-5317 eboli の index.php における PHP リモートファイルインクルージョンの脆弱性 http://acid-root.new.fr/poc/13061007.txt
5316 1 2006-10-17T17:07Z CVE-2006-5316 registroTL におけるデータベースをダウンロードされる脆弱性 http://acid-root.new.fr/poc/13061007.txt
5315 1 2006-10-17T17:07Z CVE-2006-5315 registroTL の main.php における PHP リモートファイルインクルージョンの脆弱性 http://acid-root.new.fr/poc/13061007.txt
5314 1 2006-10-17T17:07Z CVE-2006-5314 TribunaLibre の ftag.php における PHP リモートファイルインクルージョンの脆弱性 http://acid-root.new.fr/poc/13061007.txt
4342 1 2006-10-17T17:07Z CVE-2006-4342 Red Hat Enterprise Linux 3 の SMP システムでのサービス運用妨害 (DoS) の脆弱性 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205618
5318 2 2006-10-17T17:07Z CVE-2006-5318 Nayco JASmine の index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20430
5317 2 2006-10-17T17:07Z CVE-2006-5317 eboli の index.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20429
5315 2 2006-10-17T17:07Z CVE-2006-5315 registroTL の main.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20433
5311 1 2006-10-17T16:07Z CVE-2006-5311 Buzlas 2006-1 Full の includes/archive/archive_topic.php における PHP リモートファイルインクルージョンの脆弱性 http://www.securityfocus.com/bid/20511