The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade capstone-engine/capstone to version 6.0.0-Alpha9 or higher.
Affected versions of this package are vulnerable to Numeric Truncation Error in read_brtable in arch/WASM/WASMDisassembler.c. An attacker can cause no-progress disassembly or parser desynchronization by supplying a large, well-formed br_table instruction through cs_disasm() or cs_disasm_iter(). The decoder accumulates the br_table payload length in a wider temporary, then returns it through the 16-bit instruction-size path used by Capstone’s WASM disassembler. When the encoded instruction reaches 65,536 bytes or more, the returned size wraps or becomes too small, so callers can keep decoding the same input or advance into the middle of the instruction stream, causing availability loss and incorrect analysis output.