Total CVEs

138,591

Critical Severity

3,578

High Severity

12,841

Last 7 Days

1,647
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 6,181 - 6,200 of 34,996 CVEs
CVE-2026-41141 MEDIUM - 6.5

EspoCRM is an open source customer relationship management application. Prior to 9.3.5, the POST /api/v1/EmailTemplate/:id/prepare endpoint accepts an emailAddress parameter and resolves the owning entity (Contact, Lead, Account, or User) without performing an ACL check. An authenticated user with E...

Vendor: espocrm
Product: espocrm
Published: May 28, 2026
Source: NVD
CVE-2026-38707 CRITICAL - 9.8

A command injection vulnerability exists in the IPSec VPN feature of InHand Networks IR302 firmware V3.5.108, IR305 firmware V1.0.118, IR315 firmware V1.0.118, IR615 firmware V1.0.118, and earlier versions. Attackers can exploit this vulnerability to obtain ROOT privileges on remote target devices.

Vendor: inhandnetworks
Product: ir315_firmware
Published: May 28, 2026
Source: NVD
CVE-2026-38704 CRITICAL - 9.8

A command injection vulnerability exists in the WireGuard VPN feature of InHand Networks IR302 firmware V3.5.108, IR305 firmware V1.0.118, IR315 firmware V1.0.118, IR615 firmware V1.0.118, and earlier versions. Attackers can exploit this vulnerability to obtain ROOT privileges on remote target devic...

Vendor: inhandnetworks
Product: ir315_firmware
Published: May 28, 2026
Source: NVD
CVE-2026-38703 CRITICAL - 9.8

A command injection vulnerability exists in the ZeroTier VPN feature of InHand Networks IR302 firmware V3.5.108, IR305 firmware V1.0.118, IR315 firmware V1.0.118, IR615 firmware V1.0.118, and earlier versions. Attackers can exploit this vulnerability to obtain ROOT privileges on remote target device...

Vendor: inhandnetworks
Product: ir315_firmware
Published: May 28, 2026
Source: NVD
CVE-2026-38702 CRITICAL - 9.8

A command injection vulnerability exists in the Admin Access feature of InHand Networks IR302 firmware V3.5.108, IR305 firmware V1.0.118, IR315 firmware V1.0.118, IR615 firmware V1.0.118, and earlier versions. Attackers can exploit this vulnerability to obtain ROOT privileges on remote target device...

Vendor: inhandnetworks
Product: ir315_firmware
Published: May 28, 2026
Source: NVD
CVE-2026-24444 CRITICAL - 9.8

SDMC NE6037 cable modem routers running firmware 7.1.6.0.25 and 7.1.6.1.9_B9 contain a hardcoded password vulnerability in the web management interface recovery endpoints (mgmt.php, npcmd.php) that allows unauthenticated attackers to gain root access by submitting the hardcoded credential to the rec...

Vendor: SDMC Technology Co., Ltd
Product: NE6037
Published: May 28, 2026
Source: NVD
CVE-2026-41178 MEDIUM - 5.3

OpenTelemetry-Go is the Go implementation of OpenTelemetry. Versions 1.41.0 and 1.43.0 removed raw-length rejection and it causes `Parse` to process arbitrarily large/invalid baggage headers and log errors, enabling DoS via oversized inputs. Versions 1.42.0 and 1.44.0 fix the issue.

Vendor: go
Product: go.opentelemetry.io/otel/baggage
Published: May 28, 2026
Source: GitHub
CVE-2026-22872 MEDIUM - 9.1

Capsule is a multi-tenancy and policy-based framework for Kubernetes. The Capsule Controller runs with cluster-admin privileges. Although the TenantResource RawItems processing logic forcibly sets the namespace, this is ineffective for cluster-scoped resources. Prior to version 0.13.0, tenant admini...

Vendor: go
Product: github.com/projectcapsule/capsule
Published: May 28, 2026
Source: GitHub

Capsule is a multi-tenancy and policy-based framework for Kubernetes. To defend against namespace hijacking achieved through update/patch operations on namespaces, Capsule uses a webhook to validate update requests targeting namespaces. However, in Kubernetes, the namespace/finalize and namespace/st...

