# CVE-2026-35361

## Summary

- **CVE ID:** CVE-2026-35361
- **Severity:** LOW
- **CVSS Score:** 3.4 (CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N)
- **CWE:** CWE-281, CWE-459
- **Published:** Apr 22, 2026
- **Last Modified:** Apr 22, 2026

## Description

The mknod utility in uutils coreutils fails to handle security labels atomically by creating device nodes before setting the SELinux context. If labeling fails, the utility attempts cleanup using std::fs::remove_dir, which cannot remove device nodes or FIFOs. This leaves mislabeled nodes behind with incorrect default contexts, potentially allowing unauthorized access to device nodes that should have been restricted by mandatory access controls.

## Affected Products

- Uutils — coreutils (0)

## References

- [CNA](https://github.com/uutils/coreutils/pull/10582)
- [CNA](https://github.com/uutils/coreutils/releases/tag/0.6.0)

## Exploitation Prediction (EPSS)

- **EPSS Score:** 0.14%
- **EPSS Percentile:** 3.9

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