CVE-2025-22060
Last modified
CVE-2025-22060 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 3.17, < 5.15.180 |
| Linux | Linux Kernel | >= 5.16, < 6.1.134 |
| Linux | Linux Kernel | >= 6.2, < 6.6.87 |
| Linux | Linux Kernel | >= 6.7, < 6.12.23 |
| Linux | Linux Kernel | >= 6.13, < 6.13.11 |
| Linux | Linux Kernel | >= 6.14, < 6.14.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-22060?
How severe is CVE-2025-22060?
How do I fix CVE-2025-22060?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-22055In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22056In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-22057In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22058In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22059In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-2206A vulnerability classified as problematic has been found in …4.8
- CVE-2025-22061In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22062In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22063In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22064In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22065In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22066In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-22060?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
