Total CVEs

138,170

Critical Severity

3,538

High Severity

12,685

Last 7 Days

1,967
Quick preset (or use dates below)
Clear Filters
📅 Showing Year: 2026 (January 1 - December 31, 2026) View All Years →
Showing 1,921 - 1,940 of 34,575 CVEs

MobaXterm Personal Edition (Portable), in its 26.3 version (Build 5154), allows arbitrary code execution by loading malicious DLLs from a temporary directory that is predictable and can be modified by the user. During startup, the application searches for specific DLLs in this location before resort...

Vendor: Mobatek
Product: MobaXterm Personal Edition (Portable)
Published: Jun 12, 2026
Source: NVD
CVE-2017-20240 MEDIUM - 5.9

Crypt::PBKDF2 versions before 0.261630 for Perl are vulnerable to timing attacks. These versions use Perl's built-in eq comparison. Discrepancies in timing could be used to guess the underlying derived-key.

Vendor: ARODLAND
Product: Crypt::PBKDF2
Published: Jun 12, 2026
Source: NVD

Quest Bot is an opensource Discord Bot. Prior to version 1.1.8, any user who can access the ticket panel can repeatedly create new ticket channels. The latest release still creates a new database ticket and Discord channel for every completed ticket modal submission, without checking whether the sam...

Vendor: duck-organization
Product: questbot
Published: Jun 12, 2026
Source: NVD

Quest Bot is an opensource Discord Bot. Prior to version 1.1.6, the latest release suppresses mentions when creating, unbanning, unwarning, kicking, muting, and unmuting, but stored warning reasons are still printed by /warns without mention suppression. A moderator can create a warning with @everyo...

Vendor: duck-organization
Product: questbot
Published: Jun 12, 2026
Source: NVD

Quest Bot is an opensource Discord Bot. Prior to version 1.1.6, a moderator with the relevant Discord permission bit can use the bot to moderate users above them in the Discord role hierarchy, as long as the bot itself outranks the target. This bypasses Discord’s normal role hierarchy protections an...

Vendor: duck-organization
Product: questbot
Published: Jun 12, 2026
Source: NVD

Quest Bot is an opensource Discord Bot. Prior to version 1.1.6, the automod add command trims user input but does not reject an empty result. Adding a rule containing only whitespace stores an empty word. The message listener later checks content.includes(""), which is always true, causing...

Vendor: duck-organization
Product: questbot
Published: Jun 12, 2026
Source: NVD

Quest Bot is an opensource Discord Bot. Prior to version 1.1.6, the purge and slowmode commands check only guild-level permissions on the invoking member. They do not check the member’s effective permissions in the channel where the command is run. A user denied channel-level moderation permissions ...

Vendor: duck-organization
Product: questbot
Published: Jun 12, 2026
Source: NVD

A Missing Required Cryptographic Step vulnerability has been identified in Moxa's embedded Linux firmware for industrial computers and controllers. This vulnerability represents an incomplete remediation of CVE-2026-0714. The firmware introduced TPM2 parameter encryption as a countermeasure aga...

Published: Jun 12, 2026
Source: NVD
CVE-2026-11849 CRITICAL - 9.8

The  iRM-IEI Remote Management developed by IEI Integration Corp has a Hardcoded Credentials vulnerability, allowing unauthenticated remote attackers to exploit hard-coded credentials to gain administrative privileges on the database.

Vendor: IEI Integration Corp
Product: iRM-TSi410X
Published: Jun 12, 2026
Source: NVD
CVE-2026-11848 MEDIUM - 5.3

The iRM-IEI Remote Management developed by IEI Integration Corp has a Missing Authentication vulnerability, allowing unauthenticated remote attackers to exploit a specific functionality to obtain partial system configuration information.

Vendor: IEI Integration Corp
Product: iRM-TSi410X
Published: Jun 12, 2026
Source: NVD
CVE-2026-50645 HIGH - 7.5

There is no restriction on the amount of attachment headers that a message can contain when being deserialized by Apache CXF, which can lead to uncontrolled resource consumption or a denial of service attack. Users are recommended to upgrade to versions 4.2.2 or 4.1.7, which fix this issue by imposi...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50634 MEDIUM - 6.5

A vulnerability in Apache CXF's JwsJsonContainerRequestFilter can be exploited to cause CXF to process metadata that was not authenticated by the accepted signature. This can bypass the application's assumption that accepted `Content-Type` or protected HTTP-header metadata came from a ver...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50633 HIGH - 8.1

A JNDI Injection vulnerability has been discovered in Apache CXF's JCA integration module, which can allow for code execution, if an attacker is able to manipulate the JCA deployment descriptor (ra.xml) or runtime activation parameters. Users are recommended to upgrade to versions 4.2.2 or 4.1....

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50632 HIGH - 8.1

A further incomplete fix for a previous advisory CVE-2026-44417 (Untrusted JMS configuration can lead to RCE) for Apache CXF has been identified, which can allow code execution capabilities, if untrusted users are allowed to configure JMS for Apache CXF. Users are recommended to upgrade to versions ...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50631 HIGH - 7.4

A race condition in AbstractOAuthDataProvider allows concurrent requests using the same Refresh Token to bypass single-use semantics and generate multiple valid Access Tokens, when 'recycleRefreshTokens' is set to false. A leaked refresh token can be replayed concurrently by multiple attac...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50630 MEDIUM - 6.5

A CRLF injection vulnerability exists in the OAuth2 AuthorizationUtils class. When constructing the WWW-Authenticate response header, the 'realm' parameter is concatenated without sanitizing Carriage Return (CR) and Line Feed (LF) characters. If an attacker can control the realm value, the...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50629 MEDIUM - 5.3

The 'clientId' parameter from incoming HTTP requests is directly concatenated into OAuth2 server log warning messages without sanitizing control characters. This allows an attacker to inject arbitrary content, including fake log entries, into the server's log files. Users are recommen...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50628 CRITICAL - 9.8

A logic error in OAuthRequestFilter rejects legitimate requests originating from the bound IP address, while blindly allowing requests from any other IP address. Enabling this security feature inadvertently creates an inverse security check. Users are recommended to upgrade to versions 4.2.2 or 4.1...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50627 CRITICAL - 9.1

The JwtAccessTokenValidator class in Apache CXF fails to validate the 'aud' (Audience) claims of incoming JWT access tokens. This allows a JWT issued for one Resource Server to be successfully replayed against a completely different Resource Server, leading to Token Confusion/Routing attac...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD
CVE-2026-50623 MEDIUM - 6.5

An authentication bypass vulnerability exists in the OAuth2 TokenIntrospectionService in Apache CXF. Due to a missing 'throw' keyword in the security context check, the introspection endpoint (/services/oauth2/introspect) can be accessed by any unauthenticated network attacker. However not...

Vendor: Apache Software Foundation
Product: Apache CXF
Published: Jun 12, 2026
Source: NVD