Lucene search
+L

208 matches found

Cvelist
Cvelist
added yesterday11 views

CVE-2026-66296 Reflected XSS in oaskit's default HTML error handler

Improper Neutralization of Input During Web Page Generation XSS vulnerability in lud oaskit allows reflected cross-site scripting via the default HTML error handler. Oaskit.ErrorHandler.Default.formatreason/4 and Oaskit.ErrorHandler.Default.reasontohtml/1 in lib/oaskit/errorhandler/default.ex...

5.1CVSS
SaveExploits0References4
EUVD
EUVD
added yesterday5 views

EUVD-2026-52407

Improper Neutralization of Input During Web Page Generation XSS vulnerability in lud oaskit allows reflected cross-site scripting via the default HTML error handler. Oaskit.ErrorHandler.Default.formatreason/4 and Oaskit.ErrorHandler.Default.reasontohtml/1 in lib/oaskit/errorhandler/default.ex...

5.1CVSS5.3AI score
SaveExploits0References4
NVD
NVD
added 3 days ago8 views

CVE-2026-15951

The Icegram Mailer plugin for WordPress is vulnerable to SQL Injection via the 'fields' parameter in versions up to, and including, 1.0.12. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query in the...

4.9CVSS0.00266EPSS
SaveExploits0References5
NVD
NVD
added 4 days ago8 views

CVE-2026-12721

The Kirki WordPress plugin before 6.0.13 does not properly sanitise and escape a value taken from the request before using it in a SQL statement, allowing unauthenticated attackers to perform SQL injection attacks...

8.6CVSS0.00262EPSS
SaveExploits0References1
EUVD
EUVD
added 4 days ago12 views

EUVD-2026-51432

The Kirki WordPress plugin before 6.0.13 does not properly sanitise and escape a value taken from the request before using it in a SQL statement, allowing unauthenticated attackers to perform SQL injection attacks...

8.6CVSS5.9AI score0.00262EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added last week6 views

CVE-2026-54605

OAuth is a Ruby wrapper for the OAuth 1.0 and 1.0a protocols, providing clients and servers. From 0.5.5 to 1.1.5, OAuth::Consumertokenrequest parses the raw Location header of a 300 to 399 redirect returned by the OAuth server and follows the redirect recursively, which can mutate the consumer's...

7.2CVSS5.9AI score0.00132EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added last week13 views

CVE-2026-54605

Summary: CVE-2026-54605 affects the Ruby OAuth gem (versions 0.5.5–1.1.5). The flaw in OAuth::Consumer#token_request follows 300–399 redirects by parsing the raw Location header and recursing, which can mutate the gem’s site/configuration and disclose signed OAuth request metadata (including the ...

7.2CVSS5.9AI score0.00132EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added last week7 views

CVE-2026-64648

A flaw was found in Next.js. A remote attacker could exploit a vulnerability in the server-side fetch mechanism, where a request with a body might receive a cached response intended for a different request to the same URL but different body. This could lead to the unauthorized disclosure of...

7.5CVSS5.9AI score0.00336EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/27 1:18 p.m.11 views

CVE-2026-56537

HCL Connections is vulnerable to information disclosure which could allow a user to obtain sensitive information they are not entitled to, caused by improper handling of request data.they are not entitled to, caused by improper handling of request data...

3.5CVSS0.00156EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/27 11:51 a.m.9 views

EUVD-2026-49182

HCL Connections is vulnerable to information disclosure which could allow a user to obtain sensitive information they are not entitled to, caused by improper handling of request data.they are not entitled to, caused by improper handling of request data...

3.5CVSS5.8AI score0.00156EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/27 11:51 a.m.17 views

CVE-2026-56537

HCL Connections is affected by CVE-2026-56537, a information disclosure vulnerability caused by improper handling of request data. The issue is labeled as a LOW-severity concern (CVSS v3.1: 3.5) with network attack vector, low attack complexity, and user interaction required. It could allow an au...

3.5CVSS5.8AI score0.00156EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/27 11:51 a.m.33 views

CVE-2026-56537 HCL Connections is vulnerable to information disclosure

HCL Connections is vulnerable to information disclosure which could allow a user to obtain sensitive information they are not entitled to, caused by improper handling of request data.they are not entitled to, caused by improper handling of request data...

3.5CVSS0.00156EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/27 11:51 a.m.10 views

CVE-2026-56537

HCL Connections is vulnerable to information disclosure which could allow a user to obtain sensitive information they are not entitled to, caused by improper handling of request data.they are not entitled to, caused by improper handling of request data...

3.5CVSS5.8AI score0.00156EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/27 12:0 a.m.9 views

PT-2026-64899

HCL Connections is vulnerable to information disclosure which could allow a user to obtain sensitive information they are not entitled to, caused by improper handling of request data.they are not entitled to, caused by improper handling of request data...

3.5CVSS5.8AI score0.00156EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/21 6:34 p.m.10 views

hono/jsx does not isolate context per request, leading to cross-request data disclosure

Summary hono/jsx did not isolate context values per request during server-side rendering. While an async component was suspended on await, its provided context value stayed observable to other requests rendering concurrently, so useContext could return a value from a different in-flight request...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/21 6:34 p.m.12 views

EUVD-2026-42326

hono/jsx does not isolate context per request, leading to cross-request data disclosure...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 6:34 p.m.6 views

GHSA-HVRM-45R6-MJFJ hono/jsx does not isolate context per request, leading to cross-request data disclosure

Summary hono/jsx did not isolate context values per request during server-side rendering. While an async component was suspended on await, its provided context value stayed observable to other requests rendering concurrently, so useContext could return a value from a different in-flight request...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/07/21 6:34 p.m.9 views

NPM: hono/jsx does not isolate context per request, leading to cross-request data disclosure

NPM: hono/jsx does not isolate context per request, leading to cross-request data disclosure vulnerability discovered by ? in WordPress Npm hono versions = 4.11.8, 4.12.27...

6.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/16 12:31 a.m.13 views

EUVD-2026-44823

PlaywrightCapture stored capture-specific configuration and runtime data as mutable class-level variables rather than instance-level variables. Consequently, multiple Capture objects running within the same Python process could share state, including HTTP headers, cookies, browser storage, HTTP...

7.1CVSS6.1AI score0.00295EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/15 10:17 p.m.10 views

CVE-2026-63175

PlaywrightCapture stored capture-specific configuration and runtime data as mutable class-level variables rather than instance-level variables. Consequently, multiple Capture objects running within the same Python process could share state, including HTTP headers, cookies, browser storage, HTTP...

7.1CVSS0.00295EPSS
SaveExploits0References1
Rows per page
Query Builder