CVE-2026-63831

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH 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

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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(high)
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
16%
KEV
Not listed

Published

July 19, 2026

Last Modified

July 20, 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.

Data Freshness Timeline

(refreshed 25× in last 7d / 208× 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 208 total refreshes for this CVE.

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

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 July 20, 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 84.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

Explore the affected products and dependency analysis for 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.