{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/89350?format=json","vulnerability_id":"VCID-qur9-7tw8-p7a8","summary":"RedwoodSDK has Same-site CSRF through lack of origin validation in its server actions\n### Summary\n\nServer 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.\n\n### Impact\n\nAn attacker who controls any origin the browser considers same-site with the deployed app can induce an authenticated victim's browser to invoke arbitrary server actions. The exposure depends on deployment shape:\n\n- Apps deployed on custom domains (for example `app.example.com`) are exposed whenever the attacker controls any sibling subdomain under the same registrable domain. Plausible vectors include subdomain takeover of stale DNS records pointing at third-party services, cross-site scripting on a sibling application, or content served from a user-content subdomain.\n- Apps deployed on platform-suffix domains on the Public Suffix List (`*.workers.dev`, `*.pages.dev`) are not exposed to the sibling-subdomain vector, because sibling subdomains under those suffixes are treated as cross-site.\n- In local development, `localhost` on any other port is treated as same-site with the app's dev server. A separate process running on the developer's machine can invoke server actions against the dev server.\n\nThe attacker cannot read action responses (`mode: \"no-cors\"` yields opaque responses). Impact is therefore limited to side effects of action invocation: writes, state changes, and any externally observable action the application performs in response.\n\nCross-site requests from unrelated origins (`evil.com` targeting `app.com`) are not affected because `SameSite=Lax` session cookies are not attached by default in that scenario.\n\n### Affected Configurations\n\nApplications using `rwsdk` server actions (`serverAction()` or functions invoked via the RSC action protocol) in combination with cookie-based authentication. `serverQuery()` is not affected because it is designed to be idempotent and is invoked via GET.\n\n### Patch\n\nThe patched release enforces an Origin/Host match for non-GET action requests. Requests whose `Origin` header does not match the request's own origin are rejected with HTTP 403 unless the origin is listed in a new `allowedOrigins` configuration option.\n\nNo application code changes are required for apps that invoke server actions from their own origin. Apps that legitimately invoke server actions from another origin must add those origins to the `allowedOrigins` option on `defineApp`.\n\n### Credits\n\nReported by `@mthx`.","aliases":[{"alias":"CVE-2026-42190"},{"alias":"GHSA-m2m6-cff5-3w7c"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/110469?format=json","purl":"pkg:npm/rwsdk@1.2.3","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.2.3"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/1017718?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.50","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.50"},{"url":"http://public2.vulnerablecode.io/api/packages/1017719?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.51","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.51"},{"url":"http://public2.vulnerablecode.io/api/packages/1017720?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.52","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.52"},{"url":"http://public2.vulnerablecode.io/api/packages/1017721?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.53","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.53"},{"url":"http://public2.vulnerablecode.io/api/packages/1017722?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.54","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.54"},{"url":"http://public2.vulnerablecode.io/api/packages/1017723?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.55","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.55"},{"url":"http://public2.vulnerablecode.io/api/packages/1017724?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.56","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.56"},{"url":"http://public2.vulnerablecode.io/api/packages/1017725?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.57","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.57"},{"url":"http://public2.vulnerablecode.io/api/packages/1017726?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.58","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.58"},{"url":"http://public2.vulnerablecode.io/api/packages/1017727?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.13-test.20251016112315","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.13-test.20251016112315"},{"url":"http://public2.vulnerablecode.io/api/packages/1017728?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.2-test.20250930092748","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.2-test.20250930092748"},{"url":"http://public2.vulnerablecode.io/api/packages/1017729?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.24-test.20251103154619","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.24-test.20251103154619"},{"url":"http://public2.vulnerablecode.io/api/packages/1017730?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.27-test.20251111115809","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.27-test.20251111115809"},{"url":"http://public2.vulnerablecode.io/api/packages/1017731?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.27-test.20251112194755","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.27-test.20251112194755"},{"url":"http://public2.vulnerablecode.io/api/packages/1017732?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.27-test.20251115092208","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.27-test.20251115092208"},{"url":"http://public2.vulnerablecode.io/api/packages/1017733?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.27-test.20251116215153","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.27-test.20251116215153"},{"url":"http://public2.vulnerablecode.io/api/packages/1017734?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.30-test.20251119220440","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.30-test.20251119220440"},{"url":"http://public2.vulnerablecode.io/api/packages/1017735?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.30-test.20251120210809","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.30-test.20251120210809"},{"url":"http://public2.vulnerablecode.io/api/packages/1017736?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.30-test.20251120213828","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.30-test.20251120213828"},{"url":"http://public2.vulnerablecode.io/api/packages/1017737?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.49-test.20260121220325","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.49-test.20260121220325"},{"url":"http://public2.vulnerablecode.io/api/packages/1017738?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.53-test.20260205213024","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.53-test.20260205213024"},{"url":"http://public2.vulnerablecode.io/api/packages/1017739?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251006190822","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251006190822"},{"url":"http://public2.vulnerablecode.io/api/packages/1017740?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251007055438","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251007055438"},{"url":"http://public2.vulnerablecode.io/api/packages/1017741?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251007155132","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251007155132"},{"url":"http://public2.vulnerablecode.io/api/packages/1017742?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251008025236","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251008025236"},{"url":"http://public2.vulnerablecode.io/api/packages/1017743?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251008035247","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251008035247"},{"url":"http://public2.vulnerablecode.io/api/packages/1017744?format=json","purl":"pkg:npm/rwsdk@1.0.0-beta.9-test.20251008040832","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0-beta.9-test.20251008040832"},{"url":"http://public2.vulnerablecode.io/api/packages/1017745?format=json","purl":"pkg:npm/rwsdk@1.0.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.0"},{"url":"http://public2.vulnerablecode.io/api/packages/1017746?format=json","purl":"pkg:npm/rwsdk@1.0.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.1"},{"url":"http://public2.vulnerablecode.io/api/packages/1017747?format=json","purl":"pkg:npm/rwsdk@1.0.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.2"},{"url":"http://public2.vulnerablecode.io/api/packages/1017748?format=json","purl":"pkg:npm/rwsdk@1.0.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.3"},{"url":"http://public2.vulnerablecode.io/api/packages/1017749?format=json","purl":"pkg:npm/rwsdk@1.0.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.4"},{"url":"http://public2.vulnerablecode.io/api/packages/1017750?format=json","purl":"pkg:npm/rwsdk@1.0.5","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"},{"vulnerability":"VCID-tub3-akej-vqd8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.5"},{"url":"http://public2.vulnerablecode.io/api/packages/110135?format=json","purl":"pkg:npm/rwsdk@1.0.6","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.6"},{"url":"http://public2.vulnerablecode.io/api/packages/1043831?format=json","purl":"pkg:npm/rwsdk@1.0.7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.7"},{"url":"http://public2.vulnerablecode.io/api/packages/1043832?format=json","purl":"pkg:npm/rwsdk@1.0.8","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.8"},{"url":"http://public2.vulnerablecode.io/api/packages/1043833?format=json","purl":"pkg:npm/rwsdk@1.0.9","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.0.9"},{"url":"http://public2.vulnerablecode.io/api/packages/1043834?format=json","purl":"pkg:npm/rwsdk@1.1.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.1.0"},{"url":"http://public2.vulnerablecode.io/api/packages/1043835?format=json","purl":"pkg:npm/rwsdk@1.2.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.2.0"},{"url":"http://public2.vulnerablecode.io/api/packages/1043836?format=json","purl":"pkg:npm/rwsdk@1.2.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.2.1"},{"url":"http://public2.vulnerablecode.io/api/packages/1043837?format=json","purl":"pkg:npm/rwsdk@1.2.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-qur9-7tw8-p7a8"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:npm/rwsdk@1.2.2"}],"references":[{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2026-42190","reference_id":"","reference_type":"","scores":[{"value":"0.00017","scoring_system":"epss","scoring_elements":"0.04143","published_at":"2026-06-06T12:55:00Z"},{"value":"0.00017","scoring_system":"epss","scoring_elements":"0.04106","published_at":"2026-06-08T12:55:00Z"},{"value":"0.00017","scoring_system":"epss","scoring_elements":"0.04134","published_at":"2026-06-07T12:55:00Z"},{"value":"0.00017","scoring_system":"epss","scoring_elements":"0.04142","published_at":"2026-06-05T12:55:00Z"},{"value":"0.00018","scoring_system":"epss","scoring_elements":"0.04876","published_at":"2026-06-09T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2026-42190"},{"reference_url":"https://github.com/redwoodjs/sdk","reference_id":"","reference_type":"","scores":[{"value":"5.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/redwoodjs/sdk"},{"reference_url":"https://github.com/redwoodjs/sdk/releases/tag/v1.2.3","reference_id":"","reference_type":"","scores":[{"value":"5.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-05-12T12:47:18Z/"}],"url":"https://github.com/redwoodjs/sdk/releases/tag/v1.2.3"},{"reference_url":"https://github.com/redwoodjs/sdk/security/advisories/GHSA-m2m6-cff5-3w7c","reference_id":"","reference_type":"","scores":[{"value":"5.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N"},{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2026-05-12T12:47:18Z/"}],"url":"https://github.com/redwoodjs/sdk/security/advisories/GHSA-m2m6-cff5-3w7c"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2026-42190","reference_id":"","reference_type":"","scores":[{"value":"5.3","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N"},{"value":"MODERATE","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-42190"},{"reference_url":"https://github.com/advisories/GHSA-m2m6-cff5-3w7c","reference_id":"GHSA-m2m6-cff5-3w7c","reference_type":"","scores":[{"value":"MODERATE","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-m2m6-cff5-3w7c"}],"weaknesses":[{"cwe_id":352,"name":"Cross-Site Request Forgery (CSRF)","description":"The web application does not, or can not, sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted the request."},{"cwe_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."},{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."}],"exploits":[],"severity_range_score":"4.0 - 6.9","exploitability":"0.5","weighted_severity":"6.2","risk_score":3.1,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-qur9-7tw8-p7a8"}