# CVE-2026-49419

## Summary

- **CVE ID:** CVE-2026-49419
- **Severity:** HIGH
- **CVSS Score:** 8.8 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
- **CWE:** CWE-911
- **Published:** Aug 19, 2026
- **Last Modified:** Aug 20, 2026

## 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.

## Affected Products

- FreeBSD — FreeBSD (15.1-RELEASE)
- FreeBSD — FreeBSD (15.0-RELEASE)

## References

- [CNA](https://security.freebsd.org/advisories/FreeBSD-SA-26:38.jail.asc)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.29%
- **EPSS Percentile:** 21.6

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-11._