CVE-2016-9793

Source
https://cve.org/CVERecord?id=CVE-2016-9793
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2016-9793.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2016-9793
Downstream
Related
Published
2016-12-28T07:59:00Z
Modified
2026-04-16T01:44:40Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

The sock_setsockopt function in net/core/sock.c in the Linux kernel before 4.8.14 mishandles negative values of sk_sndbuf and sk_rcvbuf, which allows local users to cause a denial of service (memory corruption and system crash) or possibly have unspecified other impact by leveraging the CAP_NET_ADMIN capability for a crafted setsockopt system call with the (1) SO_SNDBUFFORCE or (2) SO_RCVBUFFORCE option.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2016-9793.json"
unresolved_ranges
[
    {
        "events":  [
            {
                "introduced":  "3.5"
            },
            {
                "fixed":  "3.12.69"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "3.13"
            },
            {
                "fixed":  "3.16.40"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "3.17"
            },
            {
                "fixed":  "3.18.52"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "3.19"
            },
            {
                "fixed":  "4.1.50"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "4.2"
            },
            {
                "fixed":  "4.4.38"
            }
        ]
    },
    {
        "events":  [
            {
                "introduced":  "4.5"
            },
            {
                "fixed":  "4.8.14"
            }
        ]
    }
]