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-2025-68256

8.8 · HIGH
Published Dec 16, 2025 EPSS 0.27% (18th pctl)

Overview

CVE-2025-68256 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie() parser

The Information Element (IE) parser rtw_get_ie() trusted the length

byte of each IE without validating that the IE body (len bytes after

the 2-byte header) fits inside the remaining frame buffer. A malformed

frame can advertise an IE length larger than the available data, causing

the parser to increment its pointer beyond the buffer end. This results

in out-of-bounds reads or, depending on the pattern, an infinite loop.

Fix by validating that (offset + 2 + len) does not exceed the limit

before accepting the IE or advancing to the next element.

This prevents OOB reads and ensures the parser terminates safely on

malformed frames.

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-2025-68256?

CVE-2025-68256 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-68256?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-68256?

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-2025-68256?

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