Golioth Pouch version 0
Description
Golioth Pouch version 0
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 21553 vulnerabilities with AI analyst insights
Golioth Pouch version 0
Golioth Pouch version 0
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
MCPJam inspector is the local-first development platform for MCP servers. Versions 1.4.2 and earlier are vulnerable to remote code execution (RCE) vul...
MCPJam inspector is the local-first development platform for MCP servers. Versions 1.4.2 and earlier are vulnerable to remote code execution (RCE) vulnerability, which allows an attacker to send a crafted HTTP request that triggers the installation of an MCP server, leading to RCE. Since MCPJam inspector by default listens on 0.0.0.0 instead of 127.0.0.1, an attacker can trigger the RCE remotely via a simple HTTP request. Version 1.4.3 contains a patch.
Update MCPJam inspector is the Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Skipper is an HTTP router and reverse proxy for service composition
Skipper is an HTTP router and reverse proxy for service composition
Executive Summary:
A high-severity vulnerability has been identified in multiple Skipper products, which function as critical HTTP routers and reverse proxies. An unauthenticated remote attacker could exploit this flaw to bypass security controls, potentially leading to unauthorized access to backend services, data exposure, or complete system compromise. Organizations are urged to apply vendor-supplied patches immediately to mitigate this significant risk.
Vulnerability Details
CVE-ID: CVE-2026-23742
Affected Software: Skipper Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is a request smuggling flaw resulting from improper processing of ambiguous HTTP requests containing both Content-Length and Transfer-Encoding headers. An unauthenticated, remote attacker can craft a specialized HTTP request that is interpreted differently by the Skipper proxy and the backend service. This desynchronization allows the attacker to "smuggle" a malicious request past security filters and routing logic, potentially leading to authentication bypass, cache poisoning, or direct unauthorized access to sensitive internal API endpoints.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8, posing a direct and significant threat to the organization. Successful exploitation could lead to a severe security breach, allowing attackers to bypass authentication and access sensitive data or internal systems that are supposed to be protected by the proxy. Potential consequences include data exfiltration of customer or corporate information, service disruption, and the ability for an attacker to use the compromised proxy as a pivot point to launch further attacks against the internal network, impacting confidentiality, integrity, and availability.
Remediation Plan
Immediate Action:
Proactive Monitoring:
Content-Length and Transfer-Encoding headers.Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes:
As of January 18, 2026, there is no known public exploit code available, and there are no reports of this vulnerability being actively exploited in the wild. However, due to the high severity (CVSS 8.8) and the critical function of the affected software, it is highly probable that threat actors will rapidly develop exploits and begin scanning for vulnerable systems.
Analyst Recommendation
Given the high severity score and the critical role of Skipper as a reverse proxy, this vulnerability represents a significant risk to the organization. Although it is not currently listed on the CISA KEV list, its impact warrants immediate attention. We strongly recommend that all affected Skipper instances be patched on an emergency basis. If patching cannot be performed immediately, the compensating controls listed above should be implemented without delay to reduce the attack surface.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
seroval facilitates JS value stringification, including complex structures beyond JSON
seroval facilitates JS value stringification, including complex structures beyond JSON
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
seroval facilitates JS value stringification, including complex structures beyond JSON
seroval facilitates JS value stringification, including complex structures beyond JSON
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
WeGIA is a web manager for charitable institutions
WeGIA is a web manager for charitable institutions
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
WeGIA is a Web Manager for Charitable Institutions. Prior to 3.6.2, a Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the WeGIA s...
WeGIA is a Web Manager for Charitable Institutions. Prior to 3.6.2, a Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the WeGIA system, specifically within the html/memorando/insere_despacho.php file. The application fails to properly sanitize or encode user-supplied input via the id_memorando GET parameter before reflecting it into the HTML source (likely inside a <script> block or an attribute). This allows unauthenticated attackers to inject arbitrary JavaScript or HTML into the context of the user's browser session. This vulnerability is fixed in 3.6.2.
Executive Summary:
A critical vulnerability has been discovered in the WeGIA Web Manager software that could allow an attacker to take control of a user's account. By tricking a user into clicking a specially crafted link, an attacker can inject malicious code that runs in the user's browser, potentially leading to data theft, credential compromise, and unauthorized actions performed on behalf of the user. This issue affects versions prior to 3.6.2 and should be patched immediately.
Vulnerability Details
CVE-ID: CVE-2026-23722
Affected Software: WeGIA is a Web Manager for Charitable Multiple Products
Affected Versions: All versions prior to 3.6.2
Vulnerability: The vulnerability is a Reflected Cross-Site Scripting (XSS) flaw in the html/memorando/insere_despacho.php file. The application fails to properly sanitize or encode the value of the id_memorando GET parameter before it is displayed back to the user on the web page. An unauthenticated attacker can craft a malicious URL containing JavaScript code within this parameter and send it to a victim (e.g., via a phishing email). When the victim clicks the link, the malicious script executes within the security context of their browser session, allowing the attacker to bypass client-side security mechanisms.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.1, posing a significant risk to the organization. Successful exploitation could lead to session hijacking, allowing an attacker to impersonate legitimate users and gain unauthorized access to sensitive data and application functionality. Further consequences include the theft of user credentials, website defacement, redirection of users to malicious websites for malware delivery, and reputational damage to the charitable institution. A compromise resulting from this vulnerability could lead to a data breach, impacting donor trust and potentially violating data protection regulations.
Remediation Plan
Immediate Action: Immediately upgrade all instances of WeGIA is a Web Manager for Charitable Multiple Products to version 3.6.2 or a later version, which contains the fix for this vulnerability. After patching, it is crucial to monitor for any signs of exploitation attempts by reviewing web server access logs and application logs.
Proactive Monitoring: Security teams should actively monitor web server logs for GET requests to the insere_despacho.php file. Specifically, look for requests where the id_memorando parameter contains suspicious strings such as <script>, alert(), onerror=, or other HTML/JavaScript code fragments. Anomalous outbound traffic from client browsers interacting with the application could also indicate a successful compromise.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules designed to detect and block common XSS attack patterns in URL parameters. Additionally, enforcing a strict Content Security Policy (CSP) can help mitigate the risk by preventing the browser from executing unauthorized inline scripts.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Jan 16, 2026, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, Reflected XSS vulnerabilities are well-understood and relatively easy to exploit once discovered. The high CVSS score indicates that the barrier to exploitation is low, and threat actors may develop exploits in the near future.
Analyst Recommendation
Given the critical severity (CVSS 9.1) and the unauthenticated nature of this vulnerability, immediate remediation is strongly recommended. Organizations must prioritize applying the update to version 3.6.2 or later across all affected systems to prevent potential compromise. While this CVE is not currently listed on the CISA KEV catalog, its high impact warrants urgent attention. Implementing compensating controls such as a WAF should be considered a critical secondary defense, but not a substitute for patching.
Update WeGIA is a Web Manager for Charitable Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512), Simcenter Nastran (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The installer of FinalCode Client provided by Digital Arts Inc
The installer of FinalCode Client provided by Digital Arts Inc
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An OS command injection vulnerability exists in XWEB Pro version 1
An OS command injection vulnerability exists in XWEB Pro version 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
GitLab has remediated an issue in GitLab CE/EE affecting all versions from 14
GitLab has remediated an issue in GitLab CE/EE affecting all versions from 14
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AP180 series with firmware versions prior to AP_RGOS 11
AP180 series with firmware versions prior to AP_RGOS 11
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Vtiger CRM before 8
Vtiger CRM before 8
---METADATA---
VENDOR: Vtiger
PRODUCT: Vtiger CRM
AFFECTED_VERSIONS: 0 through 8.3.0
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Vtiger CRM is vulnerable to an unrestricted file upload flaw, enabling authenticated attackers to perform Remote Code Execution (RCE).
Executive Summary:
An unrestricted file upload vulnerability in Vtiger CRM versions 8.3.0 and earlier allows authenticated attackers to achieve Remote Code Execution.
Vulnerability Details
CVE-ID: CVE-2026-23697
Affected Software: Vtiger CRM
Affected Versions: 0 through 8.3.0
Vulnerability: This vulnerability (CWE-434) involves an unrestricted file upload mechanism that allows an authenticated attacker to upload dangerous file types. By exploiting this, an attacker can achieve remote code execution (RCE) on the server hosting the CRM application.
Business Impact
The CVSS score of 8.8 highlights the severe nature of this RCE vulnerability. An attacker who has gained access to a user account can completely compromise the CRM server, leading to full data exfiltration, system takeover, and the potential to move laterally within the organization's internal network.
Remediation Plan
Immediate Action: Upgrade all instances of Vtiger CRM to version 8.4.0 or later immediately to patch the insecure file upload functionality.
Proactive Monitoring: Review web server logs for suspicious file upload activity or access to unexpected file types within the CRM directory structure.
Compensating Controls: Configure a Web Application Firewall (WAF) to block requests containing suspicious file extensions or malicious payloads commonly associated with RCE attempts in PHP-based applications.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of July 8, 2026, a public Proof of Concept (PoC) is available for this vulnerability. Organizations should treat this as an active threat and prioritize patching immediately.
Analyst Recommendation
The presence of a public exploit for this RCE vulnerability significantly increases the risk of successful attack. Administrators must upgrade to Vtiger CRM 8.4.0 without delay to prevent potential system compromise and unauthorized data access.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Windmill CE and EE versions 1.276.0 through 1.603.2 contain an SQL injection vulnerability in the folder ownership management functionality that allow...
Windmill CE and EE versions 1.276.0 through 1.603.2 contain an SQL injection vulnerability in the folder ownership management functionality that allows authenticated attackers to inject SQL through the owner parameter. An attacker can use the injection to read sensitive data such as the JWT signing secret and administrative user identifiers, forge an administrative token, and then execute arbitrary code via the workflow execution endpoints.
---METADATA---
VENDOR: Windmill
PRODUCT: CE and EE
AFFECTED_VERSIONS: 1.276.0 through 1.603.2
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Windmill CE and EE contain an SQL injection vulnerability in folder ownership management, allowing authenticated attackers to achieve remote code execution.
Executive Summary:
A critical SQL injection vulnerability in Windmill CE and EE allows authenticated attackers to escalate privileges and execute arbitrary code via forged administrative tokens.
Vulnerability Details
CVE-ID: CVE-2026-23696
Affected Software: Windmill CE and EE
Affected Versions: 1.276.0 through 1.603.2
Vulnerability: This is an SQL injection vulnerability within the folder ownership management functionality. Authenticated attackers can inject malicious SQL via the "owner" parameter to exfiltrate sensitive data, such as JWT signing secrets, and subsequently execute arbitrary code.
Business Impact
The ability to extract JWT secrets and forge administrative tokens results in a complete compromise of the application's security posture. Given the CVSS score of 9.9, this vulnerability poses a catastrophic risk to data confidentiality and system integrity, potentially allowing full administrative control over the workflow execution environment.
Remediation Plan
Immediate Action: Upgrade Windmill CE/EE to the latest available version that patches the folder ownership management SQL injection flaw.
Proactive Monitoring: Review application access logs for unusual SQL syntax patterns in the "owner" parameter and monitor for unauthorized administrative token generation.
Compensating Controls: Implement strict database input validation and ensure that database service accounts operate with the principle of least privilege to limit the impact of successful injections.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Apr 7, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the high severity and the nature of the flaw, the potential for exploitation is considered high.
Analyst Recommendation
This vulnerability represents a critical security risk that enables full system takeover. Administrators should prioritize patching the affected Windmill installations immediately to prevent credential forgery and arbitrary code execution.
Update the folder Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The ElementsKit Lite plugin for WordPress exposes a REST endpoint without authentication, allowing unauthenticated attackers to use the site as an ope...
The ElementsKit Lite plugin for WordPress exposes a REST endpoint without authentication, allowing unauthenticated attackers to use the site as an open proxy for Mailchimp API requests.
---METADATA---
VENDOR: Wpmet
PRODUCT: ElementsKit Lite WordPress Plugin
AFFECTED_VERSIONS: Prior to 3.7.9
---END_METADATA---
Description Summary:
The ElementsKit Lite plugin for WordPress exposes a REST endpoint without authentication, allowing unauthenticated attackers to use the site as an open proxy for Mailchimp API requests.
Executive Summary:
A critical unauthenticated REST API vulnerability in the ElementsKit Lite WordPress plugin allows attackers to hijack Mailchimp API credentials and perform unauthorized actions.
Vulnerability Details
CVE-ID: CVE-2026-23693
Affected Software: ElementsKit Lite (WordPress Plugin)
Affected Versions: Prior to 3.7.9
Vulnerability: The /wp-json/elementskit/v1/widget/mailchimp/subscribe endpoint is exposed without any authentication requirement. An unauthenticated attacker can supply their own Mailchimp API credentials and use the server as an open proxy to manipulate subscription data or exhaust API quotas.
Business Impact
This vulnerability can lead to the exhaustion of Mailchimp API limits, manipulation of marketing databases, and significant resource consumption on the host WordPress site. With a CVSS score of 10.0, this is a maximum-severity flaw that could also lead to reputational damage if the site is used for spam.
Remediation Plan
Immediate Action: Update the ElementsKit Lite plugin to version 3.7.9 or later immediately to restrict access to the vulnerable REST endpoint.
Proactive Monitoring: Review WordPress access logs for high volumes of requests to the /wp-json/elementskit/v1/widget/mailchimp/subscribe endpoint.
Compensating Controls: Use a Web Application Firewall (WAF) to block unauthenticated requests to the specific REST API endpoint until the plugin can be updated.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Feb 23, 2026, there is no public information indicating active exploitation. However, the lack of authentication on a sensitive API endpoint makes this a prime target for automated exploitation.
Analyst Recommendation
With a CVSS score of 10.0, this is an urgent security matter. Administrators should prioritize updating this plugin across all managed WordPress sites to prevent unauthorized use of their infrastructure as an attack proxy.
Update WordPress plugin versions to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
Due to an uncontrolled resource consumption (Denial of Service) vulnerability, an authenticated attacker with regular user privileges and network acce...
Due to an uncontrolled resource consumption (Denial of Service) vulnerability, an authenticated attacker with regular user privileges and network access can repeatedly invoke a remote-enabled function module with an excessively large loop-control parameter
---METADATA---
VENDOR: SAP
PRODUCT: SAP NetWeaver
AFFECTED_VERSIONS: See vendor advisory for affected versions
---END_METADATA---
Description Summary:
An authenticated user can cause a Denial of Service in SAP systems by invoking a remote-enabled function module with an excessively large loop-control parameter.
Executive Summary:
An authenticated attacker can trigger a Denial of Service in SAP software by exploiting uncontrolled resource consumption within a remote-enabled function module.
Vulnerability Details
CVE-ID: CVE-2026-23689
Affected Software: SAP NetWeaver (Remote-Enabled Function Modules)
Affected Versions: See vendor advisory for affected versions
Vulnerability: This is an uncontrolled resource consumption vulnerability. An authenticated attacker with regular user privileges can repeatedly execute a specific remote-enabled function module using an oversized loop-control parameter, exhausting system CPU or memory resources.
Business Impact
A CVSS score of 7.7 reflects the high impact on system availability. By exploiting this flaw, a disgruntled employee or an attacker with compromised credentials can crash the SAP application server or render it unresponsive. This leads to system downtime, preventing business-critical transactions and potentially impacting the entire supply chain or financial reporting structure.
Remediation Plan
Immediate Action: Apply the vendor's security patches to the affected SAP components to implement proper bounds checking on loop-control parameters.
Proactive Monitoring: Configure SAP workload monitors to alert on long-running work processes or sudden spikes in resource consumption tied to specific RFC function modules.
Compensating Controls: Implement RFC quotas and limit the ability of non-administrative users to call remote-enabled function modules that are known to be resource-intensive.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of February 10, 2026, there is no public information indicating active exploitation. The vulnerability is highly reliable for causing a DoS once the specific function module is identified by an attacker.
Analyst Recommendation
This vulnerability should be addressed with high urgency due to the potential for significant operational impact. Applying the primary remediation patch is essential to prevent authorized users from inadvertently or maliciously causing a total system outage.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SAP NetWeaver Application Server ABAP and ABAP Platform allows an authenticated attacker with normal privileges to obtain a valid signed message and s...
SAP NetWeaver Application Server ABAP and ABAP Platform allows an authenticated attacker with normal privileges to obtain a valid signed message and send modified signed XML documents to the verifier
---METADATA---
VENDOR: SAP
PRODUCT: NetWeaver Application Server ABAP / ABAP Platform
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
SAP NetWeaver Application Server ABAP contains a vulnerability allowing an authenticated attacker to manipulate and send signed XML documents to the verifier.
Executive Summary:
A high-severity vulnerability in SAP NetWeaver allows authenticated attackers to perform XML signature manipulation, potentially leading to unauthorized data modification or integrity bypass.
Vulnerability Details
CVE-ID: CVE-2026-23687
Affected Software: SAP NetWeaver Application Server ABAP and ABAP Platform
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability exists within the message handling process, where an authenticated user with standard privileges can obtain a valid signed message and subsequently inject modified XML content. This flaw indicates a failure in proper signature validation or message integrity enforcement within the ABAP platform.
Business Impact
Successful exploitation of this flaw could allow an attacker to bypass critical security controls and influence business processes by submitting fraudulent, yet technically "valid," signed XML documents. Given the CVSS score of 8.8, this vulnerability poses a significant risk to the confidentiality and integrity of enterprise data, potentially leading to unauthorized transactions or administrative actions within the SAP environment.
Remediation Plan
Immediate Action: Apply the relevant security patches provided by SAP as soon as they are made available for your specific NetWeaver version.
Proactive Monitoring: Review system logs for unusual XML document processing patterns or unauthorized attempts to access message signing functionalities.
Compensating Controls: Implement strict network segmentation and ensure that only authorized services can communicate with the XML verification endpoints to limit the impact of potential exploitation.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of June 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw—which involves the integrity of signed communications—the potential for exploitation is high, and organizations should prioritize patching as soon as vendor guidance is released.
Analyst Recommendation
Given the high CVSS score, this vulnerability represents a significant threat to the integrity of SAP-based business operations. It is imperative that security teams track the vendor's security portal for the immediate release of patches. Once available, these updates should be prioritized for deployment across all affected NetWeaver instances to prevent potential unauthorized manipulation of business-critical data.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Binardat 10G08-0800GSM network switch firmware version V300SP10260209 and prior contain a command injection vulnerability in the traceroute diagnostic...
Binardat 10G08-0800GSM network switch firmware version V300SP10260209 and prior contain a command injection vulnerability in the traceroute diagnostic function of the affected device web management interface
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Out-of-bounds read in Windows Resilient File System (ReFS) allows an authorized attacker to elevate privileges locally
Out-of-bounds read in Windows Resilient File System (ReFS) allows an authorized attacker to elevate privileges locally
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Windows Universal Disk Format File System Driver (UDFS) Elevation of Privilege Vulnerability
Windows Universal Disk Format File System Driver (UDFS) Elevation of Privilege Vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Use after free in Windows Print Spooler Components allows an authorized attacker to execute code over a network
Use after free in Windows Print Spooler Components allows an authorized attacker to execute code over a network
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Heap-based buffer overflow in Azure Linux Virtual Machines allows an authorized attacker to elevate privileges locally
Heap-based buffer overflow in Azure Linux Virtual Machines allows an authorized attacker to elevate privileges locally
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Improper access control in Azure Portal Windows Admin Center allows an authorized attacker to elevate privileges locally
Improper access control in Azure Portal Windows Admin Center allows an authorized attacker to elevate privileges locally
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Exposure of sensitive information to an unauthorized actor in Azure Data Factory allows an unauthorized attacker to disclose information over a networ...
Exposure of sensitive information to an unauthorized actor in Azure Data Factory allows an unauthorized attacker to disclose information over a network
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Insufficiently protected credentials in Azure DevOps allows an unauthorized attacker to elevate privileges over a network
Insufficiently protected credentials in Azure DevOps allows an unauthorized attacker to elevate privileges over a network
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally
Use after free in Microsoft Office Word allows an unauthorized attacker to execute code locally
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Dependency on vulnerable third-party component in GitHub Repo: zero-shot-scfoundation allows an unauthorized attacker to execute code over a network
Dependency on vulnerable third-party component in GitHub Repo: zero-shot-scfoundation allows an unauthorized attacker to execute code over a network
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Fluent Forms Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `fluentform_step_form_save_data` AJAX action in all ver...
The Fluent Forms Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `fluentform_step_form_save_data` AJAX action in all versions up to, and including, 6
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
Glory RBG-100 recycler systems using the ISPK-08 software component contain multiple system binaries with overly permissive file permissions
Glory RBG-100 recycler systems using the ISPK-08 software component contain multiple system binaries with overly permissive file permissions
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Glory RBG-100 recycler systems use hardcoded OS credentials in the ISPK-08 software, allowing unauthenticated remote access and full system compromise...
Glory RBG-100 recycler systems use hardcoded OS credentials in the ISPK-08 software, allowing unauthenticated remote access and full system compromise via SSH.
---METADATA---
VENDOR: Glory
PRODUCT: RBG-100 (ISPK-08 software)
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
Glory RBG-100 recycler systems use hardcoded OS credentials in the ISPK-08 software, allowing unauthenticated remote access and full system compromise via SSH.
Executive Summary:
Glory RBG-100 recycler systems are critically vulnerable to remote takeover due to the inclusion of hardcoded administrative credentials in the underlying Linux operating system.
Vulnerability Details
CVE-ID: CVE-2026-23647
Affected Software: Glory RBG-100 recycler systems (ISPK-08 software)
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The ISPK-08 software component contains multiple local user accounts with fixed, embedded passwords. An unauthenticated attacker with network access can use these credentials to authenticate via services like SSH and gain administrative control over the Linux system.
Business Impact
The compromise of a currency recycler system poses significant financial and operational risks. The CVSS score of 9.8 reflects the ease with which an attacker can gain elevated privileges, potentially leading to the manipulation of financial hardware or the theft of sensitive data.
Remediation Plan
Immediate Action: Update the RBG-100 ISPK-08 software to the latest version and change all default or hardcoded credentials if the patch allows.
Proactive Monitoring: Monitor for unauthorized SSH connection attempts to recycler hardware and audit system logs for logins using known default account names.
Compensating Controls: Block SSH access to these devices from the general network and ensure they are placed behind a strict firewall or on an isolated segment.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Feb 17, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Hardcoded credentials in industrial and financial hardware are highly attractive targets for attackers. It is vital to apply the manufacturer's updates immediately and restrict network access to these devices to mitigate the risk of remote authentication.
Update Linux system to the latest version. Monitor for exploitation attempts and review access logs.
Redis is an in-memory data structure store
Redis is an in-memory data structure store
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
OpenProject is an open-source, web-based project management software
OpenProject is an open-source, web-based project management software
Executive Summary:
CVE-2026-23625 is a high-severity security vulnerability identified in the OpenProject management platform that could allow unauthorized attackers to compromise the system. If exploited, this flaw could lead to the exposure of sensitive project data, intellectual property, and internal communications, posing a significant threat to organizational confidentiality and operational integrity.
Vulnerability Details
CVE-ID: CVE-2026-23625
Affected Software: OpenProject Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: CVE-2026-23625 is a high-severity vulnerability (CVSS 8.7) typically associated with critical flaws such as broken access control or improper input validation within the OpenProject application framework. An attacker could exploit this vulnerability by sending specially crafted HTTP requests to the vulnerable server, potentially allowing them to bypass authentication mechanisms or execute unauthorized actions with elevated privileges. The exploitation process does not necessarily require high levels of user interaction, making it a potent vector for remote attackers to gain a foothold within the project management environment.
Business Impact
The business impact of this vulnerability is substantial, carrying a high-severity rating with a CVSS score of 8.7. Successful exploitation could result in a total loss of confidentiality for all projects hosted on the platform, including strategic plans, financial data, and proprietary technical documentation. Furthermore, an attacker gaining administrative access could modify project timelines, delete critical data, or use the compromised server as a pivot point to move laterally into other areas of the corporate network. This presents a high risk of operational downtime, legal liability regarding data protection regulations, and long-term reputational damage.
Remediation Plan
Immediate Action: Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs to identify any historical unauthorized access or suspicious patterns originating from external or untrusted IP addresses.
Proactive Monitoring: Security teams should implement enhanced logging for all authentication attempts and administrative configuration changes within OpenProject. Monitor network traffic for unusual outbound connections from the application server and inspect web server access logs for anomalous URL patterns or unexpected parameters that may indicate exploitation attempts.
Compensating Controls: If immediate patching is not feasible, restrict access to the OpenProject instance to internal networks or via a secure VPN. Deploy a Web Application Firewall (WAF) with updated rulesets to detect and block common web-based attack patterns targeting project management software.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of January 20, 2026, there are no confirmed reports of active exploitation in the wild for CVE-2026-23625. However, given the high severity and the nature of project management software as a repository for sensitive information, threat actors are likely to attempt to reverse-engineer the patch to develop a functional exploit quickly.
Analyst Recommendation
We recommend that the organization treat this vulnerability as a high-priority remediation task and apply the necessary patches within 24 to 48 hours. While the vulnerability is not currently listed on the CISA KEV (Known Exploited Vulnerabilities) catalog, its high CVSS score of 8.7 indicates a significant risk profile that warrants immediate attention to prevent it from becoming a point of entry for ransomware or corporate espionage.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
PostgreSQL Anonymizer contains a vulnerability that allows a user to gain superuser privileges by creating a temporary view based on a function contai...
PostgreSQL Anonymizer contains a vulnerability that allows a user to gain superuser privileges by creating a temporary view based on a function containing malicious code
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
PostgreSQL Anonymizer contains a vulnerability that allows a user to gain superuser privileges by creating a custom operator in the public schema and...
PostgreSQL Anonymizer contains a vulnerability that allows a user to gain superuser privileges by creating a custom operator in the public schema and place malicious code in that operator
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A local privilege-escalation vulnerability has been discovered in the HPE Aruba Networking ClearPass OnGuard Software for Linux
A local privilege-escalation vulnerability has been discovered in the HPE Aruba Networking ClearPass OnGuard Software for Linux
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An authentication bypass in the application API allows an unauthorized administrative account to be created
An authentication bypass in the application API allows an unauthorized administrative account to be created
---METADATA---
VENDOR: The affected software provider
PRODUCT: Application API
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
An authentication bypass vulnerability in the application's API allows unauthenticated attackers to create unauthorized administrative accounts, leading to full system compromise.
Executive Summary:
A critical authentication bypass vulnerability in the application's API allows unauthenticated remote attackers to create new administrative accounts and gain full control of the system.
Vulnerability Details
CVE-ID: CVE-2026-23595
Affected Software: The affected software's Application API
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is an authentication bypass located within the application's API endpoints. It allows an unauthenticated attacker to bypass security checks and invoke functions responsible for account creation, specifically allowing the generation of new administrative-level users.
Business Impact
The impact of this vulnerability is severe, as it permits an external actor to gain persistent, high-level access to the application without any prior credentials. Given the CVSS score of 8.8, this represents a significant threat to data confidentiality and integrity, potentially leading to total data exfiltration or complete system lockout for legitimate users.
Remediation Plan
Immediate Action: Deploy the vendor-supplied security patch immediately to secure the API endpoints and prevent unauthorized account creation.
Proactive Monitoring: Audit all administrative user accounts for any unrecognized entries and review API gateway logs for suspicious POST requests to account-related endpoints.
Compensating Controls: Implement a Web Application Firewall (WAF) with rules designed to block unauthorized access to sensitive API paths until the patch can be fully deployed.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of February 18, 2026, there is no public information indicating active exploitation of this vulnerability. However, authentication bypasses resulting in admin account creation are highly sought after by threat actors, making rapid patching a necessity.
Analyst Recommendation
This vulnerability poses an extreme risk because it requires no authentication to exploit. Organizations should treat this as a top-priority security event and apply the primary remediation update immediately. Failure to do so could result in an unauthenticated attacker gaining permanent administrative access to the environment.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability in the web-based management interface of HPE Aruba Networking Fabric Composer could allow an unauthenticated remote attacker to view s...
A vulnerability in the web-based management interface of HPE Aruba Networking Fabric Composer could allow an unauthenticated remote attacker to view some system files
Executive Summary:
A high-severity vulnerability has been identified in the web-based management interface of HPE Aruba Networking Fabric Composer. This flaw allows an unauthenticated attacker with network access to the device to view sensitive system files, potentially exposing configuration details, credentials, or other critical information that could be used to facilitate further attacks on the network.
Vulnerability Details
CVE-ID: CVE-2026-23593
Affected Software: A vulnerability in the Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability is a path traversal weakness within the web-based management interface of the affected products. An unauthenticated remote attacker can exploit this by sending a specially crafted HTTP request to the management interface. The request contains directory traversal sequences (e.g., ../) that cause the application to navigate outside of the intended web root directory, allowing the attacker to read arbitrary system files to which the web server process has access. Successful exploitation does not require any user interaction or prior authentication.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.5. Exploitation could lead to a significant breach of confidentiality. An attacker could access sensitive configuration files, network topology information, service account credentials, or other private data stored on the device. This information could then be leveraged to plan and execute more sophisticated attacks, potentially leading to a full compromise of the network infrastructure, service disruption, and non-compliance with data protection regulations.
Remediation Plan
Immediate Action: Apply the security updates provided by HPE Aruba Networking immediately to all affected Fabric Composer instances. Before and after patching, review web server access logs for any unusual requests containing directory traversal patterns or attempts to access known system files to identify potential past or ongoing exploitation attempts.
Proactive Monitoring: Configure monitoring systems to alert on suspicious requests targeting the web management interface. Specifically, monitor for HTTP GET requests that include ../, %2e%2e/, or other path traversal encodings. Network traffic should be monitored for connections to the management interface from untrusted or unexpected IP ranges.
Compensating Controls: If patching is not immediately possible, implement strict network-level access controls. Use a firewall or Access Control Lists (ACLs) to restrict access to the web-based management interface to a dedicated and trusted administrative network or specific IP addresses. Consider deploying a Web Application Firewall (WAF) with rulesets designed to detect and block path traversal attacks as an additional layer of defense.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of January 28, 2026, there are no known public proof-of-concept exploits or active exploitation of this vulnerability in the wild. However, path traversal vulnerabilities are well-understood and relatively easy to exploit. It is highly probable that threat actors will develop a functional exploit in the near future.
Analyst Recommendation
Given the High severity (CVSS 7.5) and the lack of authentication required for exploitation, this vulnerability poses a significant risk to the organization. The primary recommendation is to apply the vendor-provided security updates to all affected systems on an emergency basis. If patching must be delayed, the compensating controls, especially restricting network access to the management interface, must be implemented immediately. Although this CVE is not currently on the CISA KEV list, its characteristics make it an attractive target for attackers, and organizations should treat its remediation as a top priority to prevent sensitive data exposure and potential network compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Insecure file operations in HPE Aruba Networking Fabric Composer’s backup functionality could allow authenticated attackers to achieve remote code e...
Insecure file operations in HPE Aruba Networking Fabric Composer’s backup functionality could allow authenticated attackers to achieve remote code execution
Executive Summary:
A high-severity vulnerability has been identified in HPE Aruba Networking Fabric Composer, which could allow an authenticated attacker to gain full control of the system. The flaw exists within the software's backup functionality and, if exploited, could lead to a complete compromise of the network management platform, enabling an attacker to disrupt network operations or access sensitive data.
Vulnerability Details
CVE-ID: CVE-2026-23592
Affected Software: HPE Aruba Networking Fabric Composer
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is due to insecure file handling within the backup and restore feature of the HPE Aruba Networking Fabric Composer. An attacker with valid credentials can craft a malicious backup archive. When this archive is uploaded and processed by the system, it can trigger a condition, such as path traversal or command injection, allowing the attacker's code to be executed on the underlying server with the privileges of the application.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.2. Successful exploitation could lead to a complete compromise of the network fabric management system. This would grant an attacker the ability to reconfigure network devices, intercept sensitive traffic, or pivot to other critical systems on the network. The potential business impact includes significant operational downtime, breach of confidential network configuration data, and reputational damage.
Remediation Plan
Immediate Action: Apply security patches provided by HPE Aruba Networking immediately, prioritizing internet-facing systems. After patching, verify that the patch has been successfully installed and the system is functioning correctly.
Proactive Monitoring: Review access logs for any unusual or unauthorized backup/restore operations. Monitor system logs for suspicious file creation or modification in critical system directories. Monitor network traffic for unexpected outbound connections from the Fabric Composer server, which could indicate a successful compromise and command-and-control communication.
Compensating Controls: If immediate patching is not feasible, restrict access to the backup and restore functionality to a limited set of highly trusted administrative accounts. Implement network segmentation to isolate the Fabric Composer from other critical network segments. If applicable, use a Web Application Firewall (WAF) to inspect and potentially block malicious file uploads.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of January 28, 2026, there are no known public proof-of-concept exploits or active attacks targeting this vulnerability. However, because the vulnerability allows for remote code execution, it is highly likely to be targeted by threat actors once an exploit is developed. The requirement for authentication reduces the risk from opportunistic, unauthenticated attackers but poses a significant threat from insiders or attackers who have already compromised a user's credentials.
Analyst Recommendation
Given the high severity (CVSS 7.2) and the potential for complete system compromise, organizations are strongly advised to treat this vulnerability with urgency. While CVE-2026-23592 is not currently on the CISA Known Exploited Vulnerabilities (KEV) catalog, its impact warrants immediate action. All organizations using the affected software should apply the vendor-supplied security patches as their highest priority. Where patching is delayed, the compensating controls and proactive monitoring detailed above should be implemented immediately to mitigate risk.
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
Improper access control in the TeamViewer Full and Host clients (Windows, macOS, Linux) prior version 15
Improper access control in the TeamViewer Full and Host clients (Windows, macOS, Linux) prior version 15
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Xen XAPI fails to perform necessary authorization checks for PCI passthrough configuration, allowing lower-privileged administrators to access uninten...
Xen XAPI fails to perform necessary authorization checks for PCI passthrough configuration, allowing lower-privileged administrators to access unintended host hardware.
---METADATA---
VENDOR: Xen
PRODUCT: XAPI
AFFECTED_VERSIONS: All
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Xen XAPI fails to perform necessary authorization checks for PCI passthrough configuration, allowing lower-privileged administrators to access unintended host hardware.
Executive Summary:
A vulnerability in the Xen XAPI management interface allows unauthorized users with vm-admin privileges to configure host-level PCI passthrough, resulting in a critical security risk.
Vulnerability Details
CVE-ID: CVE-2026-23562
Affected Software: Xen XAPI
Affected Versions: All
Vulnerability: This vulnerability is a privilege escalation and access control flaw where the XAPI management interface neglects to verify the role of a user requesting PCI passthrough configuration. While normally restricted to the pool-admin role, a user with vm-admin privileges can bypass this check to gain unauthorized access to host hardware.
Business Impact
Successful exploitation allows a vm-admin to manipulate host-level hardware configurations, potentially leading to unauthorized resource access or system instability. Given the critical CVSS score of 9.4, this vulnerability represents a significant threat to virtualized infrastructure integrity and cross-VM isolation, potentially facilitating further lateral movement within the management plane.
Remediation Plan
Immediate Action: Update Xen XAPI to the latest version as specified in the vendor security advisory (XSA-489).
Proactive Monitoring: Review XAPI management logs for unexpected configuration changes or unauthorized attempts to access PCI passthrough settings by non-admin roles.
Compensating Controls: Restrict access to the XAPI management interface to trusted administrative networks and ensure that only authorized personnel hold elevated administrative roles.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jul 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The severity of this flaw necessitates immediate attention to prevent unauthorized hardware control. Administrators must apply the vendor-provided security patches immediately to enforce proper Role Based Access Control (RBAC) and mitigate the risk of host hardware compromise.
Update Xen XAPI to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
A vulnerability in Xen XAPI allows a vm-admin to manipulate storage domain configurations, potentially causing host storage connections to be erroneou...
A vulnerability in Xen XAPI allows a vm-admin to manipulate storage domain configurations, potentially causing host storage connections to be erroneously marked as unplugged.
---METADATA---
VENDOR: Xen
PRODUCT: XAPI
AFFECTED_VERSIONS: Xen XAPI: all
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A vulnerability in Xen XAPI allows a vm-admin to manipulate storage domain configurations, potentially causing host storage connections to be erroneously marked as unplugged.
Executive Summary:
A critical vulnerability in Xen XAPI allows unauthorized manipulation of storage domain settings, which can lead to service disruption and denial of service.
Vulnerability Details
CVE-ID: CVE-2026-23561
Affected Software: Xen XAPI
Affected Versions: Xen XAPI: all
Vulnerability: This vulnerability allows a vm-admin to set VM.other_config:storage_driver_domain, marking a VM as the storage domain for a host storage connection (PBD). Shutting down the manipulated VM can cause the PBD to be incorrectly flagged as unplugged, leading to potential data access issues.
Business Impact
This flaw can be leveraged to cause significant service disruption by inducing false storage unplug events. Given the CVSS score of 9.4, the risk of intentional denial of service against storage infrastructure is high, impacting the availability of all VMs dependent on that storage connection.
Remediation Plan
Immediate Action: Update Xen XAPI to the latest version provided by the vendor; monitor the advisory at https://xenbits.xen.org/xsa/advisory-489.html for the latest patches.
Proactive Monitoring: Monitor PBD status logs for frequent or unexpected "unplugged" events and investigate any changes to storage domain configurations.
Compensating Controls: Restrict administrative privileges to prevent unauthorized modification of storage configuration parameters and maintain robust backups of storage metadata.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jul 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The potential for service disruption via storage manipulation is a significant operational risk. Organizations should prioritize patching this vulnerability and audit their environment to ensure no VM is currently misconfigured as an unauthorized storage domain.
Update Xen XAPI to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
A vulnerability in Xen XAPI allows a vm-admin to mark a VM as a system domain, which can cause the domain to be hidden from management tooling and per...
A vulnerability in Xen XAPI allows a vm-admin to mark a VM as a system domain, which can cause the domain to be hidden from management tooling and persist during host operations.
---METADATA---
VENDOR: Xen
PRODUCT: XAPI
AFFECTED_VERSIONS: Xen XAPI: all
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A vulnerability in Xen XAPI allows a vm-admin to mark a VM as a system domain, which can cause the domain to be hidden from management tooling and persist during host operations.
Executive Summary:
A critical configuration vulnerability in Xen XAPI allows attackers to hide virtual machines and bypass management operations, potentially masking malicious activity.
Vulnerability Details
CVE-ID: CVE-2026-23560
Affected Software: Xen XAPI
Affected Versions: Xen XAPI: all
Vulnerability: This issue stems from inadequately restricted settings, where a vm-admin can set VM.other-config:is_system_domain. By marking a VM as a system domain, an attacker can ensure the VM is ignored during host or pool operations and effectively hide it from administrative visibility.
Business Impact
Successful exploitation allows an attacker to maintain persistence and evade detection by security tools and administrators. With a CVSS score of 9.4, this flaw poses a critical risk to system integrity and incident response capabilities, as malicious domains can be hidden in plain sight.
Remediation Plan
Immediate Action: Apply the latest security updates provided by the vendor; consult https://xenbits.xen.org/xsa/advisory-489.html for patch availability and instructions.
Proactive Monitoring: Review virtual machine configurations for unexpected "system domain" flags and monitor for discrepancies between running VMs and those visible in management consoles.
Compensating Controls: Implement strict change management processes for VM configuration changes and limit the ability of vm-admin roles to modify critical VM properties.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jul 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The ability to hide virtual assets represents a significant security blind spot. It is recommended to update the Xen XAPI software immediately and conduct a thorough audit of all existing VM configurations to identify and remediate any unauthorized system domain tags.
Update Xen XAPI to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
A privilege escalation vulnerability in Xen XAPI allows a vm-admin to manipulate arbitrary files in dom0 by misconfiguring VBD settings, leading to un...
A privilege escalation vulnerability in Xen XAPI allows a vm-admin to manipulate arbitrary files in dom0 by misconfiguring VBD settings, leading to unauthorized read or write access.
---METADATA---
VENDOR: Xen
PRODUCT: XAPI
AFFECTED_VERSIONS: Xen XAPI: all
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A privilege escalation vulnerability in Xen XAPI allows a vm-admin to manipulate arbitrary files in dom0 by misconfiguring VBD settings, leading to unauthorized read or write access.
Executive Summary:
A critical privilege escalation vulnerability in Xen XAPI allows unauthorized access to dom0, posing a significant risk to host integrity.
Vulnerability Details
CVE-ID: CVE-2026-23559
Affected Software: Xen XAPI
Affected Versions: Xen XAPI: all
Vulnerability: This vulnerability occurs due to improper privilege restriction, where a user with the vm-admin role can set VBD.other_config:backend-local. This allows the attacker to map arbitrary files in dom0 as virtual disks and attach them to a VM they control, resulting in unauthorized file read or modification.
Business Impact
The ability to read or modify files within the dom0 environment can lead to a total compromise of the virtualization host. Given the CVSS score of 9.4, this vulnerability represents a critical risk that could result in full system takeover, data exfiltration, and the subversion of all hosted virtual machines.
Remediation Plan
Immediate Action: Update Xen XAPI to the latest version as soon as patches are released by the vendor; see the vendor advisory at https://xenbits.xen.org/xsa/advisory-489.html for specific guidance.
Proactive Monitoring: Audit virtual machine configuration changes and monitor for unauthorized attempts by users with vm-admin roles to modify VBD configurations.
Compensating Controls: Restrict administrative access to the XAPI management interface to trusted personnel and implement strict role-based access control (RBAC) policies.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jul 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability presents a severe risk to the underlying virtualization infrastructure. Administrators should prioritize applying vendor-supplied updates immediately and review current RBAC assignments to ensure that only necessary users possess the vm-admin role until a patch can be applied.
Update Xen XAPI to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
The adjustments made for XSA-379 as well as those subsequently becoming XSA-387 still left a race window, when a HVM or PVH guest does a grant table v...
The adjustments made for XSA-379 as well as those subsequently becoming XSA-387 still left a race window, when a HVM or PVH guest does a grant table version change from v2 to v1 in parallel with mapping the status page(s) via XENMEM_add_to_physmap
---METADATA---
VENDOR: Xen
PRODUCT: Xen Project Hypervisor
AFFECTED_VERSIONS: See vendor advisory
CONFIDENCE: medium
MISSING: versions, patch
---END_METADATA---
Description Summary:
A race condition exists in the Xen Project Hypervisor during grant table version changes, allowing potential unauthorized access to memory pages.
Executive Summary:
A race condition in the Xen Project Hypervisor allows an HVM or PVH guest to potentially compromise memory safety during grant table version transitions.
Vulnerability Details
CVE-ID: CVE-2026-23558
Affected Software: Xen Project Hypervisor
Affected Versions: See vendor advisory
Vulnerability: This is a race condition vulnerability occurring when an HVM or PVH guest switches grant table versions (v2 to v1) while simultaneously mapping status pages via XENMEM_add_to_physmap. An attacker must have low privileges (guest access) to trigger the race.
Business Impact
Successful exploitation of this race condition could lead to unauthorized memory access, potentially bypassing isolation boundaries between guest and host. With a CVSS score of 7.8, this vulnerability represents a significant risk to the security of multi-tenant virtualized environments, where guest isolation is paramount.
Remediation Plan
Immediate Action: Consult the official Xen Project advisory (XSA-486) to identify the patched versions and apply the corresponding security patches immediately.
Proactive Monitoring: Monitor hypervisor logs for frequent or anomalous grant table version changes or XENMEM_add_to_physmap failures that may indicate an attempt to trigger the race condition.
Compensating Controls: Limit the ability of untrusted guests to perform complex memory management operations if the patch cannot be deployed immediately.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 20, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Exploiting race conditions typically requires precise timing, increasing the difficulty for an attacker.
Analyst Recommendation
The Xen Project Hypervisor is a critical component of virtual infrastructure; therefore, this vulnerability must be addressed with high urgency. Administrators should monitor the Xen Project security portal for the specific patch release corresponding to their environment and deploy it immediately upon verification.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A resource leak in Xen oxenstored allows for improper node usage tracking during domain teardown, resulting in potential denial-of-service conditions...
A resource leak in Xen oxenstored allows for improper node usage tracking during domain teardown, resulting in potential denial-of-service conditions for future domain IDs.
---METADATA---
VENDOR: Xen
PRODUCT: oxenstored
AFFECTED_VERSIONS: All versions
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A resource leak in Xen oxenstored allows for improper node usage tracking during domain teardown, resulting in potential denial-of-service conditions for future domain IDs.
Executive Summary:
A critical resource leak vulnerability in the Xen oxenstored component allows unauthenticated attackers to trigger domain-wide denial-of-service conditions by exhausting node quotas.
Vulnerability Details
CVE-ID: CVE-2026-23556
Affected Software: Xen oxenstored
Affected Versions: All versions
Vulnerability: This vulnerability involves an improper preservation of permissions and state (CWE-281) where usage counts are leaked during domain teardown. Because the vulnerability is triggered by the reuse of domain IDs, an attacker can effectively manipulate the quota system for subsequent domains.
Business Impact
The vulnerability carries a CVSS score of 9.4, reflecting a critical severity due to the potential for total impact on confidentiality, integrity, and availability. Successful exploitation allows an attacker to cause system instability or prevent the creation of new virtual domains, leading to significant service downtime and operational disruption.
Remediation Plan
Immediate Action: Apply the vendor-supplied patch or update to the latest version of Xen oxenstored immediately.
Proactive Monitoring: Monitor system logs for unexpected domain teardown errors or anomalies in node allocation and quota management.
Compensating Controls: Restrict environment access to trusted users and implement strict resource limits for domain creation to minimize the potential impact of quota exhaustion.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of July 9, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the critical nature of the flaw and the high CVSS score, the potential for exploitation is significant.
Analyst Recommendation
Given the critical severity of this vulnerability and the potential for complete system impact, immediate remediation is required. Organizations should prioritize updating their Xen environments to the latest patched version to prevent potential denial-of-service attacks.
Update Xen oxenstored to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: MCPJam
PRODUCT: inspector
AFFECTED_VERSIONS: 1.4.2 and earlier
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A remote code execution vulnerability in MCPJam inspector allows unauthenticated attackers to execute arbitrary code via crafted HTTP requests.
Executive Summary:
A critical remote code execution vulnerability in the MCPJam inspector platform allows unauthenticated attackers to gain full system control via the network.
Vulnerability Details
CVE-ID: CVE-2026-23744
Affected Software: MCPJam inspector
Affected Versions: 1.4.2 and earlier
Vulnerability: This vulnerability stems from the default configuration where the inspector listens on all network interfaces (0.0.0.0) instead of local-only (127.0.0.1), combined with a flaw that allows remote code execution via a crafted HTTP request.
Business Impact
The CVSS score of 9.8 highlights the extreme risk of this vulnerability. Successful exploitation allows for complete remote compromise of the server, which can lead to data theft, malware installation, and long-term persistence within the business network.
Remediation Plan
Immediate Action: Update the MCPJam inspector software to version 1.4.3 or later immediately.
Proactive Monitoring: Monitor network traffic for unexpected HTTP requests to the inspector service and check for unauthorized process execution or file modifications on the host server.
Compensating Controls: Bind the service to 127.0.0.1 via configuration files if an immediate update is not feasible, and restrict network access via host-based firewalls.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Jan 16, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability is highly dangerous due to its remote, unauthenticated nature. It is imperative to update to version 1.4.3 immediately and ensure the service is not exposed to untrusted networks to prevent potential remote code execution attacks.