HOMEVULNERABILITIESCVE-2026-43043
NONE

CVE-2026-43043

Published: May 1, 2026· Updated: May 1, 2026

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

Official Description

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

crypto: af-alg - fix NULL pointer dereference in scatterwalk

The AF_ALG interface fails to unmark the end of a Scatter/Gather List (SGL)

when chaining a new af_alg_tsgl structure. If a sendmsg() fills an SGL

exactly to MAX_SGL_ENTS, the last entry is marked as the end. A subsequent

sendmsg() allocates a new SGL and chains it, but fails to clear the end

marker on the previous SGL's last data entry.

This causes the crypto scatterwalk to hit a premature end, returning NULL

on sg_next() and leading to a kernel panic during dereference.

Fix this by explicitly unmarking the end of the previous SGL when

performing sg_chain() in af_alg_alloc_tsgl().

NVD Source

Technical Analysis

CVE-2026-43043 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 (8)

Quick Facts

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

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43043 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.