| { |
| "containers": { |
| "cna": { |
| "providerMetadata": { |
| "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038" |
| }, |
| "descriptions": [ |
| { |
| "lang": "en", |
| "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: mvpp2: Prevent parser TCAM memory corruption\n\nProtect the parser TCAM/SRAM memory, and the cached (shadow) SRAM\ninformation, from concurrent modifications.\n\nBoth the TCAM and SRAM tables are indirectly accessed by configuring\nan index register that selects the row to read or write to. This means\nthat operations must be atomic in order to, e.g., avoid spreading\nwrites across multiple rows. Since the shadow SRAM array is used to\nfind free rows in the hardware table, it must also be protected in\norder to avoid TOCTOU errors where multiple cores allocate the same\nrow.\n\nThis issue was detected in a situation where `mvpp2_set_rx_mode()` ran\nconcurrently on two CPUs. In this particular case the\nMVPP2_PE_MAC_UC_PROMISCUOUS entry was corrupted, causing the\nclassifier unit to drop all incoming unicast - indicated by the\n`rx_classifier_drops` counter." |
| } |
| ], |
| "affected": [ |
| { |
| "product": "Linux", |
| "vendor": "Linux", |
| "defaultStatus": "unaffected", |
| "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", |
| "programFiles": [ |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2.h", |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c", |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c" |
| ], |
| "versions": [ |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "e3711163d14d02af9005e4cdad30899c565f13fb", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "b3f48a41a00d6d8d9c6fe09ae47dd21c8c1c8b03", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "5b0ae1723a7d9574ae1aee7d9cf9757a30069865", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "fcbfb54a0269875cf3cd6a2bff4f85a2e0a0b552", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "e64e9b6e86b39db3baa576fd73da73533b54cb2d", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "46c1e23e34c9d1eaadf37f88216d9d8ce0d0bcee", |
| "status": "affected", |
| "versionType": "git" |
| }, |
| { |
| "version": "3f518509dedc99f0b755d2ce68d24f610e3a005a", |
| "lessThan": "96844075226b49af25a69a1d084b648ec2d9b08d", |
| "status": "affected", |
| "versionType": "git" |
| } |
| ] |
| }, |
| { |
| "product": "Linux", |
| "vendor": "Linux", |
| "defaultStatus": "affected", |
| "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", |
| "programFiles": [ |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2.h", |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c", |
| "drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c" |
| ], |
| "versions": [ |
| { |
| "version": "3.17", |
| "status": "affected" |
| }, |
| { |
| "version": "0", |
| "lessThan": "3.17", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "5.15.180", |
| "lessThanOrEqual": "5.15.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.1.134", |
| "lessThanOrEqual": "6.1.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.6.87", |
| "lessThanOrEqual": "6.6.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.12.23", |
| "lessThanOrEqual": "6.12.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.13.11", |
| "lessThanOrEqual": "6.13.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.14.2", |
| "lessThanOrEqual": "6.14.*", |
| "status": "unaffected", |
| "versionType": "semver" |
| }, |
| { |
| "version": "6.15", |
| "lessThanOrEqual": "*", |
| "status": "unaffected", |
| "versionType": "original_commit_for_fix" |
| } |
| ] |
| } |
| ], |
| "cpeApplicability": [ |
| { |
| "nodes": [ |
| { |
| "operator": "OR", |
| "negate": false, |
| "cpeMatch": [ |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "5.15.180" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.1.134" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.6.87" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.12.23" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.13.11" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.14.2" |
| }, |
| { |
| "vulnerable": true, |
| "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", |
| "versionStartIncluding": "3.17", |
| "versionEndExcluding": "6.15" |
| } |
| ] |
| } |
| ] |
| } |
| ], |
| "references": [ |
| { |
| "url": "https://git.kernel.org/stable/c/e3711163d14d02af9005e4cdad30899c565f13fb" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/b3f48a41a00d6d8d9c6fe09ae47dd21c8c1c8b03" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/5b0ae1723a7d9574ae1aee7d9cf9757a30069865" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/fcbfb54a0269875cf3cd6a2bff4f85a2e0a0b552" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/e64e9b6e86b39db3baa576fd73da73533b54cb2d" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/46c1e23e34c9d1eaadf37f88216d9d8ce0d0bcee" |
| }, |
| { |
| "url": "https://git.kernel.org/stable/c/96844075226b49af25a69a1d084b648ec2d9b08d" |
| } |
| ], |
| "title": "net: mvpp2: Prevent parser TCAM memory corruption", |
| "x_generator": { |
| "engine": "bippy-1.2.0" |
| } |
| } |
| }, |
| "cveMetadata": { |
| "assignerOrgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038", |
| "cveID": "CVE-2025-22060", |
| "requesterUserId": "gregkh@kernel.org", |
| "serial": "1", |
| "state": "PUBLISHED" |
| }, |
| "dataType": "CVE_RECORD", |
| "dataVersion": "5.0" |
| } |