CVE Database

Search and browse vulnerability records from NVD

Showing 50 of 187835 CVEs

CVE ID Severity Description EPSS Published
6.5 MEDIUM

User interface (ui) misrepresentation of critical information in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.

0.3% 2026-05-12
5.4 MEDIUM

Improper neutralization of special elements in output used by a downstream component ('injection') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to elevate privileges over a network.

0.2% 2026-05-12
9.1 CRITICAL

Improper control of generation of code ('code injection') in Microsoft Dynamics 365 (on-premises) allows an authorized attacker to execute code over a network.

0.7% 2026-05-12
7.7 HIGH

Improper access control in Microsoft Office allows an unauthorized attacker to perform spoofing locally.

0.2% 2026-05-12
7.8 HIGH

Heap-based buffer overflow in Microsoft Office allows an unauthorized attacker to execute code locally.

0.4% 2026-05-12
6.5 MEDIUM

Untrusted search path in Azure Monitor Agent allows an authorized attacker to elevate privileges locally.

0.5% 2026-05-12
7.0 HIGH

Use after free in Windows Telephony Service allows an authorized attacker to elevate privileges locally.

0.2% 2026-05-12
9.9 CRITICAL

Improper access control in Azure Logic Apps allows an authorized attacker to elevate privileges over a network.

0.6% 2026-05-12
4.3 MEDIUM

