Total CVEs

126,178

Critical Severity

2,292

High Severity

7,949

Last 7 Days

1,218
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 1,721 - 1,740 of 22,583 CVEs

Squidex is an open source headless content management system and content management hub. Prior to version 7.23.0, an SSRF vulnerability allows a user with asset upload permission to force the server to fetch arbitrary URLs, including localhost/private network targets, and persist the response as an ...

Vendor: Squidex
Product: squidex
Published: Apr 22, 2026
Source: NVD

Squidex is an open source headless content management system and content management hub. Versions prior to 7.23.0 have a Server-Side Request Forgery (SSRF) vulnerability due to missing SSRF protection on the `Jint` HTTP client used by scripting engine functions (`getJSON`, `request`, etc.). An authe...

Vendor: Squidex
Product: squidex
Published: Apr 22, 2026
Source: NVD

Squidex is an open source headless content management system and content management hub. Prior to version 7.23.0, the `RestoreController.PostRestoreJob` endpoint allows an administrator to supply an arbitrary URL for downloading backup archives. This URL is fetched using the "Backup" `Http...

Vendor: Squidex
Product: squidex
Published: Apr 22, 2026
Source: NVD
CVE-2026-40517 HIGH - 7.8

radare2 prior to 6.1.4 contains a command injection vulnerability in the PDB parser's print_gvars() function that allows attackers to execute arbitrary commands by crafting a malicious PDB file with newline characters in symbol names. Attackers can inject arbitrary radare2 commands through unsa...

Vendor: radareorg
Product: radare2
Published: Apr 22, 2026
Source: NVD
CVE-2026-41511 MEDIUM - 6.2

OpenMcdf has an Infinite loop DoS via crafted CFB directory cycle

Vendor: nuget
Product: OpenMcdf
Published: Apr 22, 2026
Source: GitHub
CVE-2026-41676 HIGH - 9.8

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.27 to before 0.10.78, Deriver::derive (and PkeyCtxRef::derive) sets len = buf.len() and passes it as the in/out length to EVP_PKEY_derive, relying on OpenSSL to honor it. On OpenSSL 1.1.x, X25519, X448, DH and HKDF-e...

Vendor: rust
Product: openssl
Published: Apr 22, 2026
Source: GitHub

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A password callback that returns a value larger than the buffer it was given can cause some versions...

Vendor: rust
Product: openssl
Published: Apr 22, 2026
Source: GitHub
CVE-2026-41678 HIGH - 9.8

rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8, ensuring the o...

Vendor: rust
Product: openssl
Published: Apr 22, 2026
Source: GitHub
CVE-2026-41168 MEDIUM - 5.3

pypdf is a free and open-source pure-python PDF library. An attacker who uses a vulnerability present in versions prior to 6.10.1 can craft a PDF which leads to long runtimes. This requires cross-reference streams with wrong large `/Size` values or object streams with wrong large `/N` values. This h...

Vendor: py-pdf
Product: pypdf
Published: Apr 22, 2026
Source: NVD
CVE-2026-41167 CRITICAL - 9.1

Jellystat is a free and open source Statistics App for Jellyfin. Prior to version 1.1.10, multiple API endpoints in Jellystat build SQL queries by interpolating unsanitized request-body fields directly into raw SQL strings. An authenticated user can inject arbitrary SQL via `POST /api/getUserDetails...

Vendor: CyferShepard
Product: Jellystat
Published: Apr 22, 2026
Source: NVD

Kiota is an OpenAPI based HTTP Client code generator. Versions prior to 1.31.1 are affected by a code-generation literal injection vulnerability in multiple writer sinks (for example: serialization/deserialization keys, path/query parameter mappings, URL template metadata, enum/property metadata, an...

Vendor: microsoft
Product: kiota
Published: Apr 22, 2026
Source: NVD
CVE-2026-40937 HIGH - 8.3

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-alpha.94, all four notification target admin API endpoints in `rustfs/src/admin/handlers/event.rs` use a `check_permissions` helper that validates authentication only (access key + session token), without performing any admi...

Vendor: rustfs
Product: rustfs
Published: Apr 22, 2026
Source: NVD

An authenticated attacker can persist crafted values in multiple field types and trigger client-side script execution when another user opens the affected document in Desk. The vulnerable formatter implementations interpolate stored values into raw HTML attributes and element content without escapin...

Published: Apr 22, 2026
Source: NVD
CVE-2026-34068 MEDIUM - 6.8

nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, the staking contract accepts `UpdateValidator` transactions that set `new_voting_key=Some(...)` while omitting `new_proof_of_knowledge`. this skips the proof-of-knowledge requ...

Vendor: nimiq
Product: nimiq-transaction
Published: Apr 22, 2026
Source: NVD

nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryTreeProof::verify` panics on a malformed proof where `history.len() != positions.len()` due to `assert_eq!(history.len(), positions.len())`. The proof object is derive...

Vendor: nimiq
Product: nimiq-transaction
Published: Apr 22, 2026
Source: NVD
CVE-2026-33733 HIGH - 7.2

EspoCRM is an open source customer relationship management application. Prior to version 9.3.4, the admin template management endpoints accept attacker-controlled `name` and `scope` values and pass them into template path construction without normalization or traversal filtering. As a result, an aut...

Vendor: espocrm
Product: espocrm
Published: Apr 22, 2026
Source: NVD
CVE-2026-33656 CRITICAL - 9.1

EspoCRM is an open source customer relationship management application. Prior to version 9.3.4, EspoCRM's built-in formula scripting engine allowing updating attachment's sourceId thus allowing an authenticated admin to overwrite the `sourceId` field on `Attachment` entities. Because `sour...

Vendor: espocrm
Product: espocrm
Published: Apr 22, 2026
Source: NVD
CVE-2026-41681 HIGH - 9.8

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.39 to before 0.10.78, EVP_DigestFinal() always writes EVP_MD_CTX_size(ctx) to the out buffer. If out is smaller than that, MdCtxRef::digest_final() writes past its end, usually corrupting the stack. This is reachabl...

Vendor: rust
Product: openssl
Published: Apr 22, 2026
Source: GitHub
CVE-2026-41683 HIGH - 8.6

i18next-http-middleware: HTTP response splitting and DoS via unsanitised Content-Language header

Vendor: npm
Product: i18next-http-middleware
Published: Apr 22, 2026
Source: GitHub

xmldom: Uncontrolled recursion in XML serialization leads to DoS

Vendor: npm
Product: @xmldom/xmldom
Published: Apr 22, 2026
Source: GitHub