Export limit exceeded: 33662 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (33662 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2024-47401 1 Mattermost 2 Mattermost, Mattermost Server 2025-09-29 4.3 Medium
Mattermost versions 9.10.x <= 9.10.2, 9.11.x <= 9.11.1 and 9.5.x <= 9.5.9 fail to prevent detailed error messages from being displayed in Playbooks which allows an attacker to generate a large response and cause an amplified GraphQL response which in turn could cause the application to crash by sending a specially crafted request to Playbooks.
CVE-2025-59545 1 Dnnsoftware 2 Dnn Platform, Dotnetnuke 2025-09-29 9.1 Critical
DNN (formerly DotNetNuke) is an open-source web content management platform (CMS) in the Microsoft ecosystem. Prior to version 10.1.0, the Prompt module allows execution of commands that can return raw HTML. Malicious input, even if sanitized for display elsewhere, can be executed when processed through certain commands, leading to potential script execution (XSS). This issue has been patched in version 10.1.0.
CVE-2024-9133 1 Arista 1 Ng Firewall 2025-09-29 6.6 Medium
A user with administrator privileges is able to retrieve authentication tokens
CVE-2024-9132 1 Arista 1 Ng Firewall 2025-09-29 8.1 High
The administrator is able to configure an insecure captive portal script
CVE-2024-9131 1 Arista 1 Ng Firewall 2025-09-29 7.2 High
A user with administrator privileges can perform command injection
CVE-2024-47520 1 Arista 1 Ng Firewall 2025-09-29 7.6 High
A user with advanced report application access rights can perform actions for which they are not authorized
CVE-2024-47519 1 Arista 1 Ng Firewall 2025-09-29 8.3 High
Backup uploads to ETM subject to man-in-the-middle interception
CVE-2024-47518 1 Arista 1 Ng Firewall 2025-09-29 6.4 Medium
Specially constructed queries targeting ETM could discover active remote access sessions
CVE-2024-47517 1 Arista 1 Ng Firewall 2025-09-29 6.8 Medium
Expired and unusable administrator authentication tokens can be revealed by units that have timed out from ETM access
CVE-2024-9188 1 Arista 1 Ng Firewall 2025-09-29 8.8 High
Specially constructed queries cause cross platform scripting leaking administrator tokens
CVE-2025-9738 1 Portabilis 1 I-educar 2025-09-27 3.5 Low
A flaw has been found in Portabilis i-Educar up to 2.10. Affected by this vulnerability is an unknown functionality of the file /intranet/educar_tipo_ensino_cad.php. Executing manipulation of the argument nm_tipo can lead to cross site scripting. The attack can be executed remotely. The exploit has been published and may be used.
CVE-2025-9760 1 Portabilis 1 I-educar 2025-09-27 6.3 Medium
A weakness has been identified in Portabilis i-Educar up to 2.10. This affects an unknown part of the file /module/Api/matricula of the component Matricula API. Executing manipulation can lead to improper authorization. It is possible to launch the attack remotely. The exploit has been made available to the public and could be exploited.
CVE-2025-0296 1 Code-projects 1 Online Book Shop 2025-09-27 6.3 Medium
A vulnerability was found in code-projects Online Book Shop 1.0. It has been classified as critical. This affects an unknown part of the file /booklist.php. The manipulation of the argument subcatid leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
CVE-2025-0295 1 Code-projects 1 Online Book Shop 2025-09-27 3.5 Low
A vulnerability was found in code-projects Online Book Shop 1.0 and classified as problematic. Affected by this issue is some unknown functionality of the file /booklist.php?subcatid=1. The manipulation of the argument subcatnm leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
CVE-2025-4191 1 Phpgurukul 1 Employee Record Management System 2025-09-27 7.3 High
A vulnerability has been found in PHPGurukul Employee Record Management System 1.3 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /editmyeducation.php. The manipulation of the argument coursepg/yophsc leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.
CVE-2024-56436 1 Huawei 1 Harmonyos 2025-09-27 5.5 Medium
Cross-process screen stack vulnerability in the UIExtension module Impact: Successful exploitation of this vulnerability may affect service confidentiality.
CVE-2024-56435 1 Huawei 1 Harmonyos 2025-09-27 6.2 Medium
Cross-process screen stack vulnerability in the UIExtension module Impact: Successful exploitation of this vulnerability may affect service confidentiality.
CVE-2024-56438 1 Huawei 2 Emui, Harmonyos 2025-09-26 6 Medium
Vulnerability of improper memory address protection in the HUKS module Impact: Successful exploitation of this vulnerability may affect availability.
CVE-2024-56439 1 Huawei 1 Harmonyos 2025-09-26 7.5 High
Access control vulnerability in the identity authentication module Impact: Successful exploitation of this vulnerability may affect service confidentiality.
CVE-2022-48883 2 Linux, Redhat 2 Linux Kernel, Enterprise Linux 2025-09-26 7.8 High
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent A user is able to configure an arbitrary number of rx queues when creating an interface via netlink. This doesn't work for child PKEY interfaces because the child interface uses the parent receive channels. Although the child shares the parent's receive channels, the number of rx queues is important for the channel_stats array: the parent's rx channel index is used to access the child's channel_stats. So the array has to be at least as large as the parent's rx queue size for the counting to work correctly and to prevent out of bound accesses. This patch checks for the mentioned scenario and returns an error when trying to create the interface. The error is propagated to the user.