instance_id stringlengths 15 23 | repo stringlengths 11 29 | base_commit stringlengths 40 40 | patch stringlengths 398 57k | url stringlengths 58 59 | patch_commit stringlengths 40 40 | sanitizer_report stringlengths 674 16.1k | fuzzing_engine stringclasses 2
values | fuzz_target stringlengths 6 28 | sanitizer stringclasses 3
values | architecture stringclasses 1
value | crash_type stringlengths 12 29 | work_dir stringlengths 8 24 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
icu.osv-2020-867 | unicode-org/icu | f4f74c1f2ee380c20434f224d7fea05fdb4e91d6 | diff --git a/icu4c/source/i18n/collationdatabuilder.cpp b/icu4c/source/i18n/collationdatabuilder.cpp
index b10de993c27..d6ef5171634 100644
--- a/icu4c/source/i18n/collationdatabuilder.cpp
+++ b/icu4c/source/i18n/collationdatabuilder.cpp
@@ -86,13 +86,25 @@ struct ConditionalCE32 : public UMemory {
* When fetching... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15613 | 4833cc89b2fae2e8863b46bf1dc785964847e882 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 4168507493
INFO: Loaded 1 modules (45583 inline 8-bit counters): 45583 [0x5596777bdb60, 0x5596777c8d6f),
INFO: Loaded 1 PC tables (45583 PCs): 45583 [0x5596777c8d70,0x55967787ae60),
/out/collator_rulebased_fuzzer: Running 1 inputs 1 time(s) each.
R... | libfuzzer | collator_rulebased_fuzzer | address | x86_64 | Heap-buffer-overflow READ 4 | /src/icu |
mruby.osv-2020-739 | mruby/mruby | c10e191ac70a78f99a1255dfa1bd9d7ffa803eb7 | diff --git a/src/string.c b/src/string.c
index b69a39df8..251e00628 100644
--- a/src/string.c
+++ b/src/string.c
@@ -820,6 +820,7 @@ mrb_str_modify_keep_ascii(mrb_state *mrb, struct RString *s)
if (shared->refcnt == 1 && s->as.heap.ptr == shared->ptr) {
s->as.heap.aux.capa = shared->capa;
s->as.heap.... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18756 | 45aa5081e418423b47a32a06e0515406f63b64d2 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3771451620
INFO: Loaded 1 modules (17162 inline 8-bit counters): 17162 [0x561f59c50a50, 0x561f59c54d5a),
INFO: Loaded 1 PC tables (17162 PCs): 17162 [0x561f59c54d60,0x561f59c97e00),
/out/mruby_fuzzer: Running 1 inputs 1 time(s) each.
Running: /test... | libfuzzer | mruby_fuzzer | memory | x86_64 | UNKNOWN READ | /src/mruby |
harfbuzz.osv-2018-119 | harfbuzz/harfbuzz | 3e284e02c2a5da758526360a45364a330b8ab8e9 | diff --git a/src/hb-aat-layout-kerx-table.hh b/src/hb-aat-layout-kerx-table.hh
index 6b61186a9..4e6c6e405 100644
--- a/src/hb-aat-layout-kerx-table.hh
+++ b/src/hb-aat-layout-kerx-table.hh
@@ -260,7 +260,7 @@ struct KerxSubTableFormat1
depth = 0; /* Probably not what CoreText does, but better? */
}
- ... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11367 | a549aa14a0b60436a16f7f8924a5b5f82b4d5b7e | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 23431213
INFO: Loaded 1 modules (25863 inline 8-bit counters): 25863 [0x55c62d791b70, 0x55c62d798077),
INFO: Loaded 1 PC tables (25863 PCs): 25863 [0x55c62d798078,0x55c62d7fd0e8),
/out/hb-shape-fuzzer: Running 1 inputs 1 time(s) each.
Running: /tes... | libfuzzer | hb-shape-fuzzer | address | x86_64 | UNKNOWN READ | /src/harfbuzz |
serenity.osv-2021-394 | serenityos/serenity | 4d40864b9dc3837c00b1d02b567d6a648e0048f2 | diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index d30fd2d2b4..0bf112e184 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -322,6 +322,10 @@
#cmakedefine01 RESOURCE_DEBUG
#endif
+#ifndef RSA_PARSE_DEBUG
+#cmakedefine01 RSA_PARSE_DEBUG
+#endif
+
#ifndef SAFE_SYSCALL_DEBUG
#cmakedefine01 SAFE_SYSCALL_DEBUG
#endif
d... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30906 | 3fe7ac0924ada70faaf27636b6e0f40bcde24f77 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3327171987
INFO: Loaded 1 modules (7905 inline 8-bit counters): 7905 [0x55e63ff88228, 0x55e63ff8a109),
INFO: Loaded 1 PC tables (7905 PCs): 7905 [0x55e63ff8a110,0x55e63ffa8f20),
/out/FuzzRSAKeyParsing: Running 1 inputs 1 time(s) each.
Running: /tes... | libfuzzer | FuzzRSAKeyParsing | address | x86_64 | Heap-buffer-overflow READ 1 | /src/serenity/Meta/Lagom |
lcms.osv-2022-626 | mm2/little-cms | a6ef58ec3716bad934d0cacc063ef1a419f4668f | diff --git a/src/cmstypes.c b/src/cmstypes.c
index 47bc7a2..e056731 100644
--- a/src/cmstypes.c
+++ b/src/cmstypes.c
@@ -2071,11 +2071,11 @@ cmsBool Write16bitTables(cmsContext ContextID, cmsIOHANDLER* io, _cmsStageToneCu
cmsUInt32Number nEntries;
_cmsAssert(Tables != NULL);
-
- nEntries = Tables->TheCur... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49461 | 959064542d2ea82f97bb409dda4df471efc53feb | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3312627919
INFO: Loaded 1 modules (7605 inline 8-bit counters): 7605 [0x56357f17cfd0, 0x56357f17ed85),
INFO: Loaded 1 PC tables (7605 PCs): 7605 [0x56357f17ed88,0x56357f19c8d8),
/out/cms_profile_fuzzer: Running 1 inputs 1 time(s) each.
Running: /te... | libfuzzer | cms_profile_fuzzer | address | x86_64 | Heap-buffer-overflow READ 2 | /src/lcms |
selinux.osv-2021-585 | selinuxproject/selinux | 8a74c05b97050bd226d61fc162e04dcdf8e91247 | diff --git a/libsepol/cil/src/cil_build_ast.c b/libsepol/cil/src/cil_build_ast.c
index 96c94497..88254858 100644
--- a/libsepol/cil/src/cil_build_ast.c
+++ b/libsepol/cil/src/cil_build_ast.c
@@ -52,6 +52,7 @@ struct cil_args_build {
struct cil_tree_node *tunif;
struct cil_tree_node *in;
struct cil_tree_node *macr... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32675 | 340f0eb7f3673e8aacaf0a96cbfcd4d12a405521 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3636622255
INFO: Loaded 1 modules (18299 inline 8-bit counters): 18299 [0x55e350f92a28, 0x55e350f971a3),
INFO: Loaded 1 PC tables (18299 PCs): 18299 [0x55e350f971a8,0x55e350fde958),
/out/secilc-fuzzer: Running 1 inputs 1 time(s) each.
Running: /tes... | libfuzzer | secilc-fuzzer | address | x86_64 | Heap-buffer-overflow READ 8 | /src/selinux |
cyclonedds.osv-2023-556 | eclipse-cyclonedds/cyclonedds | 5ca03776896510f22d6316bb0f237c786ad280b0 | diff --git a/src/core/ddsi/src/ddsi_typewrap.c b/src/core/ddsi/src/ddsi_typewrap.c
index 2e20e92f..9301282d 100644
--- a/src/core/ddsi/src/ddsi_typewrap.c
+++ b/src/core/ddsi/src/ddsi_typewrap.c
@@ -584,15 +584,25 @@ static dds_return_t xt_valid_struct_member_ids (struct ddsi_domaingv *gv, const
{
assert (ddsi_xt_i... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=60514 | 748f19f0c5da7ecec73d350772c784e46c7d9d64 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 4244788798
INFO: Loaded 1 modules (25128 inline 8-bit counters): 25128 [0x561c8c5cf148, 0x561c8c5d5370),
INFO: Loaded 1 PC tables (25128 PCs): 25128 [0x561c8c5d5370,0x561c8c6375f0),
/out/fuzz_type_object: Running 1 inputs 1 time(s) each.
Running: /... | libfuzzer | fuzz_type_object | address | x86_64 | Heap-buffer-overflow READ 4 | /src/cyclonedds |
libraw.osv-2020-1417 | libraw/libraw | 371161a06d7f98f231a001dad4af2dfb463e270a | diff --git a/src/metadata/identify.cpp b/src/metadata/identify.cpp
index c68e7f16..9443d8fa 100644
--- a/src/metadata/identify.cpp
+++ b/src/metadata/identify.cpp
@@ -958,15 +958,16 @@ void LibRaw::identify()
{
case 0: // Compression not set, assuming uncompressed
case 1:
- // Uncompressed float: de... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23870 | 363e91ea656f4ce46584b4b0af6285030f236b7e | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 2726989515
INFO: Loaded 1 modules (66178 inline 8-bit counters): 66178 [0x5575e6b581b0, 0x5575e6b68432),
INFO: Loaded 1 PC tables (66178 PCs): 66178 [0x5575e6b68438,0x5575e6c6ac58),
/out/libraw_cr2_fuzzer: Running 1 inputs 1 time(s) each.
Running: ... | libfuzzer | libraw_cr2_fuzzer | undefined | x86_64 | Index-out-of-bounds | /src/libraw |
openjpeg.osv-2017-35 | uclouvain/openjpeg | 8f92fc97913bec7ffa2dc10d062c0cdd19da20e4 | diff --git a/src/lib/openjp2/dwt.c b/src/lib/openjp2/dwt.c
index d33fbeb3..de3ff727 100644
--- a/src/lib/openjp2/dwt.c
+++ b/src/lib/openjp2/dwt.c
@@ -1642,20 +1642,24 @@ static void opj_dwt_get_band_coordinates(opj_tcd_tilecomp_t* tilec,
OPJ_UINT32 x0b = bandno & 1;
OPJ_UINT32 y0b = bandno >> 1;
if (tbx... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3125 | a55c024fc6b917a409b85aeafd7326421c4aea34 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 4140116622
INFO: Loaded 1 modules (8950 inline 8-bit counters): 8950 [0x56211da53640, 0x56211da55936),
INFO: Loaded 1 PC tables (8950 PCs): 8950 [0x56211da55938,0x56211da78898),
/out/opj_decompress_fuzzer: Running 1 inputs 1 time(s) each.
Running: ... | libfuzzer | opj_decompress_fuzzer | address | x86_64 | Heap-buffer-overflow READ {*} | /src/openjpeg |
libexif.osv-2020-1274 | libexif/libexif | b4322b18e24a8a636abe8542a0551614fef5ce4b | diff --git a/libexif/exif-entry.c b/libexif/exif-entry.c
index 61260d3..a224ac2 100644
--- a/libexif/exif-entry.c
+++ b/libexif/exif-entry.c
@@ -1040,12 +1040,12 @@ exif_entry_get_value (ExifEntry *e, char *val, unsigned int maxlen)
d = 0.;
entry = exif_content_get_entry (
e->parent->parent->ifd[EXIF_IFD_0], ... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14543 | f9bb9f263fb00f0603ecbefa8957cad24168cbff | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3665362448
INFO: Loaded 1 modules (2640 inline 8-bit counters): 2640 [0x563f812ea668, 0x563f812eb0b8),
INFO: Loaded 1 PC tables (2640 PCs): 2640 [0x563f812eb0b8,0x563f812f55b8),
/out/exif_loader_fuzzer: Running 1 inputs 1 time(s) each.
Running: /te... | libfuzzer | exif_loader_fuzzer | address | x86_64 | Heap-buffer-overflow READ 7 | /src/libexif |
espeak-ng.osv-2021-769 | espeak-ng/espeak-ng | 7b9c99cec7b0c517049d39cbbee610c3a8407fa4 | diff --git a/src/libespeak-ng/translate.c b/src/libespeak-ng/translate.c
index 93186f25..0914619a 100644
--- a/src/libespeak-ng/translate.c
+++ b/src/libespeak-ng/translate.c
@@ -1276,6 +1276,11 @@ static int TranslateWord2(Translator *tr, char *word, WORD_TAB *wtab, int pre_pa
Word_EmbeddedCmd();
}
+ if (n_ph_l... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34332 | 26a675543c63832e37ec780a6c30e49707df1db4 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 52586208
INFO: Loaded 1 modules (11493 inline 8-bit counters): 11493 [0x56495cf3fd58, 0x56495cf42a3d),
INFO: Loaded 1 PC tables (11493 PCs): 11493 [0x56495cf42a40,0x56495cf6f890),
/out/ssml-fuzzer: Running 1 inputs 1 time(s) each.
Running: /testcas... | libfuzzer | ssml-fuzzer | address | x86_64 | Stack-buffer-overflow READ 16 | /src/espeak-ng |
libtiff.osv-2020-1232 | libtiff/libtiff | 4b2a343001c7bc2552bb118f6baf90d484bffec0 | diff --git a/libtiff/tif_ojpeg.c b/libtiff/tif_ojpeg.c
index 83d2f5c6..159e9250 100644
--- a/libtiff/tif_ojpeg.c
+++ b/libtiff/tif_ojpeg.c
@@ -1241,7 +1241,13 @@ OJPEGWriteHeaderInfo(TIFF* tif)
sp->subsampling_convert_ybuflen=sp->subsampling_convert_ylinelen*sp->subsampling_convert_ylines;
sp->subsampling_conve... | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16844 | 7475a285087c8a10da36c948fe40002c29d2e004 | INFO: Running with entropic power schedule (0xFF, 100).
INFO: Seed: 3693094467
INFO: Loaded 1 modules (25721 inline 8-bit counters): 25721 [0x55a82cf467c0, 0x55a82cf4cc39),
INFO: Loaded 1 PC tables (25721 PCs): 25721 [0x55a82cf4cc40,0x55a82cfb13d0),
/out/tiff_read_rgba_fuzzer: Running 1 inputs 1 time(s) each.
Runni... | libfuzzer | tiff_read_rgba_fuzzer | memory | x86_64 | Use-of-uninitialized-value | /src/libtiff |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 14