Latest CVE Feed
-
0.0
NACVE-2022-50433
In the Linux kernel, the following vulnerability has been resolved: efi: ssdt: Don't free memory if ACPI table was loaded successfully Amadeusz reports KASAN use-after-free errors introduced by commit 3881ee0b1edc ("efi: avoid efivars layer when loading... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50432
In the Linux kernel, the following vulnerability has been resolved: kernfs: fix use-after-free in __kernfs_remove Syzkaller managed to trigger concurrent calls to kernfs_remove_by_name_ns() for the same file resulting in a KASAN detected use-after-free.... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Race Condition
-
0.0
NACVE-2022-50431
In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() dev_set_name() in soundbus_add_one() allocates memory for name, it need be freed when of_device_register() fails, call so... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50430
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING vub300_enable_sdio_irq() works with mutex and need TASK_RUNNING here. Ensure that we mark current as TASK_RUNNING ... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2022-50429
In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and decr... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50428
In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code th... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50427
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() If device_register() fails in snd_ac97_dev_register(), it should call put_device() to give up reference, or the name allo... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50426
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add mutex protection for workqueue The workqueue may execute late even after remoteproc is stopped or stopping, some resources (rpmsg device and endpoint) hav... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Race Condition
-
0.0
NACVE-2022-50425
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly When an extended state component is not present in fpstate, but in init state, the function copies from init_fpstate via... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50424
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability() Fixed coverity issue with resource leaks at variable "fw" going out of scope leaks the storage it points to mt792... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50423
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage() There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpi_ut_remove_reference+0x3b/0x82 Rea... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50422
In the Linux kernel, the following vulnerability has been resolved: scsi: libsas: Fix use-after-free bug in smp_execute_task_sg() When executing SMP task failed, the smp_execute_task_sg() calls del_timer() to delete "slow_task->timer". However, if the t... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50421
In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Avoid double destroy of default endpoint The rpmsg_dev_remove() in rpmsg_core is the place for releasing this default endpoint. So need to avoid destroying the default end... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
0.0
NACVE-2022-50420
In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/hpre - fix resource leak in remove process In hpre_remove(), when the disable operation of qm sriov failed, the following logic should continue to be executed to relea... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
0.0
NACVE-2021-4460
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix UBSAN shift-out-of-bounds warning If get_num_sdma_queues or get_num_xgmi_sdma_queues is 0, we end up doing a shift operation where the number of bits shifted equals numb... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Memory Corruption
-
5.2
MEDIUMCVE-2025-57852
A container privilege escalation flaw was found in KServe ModelMesh container images. This issue stems from the /etc/passwd file being created with group-writable permissions during build time. In certain conditions, an attacker who can execute commands w... Read more
Affected Products :- Published: Sep. 30, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration
-
5.9
MEDIUMCVE-2025-58674
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in WordPress allows Stored XSS. WordPress core security team is aware of the issue and working on a fix. This is low severity vulnerability that requires an... Read more
Affected Products :- Published: Sep. 23, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Cross-Site Scripting
-
4.3
MEDIUMCVE-2025-58246
Insertion of Sensitive Information Into Sent Data vulnerability in WordPress allows Retrieve Embedded Sensitive Data. The WordPress Core security team is aware of the issue and is already working on a fix. This is a low-severity vulnerability. Contributor... Read more
Affected Products :- Published: Sep. 23, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Information Disclosure
-
9.9
CRITICALCVE-2025-10725
A flaw was found in Red Hat Openshift AI Service. A low-privileged attacker with access to an authenticated account, for example as a data scientist using a standard Jupyter notebook, can escalate their privileges to a full cluster administrator. This all... Read more
Affected Products :- Published: Sep. 30, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Authorization
-
0.0
NACVE-2025-39928
In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: ensure data length is within supported range Add an explicit check for the xfer length to 'rtl9300_i2c_config_xfer' to ensure the data length isn't within the supported ra... Read more
Affected Products :- Published: Oct. 01, 2025
- Modified: Oct. 01, 2025
- Vuln Type: Misconfiguration