Security readout for executives and security teams
Plain-English summary
This Ubuntu-specific kernel issue can let a local low-privileged user disrupt or corrupt kernel-managed state on affected Ubuntu 5.0 or 5.3 kernel series systems. It is not described as remotely reachable, and the bundle does not show active exploitation.
Executive priority
Prioritize remediation for affected Ubuntu servers where multiple users or workloads can execute locally. The business risk is service disruption or system integrity impact, while remote exposure is not supported by the provided sources.
Technical view
shiftfs_btrfs_ioctl_fd_replace() installs a file descriptor for a lower-filesystem file without taking an extra reference. When the btrfs ioctl completes, closing that fd drops a reference that was never acquired, causing a reference count underflow. CVSS rates integrity and availability impact as high.
Likely exposure
Exposure is most likely on Ubuntu systems running the affected Ubuntu 5.0 or 5.3 kernel series with shiftfs present. The attack vector is local and requires low privileges, so systems with untrusted local users deserve priority review.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. Treat this as a local privilege-context kernel vulnerability with potentially serious integrity and availability impact, not as a confirmed internet-scale exploited issue.
Researcher notes
Evidence supports CWE-672-style resource lifetime mishandling in Ubuntu’s non-upstream shiftfs patch. The key condition is a missing file reference before fd installation and a later close that decrements the reference count. The bundle does not provide exploit primitives or fixed package versions.
Mitigation direction
- Review Ubuntu USN-4183-1 and USN-4184-1 for vendor-approved kernel updates.
- Apply the relevant Ubuntu kernel security updates for affected systems.
- Reboot systems after kernel update so the fixed kernel is active.
- Restrict untrusted local access until affected kernels are updated.
- Monitor Ubuntu guidance for any additional affected kernel packages.
Validation and detection
- Inventory Ubuntu hosts running 5.0 or 5.3 kernel series.
- Confirm whether shiftfs is present on those systems.
- Compare installed kernel packages against the referenced Ubuntu Security Notices.
- After patching, verify the running kernel changed, not just the installed package.
- Prioritize validation on shared hosts with low-privileged user access.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-672: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2019-15791 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H1.85.2Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.1HighVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://usn.ubuntu.com/usn/usn-4183-1CVE reference · x_refsource_MISC
- https://usn.ubuntu.com/usn/usn-4184-1CVE reference · x_refsource_MISC
- https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=601a64857b3d7040ca15c39c929e6b9db3373ec1CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Operation on a Resource after Expiration or Release
Operation on a Resource after Expiration or Release represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
