OESA-2025-1447

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2025-1447
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2025-1447.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2025-1447
Upstream
Published
2025-04-25T11:08:32Z
Modified
2026-08-18T01:19:36Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
kernel security update
Details

The Linux Kernel, the operating system core itself.

Security Fix(es):

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

ASoC: rt5645: Fix errorenous cleanup order

There is a logic error when removing rt5645 device as the function rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and delete the &rt5645->btn_check_timer latter. However, since the timer handler rt5645_btn_check_callback() will re-queue the jack_detect_work, this cleanup order is buggy.

That is, once the del_timer_sync in rt5645_i2c_remove is concurrently run with the rt5645_btn_check_callback, the canceled jack_detect_work will be rescheduled again, leading to possible use-after-free.

This patch fix the issue by placing the del_timer_sync function before the cancel_delayed_work_sync.(CVE-2022-49493)

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

ALSA: jack: Access input_dev under mutex

It is possible when using ASoC that input_dev is unregistered while calling snd_jack_report, which causes NULL pointer dereference. In order to prevent this serialize access to input_dev using mutex lock.(CVE-2022-49538)

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

io_uring: prevent opcode speculation

sqe->opcode is used for different tables, make sure we santitise it against speculations.(CVE-2025-21863)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / kernel

Package

Name
kernel
Purl
pkg:rpm/openEuler/kernel&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
4.19.90-2504.4.0.0325.oe2003sp4

Ecosystem specific

{
    "aarch64": [
        "bpftool-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "bpftool-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-debugsource-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-devel-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-source-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-tools-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-tools-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "kernel-tools-devel-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "perf-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "python2-perf-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "python2-perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "python3-perf-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm",
        "python3-perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.aarch64.rpm"
    ],
    "src": [
        "kernel-4.19.90-2504.4.0.0325.oe2003sp4.src.rpm"
    ],
    "x86_64": [
        "bpftool-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "bpftool-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-debugsource-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-devel-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-source-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-tools-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-tools-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "kernel-tools-devel-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "perf-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "python2-perf-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "python2-perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "python3-perf-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm",
        "python3-perf-debuginfo-4.19.90-2504.4.0.0325.oe2003sp4.x86_64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2025-1447.json"