CVE detail
CVE-2025-21846
In the Linux kernel, the following vulnerability has been resolved: acct: perform last write from workqueue In [1] it was reported that the acct(2) system call can be used to trigger NULL deref in cases where it is set to write to a file that triggers an internal lookup. This can e.g., happen when pointing acc(2) to /sys/power/resume. At the point the where the write to this file happens the calling task has already exited and called exit_fs(). A lookup will thus trigger a NULL-deref when accessing current->fs. Reorganize the code so that the the final write happens from the workqueue but with the caller's credentials. This preserves the (strange) permission model and has almost no regression risk. This api should stop to exist though.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 25.6 · diversity 11.5 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
12 source links · newest first
- https://cert-portal.siemens.com/productcert/html/ssa-265688.htmlcert-portal.siemens.com
No excerpt available.
Vendor Advisorycert-portal.siemens.comMar 12, 2025, 10:15 AM - https://cert-portal.siemens.com/productcert/html/ssa-019113.htmlcert-portal.siemens.com
No excerpt available.
Vendor Advisorycert-portal.siemens.comMar 12, 2025, 10:15 AM No excerpt available.
Vendor Advisorylists.debian.orgMar 12, 2025, 10:15 AMNo excerpt available.
Vendor Advisorylists.debian.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AMNo excerpt available.
Patchgit.kernel.orgMar 12, 2025, 10:15 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-53355CVSS 9.8 · Critical
In the Linux kernel, the following vulnerability has been resolved: net: rds: clear i_sends on setup unwind The RDS IB connection teardown path is written so it can run during p…
- CVE-2026-53350CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: ASoC: wm_adsp: Fix NULL dereference when removing firmware controls In wm_adsp_control_remove() check that th…
- CVE-2026-53348CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: fix NULL pointer dereference in sdca_dev_unregister_functions sdca_dev_unregister_functions() ite…
- CVE-2026-53339CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: i2c: qcom-cci: Fix NULL pointer dereference in cci_remove() On all modern platforms Qualcomm CCI controller p…
- CVE-2026-53338CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add NULL check for of_reserved_mem_lookup() in airoha_qdma_init_hfwd_queues() of_reserved_mem_lo…
- CVE-2026-53337CVSS 5.5 · Medium
In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL pointer dereference in bond_do_ioctl() In bond_do_ioctl(), slave_dev is obtained via _…