3 matches found
CVE-2025-40228
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...
CVE-2025-40228
CVE-2025-40228 targets Linux kernel code in mm/damon/sysfs where a damon_ctx used for testing online DAMON parameter updates was allocated without checking for allocation failure, causing potential invalid memory access and leakage on test success. The fix is in the patch series “mm/damon/sysfs: ...
FormatFuzzer - A Framework For High-Efficiency, High-Quality Generation And Parsing Of Binary Inputs
FormatFuzzer is a framework for high-efficiency, high-quality generation and parsing of binary inputs. It takes a binary template that describes the format of a binary input and generates an executable that produces and parses the given binary format. From a binary template for GIF, for instance,...