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)
{
"severity": "High"
}{
"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"
]
}