In the Linux kernel, the following vulnerability has been resolved: clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns What we want is to verify there is that clone won't expose something hidden by a mount we wouldn't be able to undo. "Wouldn't be able to undo" may be a result of MNT_LOCKED on a child, but it may also come from lacking admin rights in the userns of the namespace mount belongs to. clone_private_mnt() checks the former, but not the latter. There's a number of rather confusing CAP_SYS_ADMIN checks in various userns during the mount, especially with the new mount API; they serve different purposes and in case of clone_private_mnt() they usually, but not always end up covering the missing check mentioned above.
This vulnerability carries a MEDIUM severity rating with a CVSS v3.1 score of 5.5, requiring local system access to exploit with relatively low complexity without requiring user interaction requiring only low-level privileges . The vulnerability impacts and availability (service disruption) for affected systems. Impacting 2 products from linux, from debian organizations running these solutions should prioritize assessment and patching.
Reported in 2025, this vulnerability emerged during an era marked by increased sophistication in supply chain attacks, cloud infrastructure vulnerabilities, and software-as-a-service (SaaS) security challenges. Security practices during this period emphasized zero-trust architectures, container security, and API protection.
2025-08-11T16:15:30.057
2026-01-07T16:26:47.710
Analyzed
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSSv3.1: 5.5 (MEDIUM)
| Type | Vendor | Product | Version/Range | Vulnerable? |
|---|---|---|---|---|
| Operating System | linux | linux_kernel | < 4.5 | Yes |
| Operating System | linux | linux_kernel | < 4.10 | Yes |
| Operating System | linux | linux_kernel | < 4.15 | Yes |
| Operating System | linux | linux_kernel | < 4.20 | Yes |
| Operating System | linux | linux_kernel | < 5.5 | Yes |
| Operating System | linux | linux_kernel | < 5.11 | Yes |
| Operating System | linux | linux_kernel | < 5.14 | Yes |
| Operating System | linux | linux_kernel | < 5.15.190 | Yes |
| Operating System | linux | linux_kernel | < 6.1.147 | Yes |
| Operating System | linux | linux_kernel | < 6.6.100 | Yes |
| Operating System | linux | linux_kernel | < 6.12.40 | Yes |
| Operating System | linux | linux_kernel | < 6.15.3 | Yes |
| Operating System | linux | linux_kernel | 5.14 | Yes |
| Operating System | linux | linux_kernel | 5.14 | Yes |
| Operating System | linux | linux_kernel | 5.14 | Yes |
| Operating System | debian | debian_linux | 11.0 | Yes |
SecUtils normalizes and enriches National Vulnerability Database (NVD) records by standardizing vendor and product identifiers, aggregating vulnerability metadata from both NVD and MITRE sources, and providing structured context for security teams. For linux's affected products, we extract Common Platform Enumeration (CPE) data, Common Weakness Enumeration (CWE) classifications, CVSS severity metrics, and reference data to enable rapid vulnerability prioritization and asset correlation. This record contains no exploit code, proof-of-concept instructions, or attack methodologies—only defensive intelligence necessary for patch management, risk assessment, and security operations.