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-23056

Published Feb 4, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-23056 is a known-severity vulnerability. It was published on February 4, 2026.

Technical Description

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

uacce: implement mremap in uacce_vm_ops to return -EPERM

The current uacce_vm_ops does not support the mremap operation of

vm_operations_struct. Implement .mremap to return -EPERM to remind

users.

The reason we need to explicitly disable mremap is that when the

driver does not implement .mremap, it uses the default mremap

method. This could lead to a risk scenario:

An application might first mmap address p1, then mremap to p2,

followed by munmap(p1), and finally munmap(p2). Since the default

mremap copies the original vma's vm_private_data (i.e., q) to the

new vma, both munmap operations would trigger vma_close, causing

q->qfr to be freed twice(qfr will be set to null here, so repeated

release is ok).

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-23056?

CVE-2026-23056 is a known-severity vulnerability. It was published on February 4, 2026.

How severe is CVE-2026-23056?

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-23056?

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-23056?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23056 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.