Lucene search
+L

6334 matches found

Debian CVE
Debian CVE
added 2024/09/27 12:35 p.m.14 views

CVE-2024-46807

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Check tbo resource pointer Validate tbo resource pointer, skip if NULL...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/27 12:35 p.m.13 views

CVE-2024-46805

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix the waring dereferencing hive Check the amdgpuhiveinfo hive that maybe is NULL...

5.5CVSS5.6AI score0.0025EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/27 12:35 p.m.17 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

7AI score0.00245EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.23 views

CVE-2024-46803 drm/amdkfd: Check debug trap enable before write dbg_ev_file

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbgevfile In interrupt context, write dbgevfile will be run by work queue. It will cause write dbgevfile execution after debugtrapdisable, which will cause NULL pointer access. v2:...

0.00263EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.19 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

0.00245EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/27 12:35 p.m.121 views

CVE-2024-46803

CVE-2024-46803 (Linux kernel) affects the DRM AMD kernel component (amdkfd). In interrupt context, writing dbg_ev_file via a workqueue can occur after debug_trap_disable, yielding a NULL pointer dereference. The fix adds a guard by canceling the work item (debug_event_workarea) before setting dbg...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/09/27 12:35 p.m.10 views

CVE-2024-46804

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

7.8CVSS5.6AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/27 12:35 p.m.17 views

CVE-2024-46803

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbgevfile In interrupt context, write dbgevfile will be run by work queue. It will cause write dbgevfile execution after debugtrapdisable, which will cause NULL pointer access. v2:...

5.5CVSS5.6AI score0.00263EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/09/27 12:35 p.m.11 views

CVE-2024-46802

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added NULL check at start of dcvalidatestream Why prevent invalid memory access How check if dc and stream are NULL...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/27 12:35 p.m.22 views

CVE-2024-46802 drm/amd/display: added NULL check at start of dc_validate_stream

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added NULL check at start of dcvalidatestream Why prevent invalid memory access How check if dc and stream are NULL...

7AI score0.00237EPSS
SaveExploits0References4
Veeam
Veeam
added 2024/09/26 12:0 a.m.25 views

Release Information for Veeam Backup for Nutanix AHV 6.1

This update has been superseded by Veeam Backup for Nutanix AHV 7.0, which was released alongside and supports only Veeam Backup & Replication 12.3. Requirements To upgrade to Veeam Backup for Nutanix AHV 6.1, download the installer below and run it on the Veeam Backup & Replication server that...

7AI score
SaveExploits0Affected Software1
Rosalinux
Rosalinux
added 2024/09/25 9:36 a.m.36 views

Advisory ROSA-SA-2024-2477

software: squid 5.9 WASP: ROSA-CHROME packageevrstring: squid-5.9-2 CVE-ID: CVE-2023-46724 BDU-ID: 2023-07699 CVE-Crit: HIGH CVE-DESC.: A vulnerability in the Squid proxy server is related to errors in SSL/TLS certificate validation. Exploitation of the vulnerability could allow an attacker actin...

9.3CVSS7.1AI score0.85828EPSS
SaveExploits0
NVD
NVD
added 2024/09/23 10:15 a.m.31 views

CVE-2022-48945

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix compose size exceed boundary syzkaller found a bug: BUG: unable to handle page fault for address: ffffc9000a3b1000 PF: supervisor write access in kernel mode PF: errorcode0x0002 - not-present page PGD 100000067...

5.5CVSS0.00209EPSS
SaveExploits0References9
CVE
CVE
added 2024/09/23 9:46 a.m.79 views

CVE-2022-48945

CVE-2022-48945 is associated with a Linux kernel vulnerability in the media/vivid driver where the compose height adjustment could cause a boundary overrun in V4L2_SEL_TGT_CROP handling. The root cause is a missing boundary check after adjust compose->height, which could lead to memory access ...

5.5CVSS6.3AI score0.00209EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/23 9:46 a.m.16 views

CVE-2022-48945 media: vivid: fix compose size exceed boundary

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix compose size exceed boundary syzkaller found a bug: BUG: unable to handle page fault for address: ffffc9000a3b1000 PF: supervisor write access in kernel mode PF: errorcode0x0002 - not-present page PGD 100000067...

6.5AI score0.00209EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/09/18 12:13 p.m.17 views

CVE-2024-46783

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: fix return value of tcpbpfsendmsg When we cork messages in psock-cork, the last message triggers the flushing will result in sending a skmsg larger than the current message size. In this case, in tcpbpfsendverdict, 'copie...

5.5CVSS7AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 11:14 a.m.15 views

CVE-2024-46772

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator crbpipes before used WHAT & HOW A denominator cannot be 0, and is checked before used. This fixes 2 DIVIDEBYZERO issues reported by Coverity...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 11:14 a.m.16 views

CVE-2024-46769

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devmkasprintf returned value intelspipopulatechip use devmkasprintf to set pdata-name. This can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS6.8AI score0.00203EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 11:14 a.m.20 views

CVE-2024-46768

In the Linux kernel, the following vulnerability has been resolved: hwmon: hp-wmi-sensors Check if WMI event data exists The BIOS can choose to return no event data in response to a WMI event, so the ACPI object passed to the WMI notify handler can be NULL. Check for such a situation and ignore t...

5.5CVSS6.8AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/18 10:14 a.m.18 views

CVE-2024-46747

In the Linux kernel, the following vulnerability has been resolved: HID: cougar: fix slab-out-of-bounds Read in cougarreportfixup reportfixup for the Cougar 500k Gaming Keyboard was not verifying that the report descriptor size was correct before accessing it...

7.1CVSS6.8AI score0.00266EPSS
SaveExploits0References4
Rows per page
Query Builder