67 matches found
CVE-2025-40354 drm/amd/display: increase max link count and fix link->enc NULL pointer access
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...
CVE-2025-40354
CVE-2025-40354 affects the Linux kernel DRM/AMD display stack. The root cause is an undersized dc->links[MAX_LINKS] array (max_connector + max_dpia + 4) causing a NULL pointer access to LINK_ENC in hw_init() for dpia non display_endpoint. The patch increases the max link count from 12 to 14 (f...
CVE-2025-40354 drm/amd/display: increase max link count and fix link->enc NULL pointer access
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...
PT-2025-51570
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the DRM/AMD display subsystem. Specifically, the dc-linksMAX LINKS array size was insufficient, leading to potential issues. Additionally, the hw...
EUVD-2025-13559
Malicious code in bioql PyPI...
The vulnerabilities of the calipso_req_setattr() and calipso_req_delattr() functions of the calipso component in Linux operating systems allow a malicious actor to cause service failures.
The vulnerabilities of the calipsoreqsetattr and calipsoreqdelattr functions of the calipso component in Linux operating systems are related to a violation of the count of links to pages displayed in memory. Exploiting these vulnerabilities can allow an attacker to cause a service failure...
f2fs: prevent kernel warning due to negative i_nlink from corrupted image
...
jfs: Prevent copying of nlink with value 0 from disk inode
...
CVE-2024-45563
Memory corruption while handling schedule request in Camera Request ManagerCRM due to invalid link count in the corresponding session...
CVE-2024-45563
Memory corruption while handling schedule request in Camera Request ManagerCRM due to invalid link count in the corresponding session...
CVE-2024-45563
CVE-2024-45563 describes a memory corruption issue in the Camera Request Manager (CRM) on Qualcomm chipsets caused by an invalid session link count when processing a schedule request. Affected component is the CRM within Qualcomm devices; the root cause is improper handling of session links leadi...
CVE-2024-45563 Out-of-bounds Write in Camera Driver
Memory corruption while handling schedule request in Camera Request ManagerCRM due to invalid link count in the corresponding session...
PT-2025-19844 · Qualcomm · Snapdragon +14
Name of the Vulnerable Software and Affected Versions: The product name cannot be determined. Description: The issue is related to memory corruption that occurs while handling a schedule request in the Camera Request Manager CRM due to an invalid link count in the corresponding session. This...
Qualcomm Chipsets 缓冲区错误漏洞
Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A buffer error vulnerability exists in Qualcomm Chipsets that stems from an invalid session link count in Camera Request Manager, which could lead to memory corruption when processing scheduling requests...
CVE-2025-22072
CVE-2025-22072 affects the Linux kernel spufs component, addressing leaks in gang directory lifetimes. The issue: creating a gang returns an opened gang directory that should be removed on close, but if a context belonging to that gang remains alive, removal could fail, causing a leak. The fix de...
PT-2025-16712
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue concerns a problem with gang directory lifetimes in the Linux kernel. Specifically, the creation of a gang returns an opened gang directory, which should be removed when closed...
Linux Distros Unpatched Vulnerability : CVE-2024-46816
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when link nums greater than maxlinks Why Coverity...
SUSE CVE-2024-53690
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...
UBUNTU-CVE-2024-53690
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...
SUSE CVE-2024-46816
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when link nums greater than maxlinks Why Coverity report OVERRUN warning. There are only maxlinks elements within dc-links. link count could up to AMDGPUDMMAXDISPLAYINDEX 31. How Make sur...