Lucene search
+L

2161 matches found

ossfuzz
ossfuzz
added 2018/10/09 6:36 p.m.19 views

keystone/fuzz_asm_armv8_arm: Use-of-uninitialized-value in llvm_ks::MCAssembler::computeFragmentSize

Detailed report: https://oss-fuzz.com/testcase?key=5768306540150784 Project: keystone Fuzzer: libFuzzerkeystonefuzzasmarmv8arm Fuzz target binary: fuzzasmarmv8arm Job Type: libfuzzermsankeystone Platform Id: linux Crash Type: Use-of-uninitialized-value Crash Address: Crash State:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/09 8:41 a.m.29 views

openvswitch/odp_target: Use-of-uninitialized-value in ds_put_hex

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5646356010500096 Project: openvswitch Fuzzer: libFuzzeropenvswitchodptarget Fuzz target binary: odptarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type: Use-of-uninitialized-value...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/07 7:40 a.m.20 views

librawspeed/PhaseOneDecompressorFuzzer: Use-of-uninitialized-value in rawspeed::RawImageData::checkMemIsInitialized

Project: https://github.com/darktable-org/rawspeed.git Detailed report: https://oss-fuzz.com/testcase?key=5674338661957632 Project: librawspeed Fuzzer: libFuzzerlibrawspeedPhaseOneDecompressorFuzzer Fuzz target binary: PhaseOneDecompressorFuzzer Job Type: libfuzzermsanlibrawspeed Platform Id: lin...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/07 6:19 a.m.15 views

qcms/fuzz: Use-of-uninitialized-value in clamp_float

Detailed report: https://oss-fuzz.com/testcase?key=5702366075027456 Project: qcms Fuzzer: libFuzzerqcmsfuzz Fuzz target binary: fuzz Job Type: libfuzzermsanqcms Platform Id: linux Crash Type: Use-of-uninitialized-value Crash Address: Crash State: clampfloat qcmstransformmodulematrix...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/04 1:58 p.m.20 views

graphicsmagick/coder_MVG_fuzzer: Use-of-uninitialized-value in DrawDashPolygon

Project: http://hg.code.sf.net/p/graphicsmagick/code Detailed report: https://oss-fuzz.com/testcase?key=5731552927940608 Project: graphicsmagick Fuzzer: libFuzzergraphicsmagickcoderMVGfuzzer Fuzz target binary: coderMVGfuzzer Job Type: libfuzzermsangraphicsmagick Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/04 8:29 a.m.25 views

openvswitch/odp_target: Use-of-uninitialized-value in ofpbuf_prealloc_tailroom

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5769576931917824 Project: openvswitch Fuzzer: libFuzzeropenvswitchodptarget Fuzz target binary: odptarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type: Use-of-uninitialized-value...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/10/04 8:26 a.m.28 views

openvswitch/odp_target: Use-of-uninitialized-value in scan_geneve

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5715184807575552 Project: openvswitch Fuzzer: libFuzzeropenvswitchodptarget Fuzz target binary: odptarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type: Use-of-uninitialized-value...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/30 7:29 a.m.20 views

imagemagick/encoder_mng_fuzzer: Use-of-uninitialized-value in deflate_slow

Project: https://github.com/imagemagick/imagemagick.git Detailed report: https://oss-fuzz.com/testcase?key=5630675743408128 Project: imagemagick Fuzzer: libFuzzerimagemagickencodermngfuzzer Fuzz target binary: encodermngfuzzer Job Type: libfuzzermsanimagemagick Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/29 9:9 a.m.16 views

openvswitch/expr_parse_target: Use-of-uninitialized-value in make_cmp

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5692438513975296 Project: openvswitch Fuzzer: libFuzzeropenvswitchexprparsetarget Fuzz target binary: exprparsetarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/26 5:14 p.m.19 views

imagemagick/encoder_png_fuzzer: Use-of-uninitialized-value in png_do_pack

