Lucene search
+L

1853 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-63886

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for...

9.8CVSS5.8AI score0.00664EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-63888

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

9.8CVSS0.00745EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.35 views

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 iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

9.8CVSS0.00745EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63887

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput appends to rspbuf iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

9.8CVSS5.4AI score0.00745EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.15 views

EUVD-2026-45660

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsiencodetextoutput appends to rspbuf iscsiencodetextoutput concatenates "key=value\0" records into login-rspbuf, an 8192-byte kzallocMAXKEYVALUEPAIRS buffer allocated in iscsitallocloginsetupbuffer...

5.6AI score0.00745EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63888 scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

9.8CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63888 scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

9.8CVSS0.00745EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.36 views

CVE-2026-63887

The CVE-2026-63887 issue affects Linux kernel SCSI/ISCSI login handling. iscsi_encode_text_output() concatenates key=value records into login->rsp_buf using an 8192-byte buffer without checking remaining capacity, while a single PDU can carry up to 2048 pairs, potentially expanding to ~32 KiB....

9.8CVSS5.6AI score0.00745EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.47 views

CVE-2026-63888

The CVE concerns the Linux kernel iSCSI target: two related Text-phase bugs in iscsit_handle_text_cmd() were fixed. First, a CRC32C DataDigest overread occurs because rx_size includes the CRC length when calling iscsit_crc_buf(), reading 4 bytes past the allocated text_in. The patch fixes this by...

9.8CVSS5.7AI score0.00745EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63888

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

9.8CVSS5.5AI score0.00745EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:54 p.m.11 views

EUVD-2026-45771

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...

5.3AI score0.00664EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:54 p.m.7 views

CVE-2026-63886 scsi: target: iscsi: Validate CHAP_R length before base64 decode

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAPR length before base64 decode chapservercomputehash allocates clientdigest as kzallocchap-digestsize and then, for BASE64-encoded responses, passes chapr directly to chapbase64decode without...

9.8CVSS5.4AI score
SaveExploits0References9
CVE
CVE
added 2026/07/19 2:54 p.m.32 views

CVE-2026-63886

The CVE-2026-63886 entry concerns the Linux kernel SCSI iSCSI path, where chap_server_compute_hash() could overflow a digest buffer during BASE64 decoding. Root cause: chap_r is fed to chap_base64_decode() without validation that the decoded output fits into client_digest (kzalloc(chap->digest...

9.8CVSS5.3AI score0.00664EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.16 views

PT-2026-61204

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A heap overrun occurs in the iscsi encode text output function when concatenating records into the rsp buf buffer. The function uses sprintf to append key-value pairs without verifying t...

9.8CVSS5.8AI score0.00745EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:0 a.m.14 views

MiracleLinux 8 : kernel-4.18.0-553.139.1.el8_10 (AXSA:2026-1250:48)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1250:48 advisory. kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline data writ...

7.8CVSS6.8AI score0.00184EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/07/08 3:0 p.m.10 views

Insufficient Granularity of Access Control

Overview ironic is an OpenStack Bare Metal Provisioning Affected versions of this package are vulnerable to Insufficient Granularity of Access Control in the process of reparenting Volume Connectors and Volume Targets to nodes in a different project, crossing project authorization boundaries. An...

8.7CVSS5.4AI score0.00329EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/07 1:19 a.m.16 views

Important: Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

7.8CVSS6.8AI score0.00184EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:0 a.m.17 views

AlmaLinux 8 : kernel-rt (ALSA-2026:36049)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:36049 advisory. kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline data write pat...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:0 a.m.13 views

RHEL 8 : kernel-rt (RHSA-2026:36049)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:36049 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

7.8CVSS6.9AI score0.00184EPSS
SaveExploits0References8
AlmaLinux
AlmaLinux
added 2026/07/07 12:0 a.m.10 views

Important: kernel-rt security, bug fix, and enhancement update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline...

7.8CVSS6.8AI score0.00184EPSS
SaveExploits0References8
Rows per page
Query Builder