Total CVEs

150,882

Critical Severity

5,031

High Severity

17,660

Last 7 Days

2,090
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 2,201 - 2,220 of 47,287 CVEs
CVE-2026-11804 MEDIUM - 5.2

Improper handling of insufficient permissions or privileges vulnerability in Tridium Niagara Framework on Windows, Linux, QNX, Tridium Niagara Enterprise Security on Windows, Linux, QNX allows Privilege Abuse. This issue affects Niagara Framework: before 4.14.6, before 4.15.5; Niagara Enterprise Se...

Vendor: Tridium
Product: Niagara Framework, Niagara Enterprise Security
Published: Jul 23, 2026
Source: NVD
CVE-2026-43823 HIGH - 7.5

When initializing an RSA public key from DER or PEM bytes throws an error, the EVP_PKEY* is double-freed: first in the catch block, then in the deinit. This can lead to a crash on future memory allocations. This double-free manifests when BoringSSL cannot decode the public key from the bytes provide...

Vendor: Apple
Product: swift-crypto
Published: Jul 23, 2026
Source: NVD
CVE-2026-43820 HIGH - 7.7

NIOSSLCertificate._subjectAlternativeNames provides access to the raw bytes for a cert's SANs. NIOSSL provides access to a buffer assumed to be backed by an ASN1_STRING, but not all SANs are backed by ASN1_STRING, so accessing the buffer for such a type can lead to out-of-bounds memory access. ...

Vendor: Apple
Product: swift-nio-ssl
Published: Jul 23, 2026
Source: NVD
CVE-2026-45623 HIGH - 7.5

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. In versions 8.5.11 and prior, the PreviousMap parses the /*# sourceMappingURL=PATH */ comment from any CSS string passed to process() and dereferences PATH against the...

Vendor: npm
Product: postcss
Published: Jul 23, 2026
Source: GitHub
CVE-2026-59933 HIGH - 7.5

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the OLE reader follows sector chains from attacker-controlled XLS/OLE metadat...

Vendor: composer
Product: phpoffice/phpspreadsheet
Published: Jul 23, 2026
Source: GitHub
CVE-2026-59932 HIGH - 7.5

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the Gnumeric reader reads attacker-supplied .gnumeric files into memory and, ...

Vendor: composer
Product: phpoffice/phpspreadsheet
Published: Jul 23, 2026
Source: GitHub
CVE-2026-59931 HIGH - 7.7

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the WEBSERVICE() domain whitelist can be bypassed via an HTTP redirect (SSRF)...

Vendor: composer
Product: phpoffice/phpspreadsheet
Published: Jul 23, 2026
Source: GitHub
CVE-2026-8287 MEDIUM - 4.3

Allocation of resources without limits or throttling vulnerability in BizimHesap Information Systems Industry and Trade Inc. Online Pre-Accounting Software allows Excessive Allocation. This issue affects Online Pre-Accounting Software: through 17072026.

Published: Jul 23, 2026
Source: NVD
CVE-2026-65914 MEDIUM - 6.1

DOMPurify before 3.3.2 contains a mutation-XSS vulnerability when sanitized HTML is reinserted into special parsing contexts using innerHTML with wrappers like script, xmp, iframe, noembed, noframes, or noscript. Attackers can craft payloads with closing sequences that break out of the wrapper conte...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65913 MEDIUM - 6.1

DOMPurify before 3.3.2 contains a prototype pollution vulnerability in USE_PROFILES mode that allows attackers to bypass attribute filtering by polluting Array.prototype properties. Attackers can set Array.prototype properties like onclick to true, causing DOMPurify to accept event handlers as allow...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65912 MEDIUM - 6.1

DOMPurify before 3.3.2 contains a URI validation bypass vulnerability when ADD_ATTR is provided as a predicate function via EXTRA_ELEMENT_HANDLING.attributeCheck. Attackers can supply a predicate that accepts specific attribute and tag combinations to bypass URI-safe validation, allowing unsafe prot...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65911 MEDIUM - 6.1

In DOMPurify through 3.3.3, function predicates supplied via ADD_ATTR or ADD_TAGS to DOMPurify.sanitize() persist in internal state (EXTRA_ELEMENT_HANDLING) across subsequent sanitize() calls on the same instance. If a later call on the same instance provides ADD_ATTR or ADD_TAGS as an array rather ...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65904 MEDIUM - 4.7

DOMPurify through 3.3.3 fails to sanitize DOM elements passed via IN_PLACE mode when the element originates from a different window/realm (e.g., an iframe's contentDocument). A cross-realm instanceof check in the private _isNode() function returns false for foreign-realm nodes, causing DOMPurif...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65903 MEDIUM - 6.1

DOMPurify before 3.4.0 contains a logic error in the ADD_TAGS function where short-circuit evaluation allows forbidden tags to bypass FORBID_TAGS restrictions. Attackers can craft input containing tags listed in FORBID_TAGS that are also added via ADD_TAGS function, causing them to be retained in sa...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65902 MEDIUM - 6.1

DOMPurify before 3.4.7 (affected versions <= 3.4.5) passes direct references to the module-level DEFAULT_ALLOWED_TAGS and DEFAULT_ALLOWED_ATTR sets to the uponSanitizeElement and uponSanitizeAttribute hooks via data.allowedTags / data.allowedAttributes when sanitize is called without an explicit ...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65901 MEDIUM - 6.1

DOMPurify through 3.4.6 contains a cross-site scripting vulnerability in IN_PLACE mode that trusts attacker-controlled nodeName on live non-form nodes. Attackers can supply hostile live DOM objects with real script children whose observable nodeName is clobbered to appear as allowed elements, causin...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65900 MEDIUM - 6.1

DOMPurify versions >=3.0.0 and before 3.4.8, when configured with SAFE_FOR_TEMPLATES together with a DOM output mode (RETURN_DOM, RETURN_DOM_FRAGMENT, or IN_PLACE), fail to strip template expressions (e.g. ${evil}, {{evil}}, <%evil%>) inside <template> element content. The final norma...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65899 MEDIUM - 6.1

DOMPurify 3.0.0 before 3.4.9 does not reset the retained Trusted Types policy when clearConfig() is called, so a DOMPurify instance reused across trust boundaries stays bound to a previously supplied TRUSTED_TYPES_POLICY. A later caller that requests RETURN_TRUSTED_TYPE output receives a TrustedHTML...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65898 HIGH - 7.2

DOMPurify before 3.4.11 fails to clone the ALLOWED_ATTR allowlist when setConfig() is used with an uponSanitizeAttribute hook, allowing the hook to permanently mutate the shared allowlist. Attackers can register a hook that conditionally allows dangerous attributes like onerror for trusted elements,...

Vendor: cure53
Product: DOMPurify
Published: Jul 23, 2026
Source: NVD
CVE-2026-65690 HIGH - 8.8

Bold Reports Standalone Report Designer before 14.1.12 contains a missing filepath validation vulnerability in its file upload functionality that allows authenticated attackers to traverse outside the intended directory by supplying a crafted filename. Attackers can exploit this path traversal weakn...

Vendor: Bold Reports (By SyncFusion)
Product: Standalone Report Designer
Published: Jul 23, 2026
Source: NVD