Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CORS flaw needs a logged-in victim to visit attacker content, so UI:R; primarily discloses data (C:H) with limited state-change (I:L) and no availability impact (A:N).
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Cohere North AI v1.1.5 was discovered to contain excessively permissive cross-domain policy with untrusted domains. This occurs via the server failing to validate the Origin header of incoming connection requests.
AnalysisAI
Sensitive-data exposure in Cohere North AI v1.1.5 stems from the server accepting cross-origin requests without validating the Origin header, letting any untrusted website read authenticated API responses in a victim's browser. Affects the North enterprise AI platform; tagged as CORS misconfiguration / information disclosure. No public exploit or active exploitation is identified, and EPSS is low (0.14%, 4th percentile), though the NVD-published CVSS of 9.8 likely overstates real-world impact.
Technical ContextAI
The root cause is CWE-942 (Permissive Cross-Domain Policy with Untrusted Domains). Cohere North is a self/enterprise-hosted generative-AI workspace exposing HTTP/JSON APIs consumed by a browser front end. Browsers enforce the Same-Origin Policy, but servers can relax it via CORS response headers (Access-Control-Allow-Origin / Access-Control-Allow-Credentials). Here the server reflects or wildcards the requesting Origin instead of matching it against an allowlist, so a page on any attacker-controlled domain can issue credentialed cross-origin XHR/fetch calls and read the responses. CPE data is uninformative (cpe:2.3:a:n/a:n/a:*), so exact affected components beyond 'North AI 1.1.5' cannot be enumerated from the feed.
RemediationAI
No vendor-released patch version is identified at time of analysis, so contact Cohere for a fixed North build and monitor https://cohere.com/north for updates. As concrete compensating controls: configure the server (or a fronting reverse proxy) to reject or not reflect unrecognized Origin headers and replace any wildcard/reflected Access-Control-Allow-Origin with a strict allowlist of trusted first-party origins - side effect: legitimate integrations on other domains will break until explicitly allowlisted. Avoid pairing Access-Control-Allow-Credentials: true with a permissive origin. Where feasible, place North behind an authenticating gateway or restrict access to a trusted network/VPN so browsers of authenticated users cannot be lured into cross-origin requests from arbitrary internet sites; trade-off is reduced accessibility for remote/SaaS-style users. Refer to the GitHub advisory for the specific misconfigured endpoint details.
More in Cors Misconfiguration
View allCasdoor is a UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform. Rated high severity (CVSS 8.
In Eclipse Theia 0.3.9 to 1.8.1, the "mini-browser" extension allows a user to preview HTML files in an iframe inside th
Bruno is an open source IDE for exploring and testing APIs. Rated high severity (CVSS 8.7), this vulnerability is no aut
memos is a privacy-first, lightweight note-taking service. Rated high severity (CVSS 8.1), this vulnerability is remotel
Cross-origin read bypass in Electron's custom protocol handler exposes sensitive application data to remote pages via fe
Information disclosure in Progress MOVEit Transfer (all versions before 2025.1.5, and 2026.0.0 before 2026.0.3) stems fr
SCG Policy Manager, all versions, contains an overly permissive Cross-Origin Resource Policy (CORP) vulnerability. Rated
In Directus before 9.7.0, the default settings of CORS_ORIGIN and CORS_ENABLED are true. Rated critical severity (CVSS 9
A malicious website could have learned the size of a cross-origin resource that supported Range requests. Rated critical
Remote code execution in SiYuan desktop application (versions prior to 3.6.2) allows unauthenticated remote attackers to
Permissive CORS policy in ericc-ch copilot-api up to version 0.7.0 allows remote attackers to access the Token Endpoint
Cross-origin data exposure in Google's MCP Toolbox for Databases stems from the SSE initialization handler unconditional
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210786
GHSA-ppjh-2wmr-qh8x