Lucene search
+L

132 matches found

NVD
NVD
added yesterday8 views

CVE-2026-47129

NextCRM is open-source customer relationship management CRM software. Versions prior to 0.12.0 have a Broken Access Control BAC vulnerability in the activateUser and deactivateUser Next.js Server Actions of NextCRM. The application fails to verify if the requesting user holds the admin role...

8.1CVSS
Exploits0References2
CVE
CVE
added yesterday4 views

CVE-2026-47129

Summary of CVE-2026-47129 (NextCRM) : NextCRM versions prior to 0.12.0 contain a Broken Access Control flaw in the Next.js Server Actions activateUser/deactivateUser. The application does not verify that the requester has the admin role, allowing any authenticated user (even with member/viewer ro...

8.1CVSS5.5AI score
Exploits0References2
Cvelist
Cvelist
added yesterday29 views

CVE-2026-47129 NextCRM has Broken Access Control in Server Actions that allows any authenticated user to deactivate/activate arbitrary accounts

NextCRM is open-source customer relationship management CRM software. Versions prior to 0.12.0 have a Broken Access Control BAC vulnerability in the activateUser and deactivateUser Next.js Server Actions of NextCRM. The application fails to verify if the requesting user holds the admin role...

8.1CVSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2026/07/02 12:3 a.m.9 views

next.js: Next.js: Denial of Service via crafted POST requests to server actions

A flaw was found in Next.js. Applications utilizing Partial Prerendering via the Cache Components feature are susceptible to connection exhaustion. A remote attacker can send crafted POST requests to a server action, triggering a request-body handling deadlock. This leaves connections open,...

7.5CVSS6AI score0.00712EPSS
Exploits1References5
RedhatCVE
RedhatCVE
added 2026/05/12 8:21 p.m.13 views

CVE-2026-42190

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS5.7AI score0.00111EPSS
Exploits0References1
NVD
NVD
added 2026/05/08 8:16 p.m.48 views

CVE-2026-42190

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS0.00111EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2026/05/08 7:35 p.m.7 views

CVE-2026-42190 RedwoodSDK: Same-site CSRF in in server actions

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS5.7AI score0.00111EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/08 7:35 p.m.8 views

CVE-2026-42190

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS5.8AI score0.00111EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/05/08 7:35 p.m.19 views

CVE-2026-42190

RedwoodSDK (rwsdk) server actions from version 1.0.0-beta.50 up to, but not including, 1.2.3, did not validate the Origin header, enabling same-site CSRF with the victim’s session cookie. The issue is fixed in version 1.2.3. Affected component: server actions (serverAction, RSC protocol); impact:...

5.3CVSS5.8AI score0.00111EPSS
Exploits0References2Affected Software1
EUVD
EUVD
added 2026/05/08 7:35 p.m.11 views

EUVD-2026-28823

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS5.8AI score0.00111EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/05/08 7:35 p.m.42 views

CVE-2026-42190 RedwoodSDK: Same-site CSRF in in server actions

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS0.00111EPSS
Exploits0References2
OSV
OSV
added 2026/05/08 7:35 p.m.3 views

CVE-2026-42190 RedwoodSDK: Same-site CSRF in in server actions

RedwoodSDK is a server-first React framework. From version 1.0.0-beta.50 to before version 1.2.3, server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the...

5.3CVSS5.9AI score0.00111EPSS
Exploits0References4
Snyk
Snyk
added 2026/05/05 6:10 p.m.17 views

Cross-site Request Forgery (CSRF)

Overview jupyterhub is a JupyterHub: A multi-user server for Jupyter notebooks Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF in the handling of HTTP form endpoints when requests with the Sec-Fetch-Mode: no-cors header are incorrectly treated as same-origin,...

9.6CVSS5.7AI score0.00159EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2026/05/04 11:37 p.m.40 views

next: Next.js Server-Side Request Forgery in Server Actions

A Server-Side Request Forgery SSRF vulnerability was identified in Next.js Server Actions. If the Host header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required...

7.5CVSS7.1AI score0.05453EPSS
Exploits3References7
Github Security Blog
Github Security Blog
added 2026/04/24 3:36 p.m.19 views

RedwoodSDK has Same-site CSRF through lack of origin validation in its server actions

Summary Server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the victim's session cookie attached. Impact An attacker who controls any origin the browser...

5.3CVSS5.3AI score0.00111EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2026/04/24 3:36 p.m.6 views

GHSA-M2M6-CFF5-3W7C RedwoodSDK has Same-site CSRF through lack of origin validation in its server actions

Summary Server actions in rwsdk apply HTTP method enforcement but no origin validation. A request originating from a different origin that the browser treats as same-site can invoke a server action with the victim's session cookie attached. Impact An attacker who controls any origin the browser...

5.3CVSS5.4AI score0.00111EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.13 views

PT-2026-37173

Name of the Vulnerable Software and Affected Versions RedwoodSDK versions 1.0.0-beta.50 through 1.2.2 Description Server actions in rwsdk apply HTTP method enforcement but lack origin validation. This allows a request from a different origin, which the browser treats as same-site, to invoke a...

5.3CVSS5.8AI score0.00111EPSS
Exploits0References8
GithubExploit
GithubExploit
added 2026/04/12 10:57 p.m.195 views

nextjs-sa-dos-poc-20260413

Next.js Server Actions DoS — PoC Vulnerability: Unhandled...

5.4CVSS6AI score0.002EPSS
Exploits1
GithubExploit
GithubExploit
added 2026/04/12 5:26 p.m.252 views

Exploit for Server-Side Request Forgery in Vercel Next.Js

CVE-2024-34351 Demo Minimal Next.js 14.0.0 application for de...

7.5CVSS5.9AI score0.05453EPSS
Exploits3
GithubExploit
GithubExploit
added 2026/04/12 3:12 p.m.128 views

Exploit for Deserialization of Untrusted Data in Facebook React

R2SAE - React2Shell Auto-Exploit A Firefox extension...

10CVSS7.7AI score0.99562EPSS
Exploits377
Rows per page
Query Builder