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

7.8 · HIGH
Published Dec 8, 2025 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53768 is a high-severity vulnerability. It was published on December 8, 2025 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:

regmap-irq: Fix out-of-bounds access when allocating config buffers

When allocating the 2D array for handling IRQ type registers in

regmap_add_irq_chip_fwnode(), the intent is to allocate a matrix

with num_config_bases rows and num_config_regs columns.

This is currently handled by allocating a buffer to hold a pointer for

each row (i.e. num_config_bases). After that, the logic attempts to

allocate the memory required to hold the register configuration for

each row. However, instead of doing this allocation for each row

(i.e. num_config_bases allocations), the logic erroneously does this

allocation num_config_regs number of times.

This scenario can lead to out-of-bounds accesses when num_config_regs

is greater than num_config_bases. Fix this by updating the terminating

condition of the loop that allocates the memory for holding the register

configuration to allocate memory only for each row in the matrix.

Amit Pund

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

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

How severe is CVE-2023-53768?

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

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

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