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

7.8 · HIGH
Published Aug 10, 2026 EPSS 0.13% (2th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

drm/imagination: Fix double call to drm_sched_entity_fini()

Call sequence of double call:

pvr_context_destroy

  pvr_context_kill_queues

    pvr_queue_kill

      drm_sched_entity_destroy

        drm_sched_entity_fini // here

  pvr_context_put

    kref_put(..., pvr_context_release)

      pvr_context_destroy_queues

        pvr_queue_destroy

          drm_sched_entity_fini // here

Call to drm_sched_entity_destroy() from pvr_context_kill_queues() calls

drm_sched_entity_flush() + drm_sched_entity_fini().

drm_sched_entity_flush() ensures all pending jobs are completed and

drm_sched_entity_fini() ensures no further submission is allowed as

per expectation from pvr_context_kill_queues(). Double call to

drm_sched_entity_fini() is misuse of the API so keep call only in

pvr_context_create() failure path.

Stack trace for issue with addition of refcounting for DRM entity

stats in commit fd177135f0e6 ("drm/sched: Account entity G

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

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

How severe is CVE-2026-68263?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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