Lucene search
+L
VulnrichmentRecent

174939 matches found

Vulnrichment
Vulnrichment
added 2026/07/23 1:24 p.m.10 views

CVE-2026-65687 Bold Reports Standalone Report Designer < 14.1.12 Arbitrary File Read via SVG Processing

Bold Reports Standalone Report Designer before 14.1.12 contains a missing filepath validation vulnerability in its SVG processing feature that allows unauthenticated attackers to read arbitrary files from the server filesystem by supplying a crafted request. Attackers can exploit this path...

9.8CVSS5.9AI score0.00581EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.13 views

CVE-2026-65914 DOMPurify before 3.3.2 Mutation XSS via Re-Contextualization

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...

5.3CVSS5.5AI score0.00179EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.12 views

CVE-2026-65913 DOMPurify before 3.3.2 Prototype Pollution via USE_PROFILES

DOMPurify before 3.3.2 contains a prototype pollution vulnerability in USEPROFILES 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...

6.1CVSS5.2AI score0.00185EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.9 views

CVE-2026-65912 DOMPurify before 3.3.2 URI Validation Bypass via ADD_ATTR

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

6.1CVSS5.3AI score0.00175EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.4 views

CVE-2026-65911 DOMPurify before 3.4.0 XSS via ADD_ATTR/ADD_TAGS State Leakage

In DOMPurify through 3.3.3, function predicates supplied via ADDATTR or ADDTAGS to DOMPurify.sanitize persist in internal state EXTRAELEMENTHANDLING across subsequent sanitize calls on the same instance. If a later call on the same instance provides ADDATTR or ADDTAGS as an array rather than a...

6.1CVSS5.3AI score0.00205EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.6 views

CVE-2026-65904 DOMPurify through 3.3.3 Cross-Site Scripting via IN_PLACE mode

DOMPurify through 3.3.3 fails to sanitize DOM elements passed via INPLACE 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 DOMPurify to...

4.7CVSS5.9AI score0.00177EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.8 views

CVE-2026-65903 DOMPurify before 3.4.0 ADD_TAGS Function Bypasses FORBID_TAGS

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

6.1CVSS5.2AI score0.002EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.9 views

CVE-2026-65902 DOMPurify before 3.4.7 Hook Mutation Pollution via allowedTags

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

6.1CVSS5.4AI score0.0021EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.7 views

CVE-2026-65900 DOMPurify before 3.4.8 Template Expression Injection via RETURN_DOM

DOMPurify versions =3.0.0 and before 3.4.8, when configured with SAFEFORTEMPLATES together with a DOM output mode RETURNDOM, RETURNDOMFRAGMENT, or INPLACE, fail to strip template expressions e.g. $evil, evil, inside element content. The final normalization/scrub pass scrubTemplateExpressions uses...

6.1CVSS5.3AI score0.0018EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.11 views

CVE-2026-65901 DOMPurify 3.4.6 Cross-Site Scripting via IN_PLACE nodeName

DOMPurify through 3.4.6 contains a cross-site scripting vulnerability in INPLACE 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,...

6.1CVSS5.1AI score0.00166EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.6 views

CVE-2026-65899 DOMPurify before 3.4.9 Trusted Types Policy State Contamination

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 TRUSTEDTYPESPOLICY. A later caller that requests RETURNTRUSTEDTYPE output receives a TrustedHTML...

6.1CVSS6AI score0.00231EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/07/23 1:16 p.m.11 views

CVE-2026-65898 DOMPurify before 3.4.11 Permanent Attribute Allowlist Pollution via setConfig

DOMPurify before 3.4.11 fails to clone the ALLOWEDATTR 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,...

7.2CVSS5.3AI score0.00177EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/23 12:54 p.m.16 views

CVE-2026-14257 brace-expansion DoS via unbounded expansion length causing an out-of-memory process crash

brace-expansion through 5.0.7 is vulnerable to denial of service via memory exhaustion. The expand function limits the number of results with a max option default 100,000 but does not bound the length of each result string. By chaining multiple brace groups, an attacker keeps the result count und...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 12:33 p.m.12 views

CVE-2026-15037 XML injection vulnerability in QDom comment, CDATA and processing-instruction serialization

Improper output neutralization XML injection in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under th...

6.3CVSS5.4AI score0.00262EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 12:28 p.m.13 views

CVE-2026-65907

In JetBrains TeamCity before 2026.1.2, 2025.11.6 code execution in Git VCS roots was possible...

9.1CVSS5.9AI score0.00421EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 12:25 p.m.12 views

CVE-2026-65908

In JetBrains PyCharm before 2026.1.4, 2026.2 arbitrary code execution via malicious Python executable was possible on untrusted project open...

8.6CVSS6.1AI score0.00126EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 12:24 p.m.12 views

CVE-2026-65906

