cobot_developer
cobot_developer
### Description We encountered a SIGABRT (Assertion Failure) in capstone (Xtensa architecture). The crash occurs within printOffset_64_16_AsmOperand when printing a disassembled instruction. The assertion fails because the immediate operand value...
### Description We encountered a SIGABRT (Assertion Failure) in capstone (Xtensa architecture). The crash occurs within printShimm0_31_AsmOperand when attempting to print the assembly string for a decoded instruction. The assertion...
### Description We encountered a SIGABRT (Assertion Failure) in capstone, specifically the Xtensa architecture. The crash occurs within decodeOffset_16_16Operand when disassembling a malformed Xtensa instruction. The assertion isIntN(Imm, 8) fails,...
### Desciprtion We encountered a SIGSEGV (Segmentation Fault) in the elf_reader example of LIEF. The crash occurs within LIEF::ELF::GnuHash::original_size() when parsing a malformed ELF binary. The ASAN report indicates a...
### Description We have uncovered a memory safety vulnerability in the Wasm3 WebAssembly runtime. The issue manifests as a Null Pointer Dereference (SEGV at address 0x0) during the process of...
### Description We have uncovered several distinct yet related memory corruption vulnerabilities within the Wasm3 WebAssembly runtime's core execution loop, specifically within the opcode handler functions defined in m3_exec.h. These...
### Description We have encountered a crash (SIGABRT) in Wasm3 due to a failed assertion within the compiler logic. The issue occurs during the compilation of a WebAssembly function, specifically...
### Description We encountered a SIGABRT (Assertion Failure) in wasm-opt. The crash occurs within wasm::HeapType::getArray when parsing a malformed WebAssembly binary containing GC instructions. The assertion isArray() fails, indicating that...
### Description We encountered a SIGABRT (Assertion Failure) in wasm-opt while fuzzing. The crash occurs within the wasm::FunctionValidator::visitAtomicCmpxchg logic when validating a WebAssembly binary containing atomic instructions. The assertion isBasic()...
### Description We encountered a SIGABRT (Assertion Failure) in wasm-dis. The crash occurs within wasm::IRBuilder::fixExtraOutput when disassembling a malformed WebAssembly binary. The assertion extraType == labelType fails during the visitEnd...