Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-85377.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-85377
Upstream
Published
2026-05-01T15:16:50Z
Modified
2026-08-30T05:26:50Z
Summary
CVE-2026-43042 affecting package kernel 6.6.150.1-1
Details

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

mpls: add seqcount to protect the platform_label{,s} pair

The RCU-protected codepaths (mplsforward, mplsdumproutes) can have an inconsistent view of platformlabels vs platformlabel in case of a concurrent resize (resizeplatformlabeltable, under platform_mutex). This can lead to OOB accesses.

This patch adds a seqcount, so that we get a consistent snapshot.

Note that mplslabelok is also susceptible to this, so the check against RTADST in rtmtorouteconfig, done outside platformmutex, is not sufficient. This value gets passed to mplslabelok once more in both mplsrouteadd and mplsroute_del, so there is no issue, but that additional check must not be removed.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-85377.json"