In JetBrains TeamCity before 2026.1.2, 2025.11.6 сode execution via Kotlin DSL sandbox escape was possible...

8.8CVSS5.5AI score0.00417EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:53 a.m.13 views

CVE-2026-65475 WordPress Modula Image Gallery plugin 2.14.25-2.14.30 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation 'Cross-site Scripting' vulnerability in WP Chill Modula Image Gallery allows Stored XSS. This issue affects Modula Image Gallery: from 2.14.25 through 2.14.30...

6.5CVSS5.2AI score0.0013EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:50 a.m.11 views

CVE-2026-61945 WordPress WooCommerce Product Stock Alert plugin <= 3.0.6 - Sensitive Data Exposure vulnerability

Exposure of Sensitive System Information to an Unauthorized Control Sphere vulnerability in MultiVendorX WooCommerce Product Stock Alert allows Retrieve Embedded Sensitive Data. This issue affects WooCommerce Product Stock Alert: from n/a through 3.0.6...

6.5CVSS5.3AI score0.00212EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:46 a.m.10 views

CVE-2026-57626 WordPress MailPoet plugin 5.30.0-5.33.0 - Cross Site Request Forgery (CSRF) vulnerability

Cross-Site Request Forgery CSRF vulnerability in MailPoet allows Cross Site Request Forgery. This issue affects MailPoet: from 5.30.0 through 5.33.0...

7.1CVSS5.2AI score0.00089EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.10 views

CVE-2026-65897 Grav API Plugin 1.0.9 Privilege Escalation via Invitations groups

Grav API Plugin versions before 1.0.10 fail to validate the groups field in InvitationsController::create, allowing authenticated api.users.write callers to assign invited accounts to groups that grant api.super permissions. Attackers can create invitation records with elevated group membership,...

8.8CVSS5.3AI score0.00361EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.14 views

CVE-2026-65895 Grav API Plugin before 1.0.10 Broken Access Control

Grav API Plugin versions before 1.0.10 fail to restrict write access to security-critical plugin configuration scopes, allowing authenticated users with api.config.write privilege to modify rate limiting and CORS settings. Attackers can disable rate limiting site-wide to enable credential...

8.5CVSS5.2AI score0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.10 views

CVE-2026-65896 Grav API Plugin before 1.0.10 Path Traversal via move

Grav API Plugin Composer package getgrav/grav-plugin-api before 1.0.10 fails to properly validate the slug field in the POST /pages/route/move endpoint. PagesController::move sanitizes the slug only with ltrim$body'slug', '.', which strips leading periods but does not neutralize '/' or '..'...

7.1CVSS5.5AI score0.00267EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.10 views

CVE-2026-65608 Grav before 2.0.9 Remote Code Execution via FlexDirectory

Grav versions = 1.7.0 and before 2.0.9 contain a remote code execution vulnerability. FlexDirectory::dynamicDataField resolves blueprint data-@: directives by calling calluserfuncarray on attacker-influenced input, validating only that the target is callable iscallable without restricting dangero...

8.8CVSS6.7AI score0.00849EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.11 views

CVE-2026-65606 SiYuan before v3.7.2 Cross-Site Scripting to RCE

SiYuan before v3.7.2 contains a cross-site scripting vulnerability in the siyuan:// protocol handler. When a siyuan://plugins/ link references a name that is not an installed plugin, the application opens a custom tab and inserts the link's icon parameter into the tab header via innerHTML without...

9.6CVSS5.1AI score0.00516EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.7 views

CVE-2026-65607 SiYuan before v3.7.2 Path Traversal via /export/temp/

SiYuan before v3.7.2 contains a path traversal vulnerability in the /export/temp/ short-circuit branch of the serveExport handler kernel/server/serve.go. Unlike the main export branch, this branch joins the raw, percent-decoded request path with util.TempDir and serves the file without the...

7.1CVSS5.9AI score0.00399EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:42 a.m.12 views

CVE-2026-65605 SiYuan before v3.7.2 Stored XSS to RCE via Attribute View

SiYuan before v3.7.2 contains a stored cross-site scripting vulnerability in Attribute View database cell rendering. A Template column value is rendered as HTML via text/template without auto-escaping, and EscapeHTML is only applied when HasUnclosedHtmlTag returns true; because balanced...

9.6CVSS5.8AI score0.00516EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/23 11:37 a.m.10 views

CVE-2026-64815

In JetBrains IntelliJ IDEA before 2026.2 arbitrary code injection was possible via UI Designer form files...

8.1CVSS5.6AI score0.0033EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:37 a.m.14 views

CVE-2026-64814

In JetBrains IntelliJ IDEA before 2026.2 unauthorized file access was possible in a Remote Development session...

8.6CVSS5.2AI score0.00315EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.12 views

CVE-2026-64812

In JetBrains IntelliJ IDEA before 2026.2 unauthorized input injection was possible in a Remote Development session...

10CVSS5.3AI score0.00363EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.11 views

