CVE-2026-49419
CVE-2026-49419 is a high-severity vulnerability with a CVSS 3.x base score of 8.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-911.
Key facts
- Severity: High (CVSS 3.x base score 8.8)
- EPSS exploit prediction: 0% (21st percentile)
- Actively exploited: Not listed in CISA KEV
- Weakness: CWE-911
- Published:
- Last modified:
Description
When the JAIL_AT_DESC flag is specified, kern_jail_set() and kern_jail_get() released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a prison reference count underflow, which may cause the prison structure to be freed while still in use. When this is done on the jail host, the bug will generally result in an immediate panic. However, if the user is running in a jail, then it may be possible to exploit the bug to elevate privileges.
Frequently asked questions
- What is CVE-2026-49419?
- When the JAIL_AT_DESC flag is specified, kern_jail_set() and kern_jail_get() released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a prison reference count underflow, which may cause the prison structure to be freed while still in use. When this is done on the jail host, the bug will generally result in an immediate panic. However, if the user is running in a jail, then it may be possible to exploit the bug to elevate privileges.
- How severe is CVE-2026-49419?
- CVE-2026-49419 has a CVSS 3.x base score of 8.8, rated high severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-49419 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (21st percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-49419?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- When was CVE-2026-49419 published?
- CVE-2026-49419 was published on 2026-08-19 and last updated on 2026-08-20.
References
Other CWE-911 vulnerabilities
- CVE-2026-46316 — Critical (CVSS 9.3): In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Drop the translation cache…
- CVE-2026-46099 — High (CVSS 8.1): In the Linux kernel, the following vulnerability has been resolved: net: ipv6: fix NOREF dst use in seg6 and rpl…
- CVE-2024-46972 — High (CVSS 7.8): Software installed and run as a non-privileged user may conduct improper GPU system calls to trigger use-after-free…
- CVE-2023-5633 — High (CVSS 7.8): The reference count changes made as part of the CVE-2023-33951 and CVE-2023-33952 fixes exposed a use-after-free flaw…
- CVE-2022-29581 — High (CVSS 7.8): Improper Update of Reference Count vulnerability in net/sched of Linux Kernel allows local attacker to cause privilege…
- CVE-2022-37012 — High (CVSS 7.5): This vulnerability allows remote attackers to create a denial-of-service condition on affected installations of Unified…