CVE-2026-46253
The CVE-2026-46253 issue affects the Linux kernel pstore RAM path (persistent_ram_save_old) used with PSTORE_TYPE_DMESG in ramoops. The root cause is that persistent_ram_save_old() updates prz->old_log_size to the current buffer size on every call, even if prz->old_log was already allocated...