CVE-2026-63887

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — Patch released this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf

iscsi_encode_text_output() concatenates "key=value\0" records into login->rsp_buf, an 8192-byte kzalloc(MAX_KEY_VALUE_PAIRS) buffer allocated in iscsit_alloc_login_setup_buffer(). The three sprintf() call sites in this function (lines 1398, 1411, 1424 in v7.1-rc2) never check the remaining buffer capacity:

*length += sprintf(output_buf, "%s=%s", er->key, er->value); *length += 1; output_buf = textbuf + *length;

The 8192-byte ceiling at iscsi_target_check_login_request() bounds the *input* Login PDU payload, but a single PDU can carry up to 2048 minimal four-byte "a=b\0" pairs, each unknown key expanding to a 16-byte "a=NotUnderstood\0" output record via iscsi_add_notunderstood_response(). 2048 * 16 = 32 KiB of output into an 8 KiB buffer, producing a ~24 KiB heap overrun in the kmalloc-8k slab.

The fix introduces a static iscsi_encode_text_record() helper that uses snprintf() with a per-call bounds check against the remaining buffer, and threads a u32 textbuf_size parameter through iscsi_encode_text_output(). Both call sites in iscsi_target_handle_csg_zero() (PHASE_SECURITY) and iscsi_target_handle_csg_one() (PHASE_OPERATIONAL) pass MAX_KEY_VALUE_PAIRS. On overflow the encoder logs the condition, calls iscsi_release_extra_responses() to drop queued records, and returns -1; both caller sites now emit ISCSI_STATUS_CLS_INITIATOR_ERR / ISCSI_LOGIN_STATUS_INIT_ERR via iscsit_tx_login_rsp() before returning, so the initiator sees an explicit failed-login response rather than a silent connection drop. (Prior to this patch only the PHASE_OPERATIONAL caller did that; the PHASE_SECURITY caller is converted to the same shape.)

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/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
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
52%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (8)

Auto-updated Aug 19, 2026
No patch confirmed yet.
generic

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

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

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/26e4a304b7e6f1338c675d527608d32549c091db
generic

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/594a40360012ce5f94c715d5e3b20fa3af7d525a
generic

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/30bf335e8fe170322080ee001f05ca29c50680b3
generic

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4e9f0c4a645c995bc75c06c7b3644254ffb4c76b
generic

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

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

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

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

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/cb84e974fb172bc71386289f37b78ea679410b39

Patch Availability(8)

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

Additional Vendor Advisories

(6)

Data Freshness Timeline

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

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

Frequently asked(5)

What is CVE-2026-63887?
CVE-2026-63887 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput() appends to rspbuf iscsiencodetext_output() concatenates "key=value\0" records into login->rspbuf, an 8192-byte kzalloc(MAXKEYVALUEPAIRS) buffer allocated in…
When was CVE-2026-63887 disclosed?
CVE-2026-63887 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-63887 actively exploited?
CVE-2026-63887 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 48.0% of all scored CVEs.
What is the CVSS score of CVE-2026-63887?
CVE-2026-63887 has a CVSS v4.0 base score of 9.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-63887?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63887, 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-63887

Explore →

Is Your Infrastructure Affected by CVE-2026-63887?

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