Project: https://github.com/imagemagick/imagemagick.git Detailed report: https://oss-fuzz.com/testcase?key=5739060115537920 Project: imagemagick Fuzzer: libFuzzerimagemagickencoderpngfuzzer Fuzz target binary: encoderpngfuzzer Job Type: libfuzzermsanimagemagick Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2018/09/25 12:0 p.m.21 views

RUSTSEC-2018-0018 smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS7.4AI score0.01389EPSS
SaveExploits1References3
RustSec
RustSec
added 2018/09/25 12:0 p.m.21 views

smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS3.8AI score0.01389EPSS
SaveExploits1Affected Software1
ossfuzz
ossfuzz
added 2018/09/21 8:34 a.m.19 views

keystone/fuzz_asm_arm_thumb: Use-of-uninitialized-value in llvm_ks::ARMAsmBackend::applyFixup

Detailed report: https://oss-fuzz.com/testcase?key=5640810557603840 Project: keystone Fuzzer: libFuzzerkeystonefuzzasmarmthumb Fuzz target binary: fuzzasmarmthumb Job Type: libfuzzermsankeystone Platform Id: linux Crash Type: Use-of-uninitialized-value Crash Address: Crash State:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/21 3:18 a.m.20 views

unicorn/fuzz_emu_arm64_arm: Use-of-uninitialized-value in tcg_liveness_analysis_aarch64

Project: https://github.com/unicorn-engine/unicorn.git Detailed report: https://oss-fuzz.com/testcase?key=5642497104019456 Project: unicorn Fuzzer: libFuzzerunicornfuzzemuarm64arm Fuzz target binary: fuzzemuarm64arm Job Type: libfuzzermsanunicorn Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/20 4:21 a.m.23 views

openvswitch/ofp_print_target: Use-of-uninitialized-value in flow_wildcards_init_for_packet

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5758815018942464 Project: openvswitch Fuzzer: libFuzzeropenvswitchofpprinttarget Fuzz target binary: ofpprinttarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/20 3:2 a.m.13 views

zlib-ng/minigzip_fuzzer: Use-of-uninitialized-value in gz_open

Project: https://github.com/sebpop/zlib-ng.git https://github.com/zlib-ng/zlib-ng.git Detailed report: https://oss-fuzz.com/testcase?key=5751241414541312 Project: zlib-ng Fuzzer: libFuzzerzlib-ngminigzipfuzzer Fuzz target binary: minigzipfuzzer Job Type: libfuzzermsanzlib-ng Platform Id: linux...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/19 5:38 p.m.19 views

openvswitch/ofp_print_target: Use-of-uninitialized-value in is_nd

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5740399507800064 Project: openvswitch Fuzzer: libFuzzeropenvswitchofpprinttarget Fuzz target binary: ofpprinttarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/19 5:37 p.m.18 views

openvswitch/flow_extract_target: Use-of-uninitialized-value in miniflow_map_init

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5706708475707392 Project: openvswitch Fuzzer: libFuzzeropenvswitchflowextracttarget Fuzz target binary: flowextracttarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/19 5:37 p.m.17 views

openvswitch/flow_extract_target: Use-of-uninitialized-value in is_nd

Project: https://github.com/openvswitch/ovs.git Detailed report: https://oss-fuzz.com/testcase?key=5697050302218240 Project: openvswitch Fuzzer: libFuzzeropenvswitchflowextracttarget Fuzz target binary: flowextracttarget Job Type: libfuzzermsanopenvswitch Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2018/09/19 10:59 a.m.18 views

imagemagick/encoder_png_fuzzer: Use-of-uninitialized-value in longest_match

Project: https://github.com/imagemagick/imagemagick.git Detailed report: https://oss-fuzz.com/testcase?key=5718633485959168 Project: imagemagick Fuzzer: libFuzzerimagemagickencoderpngfuzzer Fuzz target binary: encoderpngfuzzer Job Type: libfuzzermsanimagemagick Platform Id: linux Crash Type:...

6.8AI score
SaveExploits0Affected Software1
Rows per page
Query Builder