CVE Feed

    Dashboard / CVE

    5.9
    Medium

    CVE-2024-21953

    Last Modified: 15 Apr 2026

    Improper input validation in IOMMU could allow a malicious hypervisor to reconfigure IOMMU registers resulting in loss of guest data integrity.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2025-29950

    Last Modified: 15 Apr 2026

    Improper input validation in system management mode (SMM) could allow a privileged attacker to overwrite stack memory leading to arbitrary code execution.

    Published: 10 Feb 2026
    5.9
    Medium

    CVE-2025-29952

    Last Modified: 15 Apr 2026

    Improper Initialization within the AMD Secure Encrypted Virtualization (SEV) firmware can allow an admin privileged attacker to corrupt RMP covered memory, potentially resulting in loss of guest memory integrity

    Published: 10 Feb 2026
    6.7
    Medium

    CVE-2025-52536

    Last Modified: 15 Apr 2026

    Improper Prevention of Lock Bit Modification in SEV firmware could allow a privileged attacker to downgrade firmware potentially resulting in a loss of integrity.

    Published: 10 Feb 2026
    4.6
    Medium

    CVE-2025-48517

    Last Modified: 15 Apr 2026

    Insufficient Granularity of Access Control in SEV firmware could allow a privileged user with a malicious hypervisor to create a SEV-ES guest with an ASID in the range meant for SEV-SNP guests potentially resulting in a partial loss of confidentiality.

    Published: 10 Feb 2026
    5.9
    Medium

    CVE-2025-29948

    Last Modified: 15 Apr 2026

    Improper access control in AMD Secure Encrypted Virtualization (SEV) firmware could allow a malicious hypervisor to bypass RMP protections, potentially resulting in a loss of SEV-SNP guest memory integrity.

    Published: 10 Feb 2026
    6.9
    Medium

    CVE-2026-2303

    Last Modified: 17 Apr 2026

    The mongo-go-driver repository contains CGo bindings for GSSAPI (Kerberos) authentication on Linux and macOS. The C wrapper implementation contains a heap out-of-bounds read vulnerability due to incorrect assumptions about string termination in the GSSAPI standard. Since GSSAPI buffers are not guaranteed to be null-terminated or have extra padding, this results in reading one byte past the allocated heap buffer.

    Published: 10 Feb 2026
    6.9
    Medium

    CVE-2026-2302

    Last Modified: 17 Apr 2026

    Under specific conditions when processing a maliciously crafted value of type Hash r, Mongoid::Criteria.from_hash may allow for executing arbitrary Ruby code.

    Published: 10 Feb 2026
    9.9
    Critical

    CVE-2026-26009

    Last Modified: 17 Apr 2026

    Catalyst is a platform built for enterprise game server hosts, game communities, and billing panel integrations. Install scripts defined in server templates execute directly on the host operating system as root via bash -c, with no sandboxing or containerization. Any user with template.create or template.update permission can define arbitrary shell commands that achieve full root-level remote code execution on every node machine in the cluster. This vulnerability is fixed in commit 11980aaf3f46315b02777f325ba02c56b110165d.

    Published: 10 Feb 2026
    7.7
    High

    CVE-2026-25506

    Last Modified: 18 Apr 2026

    MUNGE is an authentication service for creating and validating user credentials. From 0.5 to 0.5.17, local attacker can exploit a buffer overflow vulnerability in munged (the MUNGE authentication daemon) to leak cryptographic key material from process memory. With the leaked key material, the attacker could forge arbitrary MUNGE credentials to impersonate any user (including root) to services that rely on MUNGE for authentication. The vulnerability allows a buffer overflow by sending a crafted message with an oversized address length field, corrupting munged's internal state and enabling extraction of the MAC subkey used for credential verification. This vulnerability is fixed in 0.5.18.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-25613

    Last Modified: 17 Apr 2026

    An authorized user may disable the MongoDB server by issuing a query against a collection that contains an invalid compound wildcard index.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-1849

    Last Modified: 17 Apr 2026

    MongoDB Server may experience an out-of-memory failure while evaluating expressions that produce deeply nested documents. The issue arises in recursive functions because the server does not periodically check the depth of the expression.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2025-14821

    Last Modified: 30 Jun 2026

    A flaw was found in libssh. This vulnerability allows local man-in-the-middle attacks, security downgrades of SSH (Secure Shell) connections, and manipulation of trusted host information, posing a significant risk to the confidentiality, integrity, and availability of SSH communications via an insecure default configuration on Windows systems where the library automatically loads configuration files from the C:\etc directory, which can be created and modified by unprivileged local users.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-1850

    Last Modified: 17 Apr 2026

    Complex queries can cause excessive memory usage in MongoDB Query Planner resulting in an Out-Of-Memory Crash.

    Published: 10 Feb 2026
    3.3
    Low

    CVE-2026-0965

    Last Modified: 19 May 2026

    A flaw was found in libssh where it can attempt to open arbitrary files during configuration parsing. A local attacker can exploit this by providing a malicious configuration file or when the system is misconfigured. This vulnerability could lead to a Denial of Service (DoS) by causing the system to try and access dangerous files, such as block devices or large system files, which can disrupt normal operations.

    Published: 10 Feb 2026
    8.2
    High

    CVE-2026-0966

    Last Modified: 19 May 2026

    A flaw was found in libssh. The API function `ssh_get_hexa()` is vulnerable to a denial of service when processing zero-length input. This can be exploited remotely by an attacker during GSSAPI (Generic Security Service Application Program Interface) authentication if the server's logging verbosity is set to `SSH_LOG_PACKET (3)` or higher. Successful exploitation could lead to a self-Denial of Service of the per-connection daemon process.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-0967

    Last Modified: 19 May 2026

    A flaw was found in libssh. A remote attacker, by controlling client configuration files or known_hosts files, could craft specific hostnames that when processed by the `match_pattern()` function can lead to inefficient regular expression backtracking. This can cause timeouts and resource exhaustion, resulting in a Denial of Service (DoS) for the client.

    Published: 10 Feb 2026
    3.1
    Low

    CVE-2026-0968

    Last Modified: 19 May 2026

    A flaw was found in libssh in which a malicious SFTP (SSH File Transfer Protocol) server can exploit this by sending a malformed 'longname' field within an `SSH_FXP_NAME` message during a file listing operation. This missing null check can lead to reading beyond allocated memory on the heap. This can cause unexpected behavior or lead to a denial of service (DoS) due to application crashes.

    Published: 10 Feb 2026
    6.3
    Medium

    CVE-2026-0964

    Last Modified: 19 May 2026

    A malicious SCP server can send unexpected paths that could make the client application override local files outside of working directory. This could be misused to create malicious executable or configuration files and make the user execute them under specific consequences. This is the same issue as in OpenSSH, tracked as CVE-2019-6111.

    Published: 10 Feb 2026
    5.3
    Medium

    CVE-2026-25609

    Last Modified: 17 Apr 2026

    Incorrect validation of the profile command may result in the determination that a request altering the 'filter' is read-only.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21352

    Last Modified: 16 Apr 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21354

    Last Modified: 16 Apr 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an Integer Overflow or Wraparound vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to cause the application to crash or become unresponsive. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21353

    Last Modified: 16 Apr 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an Integer Overflow or Wraparound vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21355

    Last Modified: 16 Apr 2026

    DNG SDK versions 1.7.1 2410 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-25610

    Last Modified: 17 Apr 2026

    An authorized user may trigger a server crash by running a $geoNear pipeline with certain invalid index hints.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21346

    Last Modified: 18 Apr 2026

    Bridge versions 15.1.3, 16.0.1 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21347

    Last Modified: 17 Apr 2026

    Bridge versions 15.1.3, 16.0.1 and earlier are affected by an Integer Overflow or Wraparound vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    8.2
    High

    CVE-2026-1848

    Last Modified: 17 Apr 2026

    Connections received from the proxy port may not count towards total accepted connections, resulting in server crashes if the total number of connections exceeds available resources. This only applies to connections accepted from the proxy port, pending the proxy protocol header.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21344

    Last Modified: 17 Apr 2026

    Substance3D - Stager versions 3.1.6 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21343

    Last Modified: 17 Apr 2026

    Substance3D - Stager versions 3.1.6 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21341

    Last Modified: 17 Apr 2026

    Substance3D - Stager versions 3.1.6 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21345

    Last Modified: 17 Apr 2026

    Substance3D - Stager versions 3.1.6 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21342

    Last Modified: 18 Apr 2026

    Substance3D - Stager versions 3.1.6 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-1847

    Last Modified: 18 Apr 2026

    Inserting certain large documents into a replica set could lead to replica set secondaries not being able to fetch the oplog from the primary. This could stall replication inside the replica set leading to server crash.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21337

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by an Out-of-bounds Read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to access sensitive information stored in memory. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21335

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21339

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21334

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21338

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by a NULL Pointer Dereference vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to crash the application, causing disruption to services. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21340

    Last Modified: 28 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21336

    Last Modified: 17 Apr 2026

    Substance3D - Designer versions 15.1.0 and earlier are affected by a NULL Pointer Dereference vulnerability that could lead to application denial-of-service. An attacker could exploit this vulnerability to crash the application, causing disruption to services. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.1
    High

    CVE-2026-25612

    Last Modified: 17 Apr 2026

    The internal locking mechanism of the MongoDB server uses an internal encoding of the resources in order to choose what lock to take. Collections may inadvertently collide with one another in this representation causing unavailability between them due to conflicting locks.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21358

    Last Modified: 17 Apr 2026

    InDesign Desktop versions 21.1, 20.5.1 and earlier are affected by a Heap-based Buffer Overflow vulnerability that could result in application denial-of-service. An attacker could exploit this vulnerability to crash the application, causing disruption to services. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    5.5
    Medium

    CVE-2026-21332

    Last Modified: 18 Apr 2026

    InDesign Desktop versions 21.1, 20.5.1 and earlier are affected by an out-of-bounds read vulnerability that could lead to memory exposure. An attacker could leverage this vulnerability to disclose sensitive information stored in memory. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21357

    Last Modified: 18 Apr 2026

    InDesign Desktop versions 21.1, 20.5.1 and earlier are affected by a Heap-based Buffer Overflow vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    6.9
    Medium

    CVE-2026-1997

    Last Modified: 17 Apr 2026

    Certain HP OfficeJet Pro printers may expose information if Cross‑Origin Resource Sharing (CORS) is misconfigured, potentially allowing unauthorized web origins to access device resource. CORS is disabled by default on Pro‑class devices and can only be enabled by an administrator through the Embedded Web Server (EWS). Keeping CORS disabled unless explicitly required helps ensure that only trusted solutions can interact with the device.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21329

    Last Modified: 17 Apr 2026

    After Effects versions 25.6 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21323

    Last Modified: 17 Apr 2026

    After Effects versions 25.6 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21324

    Last Modified: 17 Apr 2026

    After Effects versions 25.6 and earlier are affected by an out-of-bounds read vulnerability when parsing a crafted file, which could result in a read past the end of an allocated memory structure. An attacker could leverage this vulnerability to execute code in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026
    7.8
    High

    CVE-2026-21326

    Last Modified: 18 Apr 2026

    After Effects versions 25.6 and earlier are affected by a Use After Free vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.

    Published: 10 Feb 2026