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

7.0 · HIGH
Published Dec 24, 2025 EPSS 0.16% (5th pctl)

Overview

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

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

powerpc/iommu: Fix notifiers being shared by PCI and VIO buses

fail_iommu_setup() registers the fail_iommu_bus_notifier struct to both

PCI and VIO buses. struct notifier_block is a linked list node, so this

causes any notifiers later registered to either bus type to also be

registered to the other since they share the same node.

This causes issues in (at least) the vgaarb code, which registers a

notifier for PCI buses. pci_notify() ends up being called on a vio

device, converted with to_pci_dev() even though it's not a PCI device,

and finally makes a bad access in vga_arbiter_add_pci_device() as

discovered with KASAN:

BUG: KASAN: slab-out-of-bounds in vga_arbiter_add_pci_device+0x60/0xe00

Read of size 4 at addr c000000264c26fdc by task swapper/0/1

Call Trace:

dump_stack_lvl+0x1bc/0x2b8 (unreliable)

print_report+0x3f4/0xc60

kasan_report+0x244/0x698

__asan_load4+0xe8/0x250

vga_arbiter_add_pci_dev

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

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

How severe is CVE-2023-54095?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-54095?

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

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