RHBA-2024%3A5233
In the Linux kernel, the following vulnerability has been resolved: cifs: fix mid leak during reconnection after timeout threshold When the number of responses with status of STATUS_IO_TIMEOUT exceeds a specified threshold (NUM_STATUS_IO_TIMEOUT), we reconnect the connection. But we do not return the mid, or the credits returned for the mid, or reduce the number of in-flight requests. This bug could result in the server->in_flight count to go bad, and also cause a leak in the mids. This change moves the check to a few lines below where the response is decrypted, even of the response is read from the transform header. This way, the code for returning the mids can be reused. Also, the cifs_reconnect was reconnecting just the transport connection before. In case of multi-channel, this may not be what we want to do after several timeouts. Changed that to reconnect the session and the tree too. Also renamed NUM_STATUS_IO_TIMEOUT to a more appropriate name MAX_STATUS_IO_TIMEOUT.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | rhel8/gcc-toolset-13-toolchain@sha256:02c46457d5914c9598b37118e02819d935e0a090b7d64c7ed597e6430687c1be_arm64 as a component of Red Hat Enterprise Linux AppStream (v. 8) | * |
| Red Hat | rhel8/gcc-toolset-13-toolchain@sha256:20e84ff9d9e450e09f5443531ba9da0f24a556420f3555cc4ba3743ee78ee278_s390x as a component of Red Hat Enterprise Linux AppStream (v. 8) | rhel8/gcc-toolset-13-toolchain@sha256:20e84ff9d9e450e09f5443531ba9da0f24a556420f3555cc4ba3743ee78ee278_s390x |
| Red Hat | rhel8/gcc-toolset-13-toolchain@sha256:449a18a62dbba4399e569a1d6ad005319e438139cbc3ab88df7c6d3cbc5ab90e_ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8) | rhel8/gcc-toolset-13-toolchain@sha256:449a18a62dbba4399e569a1d6ad005319e438139cbc3ab88df7c6d3cbc5ab90e_ppc64le |
| Red Hat | rhel8/gcc-toolset-13-toolchain@sha256:db1e81474e08b958fd19bbb9094b73201fd77e2b2f1b62bb8ba598262677c07d_amd64 as a component of Red Hat Enterprise Linux AppStream (v. 8) | rhel8/gcc-toolset-13-toolchain@sha256:db1e81474e08b958fd19bbb9094b73201fd77e2b2f1b62bb8ba598262677c07d_amd64 |
Timeline
- Aug 12, 2024 CVE Published
- Feb 23, 2026 CVE Updated
- May 2, 2026 Distribution Patch
- May 2, 2026 Security Advisory
- May 2, 2026 Security Advisory
- May 2, 2026 Security Advisory
- May 2, 2026 Security Advisory
References
- https://access.redhat.com/errata/RHBA-2024:5233 advisory
- https://access.redhat.com/errata/RHSA-2024:5101 advisory
- https://catalog.redhat.com/software/containers/registry/registry.access.redhat.com/repository/rhel8/gcc-toolset-13-toolchain advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2263879 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2265645 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2265650 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2265797 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2266341 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2266347 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2266497 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2266594 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2267787 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2268118 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2269070 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2269211 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2270084 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2270100 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2270700 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2271686 issue
- https://bugzilla.redhat.com/show_bug.cgi?id=2271688 issue
…and 155 more