CVE-2026-64811

In JetBrains IntelliJ IDEA before 2026.2 arbitrary code execution was possible before granting project trust via development container configuration...

7.8CVSS6.1AI score0.00126EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64813

In JetBrains IntelliJ IDEA before 2026.2 unauthorized settings modification was possible in a Remote Development session...

10CVSS5.2AI score0.00393EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64808

In JetBrains PhpStorm before 2026.2 arbitrary code execution was possible before granting project trust via project tooling...

8.4CVSS6.1AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64810

In JetBrains IntelliJ IDEA before 2026.2 hTML injection was possible in an IDE notification, allowing silent user activity tracking...

4.3CVSS5.2AI score0.00149EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64809

In JetBrains PhpStorm before 2026.2 arbitrary code execution was possible before granting project trust via the configured interpreter...

8.4CVSS6.1AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64806

In JetBrains WebStorm before 2026.2 arbitrary code execution was possible before granting project trust via the configured Node.js interpreter...

8.4CVSS6.1AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.9 views

CVE-2026-64807

In JetBrains WebStorm before 2026.2 arbitrary code execution was possible via a project-supplied linter configuration...

7.8CVSS6.1AI score0.00126EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.9 views

CVE-2026-64804

In JetBrains WebStorm before 2026.2 arbitrary code execution was possible before granting project trust via project-local linter tooling...

8.4CVSS6.1AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.11 views

CVE-2026-64805

In JetBrains WebStorm before 2026.2 arbitrary code execution was possible before granting project trust via project-local package-manager tooling...

8.4CVSS6.1AI score0.0014EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.13 views

CVE-2026-64803

In JetBrains GoLand before 2026.2 arbitrary code execution was possible before granting project trust via the configured Go SDK...

7.8CVSS6.1AI score0.00143EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.10 views

CVE-2026-64800

In JetBrains GoLand before 2026.2 sensitive configuration values written to log files by default...

3.5CVSS5.2AI score0.00491EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:36 a.m.11 views

CVE-2026-64802

In JetBrains GoLand before 2026.2 arbitrary code execution was possible before granting project trust in the Go Modules integration...

7.8CVSS6.1AI score0.00143EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.11 views

CVE-2026-65550 WordPress Tabs plugin <= 2.5 - Cross Site Scripting (XSS) vulnerability

Shop Manager Cross Site Scripting XSS in Tabs = 2.5 versions...

5.9CVSS5.1AI score0.00148EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.10 views

CVE-2026-65540 WordPress Popup for CF7 with Sweet Alert plugin <= 1.6.5 - Cross Site Request Forgery (CSRF) vulnerability

Unauthenticated Cross Site Request Forgery CSRF in Popup for CF7 with Sweet Alert = 1.6.5 versions...

7.1CVSS5.2AI score0.00094EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.11 views

CVE-2026-65539 WordPress Kwayy HTML Sitemap plugin <= 4.0 - CSRF to Stored XSS vulnerability

Unauthenticated Cross Site Request Forgery CSRF in Kwayy HTML Sitemap = 4.0 versions...

7.1CVSS5.2AI score0.00094EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.10 views

CVE-2026-65538 WordPress Machete plugin <= 5.2 - Cross Site Scripting (XSS) vulnerability

Author Cross Site Scripting XSS in Machete = 5.2 versions...

5.9CVSS5.1AI score0.00148EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.10 views

CVE-2026-65537 WordPress Cyr to Lat reloaded – transliteration of links and file names plugin <= 1.3.3 - Broken Access Control vulnerability

Subscriber Broken Access Control in Cyr to Lat reloaded – transliteration of links and file names = 1.3.3 versions...

4.3CVSS5.2AI score0.00209EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.11 views

CVE-2026-65536 WordPress افزونه حمل و نقل ووکامرس (پست پیشتاز و سفارشی، پیک موتوری) plugin <= 4.4.5 - Cross Site Request Forgery (CSRF) vulnerability

Unauthenticated Cross Site Request Forgery CSRF in افزونه حمل و نقل ووکامرس پست پیشتاز و سفارشی، پیک موتوری = 4.4.5 versions...

6.5CVSS5.2AI score0.00123EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.11 views

CVE-2026-65535 WordPress TinyMCE Templates plugin <= 4.8.1 - Sensitive Data Exposure vulnerability

Contributor Sensitive Data Exposure in TinyMCE Templates = 4.8.1 versions...

4.3CVSS5.2AI score0.00184EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 11:19 a.m.10 views

CVE-2026-65533 WordPress Smart SEO Tool plugin <= 4.1.2 - Cross Site Scripting (XSS) vulnerability

Contributor Cross Site Scripting XSS in Smart SEO Tool = 4.1.2 versions...

6.5CVSS5.1AI score0.00139EPSS
SaveExploits0References1
Total number of security vulnerabilities174939