PatchSiren cyber security CVE debrief
CVE-2026-80928 Linux CVE debrief
A use-after-free vulnerability in the Linux kernel's Smack implementation has been addressed. The bug, located in the smack_file_send_sigiotask() function, was caused by accessing both the current task's credentials (tsk->cred) and the objective credentials (__task_cred(tsk)). This could lead to a KASAN-reported use-after-free of struct cred. The issue has been resolved by always accessing the objective credentials.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel maintainers, users, and administrators should assess exposure and verify kernel versions to ensure the fix is applied. Linux distributions and vendors should evaluate and update their kernel packages to protect against potential use-after-free attacks. Security teams and vulnerability management teams should review system configurations and monitor system logs for potential security issues. Operators and platform administrators should verify 3
Why it matters
A use-after-free vulnerability in the Linux kernel's Smack implementation has been addressed. Linux kernel maintainers and users should verify their kernel versions and apply the fix to prevent potential use-after-free attacks.
- Verify kernel version to prevent potential use-after-free attacks
- Review system configurations to ensure Smack is properly configured
- Monitor system logs for potential security issues
Technical summary
The smack_file_send_sigiotask() function in the Linux kernel was accessing both current task credentials (tsk->cred) and objective credentials (__task_cred(tsk)). This could lead to a KASAN-reported use-after-free of struct cred. The issue has been resolved by always accessing the objective credentials. Linux kernel maintainers and users should verify their kernel versions and apply the fix to prevent potential use-after-free attacks. The bug was introduced by accessing both current and objective credentials in the smack_file_send_sigiotask() function, which could result in a use-after-free vulnerability.
Defensive priority
Linux kernel maintainers and users should verify their kernel versions and apply the fix to prevent potential use-after-free attacks.
Recommended defensive actions
- Verify kernel version and apply the fix
- Review system configurations and ensure Smack is properly configured
- Monitor system logs for potential use-after-free attacks
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and source references indicate a use-after-free vulnerability in the Linux kernel's Smack implementation. The bug was introduced by accessing both current and objective credentials in the smack_file_send_sigiotask() function.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80928 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80928
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80928 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80928
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b5bcf3adfa27279da4401ab8f1e1a706601a92be
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b791401bf389a1546a830d2b381ca60fe94c7870
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ed64aa505875a3b4defd504ee8e59e1949246a62
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fedc88e38ce979a720cd2de042578cb5df3dc8de
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.