1423 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990289)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990289 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: core: remove unnecessary WARNON in implement Syzkaller hit a warning 1 in a call to implemen...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989045)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989045 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: oss: Fix PCM OSS buffer allocation overflow We've got syzbot reports hitting INTMAX overflo...
Unity Linux 20.1050e Security Update: kernel (UTSA-2025-989993)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989993 advisory. In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with...
Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990074)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990074 advisory. In the Linux kernel, the following vulnerability has been resolved: net: ipv6: unexport init-annotated seg6hmacinit EXPORTSYMBOL and init is a bad combination becaus...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989246)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989246 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, s390: Fix potential memory leak about jitdata Make sure to free jitdata through kfree in the...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989697)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989697 advisory. In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: denali: Use managed device resources All of the resources used by this driver has...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989556)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989556 advisory. In the Linux kernel, the following vulnerability has been resolved: dm raid: fix accesses beyond end of raid member array On dm-raid table load using raidctr, dm-rai...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988672)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988672 advisory. In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalancechildren Move dmtmunlock after dmtmdec. Tenable h...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988658)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988658 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in inteldpaddmstconnector If drmconnectorinit fails,...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989131)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989131 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: handle channel mappping list correctly Currently each channel is added as...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990378)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990378 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid uninitialized value in BPFCOREREADBITFIELD Changes from V1: - Use a default branch in...
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989066)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989066 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5piperelease when deadlock is detected mdp5getglobalstate...
Astra Linux - уязвимость в linux-6.12
In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered If a synchronous error is detected as a result of user-space process triggering a 2-bit uncorrected error, the CPU will take a synchronous error...
SUSE SLES15 Security Update : kernel RT (Live Patch 7 for SLE 15 SP6) (SUSE-SU-2025:3880-1)
The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:3880-1 advisory. This update for the Linux Kernel 6.4.0-1506001023 fixes several issues. The following security issues were fixed: - CVE-2025-38664: ice: Fix a...
SUSE SLES15 Security Update : kernel RT (Live Patch 0 for SLE 15 SP7) (SUSE-SU-2025:3886-1)
The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:3886-1 advisory. This update for the Linux Kernel 6.4.0-1507005 fixes several issues. The following security issues were fixed: - CVE-2025-38664: ice: Fix a nul...
AZL-69415 CVE-2025-40100 affecting package kernel for versions less than 6.6.117.1-1
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not assert we found block group item when creating free space tree Currently, when building a free space tree at populatefreespacetree, if we are not using the block group tree feature, we always expect to find block...
CVE-2025-40099
CVE-2025-40099 affects the Linux kernel CIFS code: cifs: parse_dfs_referrals. Malicious SMB server can send malformed FSCTL_DFS_GET_REFERRALS replies (reply smaller than the expected struct or with a smaller NumberOfReferrals), leading to out-of-bounds processing. The issue is mitigated by return...
EUVD-2025-36442
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node footer for non inode dnode As syzbot reported below: ------------ cut here ------------ kernel BUG at fs/f2fs/file.c:1243! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 0 UID: 0 PID: 5354...
DEBIAN-CVE-2025-40039
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix race condition in RPC handle list access The 'sess-rpchandlelist' XArray manages RPC handles within a ksmbd session. Access to this list is intended to be protected by 'sess-rpclock' an rwsemaphore. However, the lockin...
CVE-2025-40078 bpf: Explicitly check accesses to bpf_sock_addr
In the Linux kernel, the following vulnerability has been resolved: bpf: Explicitly check accesses to bpfsockaddr Syzkaller found a kernel warning on the following sockaddr program: 0: r0 = 0 1: r2 = u32 r1 +60 2: exit which triggers: verifier bug: error during ctx access conversion 0 This is...