Kubewarden is a policy engine for Kubernetes. Prior to , An attacker with privileged AdmissionPolicy or AdmissionPolicyGroup create permissions (which isn't the default) can craft a policy that makes use of the can_i host callback. The callback issues a SubjectAccessReview (SAR) requests to enumerate RBAC permissions of any user or service account across the cluster. can_i does not perform that check to enforce the context-aware allow-list and forwards the request directly to the callback handler, which executes a real SubjectAccessReview using policy-server privileges. This creates a policy-level authorization gap: can_i is effectively usable even when the policy has no context-aware resource grant. This is an information disclosure / reconnaissance issue, and not direct workload data exfiltration. The attacker learns permission information, such as whether specific service accounts can "get secrets", "create pods", or "bind clusterroles" in chosen namespaces. This vulnerability is fixed in .

0.2% 2026-05-12
5.9 MEDIUM

OpenTelemetry.OpAmp.Client is the OpAMP client for OpenTelemetry .NET. Prior to 0.2.0-alpha.1, when receiving responses from the OpAMP server over HTTP, the OpAMP client allocates an unbounded buffer to read all bytes from the server, with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured OpAMP server is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned in the response. This vulnerability is fixed in 0.2.0-alpha.1.

0.3% 2026-05-12
N/A

Fides is an open-source privacy engineering platform. From 2.75.0 to before 2.83.2, Fides deployments that enable both subject identity verification and duplicate privacy request detection are affected by a vulnerability in which an administrator can approve a privacy request whose identity was never verified. For erasure policies, this can result in unauthorized deletion of a data subject's records across every integration configured in the affected deployment. This vulnerability is fixed in 2.83.2.

0.3% 2026-05-12
N/A

DevGuard provides vulnerability management for the full software supply chain. Prior to 1.2.2, the SessionMiddleware accepts a client-supplied X-Admin-Token HTTP request header and uses its raw string value as the authenticated userID when no Kratos session cookie is present. An unauthenticated attacker who knows or can guess a target user's Kratos identity UUID can issue requests as that user. Where the target user is an organisation admin or owner, this gives the attacker full control over that organisation's DevGuard resources. This vulnerability is fixed in 1.2.2.

0.3% 2026-05-12
5.3 MEDIUM

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.

0.2% 2026-05-12
6.5 MEDIUM

requests-hardened is a library that overrides the default behaviors of the requests library, and adds new security features. Prior to , the SSRF protection in requests-hardened fails to block IP addresses within the RFC 6598 Shared Address Space (100.64.0.0/10). An attacker who can supply arbitrary URLs to requests-hardened could exploit this gap to access internal services hosted within 100.64.0.0/10. This is for example relevant in environments such as AWS EKS where 100.64.0.0/10 is commonly used as the default pod CIDR. The impact is environment-dependent, deployments that utilize the affected CIDR range for internal networking are exposed to SSRF bypass, while others may not be affected. This vulnerability is fixed in .

0.3% 2026-05-12
7.7 HIGH

Xibo is an open source digital signage platform with a web content management system and Windows display player software. Prior to 4.4.1, an authenticated Server-Side Request Forgery (SSRF) vulnerability in the Xibo CMS allows users with Library upload permissions to make arbitrary HTTP requests from the CMS server to internal or external network resources. This can be exploited to scan internal infrastructure, access local cloud metadata endpoints (e.g., AWS IMDS), interact with internal services that lack authentication, or exfiltrate data. This vulnerability is fixed in 4.4.1.

0.4% 2026-05-12
9.6 CRITICAL

Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.0, Langflow is vulnerable to Path Traversal in the Knowledge Bases API (DELETE /api/v1/knowledge_bases). This occurs because user-supplied knowledge base names are concatenated directly into file paths without proper sanitization or boundary validation. An authenticated attacker can exploit this flaw to delete arbitrary directories anywhere on the server's filesystem, leading to data loss and potential service disruption. This vulnerability is fixed in 1.9.0.

4.4% 2026-05-12
6.2 MEDIUM

LobeHub is a work-and-lifestyle space to find, build, and collaborate with agent teammates that grow with you. Prior to 2.1.48, when LobeChat processes custom tags in the Render process of src/features/Portal/Artifacts/Body/Renderer/index.tsx, if no type match is found, it will choose to call the default method, HTMLRenderer, for HTML rendering. If an attacker can induce the LLM to output content containing malicious tags, an XSS vulnerability can be created on the client side. Additionally, Lobechat's Electron main process exposes an IPC interface called runCommand, used to invoke system commands. This interface allows arbitrary command execution and does not filter the command parameter. Therefore, if an attacker can obtain a handle to window.parent.electronAPI via XSS and call the runCommand method of the IPC, the ipcMain process can execute arbitrary system commands with the current user's privileges. This vulnerability is fixed in 2.1.48.

0.3% 2026-05-12
7.5 HIGH

changedetection.io is a free open source web page change detection tool. In 0.54.9 and earlier, xpath_filter() switches to XML mode for XML/RSS content and creates etree.XMLParser(strip_cdata=False) without explicitly disabling external entity resolution, external DTD loading, or network-backed entity lookup. The helper then parses untrusted XML bytes directly with etree.fromstring(...).

0.3% 2026-05-12
6.2 MEDIUM

Improper access control in M365 Copilot for Desktop allows an unauthorized attacker to perform spoofing locally.

0.4% 2026-05-12
8.8 HIGH

Session fixation in Visual Studio Code allows an unauthorized attacker to elevate privileges over a network.

0.5% 2026-05-12
5.5 MEDIUM

Relative path traversal in Visual Studio Code allows an unauthorized attacker to disclose information locally.

0.5% 2026-05-12
7.8 HIGH

Improper neutralization of script-related html tags in a web page (basic xss) in Visual Studio Code allows an unauthorized attacker to execute code locally.

0.4% 2026-05-12
6.3 MEDIUM

Improper neutralization of input during web page generation ('cross-site scripting') in Visual Studio Code allows an unauthorized attacker to bypass a security feature locally.

0.6% 2026-05-12
N/A

Horilla is an HR and CRM software. In 1.5.0, the notification endpoints trust the unvalidated next parameter and redirect users to arbitrary external URLs. This allows an attacker to turn trusted application links into phishing or social-engineering redirects.

0.3% 2026-05-12
8.8 HIGH

Improper neutralization of special elements in output used by a downstream component ('injection') in GitHub Copilot and Visual Studio allows an unauthorized attacker to bypass a security feature over a network.

0.9% 2026-05-12
7.4 HIGH

External control of file name or path in Microsoft Edge (Chromium-based) allows an unauthorized attacker to disclose information over a network.

0.7% 2026-05-12
9.1 CRITICAL

Incorrect implementation of authentication algorithm in Microsoft SSO Plugin for Jira & Confluence allows an unauthorized attacker to elevate privileges over a network.

5.4% 2026-05-12
7.1 HIGH

Improper access control in Microsoft Office PowerPoint allows an authorized attacker to perform spoofing locally.

0.3% 2026-05-12
7.1 HIGH

Improper access control in Microsoft Office Word allows an authorized attacker to perform spoofing locally.

0.3% 2026-05-12
4.4 MEDIUM

Improper access control in M365 Copilot allows an authorized attacker to perform spoofing locally.

0.2% 2026-05-12
6.7 MEDIUM

Reliance on a component that is not updateable in Windows Secure Boot allows an authorized attacker to bypass a security feature locally.

1.4% 2026-05-12
9.8 CRITICAL

Heap-based buffer overflow in Microsoft Windows DNS allows an unauthorized attacker to execute code over a network.

1.9% 2026-05-12
7.8 HIGH

Use after free in Data Deduplication allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
8.8 HIGH

Improper control of generation of code ('code injection') in Microsoft Data Formulator allows an unauthorized attacker to execute code over a network.

0.8% 2026-05-12
9.8 CRITICAL

Stack-based buffer overflow in Windows Netlogon allows an unauthorized attacker to execute code over a network.

72.3% 2026-05-12
7.8 HIGH

Access of resource using incompatible type ('type confusion') in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
8.8 HIGH

Improper access control in Windows Admin Center allows an authorized attacker to elevate privileges over a network.

0.4% 2026-05-12
4.3 MEDIUM

Files or directories accessible to external parties in Microsoft Office Word allows an unauthorized attacker to disclose information locally.

0.6% 2026-05-12
8.8 HIGH

Use after free in Microsoft Office allows an authorized attacker to elevate privileges locally.

0.2% 2026-05-12
7.8 HIGH

Use after free in Microsoft Office allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
7.8 HIGH

Use after free in Microsoft Office allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
7.8 HIGH

Weak authentication in Dynamics Business Central allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
4.3 MEDIUM

User interface (ui) misrepresentation of critical information in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.

0.3% 2026-05-12
8.1 HIGH

Use after free in Windows TCP/IP allows an unauthorized attacker to execute code over a network.

0.8% 2026-05-12
7.4 HIGH

Windows TCP/IP Denial of Service Vulnerability

0.5% 2026-05-12
7.4 HIGH

Windows TCP/IP Denial of Service Vulnerability

0.4% 2026-05-12
7.0 HIGH

Use after free in Windows SMB Client allows an authorized attacker to elevate privileges locally.

0.2% 2026-05-12
7.8 HIGH

Use after free in Windows Kernel-Mode Drivers allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
7.8 HIGH

Heap-based buffer overflow in Windows Common Log File System Driver allows an authorized attacker to elevate privileges locally.

0.3% 2026-05-12
7.5 HIGH

Use after free in Windows TCP/IP allows an unauthorized attacker to disclose information over a network.

0.9% 2026-05-12