net: rose: fix invalid array index in rose_kill_by_device()

Summary

CVECVE-2025-71086
StatePUBLISHED
AssignerLinux
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-01-13 16:16:08 UTC
Updated2026-07-14 13:18:02 UTC
DescriptionIn the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rose_kill_by_device() rose_kill_by_device() collects sockets into a local array[] and then iterates over them to disconnect sockets bound to a device being brought down. The loop mistakenly indexes array[cnt] instead of array[i]. For cnt < ARRAY_SIZE(array), this reads an uninitialized entry; for cnt == ARRAY_SIZE(array), it is an out-of-bounds read. Either case can lead to an invalid socket pointer dereference and also leaks references taken via sock_hold(). Fix the index to use i.

Risk And Classification

Primary CVSS: v3.1 7.8 HIGH from [email protected]

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Problem Types: CWE-129

CVSS v3.1 Breakdown

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

NVD Known Affected Configurations (CPE 2.3)

TypeVendorProductVersionUpdateEditionLanguage
Operating System Linux Linux Kernel All All All All

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA Linux Linux affected 12e5a4719c99d7f4104e7e962393dfb8baa1c591 819fb41ae54960f66025802400c9d3935eef4042 git Not specified
CNA Linux Linux affected c0e527c532a07556ca44642f5873b002c44da22c ed2639414d43ba037f798eaf619e878309310451 git Not specified
CNA Linux Linux affected 3e0d1585799d8a991eba9678f297fd78d9f1846e 1418c12cd3bba79dc56b57b61c99efe40f579981 git Not specified
CNA Linux Linux affected ffced26692f83212aa09d0ece0213b23cc2f611d 9f6185a32496834d6980b168cffcccc2d6b17280 git Not specified
CNA Linux Linux affected 64b8bc7d5f1434c636a40bdcfcd42b278d1714be b409ba9e1e63ccf3ab4cc061e33c1f804183543e git Not specified
CNA Linux Linux affected 64b8bc7d5f1434c636a40bdcfcd42b278d1714be 92d900aac3a5721fb54f3328f1e089b44a861c38 git Not specified
CNA Linux Linux affected 64b8bc7d5f1434c636a40bdcfcd42b278d1714be 6595beb40fb0ec47223d3f6058ee40354694c8e4 git Not specified
CNA Linux Linux affected bd7de4734535140fda33240c2335a07fdab6f88e git Not specified
CNA Linux Linux affected b10265532df7bc3666bc53261b7f03f0fd14b1c9 git Not specified
CNA Linux Linux affected 5.10.206 5.10.248 semver Not specified
CNA Linux Linux affected 5.15.146 5.15.198 semver Not specified
CNA Linux Linux affected 6.1.70 6.1.160 semver Not specified
CNA Linux Linux affected 6.6.9 6.6.120 semver Not specified
CNA Linux Linux affected 4.19.304 4.20 semver Not specified
CNA Linux Linux affected 5.4.266 5.5 semver Not specified
CNA Linux Linux affected 6.7 Not specified
CNA Linux Linux unaffected 6.7 semver Not specified
CNA Linux Linux unaffected 5.10.248 5.10.* semver Not specified
CNA Linux Linux unaffected 5.15.198 5.15.* semver Not specified
CNA Linux Linux unaffected 6.1.160 6.1.* semver Not specified
CNA Linux Linux unaffected 6.6.120 6.6.* semver Not specified
CNA Linux Linux unaffected 6.12.64 6.12.* semver Not specified
CNA Linux Linux unaffected 6.18.4 6.18.* semver Not specified
CNA Linux Linux unaffected 6.19 * original_commit_for_fix Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP affected V3.1.6 * custom Not specified
ADP Siemens SIPLUS S7-1500 CPU 1518-4 PN/DP MFP affected V3.1.6 * custom Not specified

References

ReferenceSourceLinkTags
git.kernel.org/stable/c/6595beb40fb0ec47223d3f6058ee40354694c8e4 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
cert-portal.siemens.com/productcert/html/ssa-019113.html 0b142b55-0307-4c5a-b3c9-f314f3fb7c5e cert-portal.siemens.com
git.kernel.org/stable/c/b409ba9e1e63ccf3ab4cc061e33c1f804183543e 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/ed2639414d43ba037f798eaf619e878309310451 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/1418c12cd3bba79dc56b57b61c99efe40f579981 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/9f6185a32496834d6980b168cffcccc2d6b17280 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/92d900aac3a5721fb54f3328f1e089b44a861c38 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
git.kernel.org/stable/c/819fb41ae54960f66025802400c9d3935eef4042 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org Patch
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report