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

7.5 · HIGH
Published Aug 10, 2026 EPSS 0.53% (43th pctl)

Overview

CVE-2026-68131 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

rbd: Reset positive result codes to zero in object map update path

In a reply message to an RBD request, a positive result code indicates

a data payload, which is not allowed for writes. While

rbd_osd_req_callback() already resets a positive result code for writes

to zero, rbd_object_map_callback() does not. This allows a corrupted

reply to an object map update to trigger the rbd_assert(*result < 0) in

__rbd_obj_handle_request(). This happens, because

rbd_object_map_callback() calls rbd_obj_handle_request() ->

__rbd_obj_handle_request() and passes this positive result code. From

__rbd_obj_handle_request(), rbd_obj_advance_write() is called, which

leaves the positive result code unchanged and returns true. Therefore,

the if(done && *result) branch is executed in __rbd_obj_handle_request()

and the assertion triggers.

This patch fixes the issue by adjusting the logic in the

rbd_object_map_callback() path. A positive re

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

CVE-2026-68131 is a high-severity vulnerability. It was published on August 10, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-68131?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-68131?

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

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