Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2025-71272
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-06 May, 2026 | 11:27
Updated At-11 May, 2026 | 21:57
Rejected At-
▼CVE Numbering Authority (CNA)
most: core: fix resource leak in most_register_interface error paths

In the Linux kernel, the following vulnerability has been resolved: most: core: fix resource leak in most_register_interface error paths The function most_register_interface() did not correctly release resources if it failed early (before registering the device). In these cases, it returned an error code immediately, leaking the memory allocated for the interface. Fix this by initializing the device early via device_initialize() and calling put_device() on all error paths. The most_register_interface() is expected to call put_device() on error which frees the resources allocated in the caller. The put_device() either calls release_mdev() or dim2_release(), depending on the caller. Switch to using device_add() instead of device_register() to handle the split initialization.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/most/core.c
Default Status
unaffected
Versions
Affected
  • From 723de0f9171eeb49a3ae98cae82ebbbb992b3a7c before a49028a796d7b94f8e3ab9bd34b18f36be235459 (git)
  • From 723de0f9171eeb49a3ae98cae82ebbbb992b3a7c before af0b99b2214a10554adb5b868240d23af6e64e71 (git)
  • From 723de0f9171eeb49a3ae98cae82ebbbb992b3a7c before 2f483f3817fb0e4209ac5de928778b1da0cc8574 (git)
  • From 723de0f9171eeb49a3ae98cae82ebbbb992b3a7c before 1f4c9d8a1021281750c6cda126d6f8a40cc24e71 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/most/core.c
Default Status
affected
Versions
Affected
  • 5.6
Unaffected
  • From 0 before 5.6 (semver)
  • From 6.12.75 through 6.12.* (semver)
  • From 6.18.16 through 6.18.* (semver)
  • From 6.19.6 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/a49028a796d7b94f8e3ab9bd34b18f36be235459
N/A
https://git.kernel.org/stable/c/af0b99b2214a10554adb5b868240d23af6e64e71
N/A
https://git.kernel.org/stable/c/2f483f3817fb0e4209ac5de928778b1da0cc8574
N/A
https://git.kernel.org/stable/c/1f4c9d8a1021281750c6cda126d6f8a40cc24e71
N/A
Hyperlink: https://git.kernel.org/stable/c/a49028a796d7b94f8e3ab9bd34b18f36be235459
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/af0b99b2214a10554adb5b868240d23af6e64e71
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/2f483f3817fb0e4209ac5de928778b1da0cc8574
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/1f4c9d8a1021281750c6cda126d6f8a40cc24e71
Resource: N/A
Details not found