CVE-2026-42177
Last modified
CVE-2026-42177 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. linux-entra-sso is a browser plugin for Linux to SSO on Microsoft Entra ID. Prior to 1.8.1, platform/chrome/js/platform-chrome.js:69-88 registers a single declarativeNetRequest rule whose urlFilter is Platform.SSO_URL + "/*", i.e. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
linux-entra-sso is a browser plugin for Linux to SSO on Microsoft Entra ID. Prior to 1.8.1, platform/chrome/js/platform-chrome.js:69-88 registers a single declarativeNetRequest rule whose urlFilter is Platform.SSO_URL + "/*", i.e. "https://login.microsoftonline.com/*". Chrome's urlFilter without a | or || anchor is substring-matched against the full request URL. The same applied rule action is modifyHeaders that attaches the Entra ID Primary Refresh Token cookie. The Firefox adapter in platform/firefox/js/platform-firefox.js:53 performs a belt-and-braces startsWith(Platform.SSO_URL) check before injecting the header; the Chrome adapter does not. When the extension holds broad host permissions through the optional_host_permissions: ["https://*/*"] declared in platform/chrome/manifest.json:34, a main-frame navigation to a URL whose path embeds https://login.microsoftonline.com/ causes Chrome to attach the PRT cookie to the request to the attacker-controlled host. This vulnerability is fixed in 1.8.1.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-42177?
How severe is CVE-2026-42177?
How do I fix CVE-2026-42177?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-42170A heap-based buffer overflow vulnerability exists in the GIM…7.8
- CVE-2026-42171NSIS (Nullsoft Scriptable Install System) 3.06.1 before 3.12…7.8
- CVE-2026-42172Coolify is an open-source and self-hostable tool for managin…3.1
- CVE-2026-42174Kirby is an open-source content management system. Prior to …4.3
- CVE-2026-42175requests-hardened is a library that overrides the default be…6.5
- CVE-2026-42176Scoold is a Q&A and a knowledge sharing platform for teams. …6.7
- CVE-2026-4218A vulnerability was detected in myAEDES App up to 1.18.4 on …2.5
- CVE-2026-42180Lemmy is a link aggregator and forum for the fediverse. Prio…6.3
- CVE-2026-42181Lemmy is a link aggregator and forum for the fediverse. Prio…6.5
- CVE-2026-42183Argo Workflows is an open source container-native workflow e…6.5
- CVE-2026-42184Tauri is a framework for building binaries for all major des…8.8
- CVE-2026-42185People is an application to handle users and teams, and dist…5.5
Are you affected by CVE-2026-42177?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
