Lucene search
+L

388788 matches found

CVE
CVE
added 2026/08/15 12:26 p.m.31 views

CVE-2026-74450

CVE-2026-74450 : In the Linux kernel, the drm/amd/pm path had a use-after-free in amdgpu_dpm_get_pp_table when a concurrent write occurred during a sysfs copy of a driver-owned power table. The root cause was returning a pointer to the driver-owned pptable after dropping the adev->pm.mutex. Th...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 12:26 p.m.33 views

CVE-2026-74449

The CVE-2026-74449 issue affects the Linux kernel DRM/AMD display path. A zero-area viewport can lead calculate_mcache_setting to exit with num_mcaches == 0 and mvmpg_width/height == 0, causing a divide-by-zero panic (and potential num_mcaches underflow). The fix changes calculate_mcache_setting ...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 12:26 p.m.31 views

CVE-2026-74448

CVE-2026-74448 affects the Linux kernel’s DRM/amdkfd path. When MES is enabled and amdgpu_amdkfd_alloc_kernel_mem() fails during the first queue creation for a process, pqm_create_queue() may return early via a plain return, skipping the error cleanup and leaving a reserved QID bit set in queue_s...

5.4AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:26 p.m.29 views

CVE-2026-74447

In the Linux kernel (drm/amdkfd), a uint32_t overflow in EOP ring buffer size alignment was fixed. The issue occurred because eop_ring_buffer_size (u32) is aligned with PAGE_SIZE in kfd_queue_acquire_buffers() using 32‑bit arithmetic, allowing a user size like 0xFFFFF001 to wrap to 0 and bypass t...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:26 p.m.33 views

CVE-2026-74445

The CVE (CVE-2026-74445) affects the Linux kernel drm/vmwgfx path. The vulnerability arises when vmw_cmd_dx_bind_query() dereferences sw_context->dx_ctx_node->ctx if a DX_BIND_QUERY is submitted with dx_context_handle set to SVGA3D_INVALID_ID, allowing a NULL pointer dereference and kernel ...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:26 p.m.34 views

CVE-2026-74446

The CVE-2026-74446 issue affects the Linux kernel DRM/AMDKFD path and is triggered in kfd_criu_checkpoint_events() when checkpointing CRIU events. The root cause is that kfd_criu_checkpoint_events() counts entries in p->event_idr without holding p->event_mutex, and later iterates the same I...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 12:26 p.m.44 views

CVE-2026-74444

The vulnerability CVE-2026-74444 affects the Linux kernel DRM vmwgfx driver. In vmw_cmd_draw, the header size from user input can cause an unsigned subtraction (header->size - sizeof(cmd->body)) to wrap to ~4 GiB when header->size is undersized, leading to a large maxnum and an out-of-bo...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 12:26 p.m.42 views

CVE-2026-74443

CVE-2026-74443 affects the Linux kernel DRM/vmwgfx path. The issue in vmw_cmd_dma() computes the DMA suffix location without ensuring header->size can contain both body and suffix, allowing an undersized header to underflow the suffix pointer and later overwrite verified fields of a relocated ...

8.8CVSS5.4AI score0.00129EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 12:26 p.m.26 views

CVE-2026-74442

CVE-2026-74442 affects the Linux kernel drm/vmwgfx/vkms code. Two code paths in vmw_vkms_init() can leave vmw->crc_workq NULL while the driver is not fully unload-safe, causing a panic when vmw_vkms_cleanup() runs destroy_workqueue(NULL). Fixes: (1) remove the early return so the workqueue is ...

5.6AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:26 p.m.30 views

CVE-2026-74441

CVE-2026-74441 affects the Linux kernel USB Type-C UCSI port unregistration. The issue is a race in port teardown where pending partner work items can race with workqueue destruction, causing use-after-free and potential NULL pointer dereferences. The documented fix enforces strict teardown order...

5.4AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 12:26 p.m.28 views

CVE-2026-74440

Summary: CVE-2026-74440 affects Linux kernel DRM/XE, where a user job could race with kernel operations on external buffer objects (BOs) due to an incomplete dependency model. Root cause: during xe_exec_ioctl(), only the VM’s dma-resv KERNEL slot was added as a dependency, omitting external BOs (...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:15 p.m.20 views

CVE-2026-19894

The CVE-2026-19894 entry concerns itsourcecode Hospital Management System 1.0. Affected is an unknown function in /viewmedicine.php where manipulating the delid parameter yields a SQL injection. This can be triggered remotely, and public exploits exist. Connected sources corroborate an attacker-c...

6.5CVSS6.5AI score0.0025EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 12:09 p.m.50 views

CVE-2026-73194

Perl DBI (versions before 1.652) has an integer-overflow flaw in its preparse function: the :N branch parses a placeholder number via atoi with no range check. A value like :2147483648 wraps to negative, bypassing the 99,999 limit added in 1.650, causing subsequent ? expansions to write 14 bytes ...

9.1CVSS5.6AI score0.00493EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:09 p.m.53 views

CVE-2026-73193

In DBI's preparse function, buffer size is computed as strlen(statement) * 7 + 16 in a 32-bit STRLEN, wrapping at ~613 MB input to reserve only 19 bytes; a raw pointer copy then writes the entire input past the allocation. Affected: DBI

9.8CVSS5.7AI score0.00477EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 12:00 p.m.20 views

CVE-2026-19893

The CVE-2026-19893 entry affects D-Link DIR-842 (firmware 2.01.B04) via the vsftpd component, specifically manipulating the /etc/vsftpd.conf file to cause incorrect default permissions. The vulnerability is exploitable remotely with high attack complexity and low exploitability assessment, though...

3.1CVSS4.2AI score0.00286EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 11:27 a.m.62 views

CVE-2026-12248

The CVE-2026-12248 entry concerns the WPML Multilingual CMS WordPress plugin. Affected software: WPML (SitePress Multilingual CMS) for WordPress, up to version 4.9.5. Vulnerability class: SQL Injection via the sorting parameter, caused by insufficient escaping of user-supplied input and lack of s...

6.5CVSS5.8AI score0.00398EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 11:00 a.m.27 views

CVE-2026-19891

CVE-2026-19891 affects TRENDnet TEW-WLC100 firmware (version 2.05b02) and involves an issue in the IKE Phase 1 Aggressive Mode component, specifically the /etc/racoon.conf function. The attacker can remotely manipulate the exchange_mode argument, resulting in missing encryption of sensitive data....

6.3CVSS4.4AI score0.00124EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 11:00 a.m.22 views

CVE-2025-44521

Technical details for CVE-2025-44521 are not publicly available in the provided documents; monitor for updates.

SaveExploits0References1
CVE
CVE
added 2026/08/15 11:00 a.m.22 views

CVE-2025-45216

Technical details for CVE-2025-45216 are not publicly available in the provided documents. Monitor for updates as additional information may be published later.

SaveExploits0References1
CVE
CVE
added 2026/08/15 11:00 a.m.21 views

CVE-2026-26590

Technical details are not publicly available in the provided documents for CVE-2026-26590. Monitor for updates.

SaveExploits0References1
Rows per page
Query Builder