HOMEVULNERABILITIESCVE-2026-43145
NONE

CVE-2026-43145

Published: May 6, 2026· Updated: May 6, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:7.0th

Official Description

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

remoteproc: imx_rproc: Fix invalid loaded resource table detection

imx_rproc_elf_find_loaded_rsc_table() may incorrectly report a loaded

resource table even when the current firmware does not provide one.

When the device tree contains a "rsc-table" entry, priv->rsc_table is

non-NULL and denotes where a resource table would be located if one is

present in memory. However, when the current firmware has no resource

table, rproc->table_ptr is NULL. The function still returns

priv->rsc_table, and the remoteproc core interprets this as a valid loaded

resource table.

Fix this by returning NULL from imx_rproc_elf_find_loaded_rsc_table() when

there is no resource table for the current firmware (i.e. when

rproc->table_ptr is NULL). This aligns the function's semantics with the

remoteproc core: a loaded resource table is only reported when a valid

table_ptr exists.

With this change, starting firmware without a resource table no longer

triggers a crash.

NVD Source

Technical Analysis

CVE-2026-43145 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-43145
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 6, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43145 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.