CVE-2026-74282

Source
https://cve.org/CVERecord?id=CVE-2026-74282
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74282.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74282
Downstream
Published
2026-08-15T05:57:52Z
Modified
2026-08-18T03:56:56Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
tipc: prevent snt_unacked underflow on CONN_ACK
Details

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

tipc: prevent snt_unacked underflow on CONN_ACK

tipc_sk_conn_proto_rcv() subtracts the peer-supplied connection ack count from the unsigned 16-bit send counter snt_unacked without checking that it does not exceed the number of messages actually outstanding:

tsk->snt_unacked -= msg_conn_ack(hdr);

msg_conn_ack() is read straight from a received CONN_MANAGER/CONN_ACK message. If the ack count is larger than snt_unacked, the subtraction wraps to a near-maximum value, leaving tsk_conn_cong() permanently true and starving the connection of further transmits.

Validate the ACK count at the start of the CONN_ACK block and drop the message if it acknowledges more messages than are outstanding. A peer (or, for a local connection, the connected peer socket) can otherwise wedge a TIPC connection's send side by sending an oversized connection ack.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74282.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
10724cc7bb7832b482df049c20fd824d928c5eaa
Fixed
3388145d258cf2c4c98278e3987296007d30672e
Fixed
67e55b054bf8025658dc0e255057f2a6236416bd
Fixed
96f91b8ae1a489b3eca137e7acf42cf985fb8939
Fixed
47ed873e4ceda34098bd46d8e96b4bb13cad3a04
Fixed
b44bebdd32c9ff66ee2aebfc317ced44bedd9335
Fixed
3cfa3d8e0dc167850edeb5bf5a07757db83fd54e
Fixed
1e2c956745777e6ffdee7f30da5935741c03ee1e
Fixed
ab3e10b44ba5411779aac7afd2477917dd77750f

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74282.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.7.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74282.json"