CVE-2026-63942

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 4 sources updated this week
7.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: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

parport: Fix race between port and client registration

The parport subsystem registers port devices before they are fully initialised, resulting in a race condition where client drivers such as lp can attach to ports that are not completely initialised or even being torn down.

When the port and client drivers are built as modules and loaded around the same time during boot, this occasionally results in a crash. I was able to make this happen reliably in a VM with a PC-style parallel port by patching parport_pc to fail probing:

> --- a/drivers/parport/parport_pc.c > +++ b/drivers/parport/parport_pc.c > @@ -2069,7 +2069,7 @@ static struct parport *__parport_pc_probe_port(unsigned long int base, > if (!p) > goto out3; > > - base_res = request_region(base, 3, p->name); > + base_res = NULL; > if (!base_res) > goto out4; >

and then running:

while true; do modprobe lp & modprobe parport_pc wait rmmod lp parport_pc done

for a few seconds.

In the long term I think port registration should be changed to put the call to device_add() inside parport_announce_port(), but since the latter currently cannot fail this will require changing all port drivers.

For now, add a flag to indicate whether a port has been "announced" and only try to attach client drivers to ports when the flag is set.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/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
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (8)

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

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

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

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

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

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

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

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

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

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/74d6aae1df45d3414178986be743f946988fddf6
generic

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/51026cff1f4f3b762a0b5a07c727bd59cef45320
generic

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/290f515c5e3b3900bc2fe24f179999fd08d23bfa
generic

parport: Fix race between port and client registration - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/15b1723c1472e802f9f7e69ae4e64f7dbf588848

Vendor Advisories for CVE-2026-63942(1)

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

Patch Availability(5)

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

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (138 versions)7.0.12-1

All Vendor Advisories

(5)

Data Freshness Timeline

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

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

Frequently asked(5)

What is CVE-2026-63942?
CVE-2026-63942 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: parport: Fix race between port and client registration The parport subsystem registers port devices before they are fully initialised, resulting in a race condition where client drivers such as lp can attach to ports that are not…
When was CVE-2026-63942 disclosed?
CVE-2026-63942 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-63942 actively exploited?
CVE-2026-63942 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 94.1% of all scored CVEs.
What is the CVSS score of CVE-2026-63942?
CVE-2026-63942 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-63942?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63942, 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-63942

Explore →

Is Your Infrastructure Affected by CVE-2026-63942?

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