Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-63887

scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf
Back to all
CVE

CVE-2026-63887

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

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 iscsitallocloginsetupbuffer(). 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 iscsitargetcheckloginrequest() 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 iscsiaddnotunderstood_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 iscsiencodetext_record() helper that uses

snprintf() with a per-call bounds check against the remaining buffer,

and threads a u32 textbuf_size parameter through

iscsiencodetext_output(). Both call sites in

iscsitargethandlecsgzero() (PHASE_SECURITY) and

iscsitargethandlecsgone() (PHASE_OPERATIONAL) pass

MAXKEYVALUE_PAIRS. On overflow the encoder logs the condition, calls

iscsireleaseextra_responses() to drop queued records, and returns -1;

both caller sites now emit ISCSISTATUSCLSINITIATORERR /

ISCSILOGINSTATUSINITERR via iscsittxlogin_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.)

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/26e4a304b7e6f1338c675d527608d32549c091db, https://git.kernel.org/stable/c/30bf335e8fe170322080ee001f05ca29c50680b3, https://git.kernel.org/stable/c/4e9f0c4a645c995bc75c06c7b3644254ffb4c76b, https://git.kernel.org/stable/c/594a40360012ce5f94c715d5e3b20fa3af7d525a, https://git.kernel.org/stable/c/b19382dfc6e7dee6d3859ba44b6ca29e97a51627, https://git.kernel.org/stable/c/bf33e01f88388c43e285492a63e539df6ffed64c, https://git.kernel.org/stable/c/cb84e974fb172bc71386289f37b78ea679410b39, https://git.kernel.org/stable/c/efe633e600a0ac68357206fede21b1ac8178f3b8, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63887.json, https://nvd.nist.gov/vuln/detail/CVE-2026-63887, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00778%
EPSS Percentile
0.53083%
Introduced Version
e48354ce078c079996f89d715dfa44814b4eba01,3.1.0,5.11.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
bf33e01f88388c43e285492a63e539df6ffed64c,5.10.259,5.15.210,6.1.176,6.6.143,6.12.93,6.18.35,7.0.12,0:4.18.0-553.157.1.el8_10,0:4.18.0-553.157.1.rt7.498.el8_10,6.1.176-1,6.12.94-1,7.0.0-28.28~24.04.1,7.0.0-1016.16~24.04.1,7.0.0-28.28.1~24.04.3,0:6.12.0-211.47.1.el10_2,0:5.10.259-258.1043.amzn2,0:1.0-0.amzn2,0:5.15.210-148.245.amzn2,1:6.18.35-68.127.amzn2023,1:1.0-0.amzn2023,1:6.1.176-220.358.amzn2023,1:6.12.94-123.174.amzn2023

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading