CVE-2024-57800

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57800
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-57800.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-57800
Downstream
Published
2025-01-11T12:39:49Z
Modified
2025-10-22T07:02:52.513076Z
Summary
ALSA: memalloc: prefer dma_mapping_error() over explicit address checking
Details

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

ALSA: memalloc: prefer dmamappingerror() over explicit address checking

With CONFIGDMAAPI_DEBUG enabled, the following warning is observed:

DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map error[device address=0x00000000ffff0000] [size=20480 bytes] [mapped as single] WARNING: CPU: 28 PID: 2255 at kernel/dma/debug.c:1036 checkunmap+0x1408/0x2430 CPU: 28 UID: 42 PID: 2255 Comm: wireplumber Tainted: G W L 6.12.0-10-133577cad6bf48e5a7848c4338124081393bfe8a+ #759 debugdmaunmappage+0xe9/0xf0 snddmawcfree+0x85/0x130 [sndpcm] sndpcmlibfreepages+0x1e3/0x440 [sndpcm] sndpcmcommonioctl+0x1c9a/0x2960 [sndpcm] sndpcmioctl+0x6a/0xc0 [sndpcm] ...

Check for returned DMA addresses using specialized dmamappingerror() helper which is generally recommended for this purpose by Documentation/core-api/dma-api.rst.

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
c880a5146642e9d35f88aaa353ae98ffd4fc3f99
Fixed
c180c3f42d340e8dcb9094bb8ea7d477d37081a8
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c880a5146642e9d35f88aaa353ae98ffd4fc3f99
Fixed
fa0308134d26dbbeb209a1581eea46df663866b6

Affected versions

v6.*

v6.11
v6.11-rc5
v6.11-rc6
v6.11-rc7
v6.12
v6.12-rc1
v6.12-rc2
v6.12-rc3
v6.12-rc4
v6.12-rc5
v6.12-rc6
v6.12-rc7
v6.12.1
v6.12.2
v6.12.3
v6.12.4
v6.12.5
v6.12.6
v6.12.7
v6.13-rc1
v6.13-rc2

Database specific

vanir_signatures

[
    {
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "snd_dma_wc_alloc",
            "file": "sound/core/memalloc.c"
        },
        "digest": {
            "function_hash": "90293036397729212285729135720316760932",
            "length": 368.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fa0308134d26dbbeb209a1581eea46df663866b6",
        "signature_type": "Function",
        "id": "CVE-2024-57800-3479a171"
    },
    {
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "file": "sound/core/memalloc.c"
        },
        "digest": {
            "line_hashes": [
                "133759959080067547380478260298055568675",
                "59743077943833785675865482977963299019",
                "100546091000270980699684534614610464628",
                "30039118111575305558612763634079451562"
            ],
            "threshold": 0.9
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c180c3f42d340e8dcb9094bb8ea7d477d37081a8",
        "signature_type": "Line",
        "id": "CVE-2024-57800-5de658fc"
    },
    {
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "file": "sound/core/memalloc.c"
        },
        "digest": {
            "line_hashes": [
                "133759959080067547380478260298055568675",
                "59743077943833785675865482977963299019",
                "100546091000270980699684534614610464628",
                "30039118111575305558612763634079451562"
            ],
            "threshold": 0.9
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fa0308134d26dbbeb209a1581eea46df663866b6",
        "signature_type": "Line",
        "id": "CVE-2024-57800-e7f3db4e"
    },
    {
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "function": "snd_dma_wc_alloc",
            "file": "sound/core/memalloc.c"
        },
        "digest": {
            "function_hash": "90293036397729212285729135720316760932",
            "length": 368.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c180c3f42d340e8dcb9094bb8ea7d477d37081a8",
        "signature_type": "Function",
        "id": "CVE-2024-57800-e8ead419"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.0
Fixed
6.12.8