CVE-2023-1078

Source
https://cve.org/CVERecord?id=CVE-2023-1078
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-1078.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-1078
Downstream
Related
Published
2023-03-27T21:15:10.520Z
Modified
2026-03-15T22:46:22.979870Z
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

A flaw was found in the Linux Kernel in RDS (Reliable Datagram Sockets) protocol. The rdsrmzerocopycallback() uses listentry() on the head of a list causing a type confusion. Local user can trigger this with rdsmessageput(). Type confusion leads to struct rds_msg_zcopy_info *info actually points to something else that is potentially controlled by local user. It is known how to trigger this, which causes an out of bounds access, and a lock corruption.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-1078.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "4.17"
            },
            {
                "fixed": "4.19.273"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.20"
            },
            {
                "fixed": "5.4.232"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.5"
            },
            {
                "fixed": "5.10.168"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11"
            },
            {
                "fixed": "5.15.94"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.16"
            },
            {
                "fixed": "6.1.12"
            }
        ]
    }
]