{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-31431",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-03-09T15:48:24.089Z",
        "datePublished": "2026-04-22T08:15:10.123Z",
        "dateUpdated": "2026-09-01T12:04:50.194Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-05T12:22:25.522Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: algif_aead - Revert to operating out-of-place\n\nThis mostly reverts commit 72548b093ee3 except for the copying of\nthe associated data.\n\nThere is no benefit in operating in-place in algif_aead since the\nsource and destination come from different mappings.  Get rid of\nall the complexity added for in-place operation and just copy the\nAD directly."
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                        "baseScore": 7.8,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:L - The vulnerable algif_aead path is reached through local AF_ALG socket syscalls: socket, bind, setsockopt, accept, sendmsg, and recvmsg. It is not directly reachable from remote network packets.\nAC:L - A local attacker can construct the AF_ALG AEAD request, choose buffer layout, AAD/tag lengths, and invoke recvmsg directly. Any race or SGL layout condition is attacker-controlled from the same process.\nPR:L - Creating and using AF_ALG AEAD sockets requires only an unprivileged local user on systems with CRYPTO_USER_API_AEAD enabled. The traced socket, bind, setsockopt, accept, sendmsg, and recvmsg paths do not require CAP_SYS_ADMIN or other real root privileges.\nUI:N - No victim interaction is needed once the attacker has local code execution. The attacker can open and drive the AF_ALG socket entirely through syscalls.\nS:U - The issue remains within the kernel/user crypto API security authority and does not cross a VM, IOMMU, or separate sandbox boundary. This is a standard local kernel attack surface.\nC:H - The removed in-place AEAD design used user-writable RX scatterlists as crypto source data and chained TX tag pages, creating a plausible decryption/authentication bypass for data protected by secret AEAD keys. Under the required uncertainty rule, this is scored as high confidentiality impact.\nI:H - The bug undermines AEAD authenticity by allowing source data used by the crypto operation to diverge from the data originally submitted and authenticated. This can allow forged or corrupted plaintext/ciphertext results, so integrity impact is high.\nA:H - The vulnerable path builds complex chained scatterlists from attacker-controlled local buffers and related AF_ALG fixes show these paths can lead to scatterwalk NULL dereferences and kernel panics. A local attacker can repeatedly trigger the operation, so availability impact is high."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "crypto/af_alg.c",
                        "crypto/algif_aead.c",
                        "crypto/algif_skcipher.c",
                        "include/crypto/if_alg.h"
                    ],
                    "versions": [
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "893d22e0135fa394db81df88697fba6032747667",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "19d43105a97be0810edbda875f2cd03f30dc130c",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "961cfa271a918ad4ae452420e7c303149002875b",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "3115af9644c342b356f3f07a4dd1c8905cd9a6fc",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "8b88d99341f139e23bdeb1027a2a3ae10d341d82",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "fafe0fa2995a0f7073c1c358d7d3145bcc9aedd8",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "ce42ee423e58dffa5ec03524054c9d8bfd4f6237",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "72548b093ee38a6d4f2a19e6ef1948ae05c181f7",
                            "lessThan": "a664bf3d603dc3bdcf9ae47cc21e0daec706d7a5",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "crypto/af_alg.c",
                        "crypto/algif_aead.c",
                        "crypto/algif_skcipher.c",
                        "include/crypto/if_alg.h"
                    ],
                    "versions": [
                        {
                            "version": "4.14",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "4.14",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.254",
                            "lessThanOrEqual": "5.10.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.204",
                            "lessThanOrEqual": "5.15.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.1.170",
                            "lessThanOrEqual": "6.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.6.137",
                            "lessThanOrEqual": "6.6.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.85",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.22",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.19.12",
                            "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": "4.14",
                                    "versionEndExcluding": "5.10.254"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "5.15.204"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "6.1.170"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "6.6.137"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "6.12.85"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "6.18.22"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "6.19.12"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14",
                                    "versionEndExcluding": "7.0"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/893d22e0135fa394db81df88697fba6032747667"
                },
                {
                    "url": "https://git.kernel.org/stable/c/19d43105a97be0810edbda875f2cd03f30dc130c"
                },
                {
                    "url": "https://git.kernel.org/stable/c/961cfa271a918ad4ae452420e7c303149002875b"
                },
                {
                    "url": "https://git.kernel.org/stable/c/3115af9644c342b356f3f07a4dd1c8905cd9a6fc"
                },
                {
                    "url": "https://git.kernel.org/stable/c/8b88d99341f139e23bdeb1027a2a3ae10d341d82"
                },
                {
                    "url": "https://git.kernel.org/stable/c/fafe0fa2995a0f7073c1c358d7d3145bcc9aedd8"
                },
                {
                    "url": "https://git.kernel.org/stable/c/ce42ee423e58dffa5ec03524054c9d8bfd4f6237"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a664bf3d603dc3bdcf9ae47cc21e0daec706d7a5"
                }
            ],
            "title": "crypto: algif_aead - Revert to operating out-of-place",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        },
        "adp": [
            {
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "type": "CWE",
                                "cweId": "CWE-669",
                                "lang": "en",
                                "description": "CWE-669 Incorrect Resource Transfer Between Spheres"
                            }
                        ]
                    }
                ],
                "references": [
                    {
                        "url": "https://github.com/theori-io/copy-fail-CVE-2026-31431",
                        "tags": [
                            "exploit"
                        ]
                    },
                    {
                        "url": "https://xint.io/blog/copy-fail-linux-distributions#the-fix-6",
                        "tags": [
                            "mitigation"
                        ]
                    },
                    {
                        "url": "https://lore.kernel.org/linux-cve-announce/2026042214-CVE-2026-31431-3d65@gregkh/",
                        "tags": [
                            "mitigation"
                        ]
                    },
                    {
                        "url": "https://access.redhat.com/security/cve/cve-2026-31431#cve-details-mitigation",
                        "tags": [
                            "mitigation"
                        ]
                    },
                    {
                        "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-31431",
                        "tags": [
                            "government-resource"
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-04-29T00:00:00+00:00",
                                "options": [
                                    {
                                        "Exploitation": "active"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3",
                                "id": "CVE-2026-31431"
                            }
                        }
                    },
                    {
                        "other": {
                            "type": "kev",
                            "content": {
                                "dateAdded": "2026-05-01",
                                "reference": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-31431"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-05-02T03:55:23.146Z"
                },
                "timeline": [
                    {
                        "time": "2026-05-01T00:00:00.000Z",
                        "lang": "en",
                        "value": "CVE-2026-31431 added to CISA KEV"
                    }
                ]
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/29/23"
                    },
                    {
                        "url": "https://copy.fail"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/29/25"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/29/26"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/2"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/5"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/6"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/10"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/11"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/12"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/14"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/15"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/16"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/17"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/18"
                    },
                    {
                        "url": "https://websec.net/blog/cve-2026-31431-linux-algifaead-page-cache-write-to-root-69f38a4ccddd2db1f520f170"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/04/30/20"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/2"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/3"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/10"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/12"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/15"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/16"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/17"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/18"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/22"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/23"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/01/24"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/4"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/5"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/6"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/7"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/8"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/14"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/15"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/16"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/17"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/18"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/19"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/20"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/21"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/23"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/24"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/02/25"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/3"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/4"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/10"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/5"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/6"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/12"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/03/13"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/1"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/2"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/10"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/11"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/12"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/13"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/14"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/8"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/9"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/24"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/27"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/28"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/29"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/04/31"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/06/5"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/07/2"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/07/12"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/08/13"
                    },
                    {
                        "url": "https://www.kb.cert.org/vuls/id/260001"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/05/18/3"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2026-05-18T17:44:54.264Z"
                }
            },
            {
                "x_adpType": "supplier",
                "providerMetadata": {
                    "orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
                    "shortName": "siemens-SADP",
                    "dateUpdated": "2026-07-14T12:47:48.619Z"
                },
                "affected": [
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.6",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.5",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.6",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.5",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.6",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.5",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.6",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.5",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIMATIC S7-1500 TM MFP - GNU/Linux subsystem",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "0",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.6",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    },
                    {
                        "vendor": "Siemens",
                        "product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
                        "versions": [
                            {
                                "status": "affected",
                                "version": "V3.1.5",
                                "lessThan": "*",
                                "versionType": "custom"
                            }
                        ],
                        "defaultStatus": "unknown"
                    }
                ],
                "references": [
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-265688.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
                    },
                    {
                        "url": "https://cert-portal.siemens.com/productcert/html/ssa-019113.html"
                    }
                ]
            },
            {
                "affected": [
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:enterprise_linux_nvidia:10::el10"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "NVIDIA for RHEL 10",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:6.12.0-211.6.el10nv",
                                "versionType": "rpm"
                            },
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:6.12.0-231.12.el10nv",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:10.1",
                            "cpe:/o:redhat:enterprise_linux:10.2"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 10",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:6.12.0-124.55.1.el10_1",
                                "versionType": "rpm"
                            },
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:6.12.0-211.7.3.el10_2",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux_eus:10.0"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 10.0 Extended Update Support",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:6.12.0-55.71.1.el10_0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:enterprise_linux:8::nfv"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel-rt",
                        "product": "Red Hat Enterprise Linux 8",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-553.123.1.rt7.464.el8_10",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:8"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-553.123.1.el8_10",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:8"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 8",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_aus:8.4"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-305.190.1.el8_4",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_eus_long_life:8.4"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-305.190.1.el8_4",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_aus:8.6"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-372.191.1.el8_6",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_tus:8.6"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.6 Telecommunications Update Service",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-372.191.1.el8_6",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:8.6"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-372.191.1.el8_6",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:8.6"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_tus:8.8"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.8 Telecommunications Update Service",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-477.139.1.el8_8",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:8.8"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.18.0-477.139.1.el8_8",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:8.8"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:enterprise_linux:9",
                            "cpe:/o:redhat:enterprise_linux:9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 9",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-611.54.1.el9_7",
                                "versionType": "rpm"
                            },
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-687.5.3.el9_8",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:9"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 9",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_e4s:9.0"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-70.178.1.el9_0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_e4s:9.0::nfv"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel-rt",
                        "product": "Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-70.178.1.rt21.250.el9_0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:9.0"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_e4s:9.2"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-284.169.1.el9_2",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_e4s:9.2::nfv"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel-rt",
                        "product": "Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-284.169.1.rt14.454.el9_2",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_e4s:9.2"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_eus:9.4"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 9.4 Extended Update Support",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-427.124.1.el9_4",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_eus:9.4"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 9.4 Extended Update Support",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:rhel_eus:9.6"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 9.6 Extended Update Support",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.14.0-570.112.1.el9_6",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:rhel_eus:9.6"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kpatch-patch",
                        "product": "Red Hat Enterprise Linux 9.6 Extended Update Support",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.12::el8"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.12",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "412.86.202605060316-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.13::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.13",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "413.92.202605051442-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.14::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.14",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "414.92.202605060243-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.15::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.15",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "415.92.202605060220-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.16::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.16",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "416.94.202605042300-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.17::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.17",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "417.94.202605050021-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.18::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.18",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "418.94.202605042017-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.19::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.19",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "4.19.9.6.202605042214-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.20::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.20",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "4.20.9.6.202605051409-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:openshift:4.21::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "rhcos",
                        "product": "Red Hat OpenShift Container Platform 4.21",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "4.21.9.6.202605051105-0",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:6"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 6",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:7"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kernel",
                        "product": "Red Hat Enterprise Linux 7",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/o:redhat:enterprise_linux:7"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "kernel-rt",
                        "product": "Red Hat Enterprise Linux 7",
                        "vendor": "Red Hat"
                    }
                ],
                "datePublic": "2026-04-22T00:00:00.000Z",
                "descriptions": [
                    {
                        "lang": "en",
                        "value": "A flaw was found in the Linux kernel's algif_aead cryptographic algorithm interface. An incorrect in-place operation causes source and destination data mappings to differ during cryptographic processing. A low-privileged local attacker can exploit this flaw to corrupt the contents of sensitive system files and escalate to root privileges."
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "content": {
                                "namespace": "https://access.redhat.com/security/updates/classification/",
                                "value": "Important"
                            },
                            "type": "Red Hat severity rating"
                        }
                    },
                    {
                        "cvssV3_1": {
                            "attackComplexity": "LOW",
                            "attackVector": "LOCAL",
                            "availabilityImpact": "HIGH",
                            "baseScore": 7.8,
                            "baseSeverity": "HIGH",
                            "confidentialityImpact": "HIGH",
                            "integrityImpact": "HIGH",
                            "privilegesRequired": "LOW",
                            "scope": "UNCHANGED",
                            "userInteraction": "NONE",
                            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                            "version": "3.1"
                        },
                        "format": "CVSS"
                    }
                ],
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "cweId": "CWE-1288",
                                "description": "Improper Validation of Consistency within Input",
                                "lang": "en",
                                "type": "CWE"
                            }
                        ]
                    }
                ],
                "references": [
                    {
                        "tags": [
                            "vdb-entry",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/security/cve/CVE-2026-31431"
                    },
                    {
                        "name": "RHBZ#2460538",
                        "tags": [
                            "issue-tracking",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460538"
                    },
                    {
                        "tags": [
                            "x_sadp-csaf-vex"
                        ],
                        "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31431.json"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14926"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:33486"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14097"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14112"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:15087"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14773"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13729"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13885"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13727"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13690"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13862"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13811"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13887"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13566"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:19074"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13936"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13734"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13932"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14339"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13565"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:19225"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13577"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:15976"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14165"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14230"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16111"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13681"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16210"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16209"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16208"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16063"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:16018"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:15978"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:13578"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14137"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:14301"
                    }
                ],
                "solutions": [
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14926: NVIDIA for RHEL 10"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:33486: NVIDIA for RHEL 10"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14097: Red Hat OpenShift Container Platform 4.12"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14112: Red Hat OpenShift Container Platform 4.13"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:15087: Red Hat OpenShift Container Platform 4.14"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14773: Red Hat OpenShift Container Platform 4.15"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13729: Red Hat OpenShift Container Platform 4.16"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13885: Red Hat OpenShift Container Platform 4.17"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13727: Red Hat OpenShift Container Platform 4.18"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13690: Red Hat OpenShift Container Platform 4.19"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13862: Red Hat OpenShift Container Platform 4.20"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13811: Red Hat OpenShift Container Platform 4.21"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13887: Red Hat Enterprise Linux AppStream EUS (v. 10.0), Red Hat Enterprise Linux BaseOS EUS (v. 10.0), Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0), Red Hat Enterprise Linux Real Time EUS (v. 10.0), Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13566: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux BaseOS (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10), Red Hat Enterprise Linux Real Time (v. 10), Red Hat Enterprise Linux Real Time for NFV (v. 10)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:19074: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux BaseOS (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10), Red Hat Enterprise Linux Real Time (v. 10), Red Hat Enterprise Linux Real Time for NFV (v. 10)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13936: Red Hat Enterprise Linux AppStream E4S (v.9.0), Red Hat Enterprise Linux BaseOS E4S (v.9.0)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13734: Red Hat Enterprise Linux AppStream E4S (v.9.2), Red Hat Enterprise Linux BaseOS E4S (v.9.2)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13932: Red Hat CodeReady Linux Builder EUS (v.9.4), Red Hat Enterprise Linux AppStream EUS (v.9.4), Red Hat Enterprise Linux BaseOS EUS (v.9.4), Red Hat Enterprise Linux Real Time EUS (v.9.4), Red Hat Enterprise Linux Real Time for NFV EUS (v.9.4)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14339: Red Hat CodeReady Linux Builder EUS (v.9.6), Red Hat Enterprise Linux AppStream EUS (v.9.6), Red Hat Enterprise Linux BaseOS EUS (v.9.6), Red Hat Enterprise Linux Real Time EUS (v.9.6), Red Hat Enterprise Linux Real Time for NFV EUS (v.9.6)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13565: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux BaseOS (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9), Red Hat Enterprise Linux Real Time (v. 9), Red Hat Enterprise Linux Real Time for NFV (v. 9)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:19225: Red Hat Enterprise Linux AppStream (v. 9), Red Hat Enterprise Linux BaseOS (v. 9), Red Hat Enterprise Linux CodeReady Linux Builder (v. 9), Red Hat Enterprise Linux Real Time (v. 9), Red Hat Enterprise Linux Real Time for NFV (v. 9)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13577: Red Hat Enterprise Linux BaseOS (v. 8), Red Hat Enterprise Linux CRB (v. 8)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:15976: Red Hat Enterprise Linux BaseOS (v. 8)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14165: Red Hat Enterprise Linux BaseOS AUS (v.8.4), Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14230: Red Hat Enterprise Linux BaseOS AUS (v.8.6), Red Hat Enterprise Linux BaseOS E4S (v.8.6), Red Hat Enterprise Linux BaseOS TUS (v.8.6)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16111: Red Hat Enterprise Linux BaseOS E4S (v.8.6)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13681: Red Hat Enterprise Linux BaseOS E4S (v.8.8), Red Hat Enterprise Linux BaseOS TUS (v.8.8)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16210: Red Hat Enterprise Linux BaseOS E4S (v.8.8)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16209: Red Hat Enterprise Linux BaseOS E4S (v.9.0)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16208: Red Hat Enterprise Linux BaseOS E4S (v.9.2)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16063: Red Hat Enterprise Linux BaseOS EUS (v.9.4)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:16018: Red Hat Enterprise Linux BaseOS EUS (v.9.6)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:15978: Red Hat Enterprise Linux BaseOS (v. 9)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:13578: Red Hat Enterprise Linux NFV (v. 8), Red Hat Enterprise Linux RT (v. 8)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14137: Red Hat Enterprise Linux NFV E4S (v.9.0), Red Hat Enterprise Linux Real Time E4S (v.9.0)"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:14301: Red Hat Enterprise Linux Real Time E4S (v.9.2), Red Hat Enterprise Linux Real Time for NFV E4S (v.9.2)"
                    }
                ],
                "timeline": [
                    {
                        "lang": "en",
                        "time": "2026-04-22T00:00:00.000Z",
                        "value": "Reported to Red Hat."
                    },
                    {
                        "lang": "en",
                        "time": "2026-04-22T00:00:00.000Z",
                        "value": "Made public."
                    }
                ],
                "title": "kernel: crypto: algif_aead - Revert to operating out-of-place",
                "workarounds": [
                    {
                        "lang": "en",
                        "value": "See the security bulletin for a detailed mitigation procedure."
                    }
                ],
                "x_adpType": "supplier",
                "x_generator": {
                    "engine": "sadp-cli 1.0.0"
                },
                "providerMetadata": {
                    "orgId": "0b0ca135-0b70-47e7-9f44-1890c2a1c46c",
                    "shortName": "redhat-SADP",
                    "dateUpdated": "2026-09-01T12:04:50.194Z"
                }
            }
        ]
    }
}