Vendor: go
Product: github.com/projectcapsule/capsule
Published: May 28, 2026
Source: GitHub

Symfony's HtmlSanitizer UrlAttributeSanitizer Omits action/formaction/poster/cite โ€” `javascript`: URI Survives Sanitization (XSS)

Vendor: composer
Product: symfony/html-sanitizer
Published: May 28, 2026
Source: GitHub
CVE-2026-48735 MEDIUM - 5.5

pypdf is a free and open-source pure-python PDF library. Prior to 6.12.1, an attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires parsing large XMP metadata, possibly with lots of unnecessary elements. This vulnerability is fixed in 6.12.1.

Vendor: py-pdf
Product: pypdf
Published: May 28, 2026
Source: NVD
CVE-2026-48526 HIGH - 7.4

PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, when the verifier is decoding JSON Web Tokens, while supporting both asymmetric and HMAC algorithms, the library does not validate use of JSON Web Keys in HMAC algorithm, allowing attacker to use the issuer public key as the secret...

Vendor: jpadilla
Product: pyjwt
Published: May 28, 2026
Source: NVD
CVE-2026-48525 MEDIUM - 5.3

PyJWT is a JSON Web Token implementation in Python. From 2.8.0 to 2.12.1, when verifying detached JWS tokens using the unencoded-payload option ("b64": false, RFC 7797), PyJWT performs Base64URL decoding of the compact-serialization payload segment before enforcing the detached-payload rul...

Vendor: jpadilla
Product: pyjwt
Published: May 28, 2026
Source: NVD

PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient.get_signing_key() forces a fresh HTTP request to the JWKS endpoint for every JWT with an unknown kid value, with no rate limiting. Since kid comes from the unverified token header, an attacker can trigger unlimited outb...

Vendor: jpadilla
Product: pyjwt
Published: May 28, 2026
Source: NVD
CVE-2026-48523 MEDIUM - 5.4

PyJWT is a JSON Web Token implementation in Python. From 2.9.0 to 2.12.1, there is a verifier-side algorithm allow-list bypass when jwt.decode() or jwt.decode_complete() are called with a PyJWK key. The token header alg is checked against the caller-supplied algorithms allow-list, but signature veri...

Vendor: jpadilla
Product: pyjwt
Published: May 28, 2026
Source: NVD
CVE-2026-48522 MEDIUM - 4.2

PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no ...

Vendor: jpadilla
Product: pyjwt
Published: May 28, 2026
Source: NVD

pypdf is a free and open-source pure-python PDF library. Prior to 6.12.0, an attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires cross-reference streams with /W [0 0 0] values and large /Size values. This vulnerability is fixed in 6.12.0.

Vendor: py-pdf
Product: pypdf
Published: May 28, 2026
Source: NVD
CVE-2026-48155 MEDIUM - 5.5

pypdf is a free and open-source pure-python PDF library. Prior to 6.12.0, an attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires extracting text in layout mode with large character offsets. This vulnerability is fixed in 6.12.0.

Vendor: py-pdf
Product: pypdf
Published: May 28, 2026
Source: NVD
CVE-2026-47762 HIGH - 8.7

TinyMCE is an open source rich text editor. Prior to 5.11.1, 7.9.3, and 8.5.1, there is a stored XSS vulnerability via forged mce:protected comments. Allows attackers to bypass sanitization and inject scripts that execute when content is restored. Impacts users who utilize the protect option. This v...

Vendor: tinymce
Product: tinymce
Published: May 28, 2026
Source: NVD
CVE-2026-47761 HIGH - 8.7

TinyMCE is an open source rich text editor. Prior to 5.11.1, 7.9.3, and 8.5.1, there is a stored XSS vulnerability in the media plugin. Attackers can inject malicious scripts via crafted data-mce-* attributes, which are executed when content is rendered. Impacts users of TinyMCE with the media plugi...

Vendor: tinymce
Product: tinymce
Published: May 28, 2026
Source: NVD