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

9.4 · CRITICAL
Published Aug 26, 2026

Overview

CVE-2026-74751 is a critical-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

riscv: lib: Fix ZBB strnlen reading past count boundary

The ZBB-optimized strnlen loop loads one word ahead before checking the

aligned boundary:

REG_L t1, SZREG(t0) // load next word

addi t0, t0, SZREG // advance

orc.b t1, t1

bgeu t0, t4, 4f // boundary check AFTER load

where t4 = (s + count) & -SZREG. When s is aligned and count is a

multiple of SZREG, t4 equals s + count and the loop loads a full word

starting at exactly s + count. If s + count falls on a page boundary

with the next page unmapped, this faults.

Fix by computing the aligned boundary from the last valid byte

(s + count - 1) instead of s + count. This makes the loop stop at the

word containing the last valid byte rather than potentially loading the

word after it. The count == 0 case is already handled by the beqz

early exit.

Also add a pre-loop guard (bgeu t0, t4) for the case where all valid

byte

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

CVE-2026-74751 is a critical-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

How severe is CVE-2026-74751?

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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