idx int64 0 767 | CVE ID stringlengths 13 16 | Hash value stringlengths 10 41 | CWE ID stringclasses 16
values | Software stringclasses 51
values | Type of patch statements stringlengths 4 36 ⌀ | Patch statement function stringlengths 4 488 | Critical variables stringlengths 1 154 ⌀ | Vulnerability-triggered function stringlengths 4 39 ⌀ | Vulnerability-triggered line numbers stringlengths 2 111 | Vulnerability-triggered statements stringlengths 2 1.07k | Type of vulnerability-triggered statements stringclasses 26
values | List of functions from to-be-patched function to vulnerability-triggered function stringlengths 4 39 | Cross-function or not stringclasses 1
value | Type of cross-function vulnerabilities stringclasses 0
values | The number of cross-function layers int64 1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | CVE-2014-9658 | f70d9342e65cd2cb44e9f26b6d7edeedf191fc6c | CWE-125 | freetype2 | P-10; | tt_face_load_kern | length | tt_face_load_kern | 98 | p += 2; | T-3; | tt_face_load_kern | No | null | 1 |
2 | CVE-2014-9660 | af8346172a7b573715134f7a51e6c5c60fa7f2ab | CWE-476 | freetype2 | P-1;
P-3;
P-9;
P-11; | _bdf_parse_glyphs | p->flags | _bdf_parse_glyphs | 1564 | p->flags &= ~_BDF_START; | T-14; | _bdf_parse_glyphs | No | null | 1 |
4 | CVE-2014-9663 | 9bd20b7304aae61de5d50ac359cf27132bafd4c1 | CWE-119 | freetype2 | P-10;
P-11; | tt_cmap4_validate | length | tt_cmap4_validate | 862 | num_segs = TT_NEXT_USHORT( p ); | T-1; | tt_cmap4_validate | No | null | 1 |
5 | CVE-2014-9664 | 73be9f9ab67842cfbec36ee99e8d2301434c84ca | CWE-119 | freetype2 | P-1;
P-9;
P-11; | parse_charstrings | parser->root.cursor | parse_charstrings | 1602 | if ( *cur == '/' ) | T-3; | parse_charstrings | No | null | 1 |
6 | CVE-2007-6151 | eafe1aa37e6ec2d56f14732b5240c4dd09f0613a | CWE-119 | linux | P-1; | isdn_ioctl | iocts.drvid | isdn_ioctl | 1523
----
1605
----
1681 | if (!(strcmp(dev->drvid[i], iocts.drvid))) {
----
if (!(strcmp(dev->drvid[i], iocts.drvid))) {
----
if (!(strcmp(dev->drvid[i], iocts.drvid))) { | T-1; | isdn_ioctl | No | null | 1 |
7 | CVE-2007-6761 | 0b29669c065f60501e7289e1950fa2a618962358 | CWE-119 | linux | P-2;
P-4; | videobuf_vm_open
videobuf_vm_close
__videobuf_mmap_mapper | map | __videobuf_mmap_mapper | 253 | memcpy(mem->vma,vma,sizeof(*vma)); | T-1; | __videobuf_mmap_mapper | No | null | 1 |
8 | CVE-2008-3911 | 27df6f25ff218072e0e879a96beeb398a79cdbc8 | CWE-119 | linux | P-1;
P-2;
P-6;
P-9; | proc_do_xprt | len | proc_do_xprt | 75 | if (__copy_to_user(buffer, tmpbuf, len)) | T-1; | proc_do_xprt | No | null | 1 |
11 | CVE-2009-1385 | ea30e11970a96cfe5e32c03a29332554573b4a10 | CWE-189 | linux | P-10; | e1000_clean_rx_irq | length | e1000_clean_rx_irq | 4041 | last_byte = *(skb->data + length - 1); | T-3; | e1000_clean_rx_irq | No | null | 1 |
13 | CVE-2009-1897 | 3c8a9c63d5fd738c261bd0ceece04d9c8357ca13 | CWE-119 | linux | P-2; | tun_chr_poll | sk | tun_chr_poll | 489 | struct sock *sk = tun->sk; | T-14; | tun_chr_poll | No | null | 1 |
14 | CVE-2009-2406 | 6352a29305373ae6196491e6d4669f301e26492e | CWE-119 | linux | P-1;
P-3;
P-9;
P-11; | parse_tag_11_packet | tag_11_contents_size | parse_tag_11_packet | 1463 | memcpy(contents, &data[(*packet_size)], (*tag_11_contents_size)); | T-1; | parse_tag_11_packet | No | null | 1 |
15 | CVE-2009-2407 | f151cd2c54ddc7714e2f740681350476cda03a28 | CWE-119 | linux | P-1;
P-3;
P-9;
P-11; | parse_tag_3_packet | (*new_auth_tok)->session_key.encrypted_key_size | parse_tag_3_packet | 1345 | memcpy((*new_auth_tok)->session_key.encrypted_key,
&data[(*packet_size)],
(*new_auth_tok)->session_key.encrypted_key_size); | T-1; | parse_tag_3_packet | No | null | 1 |
17 | CVE-2012-2383 | ed8cd3b2cd61004cab85380c52b1817aca1ca49b | CWE-189 | linux | P-10; | i915_gem_execbuffer2 | args->buffer_count | i915_gem_execbuffer2 | 1412 | exec2_list = kmalloc(sizeof(*exec2_list)*args->buffer_count,
GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); | T-1; | i915_gem_execbuffer2 | No | null | 1 |
18 | CVE-2012-2384 | 44afb3a04391a74309d16180d1e4f8386fdfa745 | CWE-189 | linux | P-9;
P-11; | i915_gem_do_execbuffer | args->num_cliprects | i915_gem_do_execbuffer | 1136 | cliprects = kmalloc(args->num_cliprects * sizeof(*cliprects),
GFP_KERNEL); | T-1; | i915_gem_do_execbuffer | No | null | 1 |
20 | CVE-2012-3364 | 67de956ff5dc1d4f321e16cfbd63f5be3b691b43 | CWE-119 | linux | P-2; | nci_extract_rf_params_nfca_passive_poll
nci_extract_rf_params_nfcb_passive_poll
nci_extract_rf_params_nfcf_passive_poll
nci_extract_activation_params_iso_dep | nfca_poll->nfcid1_len
nfcb_poll->sensb_res_len
nfcf_poll->sensf_res_len
nfca_poll->rats_res_len | nci_extract_rf_params_nfca_passive_poll | 337 | memcpy(nfca_poll->rats_res,
data, nfca_poll->rats_res_len); | T-1; | nci_extract_rf_params_nfca_passive_poll | No | null | 1 |
21 | CVE-2012-3400 | 1df2ae31c724e57be9d7ac00d78db8a5dabdd050 | CWE-119 | linux | P-8;
P-9;
P-11; | udf_load_sparable_map
udf_load_logicalvol | spm->numSparingTables | udf_load_logicalvol | 1295 | loc = le32_to_cpu(spm->locSparingTable[j]); | T-2; | udf_load_logicalvol | No | null | 1 |
22 | CVE-2012-3400 | adee11b2085bee90bd8f4f52123ffb07882d6256 | CWE-119 | linux | P-1;
P-3;
P-5;
P-10;
P-11; | udf_load_logicalvol | offset | udf_load_logicalvol | 1244 | gpm = (struct genericPartitionMap *)
&(lvd->partitionMaps[offset]); | T-2; | udf_load_logicalvol | No | null | 1 |
23 | CVE-2012-4565 | 8f363b77ee4fbf7c3bbcf5ec2c5ca482d396d664 | CWE-189 | linux | P-2;
P-4;
P-9; | tcp_illinois_info | ca->sum_rtt | tcp_illinois_info | 318 | do_div(t, ca->cnt_rtt); | T-4; | tcp_illinois_info | No | null | 1 |
24 | CVE-2012-6704 | 82981930125abfd39d7c8378a9cfdf5e1be2002b | CWE-119 | linux | P-2;
P-9; | sock_setsockopt
sock_getsockopt | v.val | sock_getsockopt | 1046 | if (copy_to_user(optval, &v, len)) | T-1; | sock_getsockopt | No | null | 1 |
25 | CVE-2013-1773 | 0720a06a7518c9d0c0125bd5d1f3b6264c55c3dd | CWE-119 | linux | P-1;
P-3;
P-7;
P-8;
P-10; | utf8s_to_utf16s
put_utf16 | maxlen | utf8s_to_utf16s | 132 | *op++ = (wchar_t) (SURROGATE_PAIR |((u >> 10) & SURROGATE_BITS)); | T-3; | utf8s_to_utf16s | No | null | 1 |
26 | CVE-2013-1860 | c0f5ecee4e741667b2493c742b60b6218d40b3aa | CWE-119 | linux | P-1;
P-2;
P-4;
P-5;
P-9; | wdm_in_callback
wdm_post_reset | desc->reslength | wdm_in_callback | 189 | memmove(desc->ubuf + desc->length, desc->inbuf, desc->reslength); | T-1; | wdm_in_callback | No | null | 1 |
27 | CVE-2013-1929 | 715230a44310a8cf66fbfb5a46f9a62a9b2de424 | CWE-119 | linux | P-4;
P-9; | tg3_read_vpd | len | tg3_read_vpd | 14607 | memcpy(tp->fw_ver, &vpd_data[j], len); | T-1; | tg3_read_vpd | No | null | 1 |
28 | CVE-2013-2094 | 8176cced706b5e5d15887584150764894e94e02f | CWE-189 | linux | P-2; | perf_swevent_init | event_id | perf_swevent_init | 5364 | static_key_slow_inc(&perf_swevent_enabled[event_id]); | T-2; | perf_swevent_init | No | null | 1 |
31 | CVE-2013-2850 | cea4dcfdad926a27a18e188720efe0f2c9403456 | CWE-119 | linux | P-1;
P-4; | iscsi_add_notunderstood_response
iscsi_decode_text_input | null | iscsi_add_notunderstood_response | 761 | strncpy(extra_response->key, key, strlen(key) + 1); | T-1; | iscsi_add_notunderstood_response | No | null | 1 |
33 | CVE-2017-13000 | 8512734883227c11568bb35da1d48b9f8466f43f | CWE-125 | tcpdump | P-4; | ieee802_15_4_if_print | p | ieee802_15_4_if_print | 125 | ND_PRINT((ndo,"%04x:%04x ", panid, EXTRACT_LE_16BITS(p + 2))); | T-1; | ieee802_15_4_if_print | No | null | 1 |
35 | CVE-2017-13001 | 7a923447fd49a069a0fd3b6c3547438ab5ee2123 | CWE-125 | tcpdump | P-4;
P-5;
P-6;
P-9; | nfs_printfh | temp、sfsname | nfs_printfh | 813 | strncpy(temp, sfsname, NFSX_V3FHMAX); | T-1; | nfs_printfh | No | null | 1 |
36 | CVE-2017-13002 | cbddb98484ea8ec1deece351abd56e063d775b38 | CWE-125 | tcpdump | P-3;
P-9;
P-11; | aodv_extension | ep、ep->length | aodv_extension | 190 | switch (ep->type) { | T-14; | aodv_extension | No | null | 1 |
37 | CVE-2017-13003 | a25211918f2e790c67d859d20ccf8dbb81da1598 | CWE-125 | tcpdump | P-6;
P-9;
P-11; | lmp_print_data_link_subobjs
lmp_print | link_type | lmp_print | 767 | link_type = EXTRACT_16BITS ( obj_tptr ) >> 8; | T-1; | lmp_print | No | null | 1 |
38 | CVE-2017-13004 | 42073d54c53a496be40ae84152bbfe2c923ac7bc | CWE-125 | tcpdump | P-3; | juniper_parse_header | p、l2info->cookie_len | juniper_parse_header | 1371 | l2info->proto = EXTRACT_16BITS(p+l2info->cookie_len); | T-1; | juniper_parse_header | No | null | 1 |
39 | CVE-2017-13005 | b45a9a167ca6a3ef2752ae9d48d56ac14b001bfd | CWE-125 | tcpdump | P-9;
P-11; | xid_map_enter | rp->rm_call.cb_proc、
rp->rm_call.cb_vers | xid_map_enter | 902 | xmep->proc = EXTRACT_32BITS(&rp->rm_call.cb_proc); | T-1; | xid_map_enter | No | null | 1 |
40 | CVE-2017-13008 | 5edf405d7ed9fc92f4f43e8a3d44baa4c6387562 | CWE-125 | tcpdump | P-4;
P-9;
P-11; | parse_elements | length | parse_elements | 1192 | memcpy(tim.bitmap, p + offset + 3, tim.length - 3); | T-1; | parse_elements | No | null | 1 |
41 | CVE-2017-13010 | 877b66b398518d9501513e0860c9f3a8acc70892 | CWE-125 | tcpdump | P-8;
P-9;
P-10;
P-11; | l_strnstart
beep_print | tstr1
tl1
str2 | l_strnstart | 37 | return (strncmp(tstr1, str2, tl1) == 0 ? 1 : 0); | T-1; | l_strnstart | No | null | 1 |
42 | CVE-2017-13012 | 8509ef02eceb2bbb479cea10fe4a7ec6395f1a8b | CWE-125 | tcpdump | P-3; | icmp_print | ip->ip_len | icmp_print | 584 | ip_print(ndo, bp, EXTRACT_16BITS(&ip->ip_len)); | T-1; | icmp_print | No | null | 1 |
44 | CVE-2015-8745 | c6048f849c7e3f009786df76206e895a69de032c | CWE-617 | qemu | P-1;
P-3;
P-11; | vmxnet3_io_bar0_read | s、l | vmxnet3_io_bar0_read | 1168 | g_assert_not_reached(); | T-5; | vmxnet3_io_bar0_read | No | null | 1 |
46 | CVE-2015-8631 | 83ed75feba32e46f736fcce0d96a0445f29b96c2 | CWE-772 | krb5 | P-2;
P-4; | create_principal_2_svc
create_principal3_2_svc
delete_principal_2_svc
modify_principal_2_svc
rename_principal_2_svc
get_principal_2_svc
get_princs_2_svc
chpass_principal_2_svc
chpass_principal3_2_svc
setv4key_principal_2_svc
setkey_principal_2_svc
setkey_principal3_2_svc
chrand_principal_2_svc
chrand_principal3_2_svc
c... | client_name
service_name | init_2_svc | 1804 | return(&ret); | T-10; | init_2_svc | No | null | 1 |
47 | CVE-2016-7466 | b53dd4495ced2432a0b652ea895e651d07336f7e | CWE-772 | qemu | P-4; | usb_xhci_exit | xhci->mem
dev->msix_table_mmio | usb_xhci_exit | 3722 | usb_bus_release(&xhci->bus); | T-11; | usb_xhci_exit | No | null | 1 |
48 | CVE-2016-7995 | b16c129daf0fed91febbb88de23dae8271c8898a | CWE-772 | qemu | P-3; | ehci_process_itd | ehci->isgl | ehci_process_itd | 1429 | return -1; /* avoid page pg + 1 */ | T-10; | ehci_process_itd | No | null | 1 |
49 | CVE-2016-8577 | e95c9a493a5a8d6f969e86c9f19f80ffe6587e19 | CWE-772 | qemu | P-11; | v9fs_read | 无关键变量 | v9fs_read | 1846 | put_fid(pdu, fidp); | T-11; | v9fs_read | No | null | 1 |
50 | CVE-2016-9102 | ff55e94d23ae94c8628b0115320157c763eb3e06 | CWE-772 | qemu | P-3; | v9fs_xattrcreate | xattr_fidp->fs.xattr.value | v9fs_xattrcreate | 3290 | v9fs_string_free(&name); | T-11; | v9fs_xattrcreate | No | null | 1 |
51 | CVE-2016-9105 | 4c1586787ff43c9acd18a56c12d720e3e6be9f7c | CWE-772 | qemu | P-3; | v9fs_link | pdu、oldfidp | v9fs_link | 2420 | pdu_complete(pdu, err); | T-11; | v9fs_link | No | null | 1 |
52 | CVE-2016-9106 | fdfcc9aeea1492f4b819a24c94dfb678145b1bf9 | CWE-772 | qemu | P-11; | v9fs_write | 无关键变量 | v9fs_write | 2100 | put_fid(pdu, fidp); | T-11; | v9fs_write | No | null | 1 |
53 | CVE-2017-11310 | 8ca35831e91c3db8c6d281d09b605001003bec08 | CWE-772 | ImageMagick | P-1; | ProcessMSLScript | profile | ProcessMSLScript | 1907
----
1920 | return(-1);
----
return(1); | T-10; | ProcessMSLScript | No | null | 1 |
54 | CVE-2017-12427 | e793eb203e5e0f91f5037aed6585e81b1e27395b | CWE-772 | ImageMagick | P-1;
P-11; | read_user_chunk_callback
ReadOnePNGImage | msl_info.image_info | read_user_chunk_callback | 7910
----
7909 | return(MagickTrue); | T-10; | read_user_chunk_callback | No | null | 1 |
55 | CVE-2017-15032 | 241988ca28139ad970c1d9717c419f41e360ddb0 | CWE-772 | ImageMagick | P-1; | ReadYCBCRImage | canvas_image | ReadYCBCRImage | 215 | return(DestroyImageList(image)); | T-10; | ReadYCBCRImage | No | null | 1 |
56 | CVE-2017-15033 | ef8f40689ac452398026c07da41656a7c87e4683 | CWE-772 | ImageMagick | P-1;
P-4; | ReadYUVImage | scanline | ReadYUVImage | 231
----
495
----
403
----
357 | return((Image *) NULL); | T-10; | ReadYUVImage | No | null | 1 |
57 | CVE-2017-7377 | d63fb193e71644a073b77ff5ac6f1216f2f6cf6e | CWE-772 | qemu | P-1;
P-9; | v9fs_lcreate
v9fs_create | fidp->fid_type | v9fs_lcreate | 1582
----
2292 | v9fs_string_free(&name);
----
v9fs_path_free(&path); | T-11; | v9fs_lcreate | No | null | 1 |
58 | CVE-2017-8086 | 4ffcdef4277a91af15a3c09f7d16af072c29f3f2 | CWE-772 | qemu | P-3; | v9fs_list_xattr | orig_value | v9fs_list_xattr | 111 | return -1; | T-10; | v9fs_list_xattr | No | null | 1 |
59 | CVE-2018-16640 | 76efa969342568841ecf320b5a041685a6d24e0b | CWE-772 | ImageMagick | P-4; | ReadOneJNGImage | color_image
color_image_info
alpha_image
alpha_image_info | ReadOneJNGImage | 4696 | return(DestroyImageList(image)); | T-10; | ReadOneJNGImage | No | null | 1 |
60 | CVE-2018-16641 | 256825d4eb33dc301496710d15cf5a7ae924088b | CWE-772 | ImageMagick | P-1; | TIFFWritePhotoshopLayers | base_image | TIFFWritePhotoshopLayers | 3181 | return(status); | T-10; | TIFFWritePhotoshopLayers | No | null | 1 |
61 | CVE-2016-9913 | 4774718e5c194026ba5ee7a28d9be49be3080e42 | CWE-401 | qemu | P-4; | v9fs_device_realize_common | s->ctx.fs_root | v9fs_device_realize_common | 3528 | return rc; | T-10; | v9fs_device_realize_common | No | null | 1 |
62 | CVE-2016-9914 | 702dbcc274e2ca43be20ba64c758c0ca57dab91d | CWE-401 | qemu | P-3;
P-9; | v9fs_device_realize_common
v9fs_device_unrealize_common | s->ctx | v9fs_device_realize_common | 3528 | return rc; | T-10; | v9fs_device_realize_common | No | null | 1 |
63 | CVE-2017-5552 | 33243031dad02d161225ba99d782616da133f689 | CWE-401 | qemu | P-3;
P-4;
P-9; | virgl_resource_attach_backing | res_iovs、att_rb | virgl_resource_attach_backing | 295 | virgl_renderer_resource_attach_iov(att_rb.resource_id,res_iovs, att_rb.nr_entries); | T-11; | virgl_resource_attach_backing | No | null | 1 |
64 | CVE-2017-5578 | 204f01b30975923c64006f8067f0937b91eea68b | CWE-401 | qemu | P-1;
P-9;
P-11; | virtio_gpu_resource_attach_backing | res->iov | virtio_gpu_resource_attach_backing | 720 | return; | T-10; | virtio_gpu_resource_attach_backing | No | null | 1 |
65 | CVE-2017-5579 | 8409dc884a201bf74b30a9d232b6bbdd00cb7e2b | CWE-401 | qemu | P-3; | serial_realize_core | s->modem_status_poll
s->fifo_timeout_timer
s->recv_fifo
s->xmit_fifo | serial_realize_core | 909 | qemu_unregister_reset(serial_reset, s); | T-11; | serial_realize_core | No | null | 1 |
66 | CVE-2017-5856 | 765a707000e838c30b18d712fe6cb3dd8e0435f3 | CWE-401 | qemu | P-1;
P-5; | megasas_map_dcmd
megasas_handle_dcmd | len | megasas_handle_dcmd | 1570 | return MFI_STAT_MEMORY_NOT_AVAILABLE; | T-10; | megasas_handle_dcmd | No | null | 1 |
67 | CVE-2017-5857 | 5e8e3c4c75c199aa1017db816fca02be2a9f8798 | CWE-401 | qemu | P-3;
P-5;
P-9; | virgl_cmd_resource_unref | unref.resource_id | virgl_cmd_resource_unref | 84 | virgl_renderer_resource_unref(unref.resource_id); | T-11; | virgl_cmd_resource_unref | No | null | 1 |
68 | CVE-2017-9060 | dd248ed7e204ee8a1873914e02b8b526e8f1b80d | CWE-401 | qemu | P-3; | virtio_gpu_set_scanout | rect | virtio_gpu_set_scanout | 609 | return; | T-10; | virtio_gpu_set_scanout | No | null | 1 |
69 | CVE-2017-9373 | d68f0f778e7f4fbd674627274267f269e40f0b04 | CWE-401 | qemu | P-1;
P-3;
P-5;
P-9; | ahci_realize | s->dev | ahci_realize | 1488 | g_free(s->dev); | T-11; | ahci_realize | No | null | 1 |
70 | CVE-2019-13133 | fe3066122ef72c82415811d25e9e3fad622c0a99 | CWE-401 | ImageMagick | P-11; | ReadBMPImage | null | ReadBMPImage | 1509 | return((Image *) NULL); | T-10; | ReadBMPImage | No | null | 1 |
71 | CVE-2019-13134 | fe3066122ef72c82415811d25e9e3fad622c0a99 | CWE-401 | ImageMagick | P-2;
P-11; | ReadVIFFImage | image | ReadVIFFImage | 777 | return((Image *) NULL); | T-10; | ReadVIFFImage | No | null | 1 |
72 | CVE-2019-13137 | 35ccb468ee2dcbe8ce9cf1e2f1957acc27f54c34 | CWE-401 | ImageMagick | P-1; | ReadPSImage | page_geometry | ReadPSImage | 748 | return((Image *) NULL); | T-10; | ReadPSImage | No | null | 1 |
73 | CVE-2019-13296 | ce08a3691a8ac29125e29fc41967b3737fa3f425 | CWE-401 | ImageMagick | P-1; | MagickBooleanType | image | MagickBooleanType | 4598 | return(status == 0 ? MagickFalse : MagickTrue); | T-10; | MagickBooleanType | No | null | 1 |
74 | CVE-2019-13301 | f595a1985233c399a05c0c37cc41de16a90dd025 | CWE-401 | ImageMagick | P-1;
P-11; | AnnotateImage | annotate
annotate_info | AnnotateImage | 277
----
306 | return(MagickFalse);
----
return(MagickFalse); | T-10; | AnnotateImage | No | null | 1 |
75 | CVE-2019-13309 | 5f21230b657ccd65452dd3d94c5b5401ba691a2d | CWE-401 | ImageMagick | P-1;
P-4; | CLIListOperatorImages | insert_image | CLIListOperatorImages | 4601 | return(status == 0 ? MagickFalse : MagickTrue); | T-10; | CLIListOperatorImages | No | null | 1 |
76 | CVE-2019-13310 | 5f21230b657ccd65452dd3d94c5b5401ba691a2d | CWE-401 | ImageMagick | P-1; | MogrifyImageList | reconstruct_image
image
p | MogrifyImageList | 8845 | return(status != 0 ? MagickTrue : MagickFalse); | T-10; | MogrifyImageList | No | null | 1 |
77 | CVE-2019-7175 | 1e6a3ace073c9ec9c71e439c111d23c6e66cb6ae | CWE-401 | ImageMagick | P-1;
P-9; | DecodeImage | j | DecodeImage | 218 | return(MagickFalse); | T-10; | DecodeImage | No | null | 1 |
78 | CVE-2019-7395 | 8a43abefb38c5e29138e1c9c515b313363541c06 | CWE-401 | ImageMagick | P-1; | WritePSDChannel | compressed_pixels | WritePSDChannel | 2785 | return(0); | T-10; | WritePSDChannel | No | null | 1 |
79 | CVE-2019-7396 | 748a03651e5b138bcaf160d15133de2f4b1b89ce | CWE-401 | ImageMagick | P-1; | ReadSIXELImage | sixel_pixels | ReadSIXELImage | 1070 | return(DestroyImageList(image)); | T-10; | ReadSIXELImage | No | null | 1 |
80 | CVE-2019-7397 | 306c1f0fa5754ca78efd16ab752f0e981d4f6b82 | CWE-401 | ImageMagick | P-1;
P-4; | RestoreMSCWarning | xref | RestoreMSCWarning | 2085
----
2182 | return(MagickFalse);
----
return(MagickFalse); | T-10; | RestoreMSCWarning | No | null | 1 |
81 | CVE-2015-8900 | 97aa7d7cfd2027f6ba7ce42caf8b798541b9cdc6 | CWE-835 | ImageMagick | P-2;
P-4;
P-10; | ReadHDRImage | c | ReadHDRImage | 277 | while ((c != '\n') && (c != '\0')) | T-7; | ReadHDRImage | No | null | 1 |
82 | CVE-2016-7908 | 070c4b92b8cd5390889716677a0b92444d6e087a | CWE-835 | qemu | P-5;
P-10; | mcf_fec_do_tx | descnt | mcf_fec_do_tx | 160 | while (1) { | T-7; | mcf_fec_do_tx | No | null | 1 |
83 | CVE-2017-11523 | 83e0f8ffd7eeb7661b0ff83257da23d24ca7f078 | CWE-835 | ImageMagick | P-3;
P-9; | ReadTXTImage | image | ReadTXTImage | 437 | do | T-7; | ReadTXTImage | No | null | 1 |
84 | CVE-2017-12989 | db24063b01cba8e9d4d88b7d8ac70c9000c104e4 | CWE-835 | tcpdump | P-1; | resp_get_length | bp | resp_get_length | 478 | for (;;) { | T-7; | resp_get_length | No | null | 1 |
85 | CVE-2017-12995 | 3a76fd7c95fced2c2f8c8148a9055c3a542eff29 | CWE-835 | tcpdump | P-2;
P-5;
P-6; | ns_nprint | chars_processed
cp
data_size | ns_nprint | 169 | while (i && cp < ndo->ndo_snapend) { | T-7; | ns_nprint | No | null | 1 |
86 | CVE-2017-12997 | 34cec721d39c76be1e0a600829a7b17bdfb832b6 | CWE-835 | tcpdump | P-6;
P-11; | lldp_private_8021_print | i | lldp_private_8021_print | 788 | while(i<sublen) { | T-7; | lldp_private_8021_print | No | null | 1 |
87 | CVE-2017-14058 | 7ec414892ddcad88313848494b6fc5f437c9ca4a | CWE-835 | ffmpeg | P-1;
P-5;
P-9; | read_data | null | read_data | 1324 | goto reload; | T-8; | read_data | No | null | 1 |
88 | CVE-2017-5973 | f89b60f6e5fee3923bedf80e82b4e5efc1bb156b | CWE-835 | qemu | P-1;
P-3;
P-9;
P-11; | xhci_ring_fetch
xhci_kick_epctx
xhci_process_commands | null | xhci_kick_epctx | 2230
----
2749 | while (1) {
----
while ((type = xhci_ring_fetch(xhci, &xhci->cmd_ring, &trb, &addr))) { | T-7; | xhci_kick_epctx | No | null | 1 |
89 | CVE-2017-6505 | 95ed56939eb2eaa4e2f349fe6dcd13ca4edfd8fb | CWE-835 | qemu | P-1;
P-3;
P-9;
P-11; | ohci_service_ed_list | link_cnt | ohci_service_ed_list | 1193 | for (cur = head; cur; cur = next_ed) { | T-7; | ohci_service_ed_list | No | null | 1 |
90 | CVE-2018-1999012 | 9807d3976be0e92e4ece3b4b1701be894cd7c2e1 | CWE-835 | ffmpeg | P-9;
P-11; | read_part_of_packet | pb | read_part_of_packet | 143 | goto recover; | T-8; | read_part_of_packet | No | null | 1 |
91 | CVE-2018-20467 | db0add932fb850d762b02604ca3053b7d7ab6deb | CWE-835 | ImageMagick | P-1;
P-10; | ReadBMPImage | bmp_info.number_colors
offset | ReadBMPImage | 587 | do | T-7; | ReadBMPImage | No | null | 1 |
92 | CVE-2018-7751 | a6cba062051f345e8ebfdff34aba071ed73d923f | CWE-835 | ffmpeg | P-2;
P-9; | svg_probe | b | svg_probe | 883 | while (b < end) { | T-7; | svg_probe | No | null | 1 |
93 | CVE-2011-3929 | 5a396bb3a66a61a68b80f2369d0249729bf85e04 | CWE-119 | ffmpeg | P-4;
P-9; | avpriv_dv_produce_packet | ppcm | avpriv_dv_produce_packet | 152 | pcm[of*2] = frame[d+1]; | T-2; | avpriv_dv_produce_packet | No | null | 1 |
94 | CVE-2011-3940 | 5c011706bc752d34bc6ada31d7df2ca0c9af7c6b | CWE-119 | ffmpeg | P-10; | nsv_read_chunk | s->streams、st[] | nsv_read_chunk | 615
----
628 | nst = st[NSV_ST_VIDEO]->priv_data;
----
nst = st[NSV_ST_AUDIO]->priv_data; | T-2; | nsv_read_chunk | No | null | 1 |
95 | CVE-2011-3940 | 8fd8a48263ff1437f9d02d7e78dc63efb9b5ed3a | CWE-119 | ffmpeg | P-2;
P-9;
P-11; | nsv_parse_NSVf_header | p、strings | nsv_parse_NSVf_header | 319 | avio_read(pb, strings, strings_size) | T-3; | nsv_parse_NSVf_header | No | null | 1 |
96 | CVE-2011-3945 | 807a045ab7f51993a2c1b3116016cbbd4f3d20d6 | CWE-119 | ffmpeg | P-6;
P-10; | decode_frame | offsets | decode_frame | 92 | if (offsets[oidx] < 0) { | T-2; | decode_frame | No | null | 1 |
97 | CVE-2011-3951 | ce7aee9b733134649a6ce2fa743e51733f33e67e | CWE-119 | ffmpeg | P-1;
P-9;
P-11; | dpcm_decode_frame | stereo、buf_size | dpcm_decode_frame | 233 | *output_samples++ = predictor[ch]; | T-3; | dpcm_decode_frame | No | null | 1 |
98 | CVE-2012-0847 | ae21776207e8a2bbe268e7c9e203f7599dd87ddb | CWE-119 | ffmpeg | P-10; | avfilter_filter_samples | i | avfilter_filter_samples | 682 | memcpy(link->cur_buf->data[i], samplesref->data[i], samplesref->linesize[0]); | T-2; | avfilter_filter_samples | No | null | 1 |
99 | CVE-2012-0848 | 5257743aee0c3982f0079e6553aabc6aa39401d2 | CWE-119 | ffmpeg | P-2; | ws_snd_decode_frame | smp | ws_snd_decode_frame | 134 | *samples++ = sample; | T-3; | ws_snd_decode_frame | No | null | 1 |
100 | CVE-2012-0850 | 944f5b2779e4aa63f7624df6cd4de832a53db81b | CWE-119 | ffmpeg | P-10; | sbr_qmf_synthesis | v_off | sbr_qmf_synthesis | 1205 | v[ n] = mdct_buf[0][63 - 2*n]; | T-3; | sbr_qmf_synthesis | No | null | 1 |
101 | CVE-2012-0851 | 7fff64e00d886fde11d61958888c82b461cf99b9 | CWE-119 | ffmpeg | P-3;
P-9;
P-11; | ff_h264_decode_seq_parameter_set | sps->chroma_format_idc | ff_h264_decode_seq_parameter_set | 463 | ((const char*[]){"Gray","420","422","444"})[sps->chroma_format_idc], | T-2; | ff_h264_decode_seq_parameter_set | No | null | 1 |
102 | CVE-2012-0854 | 6d8e6fe9dbc365f50521cf0c4a5ffee97c970cb5 | CWE-119 | ffmpeg | P-2; | dpcm_decode_frame | uint8_t *output_samples_u8 | dpcm_decode_frame | 297 | *output_samples_u8++ = s->sample[0]; | T-3; | dpcm_decode_frame | No | null | 1 |
103 | CVE-2012-0855 | 3eedf9f716733b3b4c5205726d2c1ca52b3d3d78 | CWE-119 | ffmpeg | P-1;
P-9; | get_sot | s->curtileno | get_sot | 437 | memcpy(tile->codsty, s->codsty, s->ncomponents * sizeof(J2kCodingStyle)); | T-1; | get_sot | No | null | 1 |
104 | CVE-2012-0856 | 21270cffaeab2f67a613907516b2b0cd6c9eacf4 | CWE-119 | ffmpeg | P-4;
P-10; | MPV_frame_start | s->width、s->heigth | MPV_frame_start | 1235
----
1236 | for(i=0; i<s->height; i++)
----
memset(s->last_picture_ptr->f.data[0] + s->last_picture_ptr->f.linesize[0]*i, 16, s->width); | T-1; | MPV_frame_start | No | null | 1 |
105 | CVE-2012-0859 | 6fcf2bb8af0e7d6bb179e71e67e5fab8ef0d2ec2 | CWE-119 | ffmpeg | P-8; | render_line | y0 | render_line | 188 | buf[x0] = ff_vorbis_floor1_inverse_db_table[y0]; | T-2; | render_line | No | null | 1 |
106 | CVE-2012-2774 | 59a4b73531428d2f420b4dad545172c8483ced0f | CWE-119 | ffmpeg | P-3;
P-9;
P-11; | ff_MPV_frame_start | avctx | ff_MPV_frame_start | 1249 | memset(s->last_picture_ptr->f.data[0] + s->last_picture_ptr->f.linesize[0]*i, 16, avctx->width); | T-1; | ff_MPV_frame_start | No | null | 1 |
108 | CVE-2012-6618 | e74cd2f4706f71da5e9205003c1d8263b54ed3fb | CWE-119 | ffmpeg | P-2; | av_probe_input_buffer | pd.buf_size | av_probe_input_buffer | 505 | memset(pd.buf + pd.buf_size, 0, AVPROBE_PADDING_SIZE); | T-1; | av_probe_input_buffer | No | null | 1 |
109 | CVE-2013-0847 | 10416a4d56fa8a89784e4fb62099c3cab17a9952 | CWE-119 | ffmpeg | P-10; | ff_id3v2_parse | b - buffer中的b和buffer | ff_id3v2_parse | 708
----
711 | *b++ = avio_r8(s->pb);
----
*b++ = val ? val : avio_r8(s->pb); | T-3; | ff_id3v2_parse | No | null | 1 |
112 | CVE-2013-0851 | 63ac64864c6e0e84355aa3caa5b92208997a9a8d | CWE-119 | ffmpeg | P-10; | decode_frame | buf_size | decode_frame | 254 | height = AV_RL16(&buf[10]); | T-2; | decode_frame | No | null | 1 |
113 | CVE-2013-0852 | c0d68be555f5858703383040e04fcd6529777061 | CWE-119 | ffmpeg | P-3;
P-9;
P-11; | parse_picture_segment | buf_size
rle_bitmap_len | parse_picture_segment | 233 | memcpy(ctx->pictures[picture_id].rle, buf, buf_size); | T-1; | parse_picture_segment | No | null | 1 |
114 | CVE-2013-0861 | 43c6b45a53a186a187f7266e4d6bd3c2620519f1 | CWE-119 | ffmpeg | P-2; | avcodec_decode_audio4 | channels | avcodec_decode_audio4 | 1698 | memcpy(samples, frame.extended_data[0], plane_size); | T-1; | avcodec_decode_audio4 | No | null | 1 |
115 | CVE-2013-0863 | 89e16e675d3cbe76cf4581f98bf4ac300cab0286 | CWE-119 | ffmpeg | P-1;
P-3;
P-9; | old_codec47 | decoded_size | old_codec47 | 320 | memset(dst, color, run_len); | T-1; | old_codec47 | No | null | 1 |
End of preview. Expand in Data Studio
d2c-interpvd
InterPVD vulnerability records, repacked from InterPVD.xlsx (Sheet1, 769 rows) as the
source for Dataset2Container's interpvd-all and interpvd-cross datasets. The sheet's
column names, column order, row order, and values are unchanged, with two exceptions:
idxis added: the record's 0-based row position in the sheet. Dataset2Container uses it assource_record_id, so a record keeps the same identity in every split.Vulnerability-triggered line numbersis stored as text because the sheet mixes integer cells with multi-line ranges.
| Split | Rows | Contents |
|---|---|---|
single |
581 | Cross-function or not is No: the vulnerability stays within one function |
cross |
188 | Cross-function or not is Yes: the function chain spans more than one function |
all |
769 | Union of single then cross |
all is a reserved split keyword in datasets, so it is not stored as its own split; request it
directly:
from datasets import load_dataset
load_dataset("adefu020/d2c-interpvd", split="all") # interpvd-all
load_dataset("adefu020/d2c-interpvd", split="cross") # interpvd-cross
- Downloads last month
- 46