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

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

Search

Search Results (376632 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-59507 2026-08-13 9.3 Critical
CWE-798: Use of Hard-coded Credentials CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-284: Improper Access Control
CVE-2026-59506 2026-08-13 9.3 Critical
CWE-306: Missing Authentication for Critical Function
CVE-2026-59505 2026-08-13 8.6 High
CWE-284: Improper Access Control
CVE-2026-59504 2026-08-13 9.1 Critical
CWE-602: Client-Side Enforcement of Server-Side Security
CVE-2026-59503 2026-08-13 9.1 Critical
CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE-359: Exposure of Private Personal Information to an Unauthorized Actor
CVE-2026-71290 1 Apache 1 Httpcomponents Client 2026-08-13 9.1 Critical
Improper TLS hostname verification vulnerability in Apache HttpComponents Client 5.4 or newer. HostnameVerificationPolicy#BUILTIN setting has no effect when used with the async version of HttpClient. An attacker that can intercept and modify traffic between the client and the server can impersonate the server by presenting a valid certificate for a different domain.  Please note the classic version of HttpClient is not affected by this vulnerability.  Affected users are recommended to upgrade to at least version 5.6.4, which fixes the issue.
CVE-2026-14211 2 Ameliabooking, Wordpress 2 Booking For Appointments And Events Calendar, Wordpress 2026-08-13 3.8 Low
The Booking for Appointments and Events Calendar WordPress plugin before 9.7 does not verify that an authenticated employee (provider) is related to the customer whose record is being accessed, allowing any employee with an Employee Panel login to read and modify the stored personal data of any customer by enumerating sequential identifiers.
CVE-2026-21072 1 Samsung Mobile 1 Samsung Mobile Devices 2026-08-13 N/A
Improper input validation in VC1 codec in libsavsvc.so prior to SMR Aug-2026 Release 1 allows local attackers to write out-of-bounds memory.
CVE-2026-68084 1 Linux 1 Linux Kernel 2026-08-13 N/A
In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: fix location monitor leak in tsi148 bridge tsi148_probe() allocates a location monitor resource and links it into tsi148_bridge->lm_resources. The probe error path frees this list, but tsi148_remove() only frees the dma, slave and master resource lists, so the location monitor resource is leaked on device unbind or module unload. Free the lm_resources list in tsi148_remove() as well, before tsi148_bridge is freed.
CVE-2026-19696 1 Wireshark 1 Wireshark 2026-08-13 6.6 Medium
Ixia IxVeriWave and Vector Informatik BLF file parser crashes in 4.6.0 to 4.6.7 allows denial of service on Windows
CVE-2026-14332 2026-08-13 5.4 Medium
The Ecwid by Lightspeed Ecommerce Shopping Cart WordPress plugin before 7.0.9 does not perform a capability check or nonce verification on one of its store-management actions, allowing any authenticated user, such as a subscriber, to disconnect the store and take the storefront offline until an administrator reconnects it.
CVE-2026-14298 1 Mattermost 1 Mattermost 2026-08-13 6.5 Medium
Mattermost versions 11.9.x <= 11.9.0, 11.8.x <= 11.8.4, 11.7.x <= 11.7.7, 10.11.x <= 10.11.22 fail to properly limit resource consumption when processing certain user-supplied input, which allows an authenticated user to cause a denial of service. Mattermost Advisory ID: MMSA-2026-00713
CVE-2026-59086 1 Siemens 1 Simcenter Nastran 2026-08-13 7.8 High
A vulnerability has been identified in Simcenter Femap (All versions < V2606), Simcenter Nastran (All versions < V2606). The affected applications contain a stack overflow vulnerability while parsing specially strings as argument for one of the application binaries. This could allow an attacker to execute code in the context of the current process.
CVE-2026-59502 2026-08-13 5.3 Medium
CWE-203: Observable Discrepancy
CVE-2026-59501 2026-08-13 8.2 High
CWE-284: Improper Access Control
CVE-2026-34185 3 Control System, Hydrosystem, Hydrosystem.poznan 3 Alanweb Scada, Control System, Control System 2026-08-13 8.8 High
AlanWeb SCADA is vulnerable to SQL Injection across most scripts and input parameters. Because no protections are in place, an authenticated attacker can inject arbitrary SQL commands, potentially gaining full control over the database. This issue was fixed in AlanWeb SCADA version 9.8.5
CVE-2026-34184 3 Control System, Hydrosystem, Hydrosystem.poznan 3 Alanweb Scada, Control System, Control System 2026-08-13 9.1 Critical
AlanWeb SCADA does not enforce authorization for some directories. This allows an unauthorized attacker to read all files in these directories and even execute some of them. Critically the attacker could run PHP scripts directly on the connected database. This issue was fixed in AlanWeb SCADA version 9.8.5
CVE-2026-4901 3 Control System, Hydrosystem, Hydrosystem.poznan 3 Alanweb Scada, Control System, Control System 2026-08-13 6.5 Medium
AlanWeb SCADA saves sensitive information into a log file. Critically, user credentials are logged allowing the attacker to obtain further authorized access into the system. Combined with vulnerability CVE-2026-34184, these sensitive information could be accessed by an unauthorized user. This issue was fixed in AlanWeb SCADA version 9.8.5
CVE-2026-59500 2026-08-13 10 Critical
CWE-287: Improper Authentication
CVE-2026-68107 1 Linux 1 Linux Kernel 2026-08-13 5.5 Medium
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcn_v4_0_enc_find_ib_param() instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. (cherry picked from commit dbb02b4755f8c1f3773263f2d779872c1c0c073a)