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-2023-54284

7.1 · HIGH
Published Dec 30, 2025 EPSS 0.15% (5th pctl)

Overview

CVE-2023-54284 is a high-severity vulnerability. It was published on December 30, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

media: av7110: prevent underflow in write_ts_to_decoder()

The buf[4] value comes from the user via ts_play(). It is a value in

the u8 range. The final length we pass to av7110_ipack_instant_repack()

is "len - (buf[4] + 1) - 4" so add a check to ensure that the length is

not negative. It's not clear that passing a negative len value does

anything bad necessarily, but it's not best practice.

With the new bounds checking the "if (!len)" condition is no longer

possible or required so remove that.

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-2023-54284?

CVE-2023-54284 is a high-severity vulnerability. It was published on December 30, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2023-54284?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-2023-54284?

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-2023-54284?

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