CVE-2026-90263
Last modified
CVE-2026-90263 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: btrfs: check if root is readonly when setting posix acl For a filesystem which has btrfs read-only property set to true, all write operations including acl and xattr should be denied. However, acl can still be set even if btrfs ro property is true. This happens because no function on the set_acl code path checks the root is readonly or not.
Description
In the Linux kernel, the following vulnerability has been resolved: btrfs: check if root is readonly when setting posix acl For a filesystem which has btrfs read-only property set to true, all write operations including acl and xattr should be denied. However, acl can still be set even if btrfs ro property is true. This happens because no function on the set_acl code path checks the root is readonly or not. It was checked in btrfs_setxattr_trans() but got removed in commit 353c2ea735e4 ("btrfs: remove redundant readonly root check in btrfs_setxattr_trans") That commit didn't check if all the callers properly check the root's read-only flag. A previous fix is commit b51111271b03 ("btrfs: check if root is readonly while setting security xattr"). Always check if the root is read-only before performing the set acl operation.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 353c2ea735e4b54fb6250861e67b51b1bcb47198, < d5602f96ff1e266f069b4d0d94f441050e057e06; >= 353c2ea735e4b54fb6250861e67b51b1bcb47198, < 01c2f41fc441f75b3f9326443372faceb1cb6638 |
| Linux | Linux | 5.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90263?
How severe is CVE-2026-90263?
How do I fix CVE-2026-90263?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90260In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90262In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90265In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90266In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90267In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90268In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-90269In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90263?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
