-
Notifications
You must be signed in to change notification settings - Fork 34
/
vcid.sql
54 lines (47 loc) · 55 KB
/
vcid.sql
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
-- MySQL dump 10.13 Distrib 5.6.23, for Win64 (x86_64)
--
-- Host: localhost Database: vcid
-- ------------------------------------------------------
-- Server version 5.6.23
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `vcid_table`
--
DROP TABLE IF EXISTS `vcid_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vcid_table` (
`CVE_ID` varchar(20) NOT NULL,
`No_diff_hunk` int(11) DEFAULT NULL,
`software_version` varchar(20) DEFAULT NULL,
`unpatched_function_name` varchar(50) DEFAULT NULL,
`code_reuse_type` varchar(50) DEFAULT NULL,
`reuse_function_code` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vcid_table`
--
LOCK TABLES `vcid_table` WRITE;
/*!40000 ALTER TABLE `vcid_table` DISABLE KEYS */;
INSERT INTO `vcid_table` VALUES ('CVE-2014-8418',0,'1.8.3.1','load_module','5-2','reuse_file/CVE_2014_8418_asterisk1_8_3_1_load_module.c'),('CVE-2014-8418',0,'1.8.26.0','load_module','5-2','reuse_file/CVE_2014_8418_asterisk1_8_26_0_load_module.c'),('CVE-2014-8415',1,'12.0.0','update_connected_line_information','5-1','reuse_file/CVE_2014_8415_asterisk12_0_0_update_connected_line_information.c'),('CVE-2014-8415',0,'12.0.0','answer','4-1','reuse_file/CVE_2014_8415_asterisk12_0_0_answer.c'),('CVE-2014-8413',0,'12.0.0','load_module','3-6','reuse_file/CVE_2014_8413_asterisk12_0_0_load_module.c'),('CVE-2014-4045',0,'12.3.0','pubsub_on_rx_subscribe_request','5-1,5-2','reuse_file/CVE_2014_4045_asterisk12_3_0_pubsub_on_rx_subscribe_request.c'),('CVE-2014-2286',6,'12.1.0','httpd_helper_thread','5-1','reuse_file/CVE_2014_2286_asterisk12_1_0_httpd_helper_thread.c'),('CVE-2014-2286',3,'1.8.3.1','httpd_helper_thread','5-1,5-2','reuse_file/CVE_2014_2286_asterisk1_8_3_1_httpd_helper_thread.c'),('CVE-2014-2286',6,'1.8.3.1','httpd_helper_thread','5-1,5-2','reuse_file/CVE_2014_2286_asterisk1_8_3_1_httpd_helper_thread.c'),('CVE-2012-1184',0,'1.8.3.1','ast_parse_digest','3-8','reuse_file/CVE_2012_1184_asterisk1_8_3_1_ast_parse_digest.c'),('CVE-2011-2536',2,'1.6.2.11','register_verify','5-1,5-2','reuse_file/CVE_2011_2536_asterisk1_6_2_11_register_verify.c'),('CVE-2011-2536',0,'1.4.38.1','transmit_fake_auth_response','3-3','reuse_file/CVE_2011_2536_asterisk1_4_38_1_transmit_fake_auth_response.c'),('CVE-2011-1147',2,'1.8.2.3','udptl_rx_packet','3-1','reuse_file/CVE_2011_1147_asterisk1_8_2_3_udptl_rx_packet.c'),('CVE-2010-1224',0,'1.6.1.2','ast_append_ha','3-7','reuse_file/CVE_2010_1224_asterisk1_6_1_2_ast_append_ha.c'),('CVE-2014-9672',0,'2.2.1','parse_fond','3-3','reuse_file/CVE_2014_9672_freetype2_2_1_parse_fond.c'),('CVE-2014-9670',0,'2.4.9','pcf_get_encodings','5-1,5-2','reuse_file/CVE_2014_9670_freetype2_4_9_pcf_get_encodings.c'),('CVE-2014-9663',0,'2.5.2','tt_cmap4_validate','5-1,5-2','reuse_file/CVE_2014_9663_freetype2_5_2_tt_cmap4_validate.c'),('CVE-2014-9663',0,'2.4.9','tt_cmap4_validate','5-1,5-2','reuse_file/CVE_2014_9663_freetype2_4_9_tt_cmap4_validate.c'),('CVE-2014-9660',0,'2.5.2','_bdf_parse_glyphs','3-4','reuse_file/CVE_2014_9660_freetype2_5_2__bdf_parse_glyphs.c'),('CVE-2014-9657',1,'2.4.9','tt_face_load_hdmx','5-1,5-2','reuse_file/CVE_2014_9657_freetype2_4_9_tt_face_load_hdmx.c'),('CVE-2010-2808',1,'2.3.9','Mac_Read_POST_Resource','5-2','reuse_file/CVE_2010_2808_freetype2_3_9_Mac_Read_POST_Resource.c'),('CVE-2010-2806',0,'2.2.1','t42_parse_sfnts','5-1','reuse_file/CVE_2010_2806_freetype2_2_1_t42_parse_sfnts.c'),('CVE-2010-2805',0,'2.3.9','FT_Stream_EnterFrame','3-6','reuse_file/CVE_2010_2805_freetype2_3_9_FT_Stream_EnterFrame.c'),('CVE-2009-1417',0,'1.4.3','_gnutls_x509_verify_certificate','5-1','reuse_file/CVE_2009_1417_gnutls1_4_3__gnutls_x509_verify_certificate.c'),('CVE-2008-4989',0,'1.2.2','_gnutls_x509_verify_certificate','2-1','reuse_file/CVE_2008_4989_gnutls1_2_2__gnutls_x509_verify_certificate.c'),('CVE-2008-1950',2,'1.2.2','_gnutls_ciphertext2compressed','4-2','reuse_file/CVE_2008_1950_gnutls1_2_2__gnutls_ciphertext2compressed.c'),('CVE-2008-1950',2,'1.0.13','_gnutls_ciphertext2compressed','4-2','reuse_file/CVE_2008_1950_gnutls1_0_13__gnutls_ciphertext2compressed.c'),('CVE-2006-4790',0,'1.4.3','decode_ber_digest_info','5-1,5-2','reuse_file/CVE_2006_4790_gnutls1_4_3_decode_ber_digest_info.c'),('CVE-2014-3633',0,'0.9.8','qemuDomainGetBlockIoTune','5-1','reuse_file/CVE_2014_3633_libvirt0_9_8_qemuDomainGetBlockIoTune.c'),('CVE-2013-6457',0,'1.1.1','libxlDomainGetNumaParameters','5-1,5-2','reuse_file/CVE_2013_6457_libvirt1_1_1_libxlDomainGetNumaParameters.c'),('CVE-2013-6456',5,'1.1.1','lxcDomainDetachDeviceHostdevUSBLive','3-7','reuse_file/CVE_2013_6456_libvirt1_1_1_lxcDomainDetachDeviceHostdevUSBLive.c'),('CVE-2013-6456',5,'1.1.1','lxcDomainDetachDeviceHostdevStorageLive','5-1,5-2','reuse_file/CVE_2013_6456_libvirt1_1_1_lxcDomainDetachDeviceHostdevStorageLive.c'),('CVE-2013-6456',11,'1.1.1','lxcDomainDetachDeviceHostdevStorageLive','3-7','reuse_file/CVE_2013_6456_libvirt1_1_1_lxcDomainDetachDeviceHostdevStorageLive.c'),('CVE-2013-6456',8,'1.1.1','lxcDomainDetachDeviceHostdevMiscLive','3-7','reuse_file/CVE_2013_6456_libvirt1_1_1_lxcDomainDetachDeviceHostdevMiscLive.c'),('CVE-2013-6456',7,'1.1.1','lxcDomainDetachDeviceDiskLive','3-3','reuse_file/CVE_2013_6456_libvirt1_1_1_lxcDomainDetachDeviceDiskLive.c'),('CVE-2013-6456',8,'1.1.0','lxcDomainDetachDeviceHostdevStorageLive','5-1','reuse_file/CVE_2013_6456_libvirt1_1_0_lxcDomainDetachDeviceHostdevStorageLive.c'),('CVE-2013-6456',8,'1.1.0','lxcDomainDetachDeviceHostdevMiscLive','5-1','reuse_file/CVE_2013_6456_libvirt1_1_0_lxcDomainDetachDeviceHostdevMiscLive.c'),('CVE-2013-6436',2,'1.1.0','lxcDomainGetMemoryParameters','5-1','reuse_file/CVE_2013_6436_libvirt1_1_0_lxcDomainGetMemoryParameters.c'),('CVE-2015-0286',0,'1.0.1','ASN1_TYPE_cmp','2-1','reuse_file/CVE_2015_0286_openssl1_0_1_ASN1_TYPE_cmp.c'),('CVE-2015-0206',3,'1.0.0','dtls1_process_record','5-1','reuse_file/CVE_2015_0206_openssl1_0_0_dtls1_process_record.c'),('CVE-2015-0206',6,'1.0.0','dtls1_get_record','5-1','reuse_file/CVE_2015_0206_openssl1_0_0_dtls1_get_record.c'),('CVE-2015-0204',0,'0.9.7','ssl3_get_key_exchange','3-1','reuse_file/CVE_2015_0204_openssl0_9_7_ssl3_get_key_exchange.c'),('CVE-2015-0204',0,'0.9.6','ssl3_get_key_exchange','3-1','reuse_file/CVE_2015_0204_openssl0_9_6_ssl3_get_key_exchange.c'),('CVE-2014-3572',0,'0.9.7','ssl3_get_key_exchange','5-1,5-2','reuse_file/CVE_2014_3572_openssl0_9_7_ssl3_get_key_exchange.c'),('CVE-2012-2686',1,'1.0.1','aesni_cbc_hmac_sha1_cipher','5-1,4-1','reuse_file/CVE_2012_2686_openssl1_0_1_aesni_cbc_hmac_sha1_cipher.c'),('CVE-2014-0223',1,'1.0','qcow_open','5-1,5-2','reuse_file/CVE_2014_0223_qemu1_0_qcow_open.c'),('CVE-2014-0223',1,'0.11.0','qcow_open','3-4','reuse_file/CVE_2014_0223_qemu0_11_0_qcow_open.c'),('CVE-2013-4151',1,'1.5.0','virtio_load','5-1,5-2','reuse_file/CVE_2013_4151_qemu1_5_0_virtio_load.c'),('CVE-2013-1954',5,'1.0.3','DemuxPacket','3-3','reuse_file/CVE_2013_1954_vlc_media_player1_0_3_DemuxPacket.c'),('CVE-2013-1954',4,'1.0.3','DemuxPacket','5-1,5-2','reuse_file/CVE_2013_1954_vlc_media_player1_0_3_DemuxPacket.c'),('CVE-2013-1954',6,'0.8.1337','DemuxPacket','5-1','reuse_file/CVE_2013_1954_vlc_media_player0_8_1337_DemuxPacket.c'),('CVE-2013-1954',5,'0.8.1337','DemuxPacket','3-3','reuse_file/CVE_2013_1954_vlc_media_player0_8_1337_DemuxPacket.c'),('CVE-2013-1954',4,'0.8.1337','DemuxPacket','5-1,5-2','reuse_file/CVE_2013_1954_vlc_media_player0_8_1337_DemuxPacket.c'),('CVE-2013-1954',3,'0.8.1337','DemuxPacket','5-1,5-2','reuse_file/CVE_2013_1954_vlc_media_player0_8_1337_DemuxPacket.c'),('CVE-2013-1954',8,'0.7.0','DemuxPacket','5-1,5-2','reuse_file/CVE_2013_1954_vlc_media_player0_7_0_DemuxPacket.c'),('CVE-2013-1954',9,'0.6.2','DemuxPacket','3-1','reuse_file/CVE_2013_1954_vlc_media_player0_6_2_DemuxPacket.c'),('CVE-2013-1954',7,'0.6.2','DemuxPacket','3-1','reuse_file/CVE_2013_1954_vlc_media_player0_6_2_DemuxPacket.c'),('CVE-2013-1954',2,'0.6.2','DemuxPacket','3-1','reuse_file/CVE_2013_1954_vlc_media_player0_6_2_DemuxPacket.c'),('CVE-2010-3907',3,'1.0.3','DemuxAudioMethod1','3-2','reuse_file/CVE_2010_3907_vlc_media_player1_0_3_DemuxAudioMethod1.c'),('CVE-2010-3907',0,'0.9.5','Close','5-2','reuse_file/CVE_2010_3907_vlc_media_player0_9_5_Close.c'),('CVE-2010-2062',0,'0.9.10','real_get_rdt_chunk','5-1','reuse_file/CVE_2010_2062_vlc_media_player0_9_10_real_get_rdt_chunk.c'),('CVE-2014-1666',0,'4.3.1','do_physdev_op','5-1,5-2','reuse_file/CVE_2014_1666_xen4_3_1_do_physdev_op.c'),('CVE-2013-1920',1,'3.1.3','get_free_port','5-2','reuse_file/CVE_2013_1920_xen3_1_3_get_free_port.c'),('CVE-2013-1920',0,'3.1.3','get_free_port','5-2','reuse_file/CVE_2013_1920_xen3_1_3_get_free_port.c'),('CVE-2015-3395',5,'0.9.4','msrle_decode_pal4','5-1,5-2','reuse_file/CVE_2015_3395_ffmpeg0_9_4_msrle_decode_pal4.c'),('CVE-2015-3395',5,'0.6.7','msrle_decode_pal4','5-1,5-2','reuse_file/CVE_2015_3395_ffmpeg0_6_7_msrle_decode_pal4.c'),('CVE-2014-9676',0,'1.0.9','seg_write_packet','5-1','reuse_file/CVE_2014_9676_ffmpeg1_0_9_seg_write_packet.c'),('CVE-2014-8544',0,'1.1.9','tiff_decode_tag','3-2','reuse_file/CVE_2014_8544_ffmpeg1_1_9_tiff_decode_tag.c'),('CVE-2014-8542',0,'1.0.9','avcodec_align_dimensions2','3-1','reuse_file/CVE_2014_8542_ffmpeg1_0_9_avcodec_align_dimensions2.c'),('CVE-2014-8542',0,'0.8.15','avcodec_align_dimensions2','3-1,2-1','reuse_file/CVE_2014_8542_ffmpeg0_8_15_avcodec_align_dimensions2.c'),('CVE-2014-8541',1,'2.0.5','ff_mjpeg_decode_sof','5-1,5-2','reuse_file/CVE_2014_8541_ffmpeg2_0_5_ff_mjpeg_decode_sof.c'),('CVE-2014-8541',3,'1.2.8','ff_mjpeg_decode_sof','5-1','reuse_file/CVE_2014_8541_ffmpeg1_2_8_ff_mjpeg_decode_sof.c'),('CVE-2014-8541',3,'1.1.9','ff_mjpeg_decode_sof','5-1,3-7','reuse_file/CVE_2014_8541_ffmpeg1_1_9_ff_mjpeg_decode_sof.c'),('CVE-2014-5271',0,'1.2.7','encode_slice','3-7','reuse_file/CVE_2014_5271_ffmpeg1_2_7_encode_slice.c'),('CVE-2013-7023',1,'1.0.8','ff_combine_frame','5-2','reuse_file/CVE_2013_7023_ffmpeg1_0_8_ff_combine_frame.c'),('CVE-2013-7015',0,'1.0.7','flashsv_decode_frame','5-1,5-2','reuse_file/CVE_2013_7015_ffmpeg1_0_7_flashsv_decode_frame.c'),('CVE-2013-7009',3,'0.9.2','rpza_decode_stream','5-1,5-2','reuse_file/CVE_2013_7009_ffmpeg0_9_2_rpza_decode_stream.c'),('CVE-2013-3675',0,'1.1.1','process_frame_obj','5-1,5-2','reuse_file/CVE_2013_3675_ffmpeg1_1_1_process_frame_obj.c'),('CVE-2013-3670',0,'0.8.4','rle_unpack','3-1,5-2','reuse_file/CVE_2013_3670_ffmpeg0_8_4_rle_unpack.c'),('CVE-2013-0866',0,'0.9.4','aac_decode_init','5-1,5-2','reuse_file/CVE_2013_0866_ffmpeg0_9_4_aac_decode_init.c'),('CVE-2013-0866',0,'0.6.7','aac_decode_init','5-1,5-2','reuse_file/CVE_2013_0866_ffmpeg0_6_7_aac_decode_init.c'),('CVE-2013-0860',0,'0.9.4','ff_er_frame_end','5-1,5-2','reuse_file/CVE_2013_0860_ffmpeg0_9_4_ff_er_frame_end.c'),('CVE-2013-0853',0,'0.9.4','wavpack_decode_frame','2-1','reuse_file/CVE_2013_0853_ffmpeg0_9_4_wavpack_decode_frame.c'),('CVE-2013-0852',0,'0.9.4','parse_picture_segment','3-1','reuse_file/CVE_2013_0852_ffmpeg0_9_4_parse_picture_segment.c'),('CVE-2013-0849',0,'0.6.7','roq_decode_init','5-1,5-2','reuse_file/CVE_2013_0849_ffmpeg0_6_7_roq_decode_init.c'),('CVE-2013-0848',0,'0.8.15','decode_init','5-1,5-2,2-1','reuse_file/CVE_2013_0848_ffmpeg0_8_15_decode_init.c'),('CVE-2013-0848',0,'0.11.5','decode_init','2-1','reuse_file/CVE_2013_0848_ffmpeg0_11_5_decode_init.c'),('CVE-2013-0848',0,'0.10.16','decode_init','3-7,2-1','reuse_file/CVE_2013_0848_ffmpeg0_10_16_decode_init.c'),('CVE-2012-2803',0,'0.10.9','mpeg_decode_frame','3-1,5-1','reuse_file/CVE_2012_2803_ffmpeg0_10_9_mpeg_decode_frame.c'),('CVE-2012-2802',0,'0.8.9','ac3_decode_frame','2-1','reuse_file/CVE_2012_2802_ffmpeg0_8_9_ac3_decode_frame.c'),('CVE-2012-2788',0,'0.7.9','avi_read_packet','5-1,5-2','reuse_file/CVE_2012_2788_ffmpeg0_7_9_avi_read_packet.c'),('CVE-2012-2786',0,'0.9.4','decode_wdlt','3-7','reuse_file/CVE_2012_2786_ffmpeg0_9_4_decode_wdlt.c'),('CVE-2012-2783',0,'0.8.3','ff_vp56_decode_frame','5-2','reuse_file/CVE_2012_2783_ffmpeg0_8_3_ff_vp56_decode_frame.c'),('CVE-2012-2776',0,'0.10.9','decode_cell_data','5-1','reuse_file/CVE_2012_2776_ffmpeg0_10_9_decode_cell_data.c'),('CVE-2012-2774',0,'0.10.16','MPV_frame_start','5-1,5-2','reuse_file/CVE_2012_2774_ffmpeg0_10_16_MPV_frame_start.c'),('CVE-2012-0850',0,'0.6.5','sbr_qmf_synthesis','5-1','reuse_file/CVE_2012_0850_ffmpeg0_6_5_sbr_qmf_synthesis.c'),('CVE-2011-4579',0,'0.6.3','svq1_decode_frame','3-4,3-5,5-1','reuse_file/CVE_2011_4579_ffmpeg0_6_3_svq1_decode_frame.c'),('CVE-2011-3941',0,'0.8.9','decode_mb','2-1','reuse_file/CVE_2011_3941_ffmpeg0_8_9_decode_mb.c'),('CVE-2015-0834',0,'22.0','PeerConnectionImpl::ConvertRTCConfiguration','2-1,3-9','reuse_file/CVE_2015_0834_firefox22_0_PeerConnectionImpl__ConvertRTCConfiguration.c'),('CVE-2015-0834',0,'26.0','PeerConnectionImpl::ConvertRTCConfiguration','2-1,3-9','reuse_file/CVE_2015_0834_firefox26_0_PeerConnectionImpl__ConvertRTCConfiguration.c'),('CVE-2015-0820',0,'34.0','js::NewReshapedObject','3-4','reuse_file/CVE_2015_0820_firefox34_0_js__NewReshapedObject.c'),('CVE-2014-8643',0,'8.0.1','XRE_InitChildProcess','4-1','reuse_file/CVE_2014_8643_firefox8_0_1_XRE_InitChildProcess.c'),('CVE-2014-1581',0,'22.0','GetDirectionFromText','5-1','reuse_file/CVE_2014_1581_firefox22_0_GetDirectionFromText.c'),('CVE-2014-1549',0,'23.0','Resampler','3-5','reuse_file/CVE_2014_1549_firefox23_0_Resampler.c'),('CVE-2014-1510',0,'20.0.1','nsGlobalWindow::BuildURIfromBase','3-1','reuse_file/CVE_2014_1510_firefox20_0_1_nsGlobalWindow__BuildURIfromBase.c'),('CVE-2014-1482',0,'10.0.2','RasterImage::Draw','2-1','reuse_file/CVE_2014_1482_firefox10_0_2_RasterImage__Draw.c'),('CVE-2013-6671',0,'10.0.2','nsHtml5TreeOperation::Perform','2-1,3-3,5-1,5-2','reuse_file/CVE_2013_6671_firefox10_0_2_nsHtml5TreeOperation__Perform.c'),('CVE-2013-6167',0,'8.0.1','nsCookieService::SetCookieInternal','3-1,3-2','reuse_file/CVE_2013_6167_firefox8_0_1_nsCookieService__SetCookieInternal.c'),('CVE-2013-6167',0,'10.0.2','nsCookieService::SetCookieInternal','3-1','reuse_file/CVE_2013_6167_firefox10_0_2_nsCookieService__SetCookieInternal.c'),('CVE-2013-5618',0,'20.0.1','Element::UnbindFromTree','3-5','reuse_file/CVE_2013_5618_firefox20_0_1_Element__UnbindFromTree.c'),('CVE-2013-5597',1,'8.0.1','nsOfflineCachePendingUpdate::OnStateChange','3-7,3-3','reuse_file/CVE_2013_5597_firefox8_0_1_nsOfflineCachePendingUpdate__OnStateChange.c'),('CVE-2013-1732',0,'3.5.3','nsBlockFrame::Reflow','2-1','reuse_file/CVE_2013_1732_firefox3_5_3_nsBlockFrame__Reflow.c'),('CVE-2013-1732',1,'12.0','nsBlockFrame::Reflow','3-1','reuse_file/CVE_2013_1732_firefox12_0_nsBlockFrame__Reflow.c'),('CVE-2013-1726',1,'20.0.1','mar_read_product_info_block','2-1','reuse_file/CVE_2013_1726_firefox20_0_1_mar_read_product_info_block.c'),('CVE-2013-1722',0,'8.0.1','nsAnimationManager::BuildAnimations','2-1','reuse_file/CVE_2013_1722_firefox8_0_1_nsAnimationManager__BuildAnimations.c'),('CVE-2013-1709',0,'8.0.1','nsDocShell::AddToSessionHistory','3-3','reuse_file/CVE_2013_1709_firefox8_0_1_nsDocShell__AddToSessionHistory.c'),('CVE-2013-1707',0,'15.0.1','NS_main','3-7','reuse_file/CVE_2013_1707_firefox15_0_1_NS_main.c'),('CVE-2013-1705',2,'8.0.1','cryptojs_ReadArgsAndGenerateKey','3-7,3-3','reuse_file/CVE_2013_1705_firefox8_0_1_cryptojs_ReadArgsAndGenerateKey.c'),('CVE-2013-1705',2,'22.0','cryptojs_ReadArgsAndGenerateKey','3-7,3-3','reuse_file/CVE_2013_1705_firefox22_0_cryptojs_ReadArgsAndGenerateKey.c'),('CVE-2013-1696',2,'15.0.1','nsDSURIContentListener::CheckFrameOptions','3-7,3-1','reuse_file/CVE_2013_1696_firefox15_0_1_nsDSURIContentListener__CheckFrameOptions.c'),('CVE-2013-1693',0,'3.5.3','nsSVGFEMorphologyElement::Filter','3-4','reuse_file/CVE_2013_1693_firefox3_5_3_nsSVGFEMorphologyElement__Filter.c'),('CVE-2013-1676',0,'15.0.1','nsBidiPresUtils::ResolveParagraph','3-3','reuse_file/CVE_2013_1676_firefox15_0_1_nsBidiPresUtils__ResolveParagraph.c'),('CVE-2013-0799',1,'15.0.1','GetInstallationDir','2-1','reuse_file/CVE_2013_0799_firefox15_0_1_GetInstallationDir.c'),('CVE-2013-0791',0,'0.8','CERT_DecodeCertPackage','3-1','reuse_file/CVE_2013_0791_firefox0_8_CERT_DecodeCertPackage.c'),('CVE-2013-0790',0,'10.0.2','nsPluginByteRangeStreamListener::OnStartRequest','3-3','reuse_file/CVE_2013_0790_firefox10_0_2_nsPluginByteRangeStreamListener__OnStartRequest.c'),('CVE-2013-0774',0,'17.0.1','CreateDedicatedWorkerGlobalScope','4-2','reuse_file/CVE_2013_0774_firefox17_0_1_CreateDedicatedWorkerGlobalScope.c'),('CVE-2013-0771',0,'10.0.2','nsTextFrame::ReflowText','3-3','reuse_file/CVE_2013_0771_firefox10_0_2_nsTextFrame__ReflowText.c'),('CVE-2013-0771',0,'16.0','nsTextFrame::ReflowText','3-3','reuse_file/CVE_2013_0771_firefox16_0_nsTextFrame__ReflowText.c'),('CVE-2013-0756',1,'15.0.1','obj_toSource','5-1,3-4','reuse_file/CVE_2013_0756_firefox15_0_1_obj_toSource.c'),('CVE-2013-0750',4,'8.0.1','ReplaceRegExpCallback','5-1,5-2','reuse_file/CVE_2013_0750_firefox8_0_1_ReplaceRegExpCallback.c'),('CVE-2012-3991',3,'15.0.1','nsJSObjWrapper::NP_HasMethod','3-1,5-1,5-2','reuse_file/CVE_2012_3991_firefox15_0_1_nsJSObjWrapper__NP_HasMethod.c'),('CVE-2012-3991',2,'15.0.1','doInvoke','5-1,5-2','reuse_file/CVE_2012_3991_firefox15_0_1_doInvoke.c'),('CVE-2012-3991',6,'15.0.1','nsJSObjWrapper::NP_SetProperty','3-4','reuse_file/CVE_2012_3991_firefox15_0_1_nsJSObjWrapper__NP_SetProperty.c'),('CVE-2012-3957',0,'10.0.2','nsBlockFrame::AddFrames','3-5','reuse_file/CVE_2012_3957_firefox10_0_2_nsBlockFrame__AddFrames.c'),('CVE-2012-3957',1,'10.0.2','nsBlockFrame::AddFrames','3-4','reuse_file/CVE_2012_3957_firefox10_0_2_nsBlockFrame__AddFrames.c'),('CVE-2012-1958',0,'8.0.1','nsFocusManager::WindowHidden','3-2','reuse_file/CVE_2012_1958_firefox8_0_1_nsFocusManager__WindowHidden.c'),('CVE-2012-1958',0,'6.0.1','nsFocusManager::WindowHidden','3-6,3-7','reuse_file/CVE_2012_1958_firefox6_0_1_nsFocusManager__WindowHidden.c'),('CVE-2012-1956',0,'8.0.1','nsJSContext::ClearScope','3-4','reuse_file/CVE_2012_1956_firefox8_0_1_nsJSContext__ClearScope.c'),('CVE-2012-0478',0,'8.0.1','nsIDOMWebGLRenderingContext_TexImage2D','3-3','reuse_file/CVE_2012_0478_firefox8_0_1_nsIDOMWebGLRenderingContext_TexImage2D.c'),('CVE-2012-0478',0,'4.0.1','nsIDOMWebGLRenderingContext_TexImage2D','3-3','reuse_file/CVE_2012_0478_firefox4_0_1_nsIDOMWebGLRenderingContext_TexImage2D.c'),('CVE-2012-0458',0,'8.0.1','nsDocShell::GetInheritedPrincipal','3-7,3-3','reuse_file/CVE_2012_0458_firefox8_0_1_nsDocShell__GetInheritedPrincipal.c'),('CVE-2012-0451',0,'8.0.1','nsDocument::InitCSP','3-3','reuse_file/CVE_2012_0451_firefox8_0_1_nsDocument__InitCSP.c'),('CVE-2011-3002',1,'4.0.1','GrowAtomTable','3-1','reuse_file/CVE_2011_3002_firefox4_0_1_GrowAtomTable.c'),('CVE-2011-2999',0,'3.6.4','nsWindowSH::NewResolve','5-1','reuse_file/CVE_2011_2999_firefox3_6_4_nsWindowSH__NewResolve.c'),('CVE-2011-2980',0,'3.6.2','ThinkPadSensor::Startup','5-1,5-2','reuse_file/CVE_2011_2980_firefox3_6_2_ThinkPadSensor__Startup.c'),('CVE-2011-2371',0,'3.5.3','array_extra','3-3','reuse_file/CVE_2011_2371_firefox3_5_3_array_extra.c'),('CVE-2011-0085',0,'3.5.3','nsXULCommandDispatcher::UpdateCommands','3-4','reuse_file/CVE_2011_0085_firefox3_5_3_nsXULCommandDispatcher__UpdateCommands.c'),('CVE-2011-0055',0,'3.5.3','JO','3-4','reuse_file/CVE_2011_0055_firefox3_5_3_JO.c'),('CVE-2008-0420',0,'0.8','nsBMPDecoder::ProcessData','4-2,3-2,5-1,5-2','reuse_file/CVE_2008_0420_firefox0_8_nsBMPDecoder__ProcessData.c'),('CVE-2015-4001',1,'3.14.5','oz_hcd_get_desc_cnf','2-1','reuse_file/CVE_2015_4001_linux3_14_5_oz_hcd_get_desc_cnf.c'),('CVE-2015-4001',1,'3.12.1','oz_hcd_get_desc_cnf','2-1,3-3','reuse_file/CVE_2015_4001_linux3_12_1_oz_hcd_get_desc_cnf.c'),('CVE-2015-4001',1,'3.11.7','oz_hcd_get_desc_cnf','2-1','reuse_file/CVE_2015_4001_linux3_11_7_oz_hcd_get_desc_cnf.c'),('CVE-2015-3636',0,'3.2.25','ping_v4_unhash','5-2,5-1','reuse_file/CVE_2015_3636_linux3_2_25_ping_v4_unhash.c'),('CVE-2015-3339',1,'3.8.7','prepare_binprm','2-1,5-1,5-2,5-2,5-1,4-2','reuse_file/CVE_2015_3339_linux3_8_7_prepare_binprm.c'),('CVE-2015-3339',1,'3.14.5','prepare_binprm','4-2','reuse_file/CVE_2015_3339_linux3_14_5_prepare_binprm.c'),('CVE-2015-3339',1,'3.12.1','prepare_binprm','2-1,5-1,5-2,4-2','reuse_file/CVE_2015_3339_linux3_12_1_prepare_binprm.c'),('CVE-2015-2922',0,'3.3.6','ndisc_router_discovery','5-2,5-1','reuse_file/CVE_2015_2922_linux3_3_6_ndisc_router_discovery.c'),('CVE-2015-2922',0,'3.2.25','ndisc_router_discovery','5-2,5-1','reuse_file/CVE_2015_2922_linux3_2_25_ndisc_router_discovery.c'),('CVE-2015-0239',2,'3.2.25','em_sysenter','5-2,5-1','reuse_file/CVE_2015_0239_linux3_2_25_em_sysenter.c'),('CVE-2015-0239',1,'3.12.1','em_sysenter','5-2,5-1','reuse_file/CVE_2015_0239_linux3_12_1_em_sysenter.c'),('CVE-2014-9585',1,'3.3.6','vdso_addr','5-2,3-5','reuse_file/CVE_2014_9585_linux3_3_6_vdso_addr.c'),('CVE-2014-9585',1,'3.2.25','vdso_addr','5-2,3-5','reuse_file/CVE_2014_9585_linux3_2_25_vdso_addr.c'),('CVE-2014-9585',1,'3.12.1','vdso_addr','5-2','reuse_file/CVE_2014_9585_linux3_12_1_vdso_addr.c'),('CVE-2014-9419',0,'3.2.25','__switch_to','3-6','reuse_file/CVE_2014_9419_linux3_2_25___switch_to.c'),('CVE-2014-9419',0,'2.6.35','__switch_to','5-2,5-1','reuse_file/CVE_2014_9419_linux2_6_35___switch_to.c'),('CVE-2014-9419',1,'2.6.34.2','__switch_to','5-1','reuse_file/CVE_2014_9419_linux2_6_34_2___switch_to.c'),('CVE-2014-9419',0,'2.6.34.2','__switch_to','5-2,5-1','reuse_file/CVE_2014_9419_linux2_6_34_2___switch_to.c'),('CVE-2014-9419',1,'2.6.28.10','__switch_to','5-2,5-1','reuse_file/CVE_2014_9419_linux2_6_28_10___switch_to.c'),('CVE-2014-9419',1,'2.6.27.31','__switch_to','5-2,5-1','reuse_file/CVE_2014_9419_linux2_6_27_31___switch_to.c'),('CVE-2014-9419',0,'2.6.27.31','__switch_to','5-2,5-1','reuse_file/CVE_2014_9419_linux2_6_27_31___switch_to.c'),('CVE-2014-8133',2,'2.6.34.2','regset_tls_set','3-10','reuse_file/CVE_2014_8133_linux2_6_34_2_regset_tls_set.c'),('CVE-2014-7975',0,'2.6.27.31','do_umount','5-1','reuse_file/CVE_2014_7975_linux2_6_27_31_do_umount.c'),('CVE-2014-7975',0,'2.4.25','do_umount','5-1','reuse_file/CVE_2014_7975_linux2_4_25_do_umount.c'),('CVE-2014-7826',1,'3.9.5','ftrace_syscall_exit','2-1','reuse_file/CVE_2014_7826_linux3_9_5_ftrace_syscall_exit.c'),('CVE-2014-7826',0,'3.9.5','ftrace_syscall_enter','2-1','reuse_file/CVE_2014_7826_linux3_9_5_ftrace_syscall_enter.c'),('CVE-2014-7826',1,'3.12.1','ftrace_syscall_exit','2-1','reuse_file/CVE_2014_7826_linux3_12_1_ftrace_syscall_exit.c'),('CVE-2014-7826',0,'3.12.1','ftrace_syscall_enter','2-1','reuse_file/CVE_2014_7826_linux3_12_1_ftrace_syscall_enter.c'),('CVE-2014-5472',2,'2.6.23','parse_rock_ridge_inode_internal','5-2,5-2,5-1','reuse_file/CVE_2014_5472_linux2_6_23_parse_rock_ridge_inode_internal.c'),('CVE-2014-5471',2,'2.6.23','parse_rock_ridge_inode_internal','5-2,5-2,5-1','reuse_file/CVE_2014_5471_linux2_6_23_parse_rock_ridge_inode_internal.c'),('CVE-2014-5077',0,'2.6.23','sctp_assoc_update','3-6,3-7','reuse_file/CVE_2014_5077_linux2_6_23_sctp_assoc_update.c'),('CVE-2014-5077',0,'2.4.25','sctp_assoc_update','3-6,3-7','reuse_file/CVE_2014_5077_linux2_4_25_sctp_assoc_update.c'),('CVE-2014-4943',1,'3.2.25','pppol2tp_getsockopt','3-7','reuse_file/CVE_2014_4943_linux3_2_25_pppol2tp_getsockopt.c'),('CVE-2014-4656',1,'2.6.23','snd_ctl_add','5-2,5-1','reuse_file/CVE_2014_4656_linux2_6_23_snd_ctl_add.c'),('CVE-2014-4656',1,'2.6.16','snd_ctl_add','5-2,5-1','reuse_file/CVE_2014_4656_linux2_6_16_snd_ctl_add.c'),('CVE-2014-4656',1,'2.6.15','snd_ctl_add','5-2,5-1','reuse_file/CVE_2014_4656_linux2_6_15_snd_ctl_add.c'),('CVE-2014-4656',1,'2.6.10','snd_ctl_add','5-2,5-1','reuse_file/CVE_2014_4656_linux2_6_10_snd_ctl_add.c'),('CVE-2014-4655',1,'2.6.16','snd_ctl_elem_add','5-2,5-1','reuse_file/CVE_2014_4655_linux2_6_16_snd_ctl_elem_add.c'),('CVE-2014-4655',1,'2.6.12.6','snd_ctl_elem_add','5-2,5-1','reuse_file/CVE_2014_4655_linux2_6_12_6_snd_ctl_elem_add.c'),('CVE-2014-4655',1,'2.6.11','snd_ctl_elem_add','3-10','reuse_file/CVE_2014_4655_linux2_6_11_snd_ctl_elem_add.c'),('CVE-2014-4654',1,'2.6.16','snd_ctl_elem_add','5-2,5-1','reuse_file/CVE_2014_4654_linux2_6_16_snd_ctl_elem_add.c'),('CVE-2014-4654',1,'2.6.12.6','snd_ctl_elem_add','5-2,5-1','reuse_file/CVE_2014_4654_linux2_6_12_6_snd_ctl_elem_add.c'),('CVE-2014-4654',1,'2.6.11','snd_ctl_elem_add','3-10','reuse_file/CVE_2014_4654_linux2_6_11_snd_ctl_elem_add.c'),('CVE-2014-4652',0,'2.6.23','snd_ctl_elem_user_tlv','5-2,5-1','reuse_file/CVE_2014_4652_linux2_6_23_snd_ctl_elem_user_tlv.c'),('CVE-2014-3601',1,'3.2.71','kvm_iommu_map_pages','5-1','reuse_file/CVE_2014_3601_linux3_2_71_kvm_iommu_map_pages.c'),('CVE-2014-3601',1,'3.10.87','kvm_iommu_map_pages','5-1','reuse_file/CVE_2014_3601_linux3_10_87_kvm_iommu_map_pages.c'),('CVE-2014-3182',0,'3.2.25','logi_dj_recv_add_djhid_device','5-2,5-1','reuse_file/CVE_2014_3182_linux3_2_25_logi_dj_recv_add_djhid_device.c'),('CVE-2014-3153',1,'2.6.23','futex_requeue','3-1','reuse_file/CVE_2014_3153_linux2_6_23_futex_requeue.c'),('CVE-2014-2673',0,'3.7.3','arch_dup_task_struct','5-1','reuse_file/CVE_2014_2673_linux3_7_3_arch_dup_task_struct.c'),('CVE-2014-2672',0,'3.3.6','ath_tx_aggr_sleep','5-2,5-1','reuse_file/CVE_2014_2672_linux3_3_6_ath_tx_aggr_sleep.c'),('CVE-2014-2672',0,'3.11.7','ath_tx_aggr_sleep','5-2,5-1','reuse_file/CVE_2014_2672_linux3_11_7_ath_tx_aggr_sleep.c'),('CVE-2014-1874',0,'2.6.23','security_context_to_sid_core','5-1,5-3','reuse_file/CVE_2014_1874_linux2_6_23_security_context_to_sid_core.c'),('CVE-2014-0206',0,'3.11.7','aio_read_events_ring','3-1','reuse_file/CVE_2014_0206_linux3_11_7_aio_read_events_ring.c'),('CVE-2014-0206',0,'3.10.87','aio_read_events_ring','5-2,5-1','reuse_file/CVE_2014_0206_linux3_10_87_aio_read_events_ring.c'),('CVE-2014-0205',2,'2.6.30.2','futex_wait','5-2,5-1','reuse_file/CVE_2014_0205_linux2_6_30_2_futex_wait.c'),('CVE-2014-0203',0,'2.6.16','__do_follow_link','5-1','reuse_file/CVE_2014_0203_linux2_6_16___do_follow_link.c'),('CVE-2014-0077',1,'2.6.39.2','handle_rx','3-6','reuse_file/CVE_2014_0077_linux2_6_39_2_handle_rx.c'),('CVE-2014-0038',0,'3.7.3','compat_sys_recvmmsg','5-2','reuse_file/CVE_2014_0038_linux3_7_3_compat_sys_recvmmsg.c'),('CVE-2014-0038',0,'3.2.25','compat_sys_recvmmsg','5-2','reuse_file/CVE_2014_0038_linux3_2_25_compat_sys_recvmmsg.c'),('CVE-2014-0038',0,'3.0.98','compat_sys_recvmmsg','5-2','reuse_file/CVE_2014_0038_linux3_0_98_compat_sys_recvmmsg.c'),('CVE-2013-7271',0,'2.6.34.2','x25_recvmsg','5-1','reuse_file/CVE_2013_7271_linux2_6_34_2_x25_recvmsg.c'),('CVE-2013-7270',2,'2.6.23','packet_recvmsg','3-4','reuse_file/CVE_2013_7270_linux2_6_23_packet_recvmsg.c'),('CVE-2013-7269',0,'2.6.10','nr_recvmsg','5-2,5-1','reuse_file/CVE_2013_7269_linux2_6_10_nr_recvmsg.c'),('CVE-2013-7269',0,'2.4.25','nr_recvmsg','5-2,5-1','reuse_file/CVE_2013_7269_linux2_4_25_nr_recvmsg.c'),('CVE-2013-7267',1,'2.6.10','atalk_recvmsg','2-1','reuse_file/CVE_2013_7267_linux2_6_10_atalk_recvmsg.c'),('CVE-2013-7267',0,'2.6.10','atalk_recvmsg','3-1','reuse_file/CVE_2013_7267_linux2_6_10_atalk_recvmsg.c'),('CVE-2013-7267',1,'2.4.25','atalk_recvmsg','2-1','reuse_file/CVE_2013_7267_linux2_4_25_atalk_recvmsg.c'),('CVE-2013-7265',0,'2.6.31.2','pn_recvmsg','5-2,5-1','reuse_file/CVE_2013_7265_linux2_6_31_2_pn_recvmsg.c'),('CVE-2013-7027',0,'2.6.23','ieee80211_radiotap_iterator_init','3-6','reuse_file/CVE_2013_7027_linux2_6_23_ieee80211_radiotap_iterator_init.c'),('CVE-2013-6378',0,'2.6.34.2','lbs_debugfs_write','3-3','reuse_file/CVE_2013_6378_linux2_6_34_2_lbs_debugfs_write.c'),('CVE-2013-4592',1,'3.3.6','__kvm_set_memory_region','5-1','reuse_file/CVE_2013_4592_linux3_3_6___kvm_set_memory_region.c'),('CVE-2013-4592',1,'3.2.25','__kvm_set_memory_region','5-2,5-1','reuse_file/CVE_2013_4592_linux3_2_25___kvm_set_memory_region.c'),('CVE-2013-4515',0,'2.6.37','bcm_char_ioctl','2-1','reuse_file/CVE_2013_4515_linux2_6_37_bcm_char_ioctl.c'),('CVE-2013-4163',2,'3.3.6','ip6_append_data','5-2,5-1','reuse_file/CVE_2013_4163_linux3_3_6_ip6_append_data.c'),('CVE-2013-4162',0,'2.6.34.2','udp_v6_push_pending_frames','5-2,5-1','reuse_file/CVE_2013_4162_linux2_6_34_2_udp_v6_push_pending_frames.c'),('CVE-2013-3235',1,'3.2.71','recv_stream','5-2','reuse_file/CVE_2013_3235_linux3_2_71_recv_stream.c'),('CVE-2013-3235',2,'2.6.37','recv_stream','5-2','reuse_file/CVE_2013_3235_linux2_6_37_recv_stream.c'),('CVE-2013-3235',0,'2.6.34.2','set_orig_addr','2-1','reuse_file/CVE_2013_3235_linux2_6_34_2_set_orig_addr.c'),('CVE-2013-3231',0,'2.6.16','llc_ui_recvmsg','4-2','reuse_file/CVE_2013_3231_linux2_6_16_llc_ui_recvmsg.c'),('CVE-2013-3228',0,'2.6.34.2','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_6_34_2_irda_recvmsg_dgram.c'),('CVE-2013-3228',0,'2.6.23','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_6_23_irda_recvmsg_dgram.c'),('CVE-2013-3228',0,'2.6.19','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_6_19_irda_recvmsg_dgram.c'),('CVE-2013-3228',0,'2.6.16','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_6_16_irda_recvmsg_dgram.c'),('CVE-2013-3228',0,'2.6.10','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_6_10_irda_recvmsg_dgram.c'),('CVE-2013-3228',0,'2.4.25','irda_recvmsg_dgram','5-1','reuse_file/CVE_2013_3228_linux2_4_25_irda_recvmsg_dgram.c'),('CVE-2013-3227',0,'3.2.71','caif_seqpkt_recvmsg','3-1','reuse_file/CVE_2013_3227_linux3_2_71_caif_seqpkt_recvmsg.c'),('CVE-2013-2634',5,'3.2.25','dcbnl_ieee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_ieee_fill.c'),('CVE-2013-2634',4,'3.2.25','dcbnl_ieee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_ieee_fill.c'),('CVE-2013-2634',3,'3.2.25','dcbnl_ieee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_ieee_fill.c'),('CVE-2013-2634',1,'3.2.25','dcbnl_ieee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_ieee_fill.c'),('CVE-2013-2634',7,'3.2.25','dcbnl_cee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_cee_fill.c'),('CVE-2013-2634',6,'3.2.25','dcbnl_cee_fill','4-2','reuse_file/CVE_2013_2634_linux3_2_25_dcbnl_cee_fill.c'),('CVE-2013-2596',1,'3.2.25','fb_mmap','5-1','reuse_file/CVE_2013_2596_linux3_2_25_fb_mmap.c'),('CVE-2013-2548',1,'3.2.25','crypto_report_one','5-2','reuse_file/CVE_2013_2548_linux3_2_25_crypto_report_one.c'),('CVE-2013-2547',1,'3.2.25','crypto_report_one','5-2','reuse_file/CVE_2013_2547_linux3_2_25_crypto_report_one.c'),('CVE-2013-2237',0,'3.2.25','key_notify_policy_flush','3-1','reuse_file/CVE_2013_2237_linux3_2_25_key_notify_policy_flush.c'),('CVE-2013-2232',0,'2.6.39.2','ip6_sk_dst_check','3-7','reuse_file/CVE_2013_2232_linux2_6_39_2_ip6_sk_dst_check.c'),('CVE-2013-2232',0,'2.6.34.2','ip6_sk_dst_check','3-7','reuse_file/CVE_2013_2232_linux2_6_34_2_ip6_sk_dst_check.c'),('CVE-2013-2128',0,'2.6.10','tcp_read_sock','3-5','reuse_file/CVE_2013_2128_linux2_6_10_tcp_read_sock.c'),('CVE-2013-2128',0,'2.4.25','tcp_read_sock','3-4','reuse_file/CVE_2013_2128_linux2_4_25_tcp_read_sock.c'),('CVE-2013-1956',0,'3.7.3','create_user_ns','5-2','reuse_file/CVE_2013_1956_linux3_7_3_create_user_ns.c'),('CVE-2013-1860',2,'2.6.31.2','wdm_in_callback','5-2','reuse_file/CVE_2013_1860_linux2_6_31_2_wdm_in_callback.c'),('CVE-2013-1860',1,'2.6.31.2','wdm_in_callback','5-2','reuse_file/CVE_2013_1860_linux2_6_31_2_wdm_in_callback.c'),('CVE-2013-1796',0,'2.6.27.31','kvm_set_msr_common','5-1','reuse_file/CVE_2013_1796_linux2_6_27_31_kvm_set_msr_common.c'),('CVE-2013-1792',0,'3.2.25','install_user_keyrings','3-7','reuse_file/CVE_2013_1792_linux3_2_25_install_user_keyrings.c'),('CVE-2013-1767',0,'2.6.23','shmem_remount_fs','3-5','reuse_file/CVE_2013_1767_linux2_6_23_shmem_remount_fs.c'),('CVE-2013-1767',0,'2.6.13.1','shmem_remount_fs','3-5','reuse_file/CVE_2013_1767_linux2_6_13_1_shmem_remount_fs.c'),('CVE-2013-0914',0,'2.4.25','flush_signal_handlers','4-2','reuse_file/CVE_2013_0914_linux2_4_25_flush_signal_handlers.c'),('CVE-2012-6548',0,'3.2.25','udf_encode_fh','4-2','reuse_file/CVE_2012_6548_linux3_2_25_udf_encode_fh.c'),('CVE-2012-6547',0,'2.6.34.2','__tun_chr_ioctl','3-1','reuse_file/CVE_2012_6547_linux2_6_34_2___tun_chr_ioctl.c'),('CVE-2012-6537',2,'2.6.10','copy_to_user_tmpl','3-1','reuse_file/CVE_2012_6537_linux2_6_10_copy_to_user_tmpl.c'),('CVE-2012-5532',0,'3.2.25','main','5-1','reuse_file/CVE_2012_5532_linux3_2_25_main.c'),('CVE-2012-2745',0,'2.6.34.2','copy_creds','5-1','reuse_file/CVE_2012_2745_linux2_6_34_2_copy_creds.c'),('CVE-2012-2745',0,'2.6.30.2','copy_creds','5-1','reuse_file/CVE_2012_2745_linux2_6_30_2_copy_creds.c'),('CVE-2012-2136',0,'2.6.10','sock_alloc_send_pskb','3-3','reuse_file/CVE_2012_2136_linux2_6_10_sock_alloc_send_pskb.c'),('CVE-2012-2136',1,'2.6.10','sock_alloc_send_pskb','3-1','reuse_file/CVE_2012_2136_linux2_6_10_sock_alloc_send_pskb.c'),('CVE-2012-2136',1,'2.4.25','sock_alloc_send_pskb','3-1','reuse_file/CVE_2012_2136_linux2_4_25_sock_alloc_send_pskb.c'),('CVE-2012-2123',0,'2.6.30.2','cap_bprm_set_creds','5-2','reuse_file/CVE_2012_2123_linux2_6_30_2_cap_bprm_set_creds.c'),('CVE-2012-0957',0,'3.0.4','override_release','3-2','reuse_file/CVE_2012_0957_linux3_0_4_override_release.c'),('CVE-2011-4324',1,'2.6.10','encode_share_access','5-1','reuse_file/CVE_2011_4324_linux2_6_10_encode_share_access.c'),('CVE-2011-3363',0,'2.6.34.2','cifs_mount','3-6','reuse_file/CVE_2011_3363_linux2_6_34_2_cifs_mount.c'),('CVE-2011-3191',0,'2.6.34.2','CIFSFindNext','3-7','reuse_file/CVE_2011_3191_linux2_6_34_2_CIFSFindNext.c'),('CVE-2011-3191',0,'2.6.23','CIFSFindNext','3-7','reuse_file/CVE_2011_3191_linux2_6_23_CIFSFindNext.c'),('CVE-2011-2928',0,'2.6.23','befs_follow_link','5-1','reuse_file/CVE_2011_2928_linux2_6_23_befs_follow_link.c'),('CVE-2011-2534',0,'2.6.23','clusterip_proc_write','5-1','reuse_file/CVE_2011_2534_linux2_6_23_clusterip_proc_write.c'),('CVE-2011-2493',2,'2.6.35','ext4_fill_super','5-1','reuse_file/CVE_2011_2493_linux2_6_35_ext4_fill_super.c'),('CVE-2011-2183',0,'2.6.32.3','scan_get_next_rmap_item','3-1','reuse_file/CVE_2011_2183_linux2_6_32_3_scan_get_next_rmap_item.c'),('CVE-2011-1833',3,'2.6.29','ecryptfs_parse_options','5-2','reuse_file/CVE_2011_1833_linux2_6_29_ecryptfs_parse_options.c'),('CVE-2011-1833',2,'2.6.27.31','ecryptfs_parse_options','3-1','reuse_file/CVE_2011_1833_linux2_6_27_31_ecryptfs_parse_options.c'),('CVE-2011-1833',2,'2.6.23','ecryptfs_parse_options','5-2,5-1','reuse_file/CVE_2011_1833_linux2_6_23_ecryptfs_parse_options.c'),('CVE-2011-1776',0,'2.6.34.2','is_gpt_valid','3-7','reuse_file/CVE_2011_1776_linux2_6_34_2_is_gpt_valid.c'),('CVE-2011-1776',0,'2.6.23','is_gpt_valid','3-7','reuse_file/CVE_2011_1776_linux2_6_23_is_gpt_valid.c'),('CVE-2011-1747',1,'2.6.16','agp_allocate_memory','4-2','reuse_file/CVE_2011_1747_linux2_6_16_agp_allocate_memory.c'),('CVE-2011-1746',1,'2.6.16','agp_allocate_memory','4-2','reuse_file/CVE_2011_1746_linux2_6_16_agp_allocate_memory.c'),('CVE-2011-1577',0,'2.4.25','is_gpt_valid','5-2,5-1','reuse_file/CVE_2011_1577_linux2_4_25_is_gpt_valid.c'),('CVE-2011-1495',0,'2.6.34.2','_ctl_do_mpt_command','5-1','reuse_file/CVE_2011_1495_linux2_6_34_2__ctl_do_mpt_command.c'),('CVE-2011-1172',0,'2.6.23','do_replace','5-1','reuse_file/CVE_2011_1172_linux2_6_23_do_replace.c'),('CVE-2011-1172',2,'2.6.15','do_ip6t_get_ctl','5-2,5-1','reuse_file/CVE_2011_1172_linux2_6_15_do_ip6t_get_ctl.c'),('CVE-2011-1171',0,'2.6.23','do_replace','5-1','reuse_file/CVE_2011_1171_linux2_6_23_do_replace.c'),('CVE-2011-1171',2,'2.6.12.6','do_ipt_get_ctl','5-2,5-1','reuse_file/CVE_2011_1171_linux2_6_12_6_do_ipt_get_ctl.c'),('CVE-2011-1170',1,'2.6.27.31','do_replace','5-2','reuse_file/CVE_2011_1170_linux2_6_27_31_do_replace.c'),('CVE-2011-1170',0,'2.6.23','do_replace','5-1','reuse_file/CVE_2011_1170_linux2_6_23_do_replace.c'),('CVE-2011-1170',2,'2.6.23','do_arpt_get_ctl','3-7','reuse_file/CVE_2011_1170_linux2_6_23_do_arpt_get_ctl.c'),('CVE-2011-1093',0,'2.6.23','dccp_rcv_state_process','4-2','reuse_file/CVE_2011_1093_linux2_6_23_dccp_rcv_state_process.c'),('CVE-2011-1093',1,'2.6.23','dccp_rcv_state_process','2-1','reuse_file/CVE_2011_1093_linux2_6_23_dccp_rcv_state_process.c'),('CVE-2011-1079',0,'2.6.23','bnep_sock_ioctl','5-2,5-1','reuse_file/CVE_2011_1079_linux2_6_23_bnep_sock_ioctl.c'),('CVE-2011-1010',1,'2.6.35','mac_partition','5-1','reuse_file/CVE_2011_1010_linux2_6_35_mac_partition.c'),('CVE-2011-1010',0,'2.6.34.2','mac_partition','3-5','reuse_file/CVE_2011_1010_linux2_6_34_2_mac_partition.c'),('CVE-2011-0726',0,'2.6.23','do_task_stat','5-2','reuse_file/CVE_2011_0726_linux2_6_23_do_task_stat.c'),('CVE-2011-0726',0,'2.6.22','do_task_stat','5-2','reuse_file/CVE_2011_0726_linux2_6_22_do_task_stat.c'),('CVE-2011-0726',0,'2.6.16','do_task_stat','5-2','reuse_file/CVE_2011_0726_linux2_6_16_do_task_stat.c'),('CVE-2011-0726',0,'2.6.15','do_task_stat','5-2','reuse_file/CVE_2011_0726_linux2_6_15_do_task_stat.c'),('CVE-2011-0006',0,'2.6.30.2','ima_lsm_rule_init','3-7','reuse_file/CVE_2011_0006_linux2_6_30_2_ima_lsm_rule_init.c'),('CVE-2010-4526',0,'2.6.23','sctp_icmp_proto_unreachable','3-7','reuse_file/CVE_2010_4526_linux2_6_23_sctp_icmp_proto_unreachable.c'),('CVE-2010-4526',0,'2.6.16','sctp_icmp_proto_unreachable','3-7','reuse_file/CVE_2010_4526_linux2_6_16_sctp_icmp_proto_unreachable.c'),('CVE-2010-4346',1,'2.6.31.2','install_special_mapping','5-2','reuse_file/CVE_2010_4346_linux2_6_31_2_install_special_mapping.c'),('CVE-2010-4346',1,'2.6.23','install_special_mapping','5-2','reuse_file/CVE_2010_4346_linux2_6_23_install_special_mapping.c'),('CVE-2010-4258',0,'2.6.31.2','do_exit','5-2','reuse_file/CVE_2010_4258_linux2_6_31_2_do_exit.c'),('CVE-2010-4251',0,'2.6.23','sk_receive_skb','3-4','reuse_file/CVE_2010_4251_linux2_6_23_sk_receive_skb.c'),('CVE-2010-4248',0,'2.6.34.2','__exit_signal','5-2,5-1','reuse_file/CVE_2010_4248_linux2_6_34_2___exit_signal.c'),('CVE-2010-4243',3,'2.6.23','flush_old_exec','3-1','reuse_file/CVE_2010_4243_linux2_6_23_flush_old_exec.c'),('CVE-2010-4243',4,'2.6.23','do_execve','3-1','reuse_file/CVE_2010_4243_linux2_6_23_do_execve.c'),('CVE-2010-4163',0,'2.6.27.31','blk_rq_map_user_iov','4-2','reuse_file/CVE_2010_4163_linux2_6_27_31_blk_rq_map_user_iov.c'),('CVE-2010-4081',0,'2.6.23','snd_hdspm_hwdep_ioctl','3-7','reuse_file/CVE_2010_4081_linux2_6_23_snd_hdspm_hwdep_ioctl.c'),('CVE-2010-4079',0,'2.6.34.2','ivtvfb_ioctl','3-1','reuse_file/CVE_2010_4079_linux2_6_34_2_ivtvfb_ioctl.c'),('CVE-2010-4075',1,'2.6.23','uart_get_count','3-1','reuse_file/CVE_2010_4075_linux2_6_23_uart_get_count.c'),('CVE-2010-4075',0,'2.6.23','uart_get_count','3-1','reuse_file/CVE_2010_4075_linux2_6_23_uart_get_count.c'),('CVE-2010-3880',2,'2.6.31.2','inet_csk_diag_dump','3-1','reuse_file/CVE_2010_3880_linux2_6_31_2_inet_csk_diag_dump.c'),('CVE-2010-3880',0,'2.6.23','inet_twsk_diag_dump','5-2','reuse_file/CVE_2010_3880_linux2_6_23_inet_twsk_diag_dump.c'),('CVE-2010-3880',1,'2.6.23','inet_twsk_diag_dump','3-1','reuse_file/CVE_2010_3880_linux2_6_23_inet_twsk_diag_dump.c'),('CVE-2010-3880',5,'2.6.23','inet_diag_dump_reqs','3-1','reuse_file/CVE_2010_3880_linux2_6_23_inet_diag_dump_reqs.c'),('CVE-2010-3880',2,'2.6.23','inet_csk_diag_dump','3-1','reuse_file/CVE_2010_3880_linux2_6_23_inet_csk_diag_dump.c'),('CVE-2010-3880',1,'2.6.23','inet_csk_diag_dump','3-1','reuse_file/CVE_2010_3880_linux2_6_23_inet_csk_diag_dump.c'),('CVE-2010-3880',1,'2.6.16','inet_twsk_diag_dump','3-1','reuse_file/CVE_2010_3880_linux2_6_16_inet_twsk_diag_dump.c'),('CVE-2010-3848',4,'2.6.33.2','econet_sendmsg','2-1','reuse_file/CVE_2010_3848_linux2_6_33_2_econet_sendmsg.c'),('CVE-2010-3848',2,'2.6.25','econet_sendmsg','3-7','reuse_file/CVE_2010_3848_linux2_6_25_econet_sendmsg.c'),('CVE-2010-3848',2,'2.6.23','econet_sendmsg','3-7','reuse_file/CVE_2010_3848_linux2_6_23_econet_sendmsg.c'),('CVE-2010-3848',6,'2.6.23','econet_sendmsg','2-1','reuse_file/CVE_2010_3848_linux2_6_23_econet_sendmsg.c'),('CVE-2010-3848',3,'2.6.23','econet_sendmsg','2-1','reuse_file/CVE_2010_3848_linux2_6_23_econet_sendmsg.c'),('CVE-2010-3848',3,'2.6.19','econet_sendmsg','2-1','reuse_file/CVE_2010_3848_linux2_6_19_econet_sendmsg.c'),('CVE-2010-3848',3,'2.4.25','econet_sendmsg','5-2','reuse_file/CVE_2010_3848_linux2_4_25_econet_sendmsg.c'),('CVE-2010-3297',0,'2.6.9','eql_g_master_cfg','3-4','reuse_file/CVE_2010_3297_linux2_6_9_eql_g_master_cfg.c'),('CVE-2010-3296',0,'2.6.23','cxgb_extension_ioctl','5-1','reuse_file/CVE_2010_3296_linux2_6_23_cxgb_extension_ioctl.c'),('CVE-2010-3084',0,'2.6.31.2','niu_get_ethtool_tcam_all','3-4,3-5','reuse_file/CVE_2010_3084_linux2_6_31_2_niu_get_ethtool_tcam_all.c'),('CVE-2010-3066',1,'2.6.16','io_submit_one','5-2','reuse_file/CVE_2010_3066_linux2_6_16_io_submit_one.c'),('CVE-2010-3015',0,'2.6.22','ext4_ext_get_blocks','5-2','reuse_file/CVE_2010_3015_linux2_6_22_ext4_ext_get_blocks.c'),('CVE-2010-3015',0,'2.6.19','ext4_ext_get_blocks','5-2','reuse_file/CVE_2010_3015_linux2_6_19_ext4_ext_get_blocks.c'),('CVE-2010-2954',0,'2.6.31.2','irda_bind','5-1,5-2','reuse_file/CVE_2010_2954_linux2_6_31_2_irda_bind.c'),('CVE-2010-2495',0,'2.6.31.2','pppol2tp_sendmsg','3-7','reuse_file/CVE_2010_2495_linux2_6_31_2_pppol2tp_sendmsg.c'),('CVE-2010-2248',0,'2.6.16','CIFSSMBWrite2','3-4','reuse_file/CVE_2010_2248_linux2_6_16_CIFSSMBWrite2.c'),('CVE-2010-2248',1,'2.6.16','CIFSSMBWrite','3-4','reuse_file/CVE_2010_2248_linux2_6_16_CIFSSMBWrite.c'),('CVE-2010-2248',0,'2.6.15','CIFSSMBWrite2','3-4','reuse_file/CVE_2010_2248_linux2_6_15_CIFSSMBWrite2.c'),('CVE-2010-2226',0,'2.6.27.31','xfs_swapext','3-1','reuse_file/CVE_2010_2226_linux2_6_27_31_xfs_swapext.c'),('CVE-2010-1488',0,'2.6.23','proc_oom_score','3-7','reuse_file/CVE_2010_1488_linux2_6_23_proc_oom_score.c'),('CVE-2010-1488',0,'2.6.16','proc_oom_score','5-2,3-7','reuse_file/CVE_2010_1488_linux2_6_16_proc_oom_score.c'),('CVE-2010-1437',0,'2.6.23','find_keyring_by_name','4-2','reuse_file/CVE_2010_1437_linux2_6_23_find_keyring_by_name.c'),('CVE-2010-1173',4,'2.4.25','sctp_process_unk_param','3-5','reuse_file/CVE_2010_1173_linux2_4_25_sctp_process_unk_param.c'),('CVE-2010-1148',0,'2.6.31.2','cifs_create','3-7','reuse_file/CVE_2010_1148_linux2_6_31_2_cifs_create.c'),('CVE-2010-1148',0,'2.6.29','cifs_create','3-7','reuse_file/CVE_2010_1148_linux2_6_29_cifs_create.c'),('CVE-2010-1087',1,'2.6.27.31','nfs_wait_on_request','2-1','reuse_file/CVE_2010_1087_linux2_6_27_31_nfs_wait_on_request.c'),('CVE-2010-1085',0,'2.6.32.21','azx_position_ok','2-1,5-1,5-2','reuse_file/CVE_2010_1085_linux2_6_32_21_azx_position_ok.c'),('CVE-2010-1085',0,'2.6.27.31','azx_position_ok','5-1,5-2','reuse_file/CVE_2010_1085_linux2_6_27_31_azx_position_ok.c'),('CVE-2010-1083',0,'2.6.23','processcompl','5-2','reuse_file/CVE_2010_1083_linux2_6_23_processcompl.c'),('CVE-2010-0307',0,'2.6.9','load_elf_binary','5-1,5-2,3-5','reuse_file/CVE_2010_0307_linux2_6_9_load_elf_binary.c'),('CVE-2010-0307',0,'2.6.27.31','load_elf_binary','3-5','reuse_file/CVE_2010_0307_linux2_6_27_31_load_elf_binary.c'),('CVE-2010-0307',0,'2.6.23','load_elf_binary','3-5','reuse_file/CVE_2010_0307_linux2_6_23_load_elf_binary.c'),('CVE-2010-0307',2,'2.6.16','load_elf_binary','2-1','reuse_file/CVE_2010_0307_linux2_6_16_load_elf_binary.c'),('CVE-2010-0307',2,'2.6.10','load_elf_binary','5-1,5-2','reuse_file/CVE_2010_0307_linux2_6_10_load_elf_binary.c'),('CVE-2010-0007',0,'2.6.23','do_ebt_set_ctl','3-6,3-7','reuse_file/CVE_2010_0007_linux2_6_23_do_ebt_set_ctl.c'),('CVE-2009-4895',0,'2.6.26','tty_fasync','5-1,5-2','reuse_file/CVE_2009_4895_linux2_6_26_tty_fasync.c'),('CVE-2009-4307',0,'2.6.28','ext4_fill_flex_info','5-2','reuse_file/CVE_2009_4307_linux2_6_28_ext4_fill_flex_info.c'),('CVE-2009-4307',0,'2.6.27.31','ext4_fill_flex_info','5-2','reuse_file/CVE_2009_4307_linux2_6_27_31_ext4_fill_flex_info.c'),('CVE-2009-4021',0,'2.6.23','fuse_direct_io','5-1,5-2','reuse_file/CVE_2009_4021_linux2_6_23_fuse_direct_io.c'),('CVE-2009-4005',0,'2.6.16','collect_rx_frame','5-1','reuse_file/CVE_2009_4005_linux2_6_16_collect_rx_frame.c'),('CVE-2009-3621',0,'2.6.23','unix_stream_connect','4-2','reuse_file/CVE_2009_3621_linux2_6_23_unix_stream_connect.c'),('CVE-2009-3238',0,'2.6.16','get_random_int','3-7','reuse_file/CVE_2009_3238_linux2_6_16_get_random_int.c'),('CVE-2009-2909',0,'2.4.25','ax25_setsockopt','3-7','reuse_file/CVE_2009_2909_linux2_4_25_ax25_setsockopt.c'),('CVE-2009-2287',0,'2.6.25','kvm_arch_vcpu_ioctl_set_sregs','3-4','reuse_file/CVE_2009_2287_linux2_6_25_kvm_arch_vcpu_ioctl_set_sregs.c'),('CVE-2009-1337',0,'2.6.26','exit_notify','5-2,2-1','reuse_file/CVE_2009_1337_linux2_6_26_exit_notify.c'),('CVE-2009-0859',0,'2.6.26','shm_get_stat','5-2,3-3','reuse_file/CVE_2009_0859_linux2_6_26_shm_get_stat.c'),('CVE-2009-0859',0,'2.6.23','shm_get_stat','3-3','reuse_file/CVE_2009_0859_linux2_6_23_shm_get_stat.c'),('CVE-2009-0676',0,'2.6.27.31','sock_getsockopt','5-1','reuse_file/CVE_2009_0676_linux2_6_27_31_sock_getsockopt.c'),('CVE-2009-0031',0,'2.6.10','keyctl_join_session_keyring','5-1','reuse_file/CVE_2009_0031_linux2_6_10_keyctl_join_session_keyring.c'),('CVE-2009-0028',0,'2.6.9','copy_process','5-2','reuse_file/CVE_2009_0028_linux2_6_9_copy_process.c'),('CVE-2009-0028',0,'2.6.27.31','copy_process','5-1','reuse_file/CVE_2009_0028_linux2_6_27_31_copy_process.c'),('CVE-2008-4302',1,'2.6.21','pipe_to_file','5-1','reuse_file/CVE_2008_4302_linux2_6_21_pipe_to_file.c'),('CVE-2008-4302',1,'2.6.19','pipe_to_file','5-1','reuse_file/CVE_2008_4302_linux2_6_19_pipe_to_file.c'),('CVE-2008-4302',0,'2.6.19','pipe_to_file','5-1','reuse_file/CVE_2008_4302_linux2_6_19_pipe_to_file.c'),('CVE-2008-3275',0,'2.4.25','real_lookup','5-1,3-6','reuse_file/CVE_2008_3275_linux2_4_25_real_lookup.c'),('CVE-2008-3272',0,'2.6.10','snd_seq_oss_synth_make_info','5-1,5-2','reuse_file/CVE_2008_3272_linux2_6_10_snd_seq_oss_synth_make_info.c'),('CVE-2008-2826',0,'2.6.16','sctp_getsockopt_local_addrs_old','3-7','reuse_file/CVE_2008_2826_linux2_6_16_sctp_getsockopt_local_addrs_old.c'),('CVE-2008-1514',2,'2.6.10','poke_user_emu31','5-1,5-2','reuse_file/CVE_2008_1514_linux2_6_10_poke_user_emu31.c'),('CVE-2008-1514',0,'2.6.10','poke_user','5-1,5-2','reuse_file/CVE_2008_1514_linux2_6_10_poke_user.c'),('CVE-2008-1514',0,'2.6.10','peek_user','3-4','reuse_file/CVE_2008_1514_linux2_6_10_peek_user.c'),('CVE-2007-6206',0,'2.6.10','do_coredump','2-1,4-2','reuse_file/CVE_2007_6206_linux2_6_10_do_coredump.c'),('CVE-2007-4997',0,'2.6.16','ieee80211_rx','3-1','reuse_file/CVE_2007_4997_linux2_6_16_ieee80211_rx.c'),('CVE-2007-0006',0,'2.6.10','key_alloc_serial','5-1,2-1','reuse_file/CVE_2007_0006_linux2_6_10_key_alloc_serial.c'),('CVE-2006-4813',0,'2.6.10','__block_prepare_write','5-1,5-2','reuse_file/CVE_2006_4813_linux2_6_10___block_prepare_write.c'),('CVE-2006-3741',0,'2.6.10','sys_perfmonctl','5-1','reuse_file/CVE_2006_3741_linux2_6_10_sys_perfmonctl.c'),('CVE-2006-0557',0,'2.6.10','get_nodes','3-4','reuse_file/CVE_2006_0557_linux2_6_10_get_nodes.c'),('CVE-2005-3181',0,'2.4.25','open_namei','5-1,5-2','reuse_file/CVE_2005_3181_linux2_4_25_open_namei.c'),('CVE-2015-3811',3,'1.12.3','decompressed_entry','2-1','reuse_file/CVE_2015_3811_wireshark1_12_3_decompressed_entry.c'),('CVE-2015-3811',4,'1.10.9','get_wcp_window_ptr','3-4,3-5','reuse_file/CVE_2015_3811_wireshark1_10_9_get_wcp_window_ptr.c'),('CVE-2013-5719',7,'1.8.9','dissect_r3_cmdmfg_forceoptions','5-1,5-2','reuse_file/CVE_2013_5719_wireshark1_8_9_dissect_r3_cmdmfg_forceoptions.c'),('CVE-2013-5719',7,'1.8.9','dissect_r3_upstreammfgfield_checksumresults','3-7','reuse_file/CVE_2013_5719_wireshark1_8_9_dissect_r3_upstreammfgfield_checksumresults.c'),('CVE-2013-5718',0,'1.8.9','dissect_nbap_T_dCH_ID','3-2','reuse_file/CVE_2013_5718_wireshark1_8_9_dissect_nbap_T_dCH_ID.c'),('CVE-2013-4933',0,'1.8.8','netmon_open','5-1','reuse_file/CVE_2013_4933_wireshark1_8_8_netmon_open.c'),('CVE-2013-4932',0,'1.8.8','elem_tlv_e','5-1,5-2','reuse_file/CVE_2013_4932_wireshark1_8_8_elem_tlv_e.c'),('CVE-2013-4932',15,'1.8.8','elem_tv','5-1,5-2','reuse_file/CVE_2013_4932_wireshark1_8_8_elem_tv.c'),('CVE-2013-4932',8,'1.8.8','elem_tv_short','5-1,5-2','reuse_file/CVE_2013_4932_wireshark1_8_8_elem_tv_short.c'),('CVE-2013-4932',15,'1.8.8','elem_v','3-7','reuse_file/CVE_2013_4932_wireshark1_8_8_elem_v.c'),('CVE-2013-4932',15,'1.8.8','elem_v_short','5-1','reuse_file/CVE_2013_4932_wireshark1_8_8_elem_v_short.c'),('CVE-2013-4076',1,'1.8.0','dissect_iphc_crtp_fh','5-2','reuse_file/CVE_2013_4076_wireshark1_8_0_dissect_iphc_crtp_fh.c'),('CVE-2013-1584',1,'1.6.9','dissect_version_5_and_6_primary_header','5-2','reuse_file/CVE_2013_1584_wireshark1_6_9_dissect_version_5_and_6_primary_header.c'),('CVE-2013-1572',2,'1.6.7','dissect_oampdu_event_notification','3-2','reuse_file/CVE_2013_1572_wireshark1_6_7_dissect_oampdu_event_notification.c'),('CVE-2012-6062',1,'1.6.9','dissect_rtcp_app','3-7','reuse_file/CVE_2012_6062_wireshark1_6_9_dissect_rtcp_app.c'),('CVE-2012-6053',2,'1.6.9','dissect_usb_configuration_descriptor','5-2','reuse_file/CVE_2012_6053_wireshark1_6_9_dissect_usb_configuration_descriptor.c'),('CVE-2012-4289',5,'1.6.9','dissect_query_afp_set_acl','5-1','reuse_file/CVE_2012_4289_wireshark1_6_9_dissect_query_afp_set_acl.c'),('CVE-2012-4289',6,'1.6.9','proto_register_afp','5-1,5-2','reuse_file/CVE_2012_4289_wireshark1_6_9_proto_register_afp.c'),('CVE-2012-4285',0,'1.6.9','dissect_pft','3-7','reuse_file/CVE_2012_4285_wireshark1_6_9_dissect_pft.c'),('CVE-2012-0067',2,'1.4.9','iptrace_read_1_0','3-5','reuse_file/CVE_2012_0067_wireshark1_4_9_iptrace_read_1_0.c'),('CVE-2012-0041',0,'1.4.9','dissect_packet','3-4,3-5','reuse_file/CVE_2012_0041_wireshark1_4_9_dissect_packet.c'),('CVE-2011-4102',1,'1.4.9','erf_read_header','3-4','reuse_file/CVE_2011_4102_wireshark1_4_9_erf_read_header.c'),('CVE-2011-1139',0,'1.2.0','pcapng_read_packet_block','5-1,5-2','reuse_file/CVE_2011_1139_wireshark1_2_0_pcapng_read_packet_block.c'),('CVE-2014-8639',0,'2.31','nsHttpChannel::ProcessResponse','5-2','reuse_file/CVE_2014_8639_seamonkey2_31_nsHttpChannel__ProcessResponse.c'),('CVE-2014-1524',1,'2.25','nsXBLBinding::DoInitJSClass','5-1','reuse_file/CVE_2014_1524_seamonkey2_25_nsXBLBinding__DoInitJSClass.c'),('CVE-2014-1510',0,'2.21','nsGlobalWindow::BuildURIfromBase','2-1','reuse_file/CVE_2014_1510_seamonkey2_21_nsGlobalWindow__BuildURIfromBase.c'),('CVE-2014-1510',0,'2.19','nsGlobalWindow::BuildURIfromBase','3-1','reuse_file/CVE_2014_1510_seamonkey2_19_nsGlobalWindow__BuildURIfromBase.c'),('CVE-2014-1496',0,'2.15','PatchFile::Prepare','3-7','reuse_file/CVE_2014_1496_seamonkey2_15_PatchFile__Prepare.c'),('CVE-2014-1496',0,'2.1','PatchFile::Prepare','3-7','reuse_file/CVE_2014_1496_seamonkey2_1_PatchFile__Prepare.c'),('CVE-2014-1496',1,'2.24','UpdateThreadFunc','2-1','reuse_file/CVE_2014_1496_seamonkey2_24_UpdateThreadFunc.c'),('CVE-2014-1496',1,'2.14','UpdateThreadFunc','4-2','reuse_file/CVE_2014_1496_seamonkey2_14_UpdateThreadFunc.c'),('CVE-2014-1496',2,'2.24','DoUpdate','3-7','reuse_file/CVE_2014_1496_seamonkey2_24_DoUpdate.c'),('CVE-2014-1496',2,'2.23','DoUpdate','3-7','reuse_file/CVE_2014_1496_seamonkey2_23_DoUpdate.c'),('CVE-2014-1482',0,'2.9','RasterImage::Draw','2-1','reuse_file/CVE_2014_1482_seamonkey2_9_RasterImage__Draw.c'),('CVE-2013-6671',0,'2.13.2','nsHtml5TreeOperation::Perform','2-1','reuse_file/CVE_2013_6671_seamonkey2_13_2_nsHtml5TreeOperation__Perform.c'),('CVE-2013-5618',0,'2.17','Element::UnbindFromTree','3-7','reuse_file/CVE_2013_5618_seamonkey2_17_Element__UnbindFromTree.c'),('CVE-2013-5597',1,'2.13.2','nsOfflineCachePendingUpdate::OnStateChange','3-3,3-7','reuse_file/CVE_2013_5597_seamonkey2_13_2_nsOfflineCachePendingUpdate__OnStateChange.c'),('CVE-2013-1732',1,'2.9','nsBlockFrame::Reflow','3-4','reuse_file/CVE_2013_1732_seamonkey2_9_nsBlockFrame__Reflow.c'),('CVE-2013-1732',0,'2.0.3','nsBlockFrame::Reflow','3-2','reuse_file/CVE_2013_1732_seamonkey2_0_3_nsBlockFrame__Reflow.c'),('CVE-2013-1732',0,'2.10.1','nsAnimationManager::BuildAnimations','2-1','reuse_file/CVE_2013_1722_seamonkey2_10_1_nsAnimationManager__BuildAnimations.c'),('CVE-2013-1709',0,'2.13.2','nsDocShell::AddToSessionHistory','3-3','reuse_file/CVE_2013_1709_seamonkey2_13_2_nsDocShell__AddToSessionHistory.c'),('CVE-2013-1705',2,'2.19','cryptojs_ReadArgsAndGenerateKey','3-3,3-7','reuse_file/CVE_2013_1705_seamonkey2_19_cryptojs_ReadArgsAndGenerateKey.c'),('CVE-2013-1705',2,'2.6','cryptojs_ReadArgsAndGenerateKey','3-3,3-7','reuse_file/CVE_2013_1705_seamonkey2_6_cryptojs_ReadArgsAndGenerateKey.c'),('CVE-2013-0779',0,'2.13.2','NextState','3-3','reuse_file/CVE_2013_0779_seamonkey2_13_2_NextState.c'),('CVE-2013-0774',0,'2.14','CreateDedicatedWorkerGlobalScope','4-2','reuse_file/CVE_2013_0774_seamonkey2_14_CreateDedicatedWorkerGlobalScope.c'),('CVE-2014-8639',0,'31.1.0','nsHttpChannel::ProcessResponse','5-2','reuse_file/CVE_2014_8639_thunderbird31_1_0_nsHttpChannel__ProcessResponse.c'),('CVE-2014-1581',0,'31.0','GetDirectionFromText','5-2','reuse_file/CVE_2014_1581_thunderbird31_0_GetDirectionFromText.c'),('CVE-2014-1510',0,'17.0.7','nsGlobalWindow::BuildURIfromBase','3-1','reuse_file/CVE_2014_1510_thunderbird17_0_7_nsGlobalWindow__BuildURIfromBase.c'),('CVE-2014-1510',0,'24.1.0','nsGlobalWindow::BuildURIfromBase','2-1','reuse_file/CVE_2014_1510_thunderbird24_1_0_nsGlobalWindow__BuildURIfromBase.c'),('CVE-2014-1496',0,'6.0.2','PatchFile::Prepare','3-7','reuse_file/CVE_2014_1496_thunderbird6_0_2_PatchFile__Prepare.c'),('CVE-2014-1496',0,'3.1.20','PatchFile::Prepare','3-7','reuse_file/CVE_2014_1496_thunderbird3_1_20_PatchFile__Prepare.c'),('CVE-2014-1496',1,'17.0.7','UpdateThreadFunc','4-2','reuse_file/CVE_2014_1496_thunderbird17_0_7_UpdateThreadFunc.c'),('CVE-2014-1496',1,'24.1.0','UpdateThreadFunc','2-1','reuse_file/CVE_2014_1496_thunderbird24_1_0_UpdateThreadFunc.c'),('CVE-2014-1496',2,'24.1.0','DoUpdate','3-7','reuse_file/CVE_2014_1496_thunderbird24_1_0_DoUpdate.c'),('CVE-2014-1482',0,'6.0.2','RasterImage::Draw','2-1','reuse_file/CVE_2014_1482_thunderbird6_0_2_RasterImage__Draw.c'),('CVE-2013-6671',0,'11.0.1','nsHtml5TreeOperation::Perform','3-3,5-1,4-1,3-1','reuse_file/CVE_2013_6671_thunderbird11_0_1_nsHtml5TreeOperation__Perform.c'),('CVE-2013-5597',1,'6.0.2','nsOfflineCachePendingUpdate::OnStateChange','3-7,3-3','reuse_file/CVE_2013_5597_thunderbird6_0_2_nsOfflineCachePendingUpdate__OnStateChange.c'),('CVE-2013-1732',0,'3.0.8','nsBlockFrame::Reflow','3-2','reuse_file/CVE_2013_1732_thunderbird3_0_8_nsBlockFrame__Reflow.c'),('CVE-2013-1732',1,'12.0','nsBlockFrame::Reflow','3-4','reuse_file/CVE_2013_1732_thunderbird12_0_nsBlockFrame__Reflow.c'),('CVE-2013-1722',0,'6.0.2','nsAnimationManager::BuildAnimations','2-1','reuse_file/CVE_2013_1722_thunderbird6_0_2_nsAnimationManager__BuildAnimations.c'),('CVE-2013-1709',0,'6.0.2','nsDocShell::AddToSessionHistory','3-3','reuse_file/CVE_2013_1709_thunderbird6_0_2_nsDocShell__AddToSessionHistory.c'),('CVE-2013-1707',0,'17.0.7','NS_main','3-2','reuse_file/CVE_2013_1707_thunderbird17_0_7_NS_main.c'),('CVE-2013-1693',0,'3.1','nsSVGFEMorphologyElement::Filter','3-4','reuse_file/CVE_2013_1693_thunderbird3_1_nsSVGFEMorphologyElement__Filter.c'),('CVE-2013-1685',0,'17.0.5','nsDocument::ResetToURI','5-2','reuse_file/CVE_2013_1685_thunderbird17_0_5_nsDocument__ResetToURI.c'),('CVE-2013-1676',0,'14.0','nsBidiPresUtils::ResolveParagraph','3-3','reuse_file/CVE_2013_1676_thunderbird14_0_nsBidiPresUtils__ResolveParagraph.c');
/*!40000 ALTER TABLE `vcid_table` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2016-08-22 12:15:25