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

Published Feb 4, 2026

Overview

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

Technical Description

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

scsi: qla2xxx: Sanitize payload size to prevent member overflow

In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the frame_size

reported by firmware is used to calculate the copy length into

item->iocb. However, the iocb member is defined as a fixed-size 64-byte

array within struct purex_item.

If the reported frame_size exceeds 64 bytes, subsequent memcpy calls will

overflow the iocb member boundary. While extra memory might be allocated,

this cross-member write is unsafe and triggers warnings under

CONFIG_FORTIFY_SOURCE.

Fix this by capping total_bytes to the size of the iocb member (64 bytes)

before allocation and copying. This ensures all copies remain within the

bounds of the destination structure member.

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

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

How severe is CVE-2026-23059?

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

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

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