Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72013

Published Aug 15, 2026 EPSS 0.21% (11th pctl)

Overview

CVE-2026-72013 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

riscv: Prevent NULL pointer dereference in machine_kexec_prepare()

A NULL pointer dereference issue is noticed in riscv's

machine_kexec_prepare(), where image->segment[i].buf might be NULL and

copied unchecked.

The NULL buf comes from ima_add_kexec_buffer(), where kbuf is added by

kexec_add_buffer(), but kbuf.buffer is NULL, then it is copied without

a check in machine_kexec_prepare():

kexec_file_load

-> kimage_file_alloc_init()

-> kimage_file_prepare_segments()

-> ima_add_kexec_buffer()

-> kexec_add_buffer()

-> machine_kexec_prepare()

-> memcpy()

Address this by adding a check before the data copy attempt.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72013?

CVE-2026-72013 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-72013?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-72013?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72013?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72013 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.