Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
stringlengths
17
28
repo
stringclasses
41 values
base_commit
stringlengths
40
40
url
stringlengths
36
128
lang
stringclasses
2 values
bug_description
stringlengths
948
1.81M
build_sh
stringclasses
63 values
dockerfile
stringlengths
251
1.48k
work_dir
stringclasses
36 values
additional_files
sequencelengths
0
6
php.cve-2016-5096
php/php-src
abd159cce48f3e34f08e4751c568e09677d5ec9c
https://bugs.php.net/bug.php?id=72114
c++
From https://bugs.php.net/bug.php?id=72114: From https://bugs.php.net/bug.php?id=72114: Description: ------------ Run the test script with ASAN. I could only reproduce this on a 64 bit environment. PHPAPI PHP_FUNCTION(fread) { zval *res; long len; php_stream *stream; if (zend_parse_...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
php.cve-2016-7130
php/php-src
698a691724c0a949295991e5df091ce16f899e02
https://bugs.php.net/bug.php?id=72750
c++
From https://bugs.php.net/bug.php?id=72750: From https://bugs.php.net/bug.php?id=72750: Description: ------------ When wddx deserialize tries to parse an invalid base64 binary value, php_base64_decode return NULL. The return value is not checked and used. https://github.com/php/php-src/blob/master/ext/wddx/wddx.c#L896...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
php.cve-2016-7418
php/php-src
c4cca4c20e75359c9a13a1f9a36cb7b4e9601d29
https://bugs.php.net/bug.php?id=73065
c++
From https://bugs.php.net/bug.php?id=73065: From https://bugs.php.net/bug.php?id=73065: Description: ------------ CREDIT ----------------------- This vulnerability was discovered by Ke Liu of Tencent's Xuanwu LAB. PHP VERSION ----------------------- ./sapi/cli/php --version PHP 7.2.0-dev (cli) (built: Sep 11 2016 18:...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
php.cve-2016-7127
php/php-src
1bd103df00f49cf4d4ade2cfe3f456ac058a4eae
https://bugs.php.net/bug.php?id=72730
c++
From https://bugs.php.net/bug.php?id=72730: From https://bugs.php.net/bug.php?id=72730: Description: ------------ Description: ------------ imagegammacorrect accepts two gamma values, if they don't have the same sign then the palette colors will be assigned values bigger than 0xFF, later this values are used to calcula...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
php.cve-2016-7129
php/php-src
426aeb2808955ee3d3f52e0cfb102834cdb836a5
https://bugs.php.net/bug.php?id=72749
c++
From https://bugs.php.net/bug.php?id=72749: From https://bugs.php.net/bug.php?id=72749: Description: ------------ While deserializing an invalid dateTime value, wddx_deserialize will parse it in a wrong way and then assign the supplied value as the address of the created variable. This allows illegal memory access. We ...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
php.cve-2016-7413
php/php-src
b88393f08a558eec14964a55d3c680fe67407712
https://bugs.php.net/bug.php?id=72860
c++
From https://bugs.php.net/bug.php?id=72860: From https://bugs.php.net/bug.php?id=72860: Description: ------------ When WDDX tries to deserialize "recordset" element, use after free happens if close tag for the field is not found. This happens only when field names are set. Test script: --------------- <?php $xml=<<<X...
#!/bin/bash -eu # Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2019 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/php-src
[]
libgd.cve-2013-7456
libgd/libgd
4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a
https://bugs.php.net/bug.php?id=72227
c++
From https://bugs.php.net/bug.php?id=72227: From https://bugs.php.net/bug.php?id=72227: Description: ------------ Tested on PHP 7 on 32 bits with ASAN and using USE_ZEND_ALLOC=0. user@Xenial32-2:~/crashes/gd$ USE_ZEND_ALLOC=0 gdb -q --args /home/user/php-7.0/sapi/cli/php -n phuzz4.php Reading symbols from /home/user...
#!/bin/bash -eu # Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/libgd
[ { "filename": "parser_target.cc", "content": "// Copyright 2018 Google Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/L...
libgd.cve-2017-6363
libgd/libgd
0be86e1926939a98afbd2f3a23c673dfc4df2a7c
https://github.com/libgd/libgd/issues/383
c++
From https://github.com/libgd/libgd/issues/383: Issue Title: Invalid read when call gdImageTiffPtr (CVE-2017-6363) Issue Body: Description ======== Hi, when I fuzz the libgd, a invalid read occurs within the function tiffWriter of gd_tiff.c, it can be triggered by the [gdfile.txt](https://github.com/libgd/libgd/files...
#!/bin/bash -eu # Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/libgd
[ { "filename": "parser_target.cc", "content": "// Copyright 2018 Google Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/L...
libgd.cve-2021-38115
libgd/libgd
167ea1f4f0003f3e9f7ca1e586189e99cf33d47f
https://github.com/libgd/libgd/issues/697
c++
From https://github.com/libgd/libgd/issues/697: From https://github.com/libgd/libgd/issues/697: Issue Title: Read out of bound in TGA files Issue Body: hello, [this issue](https://github.com/libgd/libgd/issues/247#issue-163166532) is showing a read out of bound for a corrupted TGA [test.txt](https://github.com/libgd/l...
#!/bin/bash -eu # Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
# Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
/src/libgd
[ { "filename": "gd_image_string_fuzzer.cc", "content": "// Copyright 2020 Google Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/l...
mpv.cve-2020-19824
mpv-player/mpv
5858e3cdbd6fbae3ed80366912dd5df0af4fa126
https://github.com/mpv-player/mpv/issues/6808
c++
From https://github.com/mpv-player/mpv/issues/6808: Issue Title: race condition in audio.c on uninit Issue Body: ### mpv version and platform mpv 0.29.1 mpv 0.29.0-353-g65b1c2d065-dirty MacOS 10.13.6 (17G6030) ### Reproduction steps run script ./fuzz.sh https://github.com/3kyo0/fuzz_samples/blob/master/fuzz.sh ### E...
#!/bin/bash -eu # Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/mpv
[]
exiv2.cve-2021-31292
exiv2/exiv2
05ec05342e17dc94670db1818447c06d0da8f41a
https://github.com/Exiv2/exiv2/issues/1530
c++
From https://github.com/Exiv2/exiv2/issues/1530: Issue Title: heap-buffer-overflow Read in Exiv2::Internal::CrwMap::encode Issue Body: **VERSION** exiv 2 0.27.4.1 https://github.com/Exiv2/exiv2/tree/0.27-maintenance **REPRODUCE** Compile exiv2 with asan: ``` CC=clang CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release ...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
exiv2.cve-2020-18771
exiv2/exiv2
7bd929de31622a07bfc16f1c61b6c45e79e69cbb
https://github.com/Exiv2/exiv2/issues/756
c++
From https://github.com/Exiv2/exiv2/issues/756: Issue Title: one global-buffer-overread in Exiv2::Internal::Nikon1MakerNote::print0x0088 in nikonmn_int.cpp Issue Body: POC: [poc.zip](https://github.com/Exiv2/exiv2/files/3001421/poc.zip) There exists one global-buffer-overread in Exiv2::Internal::Nikon1MakerNote::pri...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
exiv2.cve-2018-10999
exiv2/exiv2
234e5794f6b6f99f6538441868659cc5947c9c22
https://github.com/Exiv2/exiv2/issues/306
c++
From https://github.com/Exiv2/exiv2/issues/306: From https://github.com/Exiv2/exiv2/issues/306: From https://github.com/Exiv2/exiv2/issues/306: Issue Title: heap-buffer-overflow on Exiv2::Internal::PngChunk::parseTXTChunk Issue Body: ```jsx ================================================================= ==30669==ERR...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
exiv2.cve-2018-17229
exiv2/exiv2
b6a8d39613a28603a989bd5278798db8a54eeb1e
https://github.com/Exiv2/exiv2/issues/453
c++
From https://github.com/Exiv2/exiv2/issues/453: From https://github.com/Exiv2/exiv2/issues/453: From https://github.com/Exiv2/exiv2/issues/453: Issue Title: CVE-2018-17229: AddressSanitizer: heap-buffer-overflow in Exiv2::d2Data Issue Body: Tested in Ubuntu 16.04, 64bit, Exiv2(master b6a8d39) `$ exiv2 $POC` https://g...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
exiv2.cve-2018-17230
exiv2/exiv2
b6a8d39613a28603a989bd5278798db8a54eeb1e
https://github.com/Exiv2/exiv2/issues/455
c++
From https://github.com/Exiv2/exiv2/issues/455: From https://github.com/Exiv2/exiv2/issues/455: From https://github.com/Exiv2/exiv2/issues/455: Issue Title: CVE-2018-17230: AddressSanitizer: heap-buffer-overflow in Exiv2::ul2Data Issue Body: Tested in Ubuntu 16.04, 64bit, Exiv2(master b6a8d39) `$ exiv2 $POC` https://...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
exiv2.cve-2018-17282
exiv2/exiv2
37b8725565f42c260f9773fe4cfb8fa39f566746
https://github.com/Exiv2/exiv2/issues/457
c++
From https://github.com/Exiv2/exiv2/issues/457: From https://github.com/Exiv2/exiv2/issues/457: From https://github.com/Exiv2/exiv2/issues/457: Issue Title: CVE-2018-17282: SEGV in Exiv2::DataValue::copy at value.cpp:242 Issue Body: Tested in Ubuntu 16.04, 64bit, Exiv2(master 37b8725) `$ exiv2 $POC` https://github.co...
#!/bin/bash -eu # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
/src/exiv2
[]
End of preview. Expand in Data Studio

Languages

The text of the dataset is primarily English, but we make no effort to filter or otherwise clean based on language type.

Data Instances

An example of a BenchDyne_Seed datum is as follows:

instance_id: (str) - A formatted instance id
repo: (str) - The repository name
base_commit: (str) - The base commit hash
url: (str) - The URL of the repository
lang: (str) - The programming language of the repository
bug_description: (str) - The bug description
build_sh: (str) - The build script to build the project
dockerfile: (str) - The Dockerfile
work_dir: (str) - The working directory, usually the root of the repository
additional_files: (list) - A list of additional files that can be used for building a Docker image
Downloads last month
7