CVE-2025-22060
Published: Apr 16, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: Prevent parser TCAM memory corruption Protect the parser TCAM/SRAM memory, and the cached (shadow) SRAM information, from concurrent modifications. Both the TCAM and SRAM tables are indirectly accessed by configuring an index register that selects the row to read or write to. This means that operations must be atomic in order to, e.g., avoid spreading writes across multiple rows. Since the shadow SRAM array is used to find free rows in the hardware table, it must also be protected in order to avoid TOCTOU errors where multiple cores allocate the same row. This issue was detected in a situation where `mvpp2_set_rx_mode()` ran concurrently on two CPUs. In this particular case the MVPP2_PE_MAC_UC_PROMISCUOUS entry was corrupted, causing the classifier unit to drop all incoming unicast - indicated by the `rx_classifier_drops` counter.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 3f518509dedc99f0b755d2ce68d24f610e3a005a - < e3711163d14d02af9005e4cdad30899c565f13fbaffected 3f518509dedc99f0b755d2ce68d24f610e3a005a - < b3f48a41a00d6d8d9c6fe09ae47dd21c8c1c8b03affected 3f518509dedc99f0b755d2ce68d24f610e3a005a - < 5b0ae1723a7d9574ae1aee7d9cf9757a30069865affected 3f518509dedc99f0b755d2ce68d24f610e3a005a - < fcbfb54a0269875cf3cd6a2bff4f85a2e0a0b552affected 3f518509dedc99f0b755d2ce68d24f610e3a005a - < e64e9b6e86b39db3baa576fd73da73533b54cb2d+2 more versions |
Linux | Linux | affected 3.17unaffected 0 - < 3.17unaffected 5.15.180 - <= 5.15.*unaffected 6.1.134 - <= 6.1.*unaffected 6.6.87 - <= 6.6.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now