Search

Search Results (313572 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2025-10240 2025-10-10 8.8 High
A vulnerability exists in the Progress Flowmon web application prior to version 12.5.5, whereby a user who clicks a malicious link provided by an attacker may inadvertently trigger unintended actions within their authenticated session.
CVE-2025-37947 1 Linux 1 Linux Kernel 2025-10-10 5.5 Medium
In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating *pos ksmbd_vfs_stream_write() did not validate whether the write offset (*pos) was within the bounds of the existing stream data length (v_len). If *pos was greater than or equal to v_len, this could lead to an out-of-bounds memory write. This patch adds a check to ensure *pos is less than v_len before proceeding. If the condition fails, -EINVAL is returned.
CVE-2025-27039 1 Qualcomm 1 Snapdragon 2025-10-10 6.6 Medium
Memory corruption may occur while processing IOCTL call for DMM/WARPNCC CONFIG request.
CVE-2025-27048 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing camera platform driver IOCTL calls.
CVE-2025-27053 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption during PlayReady APP usecase while processing TA commands.
CVE-2025-27054 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing a malformed license file during reboot.
CVE-2025-27059 1 Qualcomm 1 Snapdragon 2025-10-10 8.8 High
Memory corruption while performing SCM call.
CVE-2025-27060 1 Qualcomm 1 Snapdragon 2025-10-10 8.8 High
Memory corruption while performing SCM call with malformed inputs.
CVE-2025-47338 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing escape commands from userspace.
CVE-2025-47340 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing IOCTL call to get the mapping.
CVE-2025-47341 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
memory corruption while processing an image encoding completion event.
CVE-2025-47349 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing an escape call.
CVE-2025-47351 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while processing user buffers.
CVE-2025-47354 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while allocating buffers in DSP service.
CVE-2025-47355 1 Qualcomm 1 Snapdragon 2025-10-10 7.8 High
Memory corruption while invoking remote procedure IOCTL calls.
CVE-2025-11450 2025-10-10 N/A
ServiceNow has addressed a reflected cross-site scripting vulnerability that was identified in the ServiceNow AI Platform. This vulnerability could result in arbitrary code being executed within the browsers of ServiceNow users who click on a specially crafted link. ServiceNow has addressed this vulnerability by deploying a relevant security update to the majority of hosted instances. Relevant security updates also have been provided to ServiceNow self-hosted customers, partners, and hosted customers with unique configurations. Further, the vulnerability is addressed in the listed patches and hot fixes. We recommend customers promptly apply appropriate updates or upgrade if they have not already done so.
CVE-2025-11449 2025-10-10 N/A
ServiceNow has addressed a reflected cross-site scripting vulnerability that was identified in the ServiceNow AI Platform. This vulnerability could result in arbitrary code being executed within the browsers of ServiceNow users who click on a specially crafted link.    ServiceNow has addressed this vulnerability by deploying a relevant security update to the majority of hosted instances. Relevant security updates also have been provided to ServiceNow self-hosted customers, partners, and hosted customers with unique configuration. Further, the vulnerability is addressed in the listed patches and hot fixes. We recommend customers promptly apply appropriate updates or upgrade if they have not already done so.
CVE-2023-4959 1 Redhat 1 Quay 2025-10-10 6.5 Medium
A flaw was found in Quay. Cross-site request forgery (CSRF) attacks force a user to perform unwanted actions in an application. During the pentest, it was detected that the config-editor page is vulnerable to CSRF. The config-editor page is used to configure the Quay instance. By coercing the victim’s browser into sending an attacker-controlled request from another domain, it is possible to reconfigure the Quay instance (including adding users with admin privileges).
CVE-2023-3384 1 Redhat 1 Quay 2025-10-10 5.4 Medium
A flaw was found in the Quay registry. While the image labels created through Quay undergo validation both in the UI and backend by applying a regex (validation.py), the same validation is not performed when the label comes from an image. This flaw allows an attacker to publish a malicious image to a public registry containing a script that can be executed via Cross-site scripting (XSS).
CVE-2023-33952 2 Linux, Redhat 5 Linux Kernel, Enterprise Linux, Enterprise Linux For Real Time and 2 more 2025-10-10 6.7 Medium
A double-free vulnerability was found in handling vmw_buffer_object objects in the vmwgfx driver in the Linux kernel. This issue occurs due to the lack of validating the existence of an object prior to performing further free operations on the object, which may allow a local privileged user to escalate privileges and execute code in the context of the kernel.