VDB
DEBIAN-CVE-2026-43190
DEBIAN-CVE-2026-43190
PUBLISHED
CVSS 8.199999809265137 HIGH
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_tcpmss: check remaining length before reading optlen Quoting reporter: In net/netfilter/xt_tcpmss.c (lines 53-68), the TCP option parser reads op[i+1] directly without validating the remaining option length. If the last byte of the option field is not EOL/NOP (0/1), the code attempts to index op[i+1]. In the case where i + 1 == optlen, this causes an out-of-bounds read, accessing memory past the optlen boundary (either reading beyond the stack buffer _opt or the following payload).
Risk Scores
CVSS 3.1
8.199999809265137
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 7.1, 6.12.86-1, 6.12.9-1 |
| Debian:14 | linux | 6.16-1, 6.12.41-1, 6.12.43-1 |
| Debian:12 | linux | 6.1.148-1, 6.1.106-2, 6.1.106-3 |
| Debian:13 | linux | 6.12.38-1, 6.12.41-1, 6.12.43-1 |
Timeline
- May 6, 2026 CVE Published
- May 9, 2026 CVE Updated