CVE-2026-63831

HIGHPre-NVD 8.88.8
EchelonGraph scoreMEDIUM confidence

Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. a secondary CVSS source baseline 8.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 8.8Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

mac802154: llsec: add skb_cow_data() before in-place crypto

llsec_do_encrypt_unauth(), llsec_do_encrypt_auth(), llsec_do_decrypt_unauth(), and llsec_do_decrypt_auth() all perform in-place cryptographic transformations on skb data. They build a scatterlist with sg_init_one() pointing into the skb's linear data area and then pass the same scatterlist as both src and dst to the crypto API (e.g. crypto_skcipher_encrypt/decrypt, crypto_aead_encrypt/decrypt).

On the RX path, __ieee802154_rx_handle_packet() clones the received skb before handing it to each subscriber via ieee802154_subif_frame(). The cloned skb shares the same underlying data buffer via reference counting. When llsec_do_decrypt() subsequently modifies this shared buffer in place, it corrupts data that other clones -- potentially belonging to other sockets or subsystems -- still reference.

On the TX path, similar data sharing can occur when an skb's head has been cloned (skb_cloned() returns true).

The fix is to call skb_cow_data() before performing any in-place crypto operation. skb_cow_data() ensures that the skb's data area is not shared: if the skb head is cloned or the data spans multiple fragments, it copies the data into a private buffer that can be safely modified in place. This is the same pattern used by:

  • ESP (net/ipv4/esp4.c, net/ipv6/esp6.c)
  • MACsec (drivers/net/macsec.c)
  • WireGuard (drivers/net/wireguard/receive.c)
  • TIPC (net/tipc/crypto.c)

Without this guard, in-place crypto on shared skb data leads to:

  • Silent data corruption of other skb clones
  • Use-after-free when the crypto API scatterwalk writes through a
page that has already been freed by another clone's kfree_skb()
  • Kernel crashes under concurrent 802.15.4 traffic with security
enabled (KASAN/KMSAN reports slab-use-after-free)

