CVE-2025-38568

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38568
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38568.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38568
Downstream
Related
Published
2025-08-19T17:15:33Z
Modified
2025-09-06T13:01:25Z
Summary
[none]
Details

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

net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing

TCAMQPRIOTCENTRYINDEX is validated using NLAPOLICYMAX(NLAU32, TCQOPTMAXQUEUE), which allows the value TCQOPTMAX_QUEUE (16). This leads to a 4-byte out-of-bounds stack write in the fp[] array, which only has room for 16 elements (0–15).

Fix this by changing the policy to allow only up to TCQOPTMAX_QUEUE - 1.

References

Affected packages