Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-74450.json
JSON Data
https://api.test.osv.dev/v1/vulns/AZL-74450
Upstream
Published
2026-01-13T16:15:57Z
Modified
2026-04-01T05:22:43.122153Z
Summary
CVE-2025-68777 affecting package kernel for versions less than 6.6.121.1-1
Details

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

Input: tiam335xtsc - fix off-by-one error in wire_order validation

The current validation 'wireorder[i] > ARRAYSIZE(configpins)' allows wireorder[i] to equal ARRAYSIZE(configpins), which causes out-of-bounds access when used as index in 'configpins[wireorder[i]]'.

Since configpins has 4 elements (indices 0-3), the valid range for wireorder should be 0-3. Fix the off-by-one error by using >= instead of > in the validation check.

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
Fixed
6.6.121.1-1

Database specific

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