{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-45860",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-05-13T15:03:33.080Z",
        "datePublished": "2026-05-27T12:15:40.080Z",
        "dateUpdated": "2026-08-05T12:28:31.995Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-05T12:28:31.995Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_conncount: increase the connection clean up limit to 64\n\nAfter the optimization to only perform one GC per jiffy, a new problem\nwas introduced. If more than 8 new connections are tracked per jiffy the\nlist won't be cleaned up fast enough possibly reaching the limit\nwrongly.\n\nIn order to prevent this issue, only skip the GC if it was already\ntriggered during the same jiffy and the increment is lower than the\nclean up limit. In addition, increase the clean up limit to 64\nconnections to avoid triggering GC too often and do more effective GCs.\n\nThis has been tested using a HTTP server and several\nperformance tools while having nft_connlimit/xt_connlimit or OVS limit\nconfigured.\n\nOutput of slowhttptest + OVS limit at 52000 connections:\n\n slow HTTP test status on 340th second:\n initializing:        0\n pending:             432\n connected:           51998\n error:               0\n closed:              0\n service available:   YES"
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:N - The code runs in a netfilter packet-processing hook (nft_connlimit/xt_connlimit/OVS limit); it is driven by connection packets from a remote peer, so the vulnerability is reachable over the network.\nAC:L - The attacker fully controls the trigger condition (generating more than 8 new connections per jiffy), which is trivially achievable with ordinary connection flooding and requires no conditions outside the attacker's control.\nPR:N - A remote attacker merely opening connections to a connlimit-protected service needs no authentication or privileges on the target system.\nUI:N - Exploitation requires only sending connection traffic; no victim interaction is needed.\nS:U - The faulty accounting and its effect stay within the kernel's network stack and the protected service; no security boundary is crossed.\nC:N - The bug is a connection-count accounting error with no memory disclosure or information leak of any kind.\nI:N - No attacker-controlled data is modified and there is no memory corruption; only the internal connection counter is transiently inaccurate.\nA:H - The inflated count causes the connlimit to reach its threshold prematurely, so legitimate new connections to the protected service are rejected; an attacker can sustain this to deny service (total loss of new-connection availability under a global/zone limit)."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "include/net/netfilter/nf_conntrack_count.h",
                        "net/netfilter/nf_conncount.c"
                    ],
                    "versions": [
                        {
                            "version": "f106694733c66a48740c25bc4e212e9b2ea364ce",
                            "lessThan": "a5c9e14e0e8923218ae881d5e78c990c07694966",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "be69850b461e7b491d87a22e33ab76fdd04b725e",
                            "lessThan": "13eede458fdf231f1bf96a398feea4ad1553f14c",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "fa85432d58c8e74b39333edbf8d28df2985dfc79",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "0792ad077d776c2dcf20f0484e2461ded1b77a24",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "3d0994ed0aa1fc0a2c5e620b765e8defdd021bff",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "6e5fa7add3e76da068a478d905be64be8fa4e80a",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "0af0812baf2d363176c9b76fc07e33f13aede8db",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "d265929930e2ffafc744c0ae05fb70acd53be1ee",
                            "lessThan": "21d033e472735ecec677f1ae46d6740b5e47a4f3",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "5.10.248",
                            "lessThan": "5.10.252",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.198",
                            "lessThan": "5.15.202",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "include/net/netfilter/nf_conntrack_count.h",
                        "net/netfilter/nf_conncount.c"
                    ],
                    "versions": [
                        {
                            "version": "5.19",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "5.19",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.252",
                            "lessThanOrEqual": "5.10.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.202",
                            "lessThanOrEqual": "5.15.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.1.165",
                            "lessThanOrEqual": "6.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.6.128",
                            "lessThanOrEqual": "6.6.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.75",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.14",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.19.4",
                            "lessThanOrEqual": "6.19.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.0",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.10.248",
                                    "versionEndExcluding": "5.10.252"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.15.198",
                                    "versionEndExcluding": "5.15.202"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.1.165"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.6.128"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.12.75"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.18.14"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "6.19.4"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.19",
                                    "versionEndExcluding": "7.0"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/a5c9e14e0e8923218ae881d5e78c990c07694966"
                },
                {
                    "url": "https://git.kernel.org/stable/c/13eede458fdf231f1bf96a398feea4ad1553f14c"
                },
                {
                    "url": "https://git.kernel.org/stable/c/fa85432d58c8e74b39333edbf8d28df2985dfc79"
                },
                {
                    "url": "https://git.kernel.org/stable/c/0792ad077d776c2dcf20f0484e2461ded1b77a24"
                },
                {
                    "url": "https://git.kernel.org/stable/c/3d0994ed0aa1fc0a2c5e620b765e8defdd021bff"
                },
                {
                    "url": "https://git.kernel.org/stable/c/6e5fa7add3e76da068a478d905be64be8fa4e80a"
                },
                {
                    "url": "https://git.kernel.org/stable/c/0af0812baf2d363176c9b76fc07e33f13aede8db"
                },
                {
                    "url": "https://git.kernel.org/stable/c/21d033e472735ecec677f1ae46d6740b5e47a4f3"
                }
            ],
            "title": "netfilter: nf_conncount: increase the connection clean up limit to 64",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}