All tracked items across vulnerabilities, news, research, incidents, and regulatory updates.
Google's Early Access program allows developers to release unfinished apps without public reviews, but research from Bitdefender Labs found this creates a security risk by hiding malicious or deceptive applications from user scrutiny. Some Early Access apps request suspicious permissions like becoming a phone launcher (which could enable clickjacking, a technique for silently triggering unwanted actions, or capturing login credentials), while others use fake casino games and AI-generated deepfakes to deceive users.
Fix: For organizations with employees using personal Android devices for work, Bitdefender recommends using the "Android Enterprise Work Profile" feature to separate work applications and data from the personal environment. Companies can use a Device Policy Controller (an enterprise management solution) to provision the work profile on employee-owned devices, isolating work-related apps like email clients in a separate sandbox where users cannot install unauthorized applications. If the company owns the phone, the organization can provision an isolated Work Profile alongside a Personal Profile on the device.
CSO OnlineAttackers are using a new toolkit called BlueMoon that chains together multiple vulnerabilities in Chrome browsers and Windows to gain full admin control of computers through a single phishing link click. The vulnerabilities were already fixed in the open-source Chromium codebase (the underlying code that Chrome is built from), but remained unpatched in the released Chrome versions, creating a dangerous window where attackers powered by AI could reverse-engineer and weaponize exploits before users received patches.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.10.3 has a security flaw that allows an authenticated attacker (someone with login access) to run harmful code on the system. The problem occurs because the software does not properly restrict file paths (the locations where files are stored), which lets attackers access directories they shouldn't be able to.
IBM Langflow OSS versions 1.0.0 through 1.11.5 have a vulnerability where logged-in non-admin users can run arbitrary operating system commands (OS commands, or instructions executed directly on a computer) on the server by creating a flow that uses an MCP Tools component with local stdio subprocess transport, bypassing security controls meant to prevent this. This could allow attackers to access sensitive information, modify files, or move laterally (gain access to other connected systems) within the network.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability where an authenticated attacker (someone with login access) can execute arbitrary code (run any commands they want) by exploiting improper handling of special characters in flow display names (the text labels users give to workflows).
IBM Langflow OSS (an open-source tool for building AI applications) versions 1.0.0 through 1.11.5 has a security flaw where API keys (credentials that grant access to the system) don't expire when a user account is deactivated, allowing a former user to still run workflows and access sensitive data.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 have a vulnerability (CVE-2026-81265), but the provided content does not describe what the vulnerability actually is or how it affects users.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability where an attacker can trick the system into accessing internal network resources by providing malicious URLs that aren't properly checked. This could expose sensitive information that should be kept private inside a company's network.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a security flaw where a logged-in attacker could run malicious Python code (a programming language) by exploiting weak permission checks on custom components stored in workflows. This happens because the software doesn't properly verify that users are allowed to use certain customizable tools before executing them.
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability that allows an attacker to run arbitrary code (any commands they want) on a system by injecting malicious code during graph construction (the process of building the visual workflow/logic structure in Langflow).
IBM Langflow OSS (open-source software) versions 1.0.0 through 1.11.5 has a vulnerability where an authenticated attacker (someone with login credentials) can run arbitrary code (any commands they choose) because the system fails to properly block dangerous environment variables (system settings that control how software behaves).
IBM Langflow OSS (an open-source AI tool) versions 1.0.0 through 1.11.5 have a security flaw where someone who is logged in could read files they shouldn't have access to because the system doesn't properly check permissions (improper access control).
Anthropic reported that it identified and blocked attempts to misuse its Claude AI model for harmful purposes, including five cases where actors tried to use it in ways that could support biological weapons development. The company discovered various types of misuse over eight months, ranging from cyber attacks and fraud to surveillance and weapons development, involving state-sponsored groups, criminals, and other malicious actors. Anthropic stated it has incorporated these findings into its processes to better prevent, detect, and disrupt such misuse in the future.
Fix: Anthropic said it had incorporated its findings into its processes 'to better prevent, detect, and disrupt these activities in the future.' The company also noted it has been detecting and blocking malicious use of its Claude models (Haiku, Sonnet, and Opus) as these cases occur.
BBC TechnologyGarry Tan, CEO of Y Combinator, argues against taking action against model distillation (the process of using outputs from a capable AI model to train a smaller one), despite concerns from OpenAI and Anthropic that Chinese companies are copying their AI models. Instead, Tan believes regulators should focus on maintaining a balance where open-weight models (freely available AI models) give people access while frontier models (cutting-edge AI systems) retain pricing advantages to stay profitable.
Anthropic discovered that Chinese AI companies including Alibaba, Moonshot, and DeepSeek were secretly using millions of Claude outputs to train their own models through illicit distillation (copying a more capable AI model's responses to train a cheaper model without permission). Alibaba conducted the largest campaign with over 151 million exchanges, while Moonshot rerouted customer requests to Claude without user knowledge and used the responses as training data. The practices likely violated privacy laws and terms of service, and some exchanges contained sensitive information from individual users and companies.
JFrog Artifactory has an improper authentication vulnerability (a flaw in how the software verifies user identity) that could accidentally give an internal anonymous-user token (a credential that grants access without logging in) to someone who shouldn't have access, especially when anonymous access is supposed to be turned off. This could expose sensitive files and data stored in Artifactory. This vulnerability is currently being exploited by attackers in real attacks.
Fix: Apply mitigations according to JFrog vendor instructions at https://docs.jfrog.com/releases/docs/jfrog-security-advisories and https://docs.jfrog.com/releases/docs/artifactory-self-managed-releases, following CISA's BOD 26-04 guidance for prioritizing security updates. If mitigations are unavailable, discontinue use of the product for cloud services per BOD 26-04 requirements. Due date for patching is 2026-09-25.
CISA Known Exploited VulnerabilitiesConnectWise ScreenConnect has a vulnerability that allows attackers to transfer files and run code through remote sessions without proper authorization checks. This happens because the software doesn't properly manage user permissions (improper privilege management, where access controls aren't correctly enforced) and is missing authorization checks (verification that users should be allowed to do what they're attempting). This vulnerability is currently being actively exploited by attackers.
Fix: Apply mitigations in accordance with vendor instructions per ConnectWise's security bulletin (https://www.connectwise.com/company/trust/security-bulletins/2026-09-08-screenconnect-bulletin), ensuring compliance with CISA's BOD 26-04 guidance. Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. The due date for applying these mitigations is 2026-09-14.
CISA Known Exploited VulnerabilitiesGitLab Community Edition and Enterprise Edition has a path traversal vulnerability (a flaw that lets attackers access files outside intended directories) in its repository commits API that allows unauthenticated users to read arbitrary files on the system. The vulnerability exists because the API fails to properly restrict file access paths and does not verify that users are logged in before granting access. This vulnerability is currently being exploited by attackers in real-world attacks.
Fix: Apply mitigations according to vendor instructions and CISA's BOD 26-04 guidance (https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk). Refer to the GitLab patch release at https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-3-2-released/ for specific patches. If mitigations are unavailable, discontinue use of the product. Due date for patching: 2026-09-14.
CISA Known Exploited VulnerabilitiesJFrog Artifactory has a security flaw that allows attackers to gain elevated privileges by bypassing authorization checks. The vulnerability happens because the software validates the token's signature and issuer (who created it), but fails to check the token's scope (what permissions it allows), letting attackers use tokens beyond their intended access level.
Fix: Apply mitigations according to vendor instructions. Consult JFrog's security advisories at https://docs.jfrog.com/releases/docs/jfrog-security-advisories and Artifactory release notes at https://docs.jfrog.com/releases/docs/artifactory-self-managed-releases. Follow CISA's BOD 26-04 guidance for patching timelines. If mitigations are unavailable for cloud services, discontinue use of the product.
CISA Known Exploited VulnerabilitiesAnthropic published a report showing that various groups, including criminals, state-sponsored actors (governments working secretly), and scientists, have tried to misuse the company's AI models to create weapons like missiles, bombs, and biological pathogens, as well as to conduct surveillance. The company released this 154-page threat intelligence report (analysis of security threats) publicly because it believes it has a responsibility to disclose when people misuse its services.