Found by 0sec (https://0sec.ai) using automated source analysis.

CVSS v3
8.8
EG Score
8.8(medium)
EG Risk
44(Track)
EG Risk 44/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
17%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (8)

Auto-updated Jul 20, 2026
No patch confirmed yet.
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ff976ef7c39199ebff33c18034636595016db9f0
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/e28e7fd34c449028325322a3f5127b92594b7396
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/bd968bdd568beacfdf98ec537a87527e85f1d0cf
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/993fd674fe85d114e6a8d3963033d4fbbc2170a8
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/86d531337ea1ba02d9f2bc830d07c683d9bfaade
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/84a04eb5b210643bd67aab81ff805d32f62aa865
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7a831bcd0486788283ef35e396d4282ee01bb0d5
generic

mac802154: llsec: add skb_cow_data() before in-place crypto - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3a2b378b3a9ca75d3518d879148d2ad25b5714a9

Vendor Advisories for CVE-2026-63831(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-24.04-edge (7.0.0-31.31~24.04.1) @ noble2026-09-11ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1013.13) @ resolute2026-09-11ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-11ubuntu

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.176-1~deb11u1 (21 versions)6.1.177-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (54 versions)6.1.177-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (29 versions)6.12.95-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (156 versions)7.1.3-1

Additional Vendor Advisories

(3)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 17× in last 7d / 111× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 388 total refreshes for this CVE.

  1. 2026-09-11 20:31 UTCEG score recompute
  2. 2026-09-11 20:31 UTCVendor advisory
  3. 2026-09-11 20:31 UTCGHSA enrichment
  4. 2026-09-11 14:53 UTCEPSS rescore
  5. 2026-09-11 09:37 UTCEPSS rescore
  6. 2026-09-08 22:01 UTCEPSS rescore
  7. 2026-09-07 23:43 UTCEG score recompute
  8. 2026-09-07 23:43 UTCVendor advisory
  9. 2026-09-07 23:43 UTCGHSA enrichment
  10. 2026-09-07 16:01 UTCEPSS rescore
  11. 2026-09-06 13:47 UTCEPSS rescore
  12. 2026-09-06 13:15 UTCVendor advisory
  13. 2026-09-06 13:15 UTCGHSA enrichment
  14. 2026-09-05 20:14 UTCEG score recompute
  15. 2026-09-05 20:14 UTCVendor advisory
  16. 2026-09-05 20:14 UTCGHSA enrichment
  17. 2026-09-05 15:31 UTCEPSS rescore
  18. 2026-09-02 14:12 UTCEPSS rescore
  19. 2026-09-01 13:54 UTCEPSS rescore
  20. 2026-09-01 04:40 UTCEPSS rescore
  21. 2026-08-31 03:27 UTCEG score recompute
  22. 2026-08-31 03:27 UTCVendor advisory
  23. 2026-08-31 03:27 UTCGHSA enrichment
  24. 2026-08-30 19:17 UTCEPSS rescore
  25. 2026-08-30 15:42 UTCVendor advisory
Show 75 more
  1. 2026-08-30 15:42 UTCGHSA enrichment
  2. 2026-08-30 03:02 UTCEG score recompute
  3. 2026-08-30 03:02 UTCVendor advisory
  4. 2026-08-30 03:02 UTCGHSA enrichment
  5. 2026-08-30 01:22 UTCEPSS rescore
  6. 2026-08-28 21:42 UTCEPSS rescore
  7. 2026-08-27 23:50 UTCEG score recompute
  8. 2026-08-27 23:50 UTCVendor advisory
  9. 2026-08-27 23:50 UTCGHSA enrichment
  10. 2026-08-27 14:25 UTCEPSS rescore
  11. 2026-08-27 11:58 UTCVendor advisory
  12. 2026-08-27 11:58 UTCGHSA enrichment
  13. 2026-08-26 22:28 UTCEG score recompute
  14. 2026-08-26 22:28 UTCVendor advisory
  15. 2026-08-26 22:28 UTCGHSA enrichment
  16. 2026-08-26 14:46 UTCEPSS rescore
  17. 2026-08-26 08:03 UTCVendor advisory
  18. 2026-08-26 08:03 UTCGHSA enrichment
  19. 2026-08-25 20:20 UTCEG score recompute
  20. 2026-08-25 20:20 UTCVendor advisory
  21. 2026-08-25 20:20 UTCGHSA enrichment
  22. 2026-08-25 13:49 UTCEPSS rescore
  23. 2026-08-25 08:40 UTCVendor advisory
  24. 2026-08-25 08:39 UTCGHSA enrichment
  25. 2026-08-24 20:48 UTCEG score recompute
  26. 2026-08-24 20:48 UTCVendor advisory
  27. 2026-08-24 20:48 UTCGHSA enrichment
  28. 2026-08-24 09:08 UTCVendor advisory
  29. 2026-08-24 09:08 UTCGHSA enrichment
  30. 2026-08-23 20:51 UTCVendor advisory
  31. 2026-08-23 20:51 UTCGHSA enrichment
  32. 2026-08-23 09:10 UTCEG score recompute
  33. 2026-08-23 09:10 UTCVendor advisory
  34. 2026-08-23 09:10 UTCGHSA enrichment
  35. 2026-08-23 00:19 UTCEPSS rescore
  36. 2026-08-22 21:29 UTCVendor advisory
  37. 2026-08-22 21:29 UTCGHSA enrichment
  38. 2026-08-22 09:39 UTCEG score recompute
  39. 2026-08-22 09:39 UTCVendor advisory
  40. 2026-08-22 09:39 UTCGHSA enrichment
  41. 2026-08-21 23:49 UTCEPSS rescore
  42. 2026-08-21 21:58 UTCGHSA enrichment
  43. 2026-08-21 10:17 UTCEG score recompute
  44. 2026-08-21 10:17 UTCVendor advisory
  45. 2026-08-21 10:17 UTCGHSA enrichment
  46. 2026-08-20 22:55 UTCEPSS rescore
  47. 2026-08-20 22:36 UTCVendor advisory
  48. 2026-08-20 22:36 UTCGHSA enrichment
  49. 2026-08-20 10:55 UTCVendor advisory
  50. 2026-08-20 10:55 UTCGHSA enrichment
  51. 2026-08-19 23:14 UTCEG score recompute
  52. 2026-08-19 23:14 UTCVendor advisory
  53. 2026-08-19 23:14 UTCGHSA enrichment
  54. 2026-08-19 17:04 UTCEPSS rescore
  55. 2026-08-19 07:39 UTCVendor advisory
  56. 2026-08-19 07:39 UTCGHSA enrichment
  57. 2026-08-18 19:51 UTCEG score recompute
  58. 2026-08-18 19:51 UTCVendor advisory
  59. 2026-08-18 19:51 UTCGHSA enrichment
  60. 2026-08-18 13:48 UTCEPSS rescore
  61. 2026-08-18 04:46 UTCGHSA enrichment
  62. 2026-08-17 17:05 UTCEG score recompute
  63. 2026-08-17 17:05 UTCVendor advisory
  64. 2026-08-17 17:05 UTCGHSA enrichment
  65. 2026-08-17 13:47 UTCEPSS rescore
  66. 2026-08-17 05:23 UTCVendor advisory
  67. 2026-08-17 05:23 UTCGHSA enrichment
  68. 2026-08-16 18:23 UTCEG score recompute
  69. 2026-08-16 18:23 UTCVendor advisory
  70. 2026-08-16 18:23 UTCGHSA enrichment
  71. 2026-08-16 14:56 UTCEPSS rescore
  72. 2026-08-16 06:40 UTCEG score recompute
  73. 2026-08-16 06:40 UTCVendor advisory
  74. 2026-08-16 06:40 UTCGHSA enrichment
  75. 2026-08-15 19:00 UTCVendor advisory

Frequently asked(5)

What is CVE-2026-63831?
CVE-2026-63831 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: mac802154: llsec: add skbcowdata() before in-place crypto llsecdoencryptunauth(), llsecdoencryptauth(), llsecdodecryptunauth(), and llsecdodecryptauth() all perform in-place cryptographic transformations on skb data. They build a…
When was CVE-2026-63831 disclosed?
CVE-2026-63831 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-63831 actively exploited?
CVE-2026-63831 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 83.4% of all scored CVEs.
What is the CVSS score of CVE-2026-63831?
CVE-2026-63831 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-63831?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63831, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-63831

Explore →

Is Your Infrastructure Affected by CVE-2026-63831?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.