Vulnerability in LimeSurvey 6
Description
Vulnerability in LimeSurvey 6
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 17874 vulnerabilities with AI analyst insights
Vulnerability in LimeSurvey 6
Vulnerability in LimeSurvey 6
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Reachable Assertion vulnerability in Open5GS up to version 2
Reachable Assertion vulnerability in Open5GS up to version 2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Reachable Assertion vulnerability in Open5GS up to version 2
Reachable Assertion vulnerability in Open5GS up to version 2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the...
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the database, through the 'data%5BPage%5D%5Bname%5D' p...
Update An SQL injection vulnerability has been found in appRain CMF Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the...
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the database, through the 'data%5BPage%5D%5Bname%5D' p...
Executive Summary:
A critical SQL injection vulnerability, identified as CVE-2025-41033, has been discovered in the appRain Content Management Framework (CMF). This flaw allows a remote attacker to execute arbitrary commands on the application's database, potentially leading to a complete compromise of sensitive information, data manipulation, and service disruption. Organizations using the affected software are exposed to significant risk of data breach and system takeover.
Vulnerability Details
CVE-ID: CVE-2025-41033
Affected Software: appRain CMF
Affected Versions: Version 4.0.5 is confirmed vulnerable. Prior versions may also be affected. See vendor advisory for specific affected versions.
Vulnerability: The vulnerability is a classic SQL injection that exists due to insufficient input sanitization of the data[Page][name] parameter. An unauthenticated remote attacker can craft a malicious request containing specially formatted SQL commands within this parameter. When the application processes this request, the malicious SQL code is executed directly by the backend database, granting the attacker full control over database operations, including the ability to retrieve, create, update, and delete any data.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, reflecting its high impact and ease of exploitation. Successful exploitation could lead to a catastrophic data breach, exposing sensitive customer information, intellectual property, or financial records. An attacker could manipulate data, causing a loss of data integrity, or delete the entire database, resulting in extended downtime and significant business disruption. The potential consequences include severe reputational damage, financial loss from recovery efforts and potential regulatory fines, and a complete loss of trust from customers and partners.
Remediation Plan
Immediate Action: Immediately update all instances of appRain CMF to the latest version provided by the vendor to patch this vulnerability. After patching, it is crucial to monitor for any signs of post-patch exploitation attempts and thoroughly review historical access logs for indicators of a prior compromise.
Proactive Monitoring: Implement enhanced monitoring of web server and application logs, specifically looking for unusual or malicious requests targeting the data[Page][name] parameter. Monitor database logs for abnormal queries, unexpected errors, or unauthorized data access patterns. Network traffic should be monitored for signs of data exfiltration.
Compensating Controls: If immediate patching is not feasible, deploy a properly configured Web Application Firewall (WAF) with rules designed to detect and block SQL injection attacks. Additionally, ensure the application's database user account adheres to the principle of least privilege, limiting the potential damage an attacker can inflict if the vulnerability is exploited.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Sep 4, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the critical severity (CVSS 9.8) and the simplicity of exploiting SQL injection flaws, it is highly probable that threat actors will develop and deploy an exploit in the near future. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Due to the critical severity of this vulnerability, we strongly recommend that organizations treat this as a high-priority incident and apply the vendor-supplied patch to all affected appRain CMF systems immediately. The potential for a complete database compromise presents an unacceptable risk. While this CVE is not yet on the CISA KEV list, its high CVSS score warrants urgent attention. Proactive patching and monitoring are essential to prevent a potentially devastating security breach.
Update An SQL injection vulnerability has been found in appRain CMF Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the...
An SQL injection vulnerability has been found in appRain CMF 4.0.5. This vulnerability allows an attacker to retrieve, create, update, and delete the database, through the 'data%5BAdmin%5D%5Busername%...
Executive Summary:
A critical SQL injection vulnerability has been discovered in appRain CMF, identified as CVE-2025-41032 with a CVSS score of 9.8. This flaw allows an unauthenticated attacker to execute arbitrary SQL commands against the application's database. Successful exploitation could lead to a complete compromise of the database, enabling the attacker to steal, modify, or delete all stored information.
Vulnerability Details
CVE-ID: CVE-2025-41032
Affected Software: appRain CMF
Affected Versions: Version 4.0.5 and potentially prior versions. See vendor advisory for a complete list of affected products.
Vulnerability: The vulnerability is a classic SQL injection that exists in a parameter used for administrative functions, specifically data[Admin][username]. An attacker can inject malicious SQL queries into this parameter within an HTTP request. Because the application fails to properly sanitize this user-supplied input before using it in a database query, the attacker's malicious code is executed directly by the database, granting them full control to perform create, read, update, and delete (CRUD) operations on any data.
Business Impact
This vulnerability is of critical severity with a CVSS score of 9.8. Exploitation can have a devastating business impact, including the complete loss of data confidentiality, integrity, and availability. An attacker could exfiltrate sensitive customer data, personally identifiable information (PII), or corporate intellectual property, leading to significant regulatory fines (e.g., GDPR, CCPA), legal liability, and severe reputational damage. Furthermore, the ability to modify or delete data could disrupt business operations, introduce fraudulent records, or render the application and its data unusable.
Remediation Plan
Immediate Action: Immediately update all instances of appRain CMF to the latest patched version provided by the vendor. After patching, it is crucial to monitor for any signs of post-exploitation activity and thoroughly review web server and database access logs for any suspicious queries or unauthorized access attempts that may have occurred prior to the update.
Proactive Monitoring: Implement enhanced monitoring on affected systems. Security teams should look for suspicious web requests in access logs containing SQL keywords (e.g., SELECT, UNION, INSERT, --, ;) within the data[Admin][username] parameter. Monitor database logs for unusual or long-running queries, unexpected table modifications, or access from unfamiliar IP addresses.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules specifically designed to detect and block SQL injection attack patterns. Enforce the principle of least privilege by ensuring the database account used by the application has the minimum permissions necessary for its operation, which can limit the impact of a successful exploit.
Exploitation Status
Public Exploit Available: Not publicly known at this time.
Analyst Notes: As of the publication date (Sep 4, 2025), there are no known public proof-of-concept exploits or active attacks targeting this vulnerability. However, due to the critical severity and the common nature of SQL injection flaws, it is highly probable that threat actors will develop and deploy exploits rapidly.
Analyst Recommendation
Given the critical CVSS score of 9.8, this vulnerability poses a severe and immediate risk to the organization. We strongly recommend that all affected appRain CMF instances be patched immediately without delay. Although this CVE is not currently listed on the CISA KEV (Known Exploited Vulnerabilities) catalog, its high severity and the potential for complete database compromise warrant treating it with the highest priority, equivalent to a KEV-listed vulnerability. If patching is delayed for any reason, compensating controls such as a WAF must be deployed as an urgent interim measure.
Update An SQL injection vulnerability has been found in appRain CMF Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
User Enumeration Vulnerability in TCMAN GIM v11 version 20250304
User Enumeration Vulnerability in TCMAN GIM v11 version 20250304
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
User Enumeration Vulnerability in TCMAN GIM v11 version 20250304
User Enumeration Vulnerability in TCMAN GIM v11 version 20250304
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SQL injection vulnerability in TCMAN GIM v11 in version 20250304. This vulnerability allows an attacker to retrieve, create, update, and delete databa...
SQL injection vulnerability in TCMAN GIM v11 in version 20250304. This vulnerability allows an attacker to retrieve, create, update, and delete databases by sending a GET request using the 'idmant' parameter in '/PC/frmEPIS.aspx'.
Executive Summary:
A critical SQL injection vulnerability, identified as CVE-2025-41013, has been discovered in TCMAN GIM software. This flaw allows an unauthenticated attacker to gain complete control over the application's database by sending a specially crafted web request. Successful exploitation could lead to a total compromise of data confidentiality, integrity, and availability, resulting in severe data breaches or system disruption.
Vulnerability Details
CVE-ID: CVE-2025-41013
Affected Software: TCMAN GIM
Affected Versions: v11, specifically version 20250304.
Vulnerability: The vulnerability is a classic SQL injection flaw located in the /PC/frmEPIS.aspx endpoint. The idmant parameter within a GET request is not properly sanitized before being used in a database query. An attacker can inject malicious SQL commands into this parameter, allowing them to execute arbitrary queries on the backend database, including retrieving, creating, updating, and deleting any data.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, indicating a high risk of exploitation with significant potential impact. A successful attack could lead to a complete compromise of the database, resulting in a major data breach of sensitive information, such as customer data, financial records, or intellectual property. The ability for an attacker to modify or delete data could cripple business operations, corrupt critical information, and cause extended downtime. The resulting consequences include severe reputational damage, financial loss, and potential regulatory penalties.
Remediation Plan
Immediate Action: Immediately apply the security update provided by the vendor to patch all affected instances of TCMAN GIM. Before and after patching, closely monitor for any signs of exploitation attempts by reviewing web server and database access logs for suspicious activity related to the vulnerable endpoint.
Proactive Monitoring: Security teams should actively monitor for anomalous GET requests to the /PC/frmEPIS.aspx URL. Specifically, look for requests where the idmant parameter contains SQL keywords (e.g., SELECT, UNION, DROP, '--'), special characters, or unusually long strings. Implement alerts for multiple failed database queries or unusual database read/write activity originating from the web application server.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules specifically designed to inspect and block malicious SQL injection patterns targeting the /PC/frmEPIS.aspx endpoint and the idmant parameter. Restrict network access to the application to only trusted IP addresses and consider taking the affected endpoint offline if it is not business-critical.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 2, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, due to the critical CVSS score of 9.8 and the simplicity of the attack vector (a single GET parameter), it is highly probable that a functional exploit will be developed and released by threat actors in the near future.
Analyst Recommendation
Given the critical severity of this vulnerability, immediate action is required. The primary recommendation is to apply the vendor-supplied patch to all affected systems without delay. Although this CVE is not currently on the CISA KEV list, its high-impact nature makes it a top-priority target for attackers. Organizations must assume it will be exploited and should treat its remediation as an emergency. If patching is delayed, the compensating controls outlined above must be implemented immediately to reduce the risk of compromise.
Update SQL injection vulnerability in TCMAN GIM Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in RUGGEDCOM ROX MX5000 (All versions < V2.17.1), RUGGEDCOM ROX MX5000RE (All versions < V2.17.1), RUGGEDCOM ROX R...
A vulnerability has been identified in RUGGEDCOM ROX MX5000 (All versions < V2.17.1), RUGGEDCOM ROX MX5000RE (All versions < V2.17.1), RUGGEDCOM ROX RX1400 (All versions < V2.17.1), RUGGEDCOM ROX RX1500 (All versions < V2.17.1), RUGGEDCOM ROX RX1501 (All versions < V2.17.1), RUGGEDCOM ROX RX1510 (All versions < V2.17.1), RUGGEDCOM ROX RX1511 (All versions < V2.17.1), RUGGEDCOM ROX RX1512 (All versions < V2.17.1), RUGGEDCOM ROX RX1524 (All versions < V2.17.1), RUGGEDCOM ROX RX1536 (All versions < V2.17.1), RUGGEDCOM ROX RX5000 (All versions < V2.17.1). Affected devices do not properly sanitize user-supplied input in the Scheduler functionality of the Web UI, allowing commands to be injected into the task scheduling backend. This could allow an authenticated remote attacker to execute arbitrary commands with root privileges on the underlying operating system.
---METADATA---
VENDOR: Siemens
PRODUCT: RUGGEDCOM ROX
AFFECTED_VERSIONS: Versions < V2.17.1
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
An OS command injection vulnerability exists in the Web UI Scheduler functionality of Siemens RUGGEDCOM ROX devices, allowing authenticated remote attackers to execute arbitrary commands as root.
Executive Summary:
Siemens RUGGEDCOM ROX devices are susceptible to remote root-level command injection via the Web UI, posing a critical risk to industrial control infrastructure.
Vulnerability Details
CVE-ID: CVE-2025-40949
Affected Software: Siemens RUGGEDCOM ROX (Multiple models including MX5000, RX1400, RX1500 series)
Affected Versions: All versions prior to V2.17.1
Vulnerability: The vulnerability is an OS command injection (CWE-78) occurring in the Scheduler functionality. Although the attacker must be authenticated with high privileges (PR:H), the vulnerability allows for total system compromise by executing arbitrary commands with root privileges.
Business Impact
The ability for an attacker to gain root access to RUGGEDCOM network infrastructure can lead to full device takeover, interception of sensitive industrial traffic, and potential disruption of critical operational processes. With a CVSS score of 9.1, the high potential for total system and operational impact necessitates immediate attention to prevent unauthorized control of the network backbone.
Remediation Plan
Immediate Action: Update all affected RUGGEDCOM ROX devices to firmware version V2.17.1 or later as specified in the Siemens security advisory.
Proactive Monitoring: Monitor device logs for unusual administrative activity or unexpected system commands originating from the web-based management interface.
Compensating Controls: Restrict access to the device Web UI to known, trusted management IP addresses via internal firewall rules to limit the attack surface.
Exploitation Status
Public Exploit Available: exploit_available (unknown)
Analyst Notes: As of May 12, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The requirement for high-privilege credentials significantly limits the attack vector, but the potential for root-level execution requires prioritizing updates in high-security environments.
Analyst Recommendation
Given the critical severity and the potential for total system compromise, organizations operating Siemens RUGGEDCOM equipment should verify their firmware versions immediately. Prioritize the application of firmware V2.17.1 to eliminate the command injection risk and ensure the integrity of the managed network.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in blueplanet 100 NX3 M8 (All versions), blueplanet 100 TL3 GEN2 (All versions < V6
A vulnerability has been identified in blueplanet 100 NX3 M8 (All versions), blueplanet 100 TL3 GEN2 (All versions < V6
---METADATA---
VENDOR: Siemens
PRODUCT: blueplanet
AFFECTED_VERSIONS: blueplanet 100 TL3 GEN2 < V6.1.4.9, blueplanet 105 TL3 GEN2 < V6.1.4.9
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
Siemens blueplanet inverters contain a hard-coded cryptographic key vulnerability that may allow unauthorized access to device functions.
Executive Summary:
A hard-coded cryptographic key vulnerability in Siemens blueplanet devices creates a significant security risk for industrial control systems.
Vulnerability Details
CVE-ID: CVE-2025-40946
Affected Software: Siemens blueplanet (100 NX3 M8, 100 TL3 GEN2, 105 TL3, 105 TL3 GEN2, 110 TL3, 125 NX3 M10)
Affected Versions: blueplanet 100 TL3 GEN2 and 105 TL3 GEN2 versions prior to V6.1.4.9; other listed models are affected as per vendor advisory.
Vulnerability: The device utilizes hard-coded cryptographic keys, which is a significant security flaw. This allows an attacker with adjacent network access to potentially bypass authentication or decrypt sensitive communications.
Business Impact
The use of hard-coded keys in industrial equipment like blueplanet inverters threatens the integrity and availability of operational technology (OT) environments. With a CVSS score of 8.3, this vulnerability could allow unauthorized control over power conversion processes, potentially leading to operational disruption or physical damage.
Remediation Plan
Immediate Action: Update affected Siemens blueplanet devices to the latest firmware version (V6.1.4.9 or later) as specified in the Siemens security advisory.
Proactive Monitoring: Monitor network traffic to and from the inverters for unusual communication patterns or unauthorized access attempts.
Compensating Controls: Isolate affected devices within a segmented network and implement strict firewall rules to limit access to only authorized management consoles.
Exploitation Status
Public Exploit Available: No (unknown)
Analyst Notes: As of May 14, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The use of hard-coded keys is a systemic flaw that is inherently easy to exploit once the key is extracted or discovered.
Analyst Recommendation
The presence of hard-coded credentials in industrial hardware is a critical security failure. Organizations operating these devices must treat this as a high-priority update to prevent unauthorized manipulation of critical infrastructure components.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Affected devices do not properly sanitize contents of trace files. This could allow an attacker to inject code through social engineering a legitimate...
Affected devices do not properly sanitize contents of trace files. This could allow an attacker to inject code through social engineering a legitimate user to import a specially crafted trace file
---METADATA---
VENDOR: Siemens
PRODUCT: SIMATIC Drive Controller / ET 200SP CPU
AFFECTED_VERSIONS: Various; see enrichment details.
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Siemens SIMATIC industrial controllers fail to sanitize trace file contents, allowing remote attackers to execute arbitrary code via social engineering a user to import a malicious trace file.
Executive Summary:
A critical code injection vulnerability in multiple Siemens SIMATIC controllers enables attackers to execute arbitrary code through the manipulation of trace files via social engineering.
Vulnerability Details
CVE-ID: CVE-2025-40943
Affected Software: Siemens SIMATIC Drive Controller CPU 1504D TF, 1507D TF, and ET 200SP CPU 1510SP series.
Affected Versions: SIMATIC Drive Controller CPU 1504D/1507D TF (prior to V3.1.6); SIMATIC ET 200SP CPU 1510SP F-1 PN / 1510SP-1 PN (prior to V2.9.9 and V4.1.2).
Vulnerability: The vulnerability (CWE-95) stems from improper neutralization of directives in dynamically evaluated code within trace files. An attacker can leverage this by social engineering a legitimate user into importing a crafted file, leading to arbitrary code execution on the controller.
Business Impact
Exploitation allows an attacker to gain full control over critical industrial control systems (ICS). With a CVSS score of 9.6, the potential for unauthorized process modification, safety hazards, and prolonged operational disruption is severe, necessitating urgent attention in OT environments.
Remediation Plan
Immediate Action: Update the affected Siemens SIMATIC devices to the specified patched firmware versions (V3.1.6, V2.9.9, or V4.1.2) as documented in the vendor advisory.
Proactive Monitoring: Review system logs for unauthorized trace file imports and monitor for unexpected configuration changes or anomalous controller behavior.
Compensating Controls: Enforce strict access control policies regarding the import of files from untrusted sources and maintain air-gapped or segmented networks for critical controllers.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of March 10, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability requires user interaction, which serves as a significant but non-absolute barrier to exploitation.
Analyst Recommendation
Due to the critical nature of the affected industrial hardware, administrators must perform a risk assessment and schedule firmware updates during the next available maintenance window. Preventing unauthorized file imports is paramount until patching is complete.
Update Affected Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in TeleControl Server Basic (All versions < V3
A vulnerability has been identified in TeleControl Server Basic (All versions < V3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC CN 4100 (All versions < V4
A vulnerability has been identified in SIMATIC CN 4100 (All versions < V4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC CN 4100 (All versions < V4
A vulnerability has been identified in SIMATIC CN 4100 (All versions < V4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in PS/IGES Parasolid Translator Component (All versions < V29
A vulnerability has been identified in PS/IGES Parasolid Translator Component (All versions < V29
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Apache::AuthAny::Cookie v0
Apache::AuthAny::Cookie v0
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Apache::SessionX versions through 2
Apache::SessionX versions through 2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
JSON::SIMD before version 1
JSON::SIMD before version 1
Executive Summary:
A high-severity vulnerability has been identified in the JSON::SIMD component used across multiple products from the vendor "before". This flaw allows an unauthenticated remote attacker to cause a denial of service by sending a specially crafted JSON payload, potentially leading to application crashes and significant service downtime. Organizations are urged to apply the provided security updates immediately to mitigate this risk.
Vulnerability Details
CVE-ID: CVE-2025-40930
Affected Software: before Multiple Products
Affected Versions: All versions of the JSON::SIMD library before version 1.
Vulnerability: The vulnerability exists in the parsing logic of the JSON::SIMD library. An unauthenticated attacker can send a specially crafted JSON document to an application or service utilizing the vulnerable library. This malicious input is processed in a way that leads to uncontrolled resource consumption, such as excessive memory allocation or a high-CPU infinite loop, causing the application to become unresponsive or terminate, resulting in a denial-of-service condition.
Business Impact
This vulnerability is rated as high severity with a CVSS score of 7.5. Successful exploitation could lead to significant business disruption by making critical applications and APIs unavailable to customers, partners, and internal users. The potential consequences include direct financial loss from downtime, violation of Service Level Agreements (SLAs), reputational damage, and the diversion of engineering resources to incident response and recovery efforts. Any service that ingests JSON data from untrusted sources is at direct risk.
Remediation Plan
Immediate Action: The primary remediation is to upgrade the affected component. System administrators should apply the vendor-supplied security updates to upgrade the JSON::SIMD library to version 1 or later immediately. After patching, it is crucial to monitor affected applications for any signs of exploitation attempts and review access logs for anomalous JSON payloads targeting the service.
Proactive Monitoring: Security teams should monitor for indicators of compromise, including sudden and sustained spikes in CPU or memory usage on servers processing JSON data. Ingress network traffic and application logs should be inspected for unusually large, complex, or malformed JSON requests that could be attempts to trigger this vulnerability. Configure alerts for application crashes or restarts on critical systems.
Compensating Controls: If immediate patching is not feasible, consider implementing compensating controls. Deploy a Web Application Firewall (WAF) with rules to inspect and block malformed or excessively large JSON payloads. Implement strict input validation and size-limiting on all endpoints that accept JSON data before it is passed to the vulnerable parsing library.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 8, 2025, there are no known public proof-of-concept exploits for this vulnerability, and it is not known to be actively exploited in the wild. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the high severity (CVSS 7.5) and low complexity required for an attacker to cause a denial of service, organizations are strongly advised to treat this vulnerability with high priority. Although there is no current evidence of active exploitation, the nature of this flaw makes it a prime target for threat actors seeking to cause disruption. We recommend that the vendor's patches be applied immediately, prioritizing internet-facing systems and critical backend services that process JSON data from external sources.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
JSON::XS before version 4
JSON::XS before version 4
Executive Summary:
A high-severity vulnerability has been identified in the JSON::XS component used across multiple products from the vendor "before". This flaw allows a remote attacker to send specially crafted data that can cause the affected application to become unresponsive, leading to a denial-of-service condition. Organizations are urged to apply security updates immediately to prevent potential service disruptions and protect against exploitation.
Vulnerability Details
CVE-ID: CVE-2025-40928
Affected Software: before Multiple Products (utilizing the JSON::XS component)
Affected Versions: All versions of JSON::XS prior to 4.0
Vulnerability: The vulnerability exists in the way the JSON::XS library parses JSON objects. An unauthenticated, remote attacker can craft a JSON payload containing a large number of keys that result in hash collisions. When the vulnerable library attempts to parse this malicious payload, its performance degrades significantly, causing excessive CPU consumption and leading to an algorithmic complexity attack that results in a complete denial-of-service (DoS) for the affected application or service.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.5. Exploitation of this flaw can lead to significant business disruption by making critical applications and services unavailable to users, partners, and customers. The potential consequences include financial losses due to downtime, damage to brand reputation, and failure to meet Service Level Agreements (SLAs). Any internet-facing system that accepts and processes JSON input using the vulnerable library is at a high and direct risk of attack.
Remediation Plan
Immediate Action: Upgrade the affected JSON::XS component to version 4.0 or later by applying the security updates provided by the vendor. After patching, it is critical to monitor application performance and review access logs for any signs of failed or successful exploitation attempts that may have occurred prior to remediation.
Proactive Monitoring: Security and operations teams should monitor for indicators of compromise, including sudden and sustained spikes in CPU utilization on application servers, alerts from Application Performance Monitoring (APM) tools indicating abnormally slow transaction times, and unusually large or complex JSON payloads in web server access logs (e.g., in HTTP POST requests).
Compensating Controls: If immediate patching is not feasible, implement the following controls to reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 8, 2025, there are no known public proof-of-concept exploits or active attacks leveraging this vulnerability. However, denial-of-service vulnerabilities in common libraries are attractive targets for threat actors. It is highly likely that exploits will be developed by reverse-engineering the vendor's patch.
Analyst Recommendation
Given the high severity (CVSS 7.5) and the potential for significant operational disruption, we strongly recommend that organizations prioritize the immediate patching of this vulnerability. All systems utilizing the affected component, especially public-facing applications, should be updated on an expedited basis. While this vulnerability is not currently listed on the CISA KEV list, its potential impact warrants immediate attention. If patching is delayed, the compensating controls listed above should be implemented as an urgent temporary measure.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
CGI::Simple versions before 1
CGI::Simple versions before 1
Executive Summary:
A high-severity vulnerability exists in older versions of the CGI::Simple Perl module, which could be exploited by a remote attacker to cause a denial of service or other impacts.
Vulnerability Details
CVE-ID: CVE-2025-40927
Affected Software: CGI::Simple
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The description is minimal, but vulnerabilities in CGI handling modules often relate to improper parsing of HTTP requests, which can lead to resource exhaustion (denial of service), memory corruption, or potentially arbitrary code execution depending on the specific flaw.
Business Impact
Rated High with a CVSS score of 7.3, this vulnerability could allow an attacker to make any web application using the vulnerable module unavailable. A successful denial-of-service attack can lead to business disruption, loss of revenue, and reputational damage. The impact could be more severe if the flaw allows for code execution.
Remediation Plan
Immediate Action: Update the CGI::Simple module to the latest patched version available from the Comprehensive Perl Archive Network (CPAN) or the system's package manager.
Proactive Monitoring: Monitor web server logs for malformed or unusually large CGI requests that result in errors or high resource consumption. Track server performance metrics (CPU, memory) for anomalies.
Compensating Controls: A Web Application Firewall (WAF) or a reverse proxy can be configured to limit request sizes and filter out malformed requests before they reach the vulnerable CGI application, mitigating DoS risks.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of August 29, 2025, there is no public information indicating active exploitation of this vulnerability. Vulnerabilities in widely used libraries like this can have a broad impact across many different applications.
Analyst Recommendation
This high-severity vulnerability in a common Perl module poses a significant risk to the availability and security of dependent web applications. System administrators and developers must identify all applications using CGI::Simple and update the module to a secure version immediately.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Plack::Middleware::Session::Simple for Perl generates session IDs insecurely using predictable seeds. This allows attackers to guess session IDs and h...
Plack::Middleware::Session::Simple for Perl generates session IDs insecurely using predictable seeds. This allows attackers to guess session IDs and hijack user sessions.
---METADATA---
VENDOR: Perl (CPAN)
PRODUCT: Plack::Middleware::Session::Simple
AFFECTED_VERSIONS: Versions through 0.04
---END_METADATA---
Description Summary:
Plack::Middleware::Session::Simple for Perl generates session IDs insecurely using predictable seeds. This allows attackers to guess session IDs and hijack user sessions.
Executive Summary:
Insecure session ID generation in Plack::Middleware::Session::Simple allows attackers to predict active session keys and gain unauthorized access to web applications.
Vulnerability Details
CVE-ID: CVE-2025-40926
Affected Software: Plack::Middleware::Session::Simple (Perl)
Affected Versions: Versions through 0.04
Vulnerability: The default session ID generator uses a SHA-1 hash seeded with the weak rand function, the epoch time, and the Process ID (PID). Because these values are often predictable or can be leaked via HTTP headers, an unauthenticated attacker can brute-force or calculate valid session IDs.
Business Impact
Successful exploitation leads to session hijacking, allowing an attacker to impersonate legitimate users, including administrators. This can result in unauthorized data access, account takeovers, and full application compromise. The CVSS score of 9.8 is justified by the ease of prediction and the high impact on authentication integrity.
Remediation Plan
Immediate Action: Update the Plack::Middleware::Session::Simple module to the latest version or migrate to a more secure session management middleware that uses cryptographically secure random number generators (CSPRNG).
Proactive Monitoring: Monitor for a high volume of session-related errors or multiple requests from the same IP address attempting to use different session cookies in rapid succession.
Compensating Controls: Implement short session timeouts and enforce IP-to-session binding to limit the window of opportunity for hijacked session IDs.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Mar 5, 2026, there is no public information indicating active exploitation. This vulnerability is similar to CVE-2025-40923, indicating a recurring pattern of insecure defaults in this software family.
Analyst Recommendation
Predictable session management is a fundamental security failure. Developers using Perl-based web stacks must audit their middleware configurations immediately. Replace the insecure session generator with a cryptographically sound alternative to prevent unauthorized access to sensitive application data.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Plack-Middleware-Session before version 0
Plack-Middleware-Session before version 0
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Catalyst::Authentication::Credential::HTTP versions 1
Catalyst::Authentication::Credential::HTTP versions 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Stored Cross-Site Scripting vulnerability was discovered in the Assets and Nodes functionality due to improper validation of an input parameter
A Stored Cross-Site Scripting vulnerability was discovered in the Assets and Nodes functionality due to improper validation of an input parameter
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A path traversal vulnerability was discovered in the Import Arc data archive functionality due to insufficient validation of the input file
A path traversal vulnerability was discovered in the Import Arc data archive functionality due to insufficient validation of the input file
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An access control vulnerability was discovered in the Threat Intelligence functionality due to a specific access restriction not being properly enforc...
An access control vulnerability was discovered in the Threat Intelligence functionality due to a specific access restriction not being properly enforced for users with view-only privileges
---METADATA---
VENDOR: Intel
PRODUCT: Threat Intelligence
AFFECTED_VERSIONS: See vendor advisory for affected versions
---END_METADATA---
Description Summary:
An access control vulnerability in Intel's Threat Intelligence functionality allows users with view-only privileges to bypass intended restrictions.
Executive Summary:
An access control flaw in Intel's Threat Intelligence software allows unauthorized users to exceed their view-only permissions, potentially exposing sensitive security data.
Vulnerability Details
CVE-ID: CVE-2025-40897
Affected Software: Intel Threat Intelligence
Affected Versions: See vendor advisory for affected versions
Vulnerability: This is an improper access control vulnerability where specific restrictions meant for users with view-only privileges are not correctly enforced. This allows authenticated users to perform actions beyond their authorized scope within the Threat Intelligence module.
Business Impact
With a CVSS score of 8.1, this vulnerability presents a high risk of unauthorized information disclosure. While not allowing full system takeover, it permits the leakage of sensitive threat intelligence data, which could compromise an organization's security posture and internal incident response plans.
Remediation Plan
Immediate Action: Apply all relevant security patches provided by Intel as soon as they are made available.
Proactive Monitoring: Review user activity logs within the Threat Intelligence module to identify any anomalous access patterns by view-only users.
Compensating Controls: Temporarily restrict access to the Threat Intelligence module to only the most privileged users until the patch is applied.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of April 17, 2026, there is no public information indicating active exploitation of this vulnerability. However, the potential for unauthorized data access necessitates prompt remediation.
Analyst Recommendation
Organizations should monitor Intel’s security bulletins for the release of a patch. Once available, the update should be applied immediately to ensure that access controls are correctly enforced and sensitive data is protected from unauthorized viewing.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Stored Cross-Site Scripting vulnerability was discovered in the Reports functionality due to improper validation of an input parameter
A Stored Cross-Site Scripting vulnerability was discovered in the Reports functionality due to improper validation of an input parameter
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Stored Cross-Site Scripting vulnerability was discovered in the Dashboards functionality due to improper validation of an input parameter
A Stored Cross-Site Scripting vulnerability was discovered in the Dashboards functionality due to improper validation of an input parameter
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A path traversal vulnerability was discovered in the Time Machine functionality due to missing validation of two input parameters
A path traversal vulnerability was discovered in the Time Machine functionality due to missing validation of two input parameters
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A SQL Injection vulnerability was discovered in the Alert functionality due to improper validation of an input parameter
A SQL Injection vulnerability was discovered in the Alert functionality due to improper validation of an input parameter
Apply vendor patches immediately. Review database access controls and enable query logging.
A vulnerability has been identified in Simcenter Femap (All versions < V2512)
A vulnerability has been identified in Simcenter Femap (All versions < V2512)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Siemens Software Center (All versions < V3
A vulnerability has been identified in Siemens Software Center (All versions < V3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Affected products do not properly enforce TCP sequence number validation in specific scenarios but accept values within a broad range
Affected products do not properly enforce TCP sequence number validation in specific scenarios but accept values within a broad range
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in LOGO! 12/24RCE (6ED1052-1MD08-0BA2) (All versions), LOGO! 12/24RCEo (6ED1052-2MD08-0BA2) (All versions), LOGO!...
A vulnerability has been identified in LOGO! 12/24RCE (6ED1052-1MD08-0BA2) (All versions), LOGO! 12/24RCEo (6ED1052-2MD08-0BA2) (All versions), LOGO! 230RCE (6ED1052-1FB08-0BA2) (All versions), LOGO! 230RCEo (6ED1052-2FB08-0BA2) (All versions), LOGO! 24CE (6ED1052-1CC08-0BA2) (All versions), LOGO! 24CEo (6ED1052-2CC08-0BA2) (All versions), LOGO! 24RCE (6ED1052-1HB08-0BA2) (All versions), LOGO! 24RCEo (6ED1052-2HB08-0BA2) (All versions), SIPLUS LOGO! 12/24RCE (6AG1052-1MD08-7BA2) (All versions), SIPLUS LOGO! 12/24RCEo (6AG1052-2MD08-7BA2) (All versions), SIPLUS LOGO! 230RCE (6AG1052-1FB08-7BA2) (All versions), SIPLUS LOGO! 230RCEo (6AG1052-2FB08-7BA2) (All versions), SIPLUS LOGO! 24CE (6AG1052-1CC08-7BA2) (All versions), SIPLUS LOGO! 24CEo (6AG1052-2CC08-7BA2) (All versions), SIPLUS LOGO! 24RCE (6AG1052-1HB08-7BA2) (All versions), SIPLUS LOGO! 24RCEo (6AG1052-2HB08-7BA2) (All versions)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
A vulnerability has been identified in Solid Edge SE2024 (All versions < V224
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Affected devices do not properly enforce user authentication on specific API endpoints. This could facilitate an unauthenticated remote attacker to ci...
Affected devices do not properly enforce user authentication on specific API endpoints. This could facilitate an unauthenticated remote attacker to circumvent authentication and impersonate a legitimate user. Successful exploitation requires that the attacker has learned the identity of a legitimate user.
---METADATA---
VENDOR: Siemens
PRODUCT: Industrial Edge Cloud Device (IECD)
AFFECTED_VERSIONS: Siemens Industrial Edge Cloud Device (IECD): 0 up to (excluding) V1.24.2; Siemens Industrial Edge Device Kit - arm64 (all versions)
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Siemens Industrial Edge Cloud Device (IECD) and Edge Device Kit are vulnerable to an authentication bypass via specific API endpoints, allowing unauthenticated remote attackers to impersonate users.
Executive Summary:
A critical authentication bypass vulnerability in Siemens Industrial Edge devices allows unauthenticated remote attackers to impersonate legitimate users and achieve full system compromise.
Vulnerability Details
CVE-ID: CVE-2025-40805
Affected Software: Siemens Industrial Edge Cloud Device (IECD) and Industrial Edge Device Kit
Affected Versions: IECD: 0 up to (excluding) V1.24.2; Edge Device Kit - arm64: V1.10, V1.11, V1.12, V1.13, V1.14 (all versions)
Vulnerability: The vulnerability exists due to improper enforcement of user authentication on specific API endpoints (CWE-639). This allows an unauthenticated remote attacker to bypass security controls, provided they have identified a valid user's identity.
Business Impact
The exploitation of this vulnerability results in a total loss of confidentiality, integrity, and availability, justifying the maximum CVSS score of 10.0. An attacker gaining administrative-level access to industrial edge controllers could disrupt manufacturing processes, exfiltrate sensitive operational data, or pivot into deeper segments of the industrial control network, leading to significant operational downtime and potential safety risks.
Remediation Plan
Immediate Action: Update Siemens Industrial Edge Cloud Device (IECD) to version V1.24.2 or later; for Edge Device Kit users, consult the vendor security portal for specific mitigation or update paths.
Proactive Monitoring: Monitor API access logs for unusual patterns, such as multiple failed or suspicious authentication requests or successful logins originating from non-standard IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) or industrial-grade network firewall to restrict access to API endpoints to known, authorized management IP addresses only.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Jan 13, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. While the vulnerability is highly automatable and poses a severe risk, it currently remains a theoretical threat in terms of public exploit availability.
Analyst Recommendation
Given the critical severity and the potential for full system compromise, organizations should prioritize patching affected Siemens IECD units immediately. If immediate patching is not feasible, restrict network access to the affected API endpoints as a primary defensive measure to prevent unauthorized access.
Update Affected devices do not properly enforce user authentication on specific API Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC Virtualization as a Service (SIVaaS) (All versions). The affected application exposes a network share w...
A vulnerability has been identified in SIMATIC Virtualization as a Service (SIVaaS) (All versions). The affected application exposes a network share without any authentication. This could allow an att...
---METADATA---
VENDOR: Siemens
PRODUCT: SIMATIC Virtualization as a Service (SIVaaS)
AFFECTED_VERSIONS: All versions
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
SIMATIC Virtualization as a Service (SIVaaS) contains an unauthenticated network share exposure vulnerability, potentially allowing unauthorized access to sensitive system files.
Executive Summary:
An unauthenticated network share exposure in Siemens SIMATIC Virtualization as a Service poses a critical risk of unauthorized access to sensitive infrastructure data.
Vulnerability Details
CVE-ID: CVE-2025-40804
Affected Software: Siemens SIMATIC Virtualization as a Service (SIVaaS)
Affected Versions: All versions
Vulnerability: The application incorrectly configures network shares, resulting in an unauthenticated exposure of sensitive data. This allows any attacker with network access to the share to read or interact with files without providing credentials.
Business Impact
The exposure of network shares in a virtualization environment can lead to full system compromise, data exfiltration, or the injection of malicious files into the virtualized infrastructure. Given the CVSS score of 9.1, this vulnerability is classified as critical, as it bypasses standard access control mechanisms and could facilitate lateral movement within the industrial control network.
Remediation Plan
Immediate Action: Restrict network access to the affected shares at the firewall level and consult the Siemens vendor advisory for the latest security patch or configuration hardening steps.
Proactive Monitoring: Audit all SMB/network share access logs for connections originating from unauthorized or unexpected IP addresses.
Compensating Controls: Implement strict network segmentation to ensure that only authorized administrative workstations can communicate with the SIVaaS management interfaces and associated shares.
Exploitation Status
Public Exploit Available: Not stated
Analyst Notes: As of Sep 9, 2025, 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 represents a significant security oversight that requires immediate attention. Administrators must prioritize isolating the affected systems from untrusted network segments and apply the vendor-recommended updates as soon as they are available to prevent unauthorized data access.
Update A vulnerability has been identified in SIMATIC Virtualization as a Service Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in COMOS V10
A vulnerability has been identified in COMOS V10
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC PCS neo V4
A vulnerability has been identified in SIMATIC PCS neo V4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC PCS neo V4
A vulnerability has been identified in SIMATIC PCS neo V4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC PCS neo V4
A vulnerability has been identified in SIMATIC PCS neo V4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in SIMATIC PCS neo V4.1 (All versions), SIMATIC PCS neo V5.0 (All versions), User Management Component (UMC) (All...
A vulnerability has been identified in SIMATIC PCS neo V4.1 (All versions), SIMATIC PCS neo V5.0 (All versions), User Management Component (UMC) (All versions < V2.15.1.3). Affected products contain a...
---METADATA---
VENDOR: Siemens
PRODUCT: SIMATIC PCS neo and User Management Component (UMC)
AFFECTED_VERSIONS: SIMATIC PCS neo V4.1 (All), V5.0 (All), UMC < V2.15.1.3
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A critical vulnerability exists in Siemens SIMATIC PCS neo and its User Management Component, potentially allowing for unauthorized access or administrative privilege escalation.
Executive Summary:
A critical vulnerability in Siemens SIMATIC PCS neo and the User Management Component (UMC) enables unauthorized access, presenting a severe risk to industrial process integrity.
Vulnerability Details
CVE-ID: CVE-2025-40795
Affected Software: Siemens SIMATIC PCS neo and User Management Component (UMC)
Affected Versions: SIMATIC PCS neo V4.1 (All), V5.0 (All), UMC < V2.15.1.3
Vulnerability: The vulnerability involves an unspecified flaw in the authentication or authorization logic within the UMC and its integration with PCS neo. This flaw allows an attacker to bypass security controls, requiring immediate remediation to prevent unauthorized administrative actions.
Business Impact
With a CVSS score of 9.8, this vulnerability is extremely critical. Successful exploitation could grant an attacker full control over the user management system, leading to unauthorized manipulation of industrial processes, loss of operational availability, and significant safety risks.
Remediation Plan
Immediate Action: Upgrade the User Management Component to version V2.15.1.3 or later and apply all available security updates for SIMATIC PCS neo V4.1 and V5.0.
Proactive Monitoring: Monitor user authentication logs for unusual login patterns, such as multiple failed attempts followed by administrative-level activity, or logins at irregular hours.
Compensating Controls: Enforce strict access control lists (ACLs) and use an internal firewall to limit access to the UMC management interface to known, trusted administrative segments only.
Exploitation Status
Public Exploit Available: Not stated
Analyst Notes: As of Sep 9, 2025, 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 high CVSS score underscores the severity of this flaw within the Siemens ecosystem. Organizations must treat this as a high-priority update, ensuring the User Management Component is patched immediately to prevent potential compromise of the entire control environment.
Update A vulnerability has been identified in SIMATIC PCS neo Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
In specific circumstances, due to a weakness in the Pseudo Random Number Generator (PRNG) that is used, it is possible for an attacker to predict the...
In specific circumstances, due to a weakness in the Pseudo Random Number Generator (PRNG) that is used, it is possible for an attacker to predict the source port and query ID that BIND will use
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
If a DHCPv4 client sends a request with some specific options, and Kea fails to find an appropriate subnet for the client, the `kea-dhcp4` process wil...
If a DHCPv4 client sends a request with some specific options, and Kea fails to find an appropriate subnet for the client, the `kea-dhcp4` process will abort with an assertion failure
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Under certain circumstances, BIND is too lenient when accepting records from answers, allowing an attacker to inject forged data into the cache
Under certain circumstances, BIND is too lenient when accepting records from answers, allowing an attacker to inject forged data into the cache
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
If a `named` caching resolver is configured with `serve-stale-enable` `yes`, and with `stale-answer-client-timeout` set to `0` (the only allowable val...
If a `named` caching resolver is configured with `serve-stale-enable` `yes`, and with `stale-answer-client-timeout` set to `0` (the only allowable value other than `disabled`), and if the resolver, in the process of resolving a query, encounters a CNAME chain involving a specific combination of cached or authoritative records, the daemon will abort with an assertion failure
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Executive Summary:
A critical SQL injection vulnerability, identified as CVE-2025-41034, has been discovered in appRain CMF version 4.0.5. This flaw allows an unauthenticated attacker to execute arbitrary commands on the application's database, potentially leading to a complete compromise of all stored data. Due to its high severity and the potential for full data theft, modification, or deletion, immediate remediation is strongly advised.
Vulnerability Details
CVE-ID: CVE-2025-41034
Affected Software: appRain CMF
Affected Versions: Version 4.0.5 is confirmed to be vulnerable. See vendor advisory for a complete list of affected versions.
Vulnerability: This is a critical SQL injection vulnerability that exists due to insufficient input sanitization of the
data[Page][name]parameter. An attacker can craft a malicious HTTP request containing specially formatted SQL commands within this parameter. When the application processes this request, the malicious commands are executed directly against the backend database, allowing the attacker to read, create, modify, or delete any information in the database, including user credentials, sensitive application data, and configuration settings.Business Impact
The exploitation of this vulnerability carries a critical business impact, reflected by its CVSS score of 9.8. A successful attack could lead to a severe data breach, exposing sensitive customer or corporate information and resulting in significant reputational damage, regulatory fines, and financial loss. An attacker could completely disrupt business operations by deleting or corrupting essential data, or use the compromised data to pivot to other systems within the network, escalating the security incident.
Remediation Plan
Immediate Action: Immediately update all instances of appRain CMF to the latest patched version as recommended by the vendor. After patching, it is crucial to monitor for any signs of post-remediation exploitation attempts and thoroughly review historical access logs for indicators of a prior compromise.
Proactive Monitoring: Implement enhanced monitoring of web server and database logs. Specifically, look for unusual or malformed requests targeting the
data%5BPage%5D%5Bname%5Dparameter. Monitor for abnormal database activity, such as unexpected queries, high-volume data read operations, or unauthorized schema changes.Compensating Controls: If immediate patching is not feasible, deploy a Web Application Firewall (WAF) with rules specifically designed to detect and block SQL injection attacks targeting the vulnerable parameter. Additionally, ensure the application's database user account operates with the principle of least privilege to limit the potential damage of a successful exploit.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 4, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the critical severity and the straightforward nature of SQL injection attacks, proof-of-concept exploits are likely to be developed and published quickly, increasing the risk of widespread attacks.
Analyst Recommendation
This vulnerability represents a critical risk to the organization. Given the CVSS score of 9.8, we recommend that this vulnerability be treated with the highest priority. Organizations must immediately identify all systems running the affected appRain CMF software and apply the vendor-provided security updates without delay. Although this vulnerability is not currently listed on the CISA KEV list, its severity warrants an emergency patching cycle.