Home

Description

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: add bounds check for if_id in IRQ handler The IRQ handler extracts if_id from the upper 16 bits of the hardware status register and uses it to index into ethsw->ports[] without validation. Since if_id can be any 16-bit value (0-65535) but the ports array is only allocated with sw_attr.num_ifs elements, this can lead to an out-of-bounds read potentially. Add a bounds check before accessing the array, consistent with the existing validation in dpaa2_switch_rx().

PUBLISHED Reserved 2026-01-13 | Published 2026-02-14 | Updated 2026-02-14 | Assigner Linux

Product status

Default status
unaffected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before 77611cab5bdfff7a070ae574bbfba20a1de99d1b
affected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before 34b56c16efd61325d80bf1d780d0e176be662f59
affected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before f89e33c9c37f0001b730e23b3b05ab7b1ecface2
affected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before 2447edc367800ba914acf7ddd5d250416b45fb31
affected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before 1b381a638e1851d8cfdfe08ed9cdbec5295b18c9
affected

24ab724f8a4661b2dc8e696b41df93bdc108f7a1 (git) before 31a7a0bbeb006bac2d9c81a2874825025214b6d8
affected

Default status
affected

5.15
affected

Any version before 5.15
unaffected

5.15.200 (semver)
unaffected

6.1.163 (semver)
unaffected

6.6.124 (semver)
unaffected

6.12.70 (semver)
unaffected

6.18.10 (semver)
unaffected

6.19 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/77611cab5bdfff7a070ae574bbfba20a1de99d1b

git.kernel.org/...c/34b56c16efd61325d80bf1d780d0e176be662f59

git.kernel.org/...c/f89e33c9c37f0001b730e23b3b05ab7b1ecface2

git.kernel.org/...c/2447edc367800ba914acf7ddd5d250416b45fb31

git.kernel.org/...c/1b381a638e1851d8cfdfe08ed9cdbec5295b18c9

git.kernel.org/...c/31a7a0bbeb006bac2d9c81a2874825025214b6d8

cve.org (CVE-2026-23180)

nvd.nist.gov (CVE-2026-23180)

Download JSON