CVE-2026-81016

Source
https://cve.org/CVERecord?id=CVE-2026-81016
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81016.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81016
Downstream
Published
2026-09-11T19:43:04Z
Modified
2026-09-13T03:47:13Z
Summary
platform/x86/amd/pmc: Propagate SMU errors and validate S2D address
Details

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

platform/x86/amd/pmc: Propagate SMU errors and validate S2D address

amd_stb_s2d_init() discards the return value of several S2D SMU commands. When the SMU refuses a command (e.g. "SMU cmd failed. err: 0xff") the failure is only noticed indirectly - if at all - and reported as -EIO, masking the real error.

More seriously, the S2D_PHYS_ADDR_LOW/HIGH return values are ignored, so on failure phys_addr_low/hi are left uninitialised and the assembled address is passed straight to devm_ioremap(). When the SMU leaves them at zero this maps physical address 0 and trips the ioremap-on-RAM warning:

amd_pmc AMDI000B:00: SMU cmd failed. err: 0xff ioremap on RAM at 0x0000000000000000 - 0x0000000000ffffff WARNING: CPU: 13 PID: 4592 at arch/x86/mm/ioremap.c:...

Check the return value of each SMU command and propagate it, and reject a zero physical address before calling devm_ioremap().

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81016.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3d7d407dfb05b257e15cb0c6b056428a4a8c2e5d
Fixed
8178f59d76570b152d836bde07f5997f15861f04
Fixed
775d4cde1f9737796ce7d8393521e9e8c5b49891
Fixed
0225c1d637687b03726f00ac65b6def843d2c464

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81016.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81016.json"