Privilege escalation in the DOM: Notifications component
Description
Privilege escalation in the DOM: Notifications component
Remediation
Update to patched version immediately. Review user permissions and access controls.
Search and filter 17874 vulnerabilities with AI analyst insights
Privilege escalation in the DOM: Notifications component
Privilege escalation in the DOM: Notifications component
Update to patched version immediately. Review user permissions and access controls.
Sandbox escape due to incorrect boundary conditions in the Graphics: CanvasWebGL component
Sandbox escape due to incorrect boundary conditions in the Graphics: CanvasWebGL component
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Tegsoft Management and Information Services Trad...
Improper neutralization of input during web page generation ('cross-site scripting') vulnerability in Tegsoft Management and Information Services Trade Limited Company Online Support Application allows Reflected XSS. This issue affects Online Support Application: from V3 through 31122025.
Update Infor Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The AhaChat Messenger Marketing WordPress plugin through 1
The AhaChat Messenger Marketing WordPress plugin through 1
Executive Summary:
A high-severity vulnerability has been identified in the AhaChat Messenger Marketing WordPress plugin, affecting all versions up to and including version 1. Successful exploitation of this vulnerability could allow an attacker to compromise the integrity and confidentiality of the affected website. This could lead to unauthorized access, data theft, or website defacement, posing a significant risk to the organization's online presence and user data.
Vulnerability Details
CVE-ID: CVE-2025-14316
Affected Software: WordPress AhaChat Messenger Marketing plugin
Affected Versions: All versions up to and including version 1
Vulnerability: The provided description lacks specific technical details. However, a CVSS score of 7.1 in a WordPress plugin typically indicates a vulnerability such as Stored Cross-Site Scripting (XSS). An attacker could potentially inject a malicious script into a field managed by the plugin (e.g., a chat message template or a configuration setting). This script would then be stored in the website's database and executed in the browser of any user, including administrators, who views the compromised page, potentially leading to session hijacking, administrative account takeover, or redirection to malicious sites.
Business Impact
This vulnerability is rated as high severity with a CVSS score of 7.1. Exploitation could have a significant negative impact on the business by enabling attackers to compromise the website's administrative accounts. This could lead to the theft of sensitive customer or business data, reputational damage through website defacement, and loss of customer trust. Furthermore, a compromised website could be used to launch further attacks against visitors, potentially leading to legal and financial repercussions for the organization.
Remediation Plan
Immediate Action: Immediately update the AhaChat Messenger Marketing WordPress plugin to the latest patched version provided by the vendor. If the plugin is not essential for business operations, it should be deactivated and completely removed from the WordPress installation to eliminate the attack surface.
Proactive Monitoring: Monitor web server and Web Application Firewall (WAF) logs for suspicious POST requests targeting the plugin's endpoints, particularly those containing script tags or other common XSS payloads. Monitor for any unauthorized changes to WordPress user accounts, posts, or pages, which could indicate a successful compromise.
Compensating Controls: If patching cannot be performed immediately, implement a WAF with a strict ruleset designed to detect and block XSS attacks. Restrict access to the WordPress administrative dashboard (/wp-admin) to trusted IP addresses only. Enforce the principle of least privilege for all WordPress user accounts to limit the impact of a potential compromise.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date of January 27, 2026, there are no known public exploits or active attacks targeting this vulnerability. However, vulnerabilities in widely-used WordPress plugins are frequently targeted by threat actors shortly after disclosure. The lack of specific technical details may temporarily hinder exploit development, but this should not be relied upon as a long-term defense.
Analyst Recommendation
Given the high severity rating (CVSS 7.1), it is strongly recommended that organizations prioritize the immediate remediation of this vulnerability. Although this CVE is not currently listed on the CISA KEV list and no public exploit is available, the potential for website compromise is significant. Organizations should apply the vendor-supplied update or remove the vulnerable plugin without delay to mitigate the risk of data theft, reputational damage, and further system compromise.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Roxnor PopupKit popup-builder-block allows Blind...
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Roxnor PopupKit popup-builder-block allows Blind SQL Injection
Apply vendor patches immediately. Review database access controls and enable query logging.
NULL Pointer Dereference vulnerability in ravynsoft ravynos
NULL Pointer Dereference vulnerability in ravynsoft ravynos
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
ListCheck
ListCheck
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Integration Opvius AI for WooCommerce plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.3.0. This is du...
The Integration Opvius AI for WooCommerce plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.3.0. This is due to the `process_table_bulk_actions()` function processing user-supplied file paths without authentication checks, nonce verification, or path validation. This makes it possible for unauthenticated attackers to delete or download arbitrary files on the server via the `wsaw-log[]` POST parameter, which can be leveraged to delete critical files like `wp-config.php` or read sensitive configuration files.
Executive Summary:
A critical path traversal vulnerability exists in the Integration Opvius AI for WooCommerce WordPress plugin. This flaw allows unauthenticated attackers to delete or download any file on the web server, including sensitive configuration files or critical system files. Successful exploitation could lead to a complete site compromise, data breach, or denial of service.
Vulnerability Details
CVE-ID: CVE-2025-14301
Affected Software: Integration Opvius AI for WooCommerce plugin for WordPress
Affected Versions: All versions up to and including 1.3.0
Vulnerability:
The vulnerability is a Path Traversal flaw within the process_table_bulk_actions() function of the plugin. This function fails to implement any authentication, nonce verification, or input sanitization on user-supplied file paths. An unauthenticated attacker can send a specially crafted POST request containing the wsaw-log[] parameter with path traversal sequences (e.g., ../../..) to target files outside of the intended directory. This allows the attacker to force the application to either delete or read and return the contents of arbitrary files on the server's file system, limited only by the web server's file permissions.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, posing a significant and immediate risk to the organization. Exploitation could lead to a severe data breach if an attacker downloads sensitive files like wp-config.php, which contains database credentials and security keys. Furthermore, an attacker could cause a complete denial of service by deleting critical application files, rendering the website inoperable. This can result in significant financial loss, reputational damage, and regulatory penalties depending on the data compromised.
Remediation Plan
Immediate Action:
Immediately update the Integration Opvius AI for WooCommerce plugin to the latest version that addresses this vulnerability (any version after 1.3.0). After patching, thoroughly review web server access logs and file system integrity for any signs of exploitation that may have occurred prior to the update.
Proactive Monitoring:
System administrators should actively monitor web server logs for suspicious POST requests, specifically looking for requests containing the wsaw-log[] parameter with path traversal characters (e.g., ../). Implement file integrity monitoring (FIM) on critical files like wp-config.php and core WordPress files to alert on any unauthorized modifications or deletions.
Compensating Controls:
If immediate patching is not feasible, consider the following compensating controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes:
As of Jan 14, 2026, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, due to the simplicity of exploiting path traversal vulnerabilities and the high-value target of WordPress sites, it is highly likely that threat actors will develop exploits rapidly.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the ability for unauthenticated attackers to achieve arbitrary file deletion or disclosure, this vulnerability must be treated as a top priority. Organizations using the affected plugin are strongly advised to apply the security update immediately. Although this CVE is not currently listed on the CISA KEV catalog, its severity warrants an emergency patching cycle. A retrospective threat hunt should be conducted to identify any potential compromise prior to remediation.
Update The Integration Opvius AI for WooCommerce plugin for WordPress is vulnerable to Path Traversal in all versions up Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A command injection vulnerability exists in mlflow/mlflow versions before v3
A command injection vulnerability exists in mlflow/mlflow versions before v3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
MLFlow versions up to and including 3
MLFlow versions up to and including 3
Executive Summary:
A high-severity vulnerability has been discovered in multiple products utilizing MLFlow, allowing unauthenticated attackers to potentially read or modify sensitive files on the server. Successful exploitation could lead to a significant data breach, intellectual property theft, or service disruption. Organizations are strongly advised to apply the necessary security updates immediately to mitigate this critical risk.
Vulnerability Details
CVE-ID: CVE-2025-14279
Affected Software: and Multiple Products
Affected Versions: MLFlow versions up to and including 3.0
Vulnerability:
This vulnerability is a path traversal flaw within the MLFlow artifact logging and retrieval component. An unauthenticated remote attacker can exploit this by crafting a malicious request containing "dot-dot-slash" (../) sequences in the artifact path parameter. This manipulation tricks the application into navigating outside of its restricted directory, granting the attacker unauthorized access to the underlying server's file system. An attacker could leverage this to read sensitive configuration files, source code, user credentials, or system files, and in some configurations, may be able to overwrite existing files to achieve arbitrary code execution or cause a denial of service.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.1, posing a significant threat to the confidentiality, integrity, and availability of affected systems. A successful exploit could lead to the theft of sensitive corporate data, including proprietary machine learning models, training data, and application secrets. The potential for reputational damage, regulatory fines, and financial loss is substantial. Furthermore, if an attacker achieves code execution, they could establish a persistent foothold in the network, leading to a more widespread compromise of the organization's infrastructure.
Remediation Plan
Immediate Action:
Organizations must apply the vendor-provided security updates to all affected MLFlow instances without delay. After patching, it is critical to review access logs and system logs for any signs of compromise that may have occurred before the patch was applied.
Proactive Monitoring:
Security teams should implement enhanced monitoring of web server and application logs for MLFlow instances. Specifically, look for requests containing path traversal sequences such as ../, ..%2f, or other URL-encoded variations within URI paths. Monitor for any anomalous or unauthorized file access attempts on the servers hosting the MLFlow application.
Compensating Controls:
If immediate patching is not feasible, implement the following compensating controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes:
As of January 12, 2026, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, due to the straightforward nature of path traversal flaws, it is highly probable that threat actors will develop exploits in the near future. The "and" vendor name provided in the advisory may be a placeholder or typographical error; organizations should identify all internal instances of MLFlow regardless of the specific product it is integrated with.
Analyst Recommendation
Given the high CVSS score of 8.1 and the critical nature of the potential impact, we strongly recommend that all organizations treat this vulnerability with the highest priority. The absence of a CISA KEV entry or public exploits should not delay remediation efforts. All vulnerable instances of MLFlow should be patched immediately. If patching is delayed, the compensating controls outlined above must be implemented as an urgent interim measure to reduce the risk of compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Mattermost versions 11
Mattermost versions 11
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
In versions of ScreenConnect™ prior to 25.8, server-side validation and integrity checks within the extension subsystem could allow the installation a...
In versions of ScreenConnect™ prior to 25.8, server-side validation and integrity checks within the extension subsystem could allow the installation and execution of untrusted or arbitrary extensions by authorized or administrative users. Abuse of this behavior could result in the execution of custom code on the server or unauthorized access to application configuration data. This issue affects only the ScreenConnect server component; host and guest clients are not impacted. ScreenConnect 25.8 introduces enhanced server-side configuration handling and integrity checks to ensure only trusted extensions can be installed.
Executive Summary:
A critical vulnerability has been identified in ScreenConnect™ servers that allows an authorized administrator to install a malicious extension, leading to arbitrary code execution. Successful exploitation could result in a complete compromise of the server, unauthorized access to sensitive configuration data, and a pivot point for further attacks into the network. Organizations are urged to upgrade to the patched version immediately to mitigate this high-risk threat.
Vulnerability Details
CVE-ID: CVE-2025-14265
Affected Software: ScreenConnect™
Affected Versions: All versions prior to 25.8
Vulnerability: The vulnerability exists within the extension subsystem of the ScreenConnect server. Insufficient server-side validation and a lack of integrity checks fail to properly verify extensions before installation. An attacker with administrative or authorized access to the ScreenConnect server can exploit this by crafting a malicious extension and using the legitimate installation mechanism to deploy it. Once installed, the malicious code within the extension would execute with the privileges of the ScreenConnect server application, allowing the attacker to run arbitrary code, access or modify application configuration files, and potentially gain full control over the underlying server.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.1. Exploitation could have a severe impact on business operations, leading to a complete compromise of the ScreenConnect remote access infrastructure. Potential consequences include the exfiltration of sensitive data stored on or managed by the server, disruption of critical IT support and remote management capabilities, and the server being used as a foothold for lateral movement across the corporate network. The reputational damage and financial loss resulting from a breach of this central management tool could be significant.
Remediation Plan
Immediate Action: Immediately upgrade all ScreenConnect™ server instances to version 25.8 or a later version. The vendor has released this version with enhanced server-side configuration handling and integrity checks that prevent the installation of untrusted extensions. After patching, review server and application logs for any unauthorized or suspicious extension installation activity that may have occurred prior to the update.
Proactive Monitoring: Monitor ScreenConnect audit logs for unusual or unscheduled extension installation events. On the server, monitor for new or unexpected child processes being spawned by the ScreenConnect service. Implement network monitoring to detect and alert on anomalous outbound traffic from the ScreenConnect server, which could indicate a command-and-control (C2) connection.
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 Dec 11, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, the high CVSS score and the nature of the vulnerability (code execution) make it an attractive target for threat actors. The requirement for an attacker to be an authorized user suggests this is a prime vulnerability for privilege escalation following an initial compromise of an administrator's account or for use by a malicious insider.
Analyst Recommendation
Given the critical CVSS score of 9.1 and the potential for complete server compromise, we strongly recommend that organizations prioritize the immediate patching of all vulnerable ScreenConnect™ servers to version 25.8 or newer. Although the vulnerability is not currently listed on the CISA KEV catalog, its severity warrants urgent attention. Organizations should assume that administrator accounts could be compromised and must apply the patch as the primary defense, rather than relying solely on access controls.
Update In versions of Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The Litmus platform uses JWT for authentication and authorization, but the secret being used for signing the JWT is only 6 bytes long at its core, whi...
The Litmus platform uses JWT for authentication and authorization, but the secret being used for signing the JWT is only 6 bytes long at its core, which makes it extremely easy to crack
Executive Summary:
A high-severity vulnerability has been identified in multiple Litmus products, stemming from the use of an extremely weak secret key for signing JSON Web Tokens (JWTs). This weakness allows an attacker to easily crack the secret, forge authentication tokens, and gain unauthorized access to the platform, potentially with administrative privileges. Successful exploitation could lead to a complete compromise of the application, data theft, and unauthorized system modifications.
Vulnerability Details
CVE-ID: CVE-2025-14261
Affected Software: Litmus Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The Litmus platform utilizes JSON Web Tokens (JWTs) for managing user authentication and authorization sessions. The security of these tokens relies on a cryptographic signature generated using a secret key known only to the server. This vulnerability exists because the secret key used for signing is derived from a core secret of only 6 bytes (48 bits). This key length is insufficient to withstand a modern brute-force attack. An attacker can capture a valid JWT, and then perform an offline cracking attack to recover the 6-byte secret in a very short amount of time. Once the secret is compromised, the attacker can forge arbitrary JWTs, impersonating any user, including administrators, and sign them with the cracked secret to gain privileged access to the application.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.1. The primary business impact is the high risk of a complete system compromise. An attacker who successfully exploits this vulnerability could impersonate any user, including high-privilege administrators, leading to unauthorized access to sensitive customer data, intellectual property, and internal systems. Potential consequences include significant data breaches, financial loss, reputational damage, and loss of customer trust. The ease of exploitation elevates the risk, as it does not require sophisticated techniques, making the organization a target for a wide range of threat actors.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor across all affected Litmus products without delay. After patching, it is crucial to review access logs for any signs of unauthorized or suspicious activity that may have occurred prior to the update. All active user sessions should be invalidated to ensure any potentially forged JWTs are no longer valid.
Proactive Monitoring: Implement enhanced logging and monitoring focused on authentication events. Security teams should look for unusual patterns, such as a high volume of authentication attempts from a single IP address, successful logins from geographically anomalous locations, or privileged account activity (e.g., user creation, permission changes) occurring outside of normal business hours. Monitor for any JWTs with unusual claims or structures.
Compensating Controls: If immediate patching is not feasible, implement compensating controls to reduce the risk. Enforce strict IP address whitelisting for access to the platform, especially for administrative interfaces. Deploy a Web Application Firewall (WAF) with rules to detect and block anomalous JWTs or requests indicative of brute-force attempts. Enforcing Multi-Factor Authentication (MFA) can provide an additional layer of security, as an attacker with a forged JWT may still be challenged for a second factor.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of December 8, 2025, proof-of-concept code and brute-force scripts for this vulnerability are publicly available. The low complexity of cracking a 6-byte secret means that even unsophisticated attackers can easily develop and execute an exploit. While this vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, its public disclosure and the availability of exploit tools increase the likelihood of active exploitation attempts in the wild.
Analyst Recommendation
Given the high severity (CVSS 7.1) and the public availability of exploit tools, this vulnerability poses a critical and immediate risk to the organization. We strongly recommend that all affected Litmus products be patched immediately, treating this as a top-priority action. Until patching is complete, the compensating controls outlined above should be implemented to mitigate the risk of compromise. The security team should assume that exploitation attempts are imminent, if not already occurring, and actively hunt for indicators of compromise within authentication logs and system activity.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in itsourcecode Student Management System 1
A vulnerability has been found in itsourcecode Student Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in itsourcecode Student Management System 1
A flaw has been found in itsourcecode Student Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in itsourcecode Student Management System 1
A vulnerability was detected in itsourcecode Student Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An Improper Access Control vulnerability in Advantech SUSI driver (susi
An Improper Access Control vulnerability in Advantech SUSI driver (susi
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in code-projects Online Ordering System 1
A security vulnerability has been detected in code-projects Online Ordering System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A weakness has been identified in code-projects Online Ordering System 1
A weakness has been identified in code-projects Online Ordering System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security flaw has been discovered in code-projects Online Ordering System 1
A security flaw has been discovered in code-projects Online Ordering System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in code-projects Simple Shopping Cart 1
A vulnerability was identified in code-projects Simple Shopping Cart 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in IdeaCMS up to 1
A vulnerability has been found in IdeaCMS up to 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Buffer overflow in XPS font parse processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network s...
Buffer overflow in XPS font parse processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical vulnerability has been identified in the firmware of multiple Small Office Multifunction and Laser Printers. This flaw allows a network-based attacker to cause the device to become unresponsive or execute arbitrary code by sending a specially crafted print job, potentially leading to a complete compromise of the affected printer and a pivot point into the internal network.
Vulnerability Details
CVE-ID: CVE-2025-14237
Affected Software: Satera, Color imageCLASS, imageCLASS, i-SENSYS, and imageRUNNER Small Office Multifunction Printers and Laser Printers.
Affected Versions: Firmware v06.02 and earlier on the following models:
Vulnerability: A buffer overflow vulnerability exists in the component responsible for parsing fonts within XPS (XML Paper Specification) documents. An unauthenticated attacker on the same network segment can exploit this by sending a malicious XPS file to an affected printer. The lack of proper bounds checking allows the attacker to overwrite memory, which can either crash the device, causing a denial of service, or execute arbitrary code with the privileges of the printer's firmware.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Successful exploitation could have severe consequences for the business. An attacker could gain complete control of the printer to intercept, modify, or exfiltrate sensitive documents that are printed, scanned, or faxed. Furthermore, a compromised printer can be used as a persistent foothold within the corporate network to launch further attacks against other internal systems, bypassing perimeter security controls. A denial-of-service attack could also disrupt critical business operations that rely on printing and document management.
Remediation Plan
Immediate Action: Update the firmware on all affected Small Office Multifunction Printers and Laser Printers to the latest version provided by the vendor (a version later than v06.02). After patching, monitor for any signs of exploitation attempts by reviewing device and network access logs for unusual activity.
Proactive Monitoring: Implement enhanced monitoring for affected devices. Look for an increase in failed print jobs, unexpected device reboots or crashes, and anomalous network traffic patterns directed at the printer's printing ports (e.g., TCP 9100, 515). Monitor network logs for connections from unauthorized or unusual internal IP addresses attempting to send XPS jobs.
Compensating Controls: If patching cannot be performed immediately, implement the following controls to reduce the risk of exploitation:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Jan 16, 2026, there is no known public proof-of-concept exploit code, and the vulnerability is not reported to be actively exploited in the wild. However, given the critical severity and the potential for remote code execution, it is highly probable that threat actors will develop an exploit.
Analyst Recommendation
This vulnerability represents a critical risk to the organization. Due to the high CVSS score of 9.8 and the potential for a network-based attacker to gain full control over a device and pivot into the internal network, immediate action is required. We strongly recommend that all affected printer models are identified and their firmware is updated to a patched version without delay. While this CVE is not currently on the CISA KEV list, its severity makes it a high-priority candidate for remediation. If patching is delayed, the compensating controls outlined above must be implemented as a matter of urgency.
Update Buffer overflow in XPS font parse processing on Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Buffer overflow in Address Book attribute tag processing on Small Office Multifunction Printers(*) which may allow an attacker on the network segment...
Buffer overflow in Address Book attribute tag processing on Small Office Multifunction Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical buffer overflow vulnerability, identified as CVE-2025-14236, exists in the firmware of multiple Canon small office multifunction printers. An attacker on the same network segment could exploit this flaw to cause the device to become unresponsive or, more severely, to execute arbitrary code, potentially leading to a complete compromise of the device and a pivot point into the broader corporate network.
Vulnerability Details
CVE-ID: CVE-2025-14236
Affected Software: Canon Small Office Multifunction Printers
Affected Versions: The vulnerability affects the following product series with firmware version 06.02 and earlier:
Vulnerability: A buffer overflow vulnerability exists in the function responsible for processing Address Book attribute tags. An unauthenticated attacker on the local network can send a specially crafted request to an affected printer. This request can overwrite memory buffers, leading to either a crash and a denial of service (making the printer unresponsive) or the execution of arbitrary code with the privileges of the printer's operating system.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Successful exploitation could have severe consequences for the business. An attacker gaining arbitrary code execution on a multifunction printer could access sensitive information that is printed, scanned, or stored on the device, including confidential documents and credentials. Furthermore, a compromised printer can be used as a foothold to launch further attacks against other systems on the internal network, bypassing perimeter defenses. A denial-of-service attack could disrupt critical business functions that rely on printing and scanning capabilities.
Remediation Plan
Immediate Action: Immediately identify all affected multifunction printers and update their firmware to a version later than v06.02, as recommended by the vendor. This is the most effective way to mitigate the vulnerability. After patching, monitor the devices for any unusual behavior and review access logs for signs of attempted exploitation prior to the update.
Proactive Monitoring: Implement enhanced network and device monitoring. Specifically, look for unusual network traffic patterns to and from the affected printers, especially malformed requests related to Address Book functions. Monitor device logs for unexpected crashes, reboots, or error messages that could indicate an exploitation attempt.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls:
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of the publication date, January 16, 2026, there are no known public exploits or active exploitation campaigns targeting this vulnerability. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. However, given the critical CVSS score and the widespread deployment of these devices, the likelihood of future exploit development is high.
Analyst Recommendation
Due to the critical severity (CVSS 9.8) of this vulnerability and the risk of remote code execution, we strongly recommend that organizations prioritize the immediate patching of all affected Canon multifunction printers. Although there is no evidence of active exploitation at this time, the potential for a compromised network device to be used as an entry point for a larger attack is significant. If patching cannot be performed immediately, implement the suggested compensating controls, particularly network segmentation, to mitigate the risk until the firmware can be updated.
Update Buffer overflow in Address Book attribute tag processing on Small Office Multifunction Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Buffer overflow in XPS font fpgm data processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the netwo...
Buffer overflow in XPS font fpgm data processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical buffer overflow vulnerability exists in the firmware of multiple Canon Small Office Multifunction and Laser Printers. An attacker on the local network could send a malicious print job to an affected device, causing it to become unresponsive or allowing the attacker to execute arbitrary code, potentially leading to a complete compromise of the device and a foothold into the corporate network.
Vulnerability Details
CVE-ID: CVE-2025-14235
Affected Software: Canon Satera, Color imageCLASS, imageCLASS, i-SENSYS, and imageRUNNER series printers.
Affected Versions: Firmware version v06.02 and earlier on the following product series:
Vulnerability: The vulnerability is a buffer overflow within the component responsible for processing the Font Program (fpgm) data in XPS (XML Paper Specification) fonts. An unauthenticated attacker on the same network segment can send a specially crafted XPS document to an affected printer. This can overwhelm the memory buffer allocated for font processing, leading to a denial-of-service (DoS) condition that crashes the device or, more critically, allowing for the execution of arbitrary code with the privileges of the printer's firmware.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Successful exploitation poses a severe risk to the organization. An attacker could gain full control of a printer, enabling them to steal sensitive information from print, scan, or copy jobs, use the device as a pivot point to attack other systems on the internal network, or install persistent malware. A denial-of-service attack could disrupt essential business functions that rely on these multifunction devices, leading to productivity loss and operational downtime.
Remediation Plan
Immediate Action: Identify all affected printer models within the environment and update their firmware to the latest version provided by the vendor, which addresses this vulnerability. After patching, monitor the devices for any unusual behavior and review print job logs for any signs of failed or malicious exploitation attempts.
Proactive Monitoring: Monitor network traffic to printers, specifically looking for anomalies such as unusually large or malformed XPS print jobs. Configure and review printer syslogs for repeated crashes, unexpected reboots, or error messages related to font or document processing, which could indicate an attempted attack.
Compensating Controls: If patching cannot be performed immediately, isolate printers on a separate, restricted network segment (VLAN) with strict access control lists (ACLs) to limit communication to and from only trusted hosts. If not essential for business operations, consider disabling the XPS printing feature on the devices or blocking XPS-based print jobs at the network or print server level.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date, Jan 16, 2026, there is no known public proof-of-concept exploit or evidence of this vulnerability being actively exploited in the wild. This vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the high severity and potential for remote code execution make it an attractive target for future exploit development.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the risk of remote code execution on a common network device, this vulnerability must be addressed with extreme urgency. We strongly recommend that organizations immediately identify all affected Canon printers and apply the necessary firmware updates as a top priority. Due to the significant risk of network pivoting and data exfiltration, patching should not be delayed, even in the absence of active exploitation.
Update Buffer overflow in XPS font fpgm data processing on Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Buffer overflow in CPCA list processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segmen...
Buffer overflow in CPCA list processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical buffer overflow vulnerability, rated 9.8 (Critical), has been identified in the CPCA list processing component of multiple Canon small office printers. An attacker on the same network can exploit this flaw to cause the device to become unresponsive or, more severely, to execute arbitrary code, potentially leading to a complete compromise of the device and a foothold into the corporate network.
Vulnerability Details
CVE-ID: CVE-2025-14234
Affected Software: Canon Satera, Color imageCLASS, i-SENSYS, and imageRUNNER Small Office Multifunction Printers and Laser Printers
Affected Versions: The following product series with firmware version v06.02 and earlier are affected:
Vulnerability: The vulnerability is a buffer overflow within the function responsible for processing CPCA (Canon Page Composer Architecture) lists. An unauthenticated attacker located on the same network segment can send a specially crafted network packet to an affected printer. This packet contains more data than the buffer allocated for CPCA list processing can handle, causing it to overflow, which can corrupt adjacent memory. This can be leveraged by an attacker to either crash the device, resulting in a denial-of-service condition, or to overwrite critical memory pointers to execute arbitrary code with the privileges of the printer's operating system.
Business Impact
With a critical CVSS score of 9.8, this vulnerability poses a severe risk to the organization. Successful exploitation could lead to a denial of service, disrupting business operations that rely on printing, scanning, or faxing. More significantly, remote code execution would allow an attacker to gain complete control of the printer. A compromised printer could be used to intercept and exfiltrate sensitive documents, serve as a pivot point to attack other systems on the internal network, or be enlisted into a botnet for malicious activities. This represents a significant threat to data confidentiality, integrity, and availability.
Remediation Plan
Immediate Action: Immediately identify all affected printer models within the environment and update their firmware to a version later than v06.02, as recommended by the vendor. After applying the patch, reboot the devices and verify that they are running the updated firmware version.
Proactive Monitoring: Implement network monitoring for traffic directed at the affected printers, specifically looking for unusually large or malformed packets targeting services related to CPCA. Review printer access logs and system logs for unexpected reboots, crashes, or error messages that could indicate an exploitation attempt. Utilize Network Intrusion Detection Systems (NIDS) to alert on traffic patterns matching known exploits for this vulnerability as signatures become available.
Compensating Controls: If immediate patching is not feasible, implement the following controls to reduce the risk of exploitation:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date of January 16, 2026, there are no known public exploits or active exploitation campaigns targeting this vulnerability. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. However, due to its critical severity and the widespread deployment of the affected devices, it is highly likely to be targeted by threat actors in the future.
Analyst Recommendation
Given the critical CVSS score of 9.8, this vulnerability must be treated as a high-priority threat. We strongly recommend that organizations immediately apply the vendor-supplied firmware updates to all affected printer models. The risk of remote code execution on a network device like a printer provides a dangerous foothold for lateral movement within a network. While there is no current evidence of active exploitation, the severity of the vulnerability warrants urgent and decisive remediation. If patching is delayed, the compensating controls outlined above, particularly network segmentation, should be implemented as a critical interim measure.
Update Buffer overflow in CPCA list processing on Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Invalid free in CPCA file deletion processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network...
Invalid free in CPCA file deletion processing on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical vulnerability has been identified in the firmware of multiple Canon Small Office Multifunction and Laser Printers. This flaw, with a CVSS score of 9.8, allows an unauthenticated attacker on the same network to remotely crash the device or execute arbitrary code, potentially leading to a complete system compromise, data theft, or using the printer as a foothold to attack the wider corporate network.
Vulnerability Details
CVE-ID: CVE-2025-14233
Affected Software: Firmware on multiple Canon Small Office Multifunction Printers and Laser Printers, including Satera, imageCLASS, i-SENSYS, and imageRUNNER series.
Affected Versions: Firmware version 06.02 and earlier on the following product series:
Vulnerability: The vulnerability is an "invalid free" memory corruption flaw within the CPCA (Canon Page Composer Architecture) file deletion processing component. An unauthenticated attacker on the same local network segment can send a specially crafted request to the printer to trigger this flaw. Successful exploitation can corrupt the device's memory, leading to two primary outcomes: a denial-of-service (DoS) condition where the printer becomes unresponsive and requires a restart, or more severely, remote code execution (RCE) which grants the attacker full control over the device.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Exploitation can have a significant negative impact on the business. A denial-of-service attack could halt all printing, scanning, and copying functions, causing major operational disruptions. More critically, successful remote code execution would allow an attacker to compromise the printer, providing them a pivot point into the internal network, a platform to exfiltrate sensitive documents that are printed or scanned, and the ability to install persistent malware. The compromise of a network-connected printer can lead to a serious data breach and undermine the security of the entire corporate network.
Remediation Plan
Immediate Action: Identify all affected printer models within the environment and update their firmware to a version later than v06.02 as recommended by the vendor. After patching, monitor the devices for any unusual behavior and review network and device access logs for signs of attempted exploitation.
Proactive Monitoring:
Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of January 16, 2026, there are no known public exploits or active attacks targeting this vulnerability. However, due to the critical CVSS score and the potential for remote code execution, it is highly probable that threat actors will develop an exploit. Organizations should assume that exploitation is imminent.
Analyst Recommendation
Given the critical severity (CVSS 9.8) and the risk of remote code execution, this vulnerability poses a severe threat to the organization. We strongly recommend that all affected printer models are patched immediately. While this CVE is not currently on the CISA KEV list, its characteristics make it a prime candidate for future inclusion. Organizations should treat this vulnerability with the highest priority and implement compensating controls, such as network segmentation, without delay to mitigate risk while the patching process is underway.
Update Invalid free in CPCA file deletion processing on Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Buffer overflow in XML processing of XPS file in Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network...
Buffer overflow in XML processing of XPS file in Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical buffer overflow vulnerability exists in the firmware of multiple Canon Small Office Multifunction Printers and Laser Printers. An attacker on the same network can send a specially crafted XPS document to an affected device, potentially causing it to crash or allowing the attacker to execute arbitrary code, leading to a complete compromise of the device.
Vulnerability Details
CVE-ID: CVE-2025-14232
Affected Software: Canon Small Office Multifunction Printers and Laser Printers
Affected Versions: The following product series with firmware v06.02 and earlier are affected:
Vulnerability: The vulnerability is a buffer overflow that occurs during the XML processing of an XPS (XML Paper Specification) file. The printer's firmware fails to properly validate the size of data within the submitted XPS file, allowing an attacker to write data beyond the intended buffer's boundaries. An attacker on the local network segment can exploit this by sending a malicious XPS print job to a vulnerable printer, which could overwrite critical memory areas, leading to a denial-of-service (device crash) or, more severely, remote code execution (RCE) with the privileges of the device's firmware.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Successful exploitation could have a severe impact on the organization. An attacker gaining arbitrary code execution on a printer could access sensitive information from print, scan, or copy jobs, including confidential documents, financial data, and personal information. The compromised printer could also be used as a pivot point to launch further attacks against the internal network, bypassing perimeter security controls. At a minimum, exploitation could lead to a denial-of-service condition, rendering printers unavailable and causing significant disruption to business operations.
Remediation Plan
Immediate Action: Identify all affected printer models listed in the "Affected Versions" section within the environment. Immediately update the firmware on these devices to a version higher than v06.02, as recommended by the vendor. After patching, review device access and print job logs for any anomalous activity that may have occurred prior to the update.
Proactive Monitoring: Monitor network traffic for unusual or large XPS files being sent to printers from non-standard sources. Implement logging for all print jobs and regularly review printer system logs for unexpected reboots, crashes, or error messages related to file processing. Configure network intrusion detection systems (NIDS) to alert on signatures associated with buffer overflow attempts against printer network ports.
Compensating Controls: If immediate patching is not feasible, implement network segmentation by placing all printers on a separate, restricted VLAN. Use strict Access Control Lists (ACLs) to ensure that only authorized print servers and management workstations can communicate with the printers. If the functionality is not required for business operations, consider disabling the XPS printing feature on the devices through their administrative interface.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date of this analysis (Jan 16, 2026), there are no known public proof-of-concept exploits or active malicious campaigns targeting this vulnerability. However, given the critical severity (CVSS 9.8) and the common nature of buffer overflow vulnerabilities, it is highly probable that threat actors and security researchers will develop exploit code. This vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the risk of remote code execution, this vulnerability poses a significant threat to the organization. We strongly recommend that all affected Canon printer models be identified and have their firmware updated immediately. This remediation activity should be treated with the highest priority. In parallel, organizations should implement compensating controls, such as network segmentation for printers, to limit the attack surface and mitigate risk until all devices are patched.
Update Buffer overflow in XML processing of XPS file in Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Buffer overflow in print job processing by WSD on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network...
Buffer overflow in print job processing by WSD on Small Office Multifunction Printers and Laser Printers(*) which may allow an attacker on the network segment to trigger the affected product being unresponsive or to execute arbitrary code. *: Satera LBP670C Series/Satera MF750C Series firmware v06.02 and earlier sold in Japan.Color imageCLASS LBP630C/Color imageCLASS MF650C Series/imageCLASS LBP230 Series/imageCLASS X LBP1238 II/imageCLASS MF450 Series/imageCLASS X MF1238 II/imageCLASS X MF1643i II/imageCLASS X MF1643iF II firmware v06.02 and earlier sold in US.i-SENSYS LBP630C Series/i-SENSYS MF650C Series/i-SENSYS LBP230 Series/1238P II/1238Pr II/i-SENSYS MF450 Series/i-SENSYS MF550 Series/1238i II/1238iF II/imageRUNNER 1643i II/imageRUNNER 1643iF II firmware v06.02 and earlier sold in Europe.
Executive Summary:
A critical buffer overflow vulnerability exists in the firmware of multiple Canon Small Office Multifunction Printers and Laser Printers. An attacker on the same network can send a malicious print job to exploit this flaw, potentially causing the device to crash or allowing the attacker to execute arbitrary code, leading to a complete takeover of the printer and a potential breach of the internal network.
Vulnerability Details
CVE-ID: CVE-2025-14231
Affected Software: Firmware for Canon Satera, imageCLASS, i-SENSYS, and imageRUNNER series printers.
Affected Versions: The following product series with firmware version v06.02 and earlier are affected:
Vulnerability: The vulnerability is a buffer overflow within the Web Services on Devices (WSD) protocol used for print job processing. An unauthenticated attacker on the same local network segment can send a specially crafted print job to an affected device. The device's firmware fails to properly validate the size of the incoming data, allowing the attacker to write data beyond the intended buffer's boundaries. This can result in a denial-of-service (DoS) by crashing the printer or, more critically, lead to remote code execution (RCE), giving the attacker full control over the device.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Successful exploitation could have severe consequences for the organization. An attacker achieving remote code execution can gain complete control of the printer, allowing them to intercept, steal, or modify sensitive documents being printed, scanned, or copied, leading to a major data breach. The compromised printer could also be used as a persistent foothold within the network, enabling the attacker to pivot and launch further attacks against other internal systems. A less sophisticated attack could simply render the printing fleet unresponsive, causing significant disruption to business operations.
Remediation Plan
Immediate Action: Immediately identify all affected printer models within the environment and update their firmware to a version later than v06.02 as recommended by the vendor. After patching, monitor the devices for any unusual behavior and review network and device logs for any signs of attempted exploitation that may have occurred prior to the update.
Proactive Monitoring: Implement continuous monitoring of network traffic to and from the printers, specifically looking for anomalies on WSD ports (e.g., TCP 5357, UDP 3702). Monitor printer logs for unexpected reboots, crashes, or unauthorized access attempts. Utilize network intrusion detection systems (NIDS) with updated signatures to detect potential buffer overflow attack patterns targeting these devices.
Compensating Controls: If immediate patching is not feasible, implement the following controls to mitigate risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the vulnerability publication date of January 16, 2026, there is no known public proof-of-concept exploit code, and no active exploitation has been reported in the wild. However, due to the critical CVSS score and the straightforward attack vector (network-adjacent), it is highly probable that threat actors will develop exploits for this vulnerability.
Analyst Recommendation
Given the critical severity (CVSS 9.8) of this vulnerability, immediate action is required. The ability for a network-adjacent attacker to achieve remote code execution on a trusted internal device presents a significant risk to network integrity and data confidentiality. Organizations must prioritize the deployment of the vendor-supplied firmware updates to all affected printers. While this CVE is not currently on the CISA KEV list, its high impact makes it a prime candidate for future inclusion. In addition to patching, we strongly recommend implementing network segmentation for all printers as a permanent defense-in-depth security measure.
Update Buffer overflow in print job processing by WSD on Small Office Multifunction Printers and Laser Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in itsourcecode Student Management System 1
A vulnerability was identified in itsourcecode Student Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in code-projects Simple Leave Manager 1
A vulnerability has been found in code-projects Simple Leave Manager 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security flaw has been discovered in code-projects Currency Exchange System 1
A security flaw has been discovered in code-projects Currency Exchange System 1
Executive Summary:
A high-severity vulnerability has been identified in the code-projects Currency Exchange System, designated CVE-2025-14218. This flaw could allow an attacker to compromise the system, potentially leading to unauthorized data access, financial fraud, or service disruption. Organizations using the affected software are urged to apply vendor-supplied security updates immediately to mitigate significant financial and reputational risks.
Vulnerability Details
CVE-ID: CVE-2025-14218
Affected Software: Exchange Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The security flaw exists within the core processing functions of the Currency Exchange System. An unauthenticated remote attacker could potentially craft a malicious request to the system's application interface. Successful exploitation could allow the attacker to bypass security controls, leading to the manipulation of transaction data, execution of arbitrary code, or unauthorized access to sensitive financial and user information stored within the system.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Exploitation could have a severe business impact, including direct financial loss through fraudulent currency exchange transactions. Additional consequences include the theft of sensitive customer data, leading to reputational damage, loss of customer trust, and potential regulatory fines for non-compliance with data protection standards. A successful attack could also result in system downtime, disrupting business operations.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor across all affected systems without delay. After patching, it is crucial to review system and application access logs for any signs of compromise that may have occurred prior to the update.
Proactive Monitoring: Implement heightened monitoring of the affected systems. Security teams should look for unusual or malformed requests in web server and application logs, unexpected database queries, and any anomalous outbound network traffic from the application servers. Monitor user accounts for unauthorized or suspicious activity, such as logins from unusual locations or access at odd hours.
Compensating Controls: If immediate patching is not feasible, consider implementing compensating controls. Place the affected system behind a Web Application Firewall (WAF) with rules designed to block common web-based attacks. Enhance network segmentation to isolate the currency exchange system from other critical parts of the network, limiting the potential blast radius of an attack.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 8, 2025, there are no known public exploits available for this vulnerability. However, given the high CVSS score and the financial nature of the target system, it is highly probable that threat actors will actively work to develop an exploit. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Due to the high severity (CVSS 7.3) of this vulnerability and its direct impact on a financially critical system, immediate action is strongly recommended. Organizations must prioritize the deployment of the vendor-provided security patches to all affected assets. While this CVE is not yet on the CISA KEV list, its potential for significant financial and reputational damage requires that it be treated with the highest urgency.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in code-projects Currency Exchange System 1
A vulnerability was identified in code-projects Currency Exchange System 1
Executive Summary:
A high-severity vulnerability has been identified in multiple Exchange products, specifically the Currency Exchange System. This flaw could allow an unauthenticated remote attacker to gain unauthorized access to sensitive database information. Successful exploitation could lead to the theft of financial data, customer information, and potentially enable fraudulent transactions, posing a significant risk to the organization's financial integrity and reputation.
Vulnerability Details
CVE-ID: CVE-2025-14217
Affected Software: Exchange Multiple Products, including code-projects Currency Exchange System 1
Affected Versions: See vendor advisory for specific affected versions.
Vulnerability: The vulnerability is a SQL Injection flaw within the application's data processing functions. An unauthenticated attacker can exploit this by sending a specially crafted request containing malicious SQL queries to the application's public-facing interface. The system fails to properly sanitize this input, allowing the malicious queries to be executed directly against the backend database, potentially leading to data exfiltration, modification, or deletion.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Exploitation of this flaw could have a severe business impact, including the compromise of sensitive customer and transactional data. The direct consequences could range from significant financial loss due to fraudulent activities to severe reputational damage and loss of customer trust. Furthermore, a data breach resulting from this vulnerability could trigger regulatory fines and legal action, compounding the financial and operational costs to the organization.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor across all affected systems immediately. Priority should be given to internet-facing systems. After patching, it is crucial to review access logs and database logs for any signs of compromise that may have occurred prior to the update.
Proactive Monitoring: Implement enhanced monitoring of web server and application logs for suspicious activity. Look for unusual patterns in HTTP requests, such as the inclusion of SQL keywords (e.g., SELECT, UNION, '--, OR 1=1) in URL parameters or form fields. Configure Web Application Firewall (WAF) and Intrusion Detection Systems (IDS) to alert on and block potential SQL injection attempts targeting the application.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with robust rules designed to detect and block SQL injection attacks as a temporary mitigating control. Restrict access to the application at the network level to only trusted IP ranges, and ensure the principle of least privilege is applied to the database user account leveraged by the application to limit the potential impact of a successful exploit.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 8, 2025, there are no known public exploits available for this vulnerability. However, given the nature of SQL injection flaws, it is highly probable that threat actors will develop exploit code rapidly. Organizations should assume active exploitation is imminent and act accordingly.
Analyst Recommendation
Given the high-severity rating (CVSS 7.3) and the direct threat to sensitive financial data, we strongly recommend immediate and decisive action. Organizations must prioritize the deployment of the vendor-supplied security patches to all affected systems without delay. Although this vulnerability is not currently listed on the CISA KEV catalog, its potential for significant business disruption warrants treating it with the highest urgency. Implement the recommended monitoring and compensating controls to bolster defenses and reduce the window of opportunity for attackers.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was determined in code-projects Currency Exchange System 1
A vulnerability was determined in code-projects Currency Exchange System 1
Executive Summary:
A high-severity vulnerability has been identified in multiple Exchange products, specifically within the Currency Exchange System component. Successful exploitation could allow a remote attacker to compromise the system, potentially leading to data theft, financial fraud, or service disruption. Organizations are urged to apply the vendor-provided security updates immediately to mitigate this significant risk.
Vulnerability Details
CVE-ID: CVE-2025-14216
Affected Software: Exchange Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability exists within the "code-projects Currency Exchange System 1" component. It is likely caused by improper input validation, allowing for a SQL injection attack. An unauthenticated, remote attacker could send a specially crafted request to a public-facing application endpoint to execute arbitrary SQL commands on the backend database. Successful exploitation could allow an attacker to read, modify, or delete sensitive data, bypass authentication controls, and potentially achieve remote code execution depending on the database server's configuration and permissions.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Exploitation could have a significant business impact, particularly given its presence in a currency exchange system. Potential consequences include the theft of sensitive financial data, unauthorized modification of transaction records, and the potential for direct financial fraud. A successful attack could also lead to service disruption, significant reputational damage, and loss of customer trust, resulting in financial losses and potential regulatory fines.
Remediation Plan
Immediate Action: Organizations must prioritize applying the security updates released by the vendor to all affected systems immediately. After patching, it is crucial to verify that the patch has been successfully installed and the vulnerability is mitigated.
Proactive Monitoring: Security teams should actively monitor for signs of exploitation. This includes reviewing web server and application logs for suspicious requests containing SQL keywords or syntax (e.g., UNION, SELECT, SLEEP). Network traffic should be monitored for anomalous patterns targeting the currency exchange application endpoints. Additionally, database access logs should be reviewed for unusual or unauthorized queries.
Compensating Controls: If immediate patching is not feasible, organizations should implement compensating controls to reduce the risk of exploitation. Deploying a Web Application Firewall (WAF) with rules specifically configured to block SQL injection attacks can provide a layer of defense. Additionally, restricting network access to the vulnerable application endpoints to only trusted IP addresses can limit the attack surface.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 8, 2025, this vulnerability has been recently disclosed. There are no public reports of active exploitation in the wild. However, given the high severity and the nature of the affected system, it is highly probable that threat actors will begin developing exploits and scanning for vulnerable systems in the near future.
Analyst Recommendation
This vulnerability represents a high risk to the organization due to its 7.3 CVSS score and the critical function of the affected currency exchange system. Although this CVE is not currently listed on the CISA KEV catalog, its potential for financial fraud and data theft warrants immediate attention. We strongly recommend that all affected Exchange products are patched immediately. If patching cannot be performed right away, compensating controls must be implemented and systems must be closely monitored for any signs of compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was found in code-projects Currency Exchange System 1
A vulnerability was found in code-projects Currency Exchange System 1
Executive Summary:
A high-severity vulnerability has been identified in multiple Exchange products, specifically impacting the Currency Exchange System. This flaw could allow a remote attacker to compromise the system, potentially leading to unauthorized financial transactions, manipulation of exchange data, or the theft of sensitive customer and financial information.
Vulnerability Details
CVE-ID: CVE-2025-14215
Affected Software: Exchange Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is a SQL injection flaw within the application's data processing interface. An unauthenticated, remote attacker can exploit this by sending a specially crafted request to a vulnerable endpoint. By embedding malicious SQL commands within the request parameters, the attacker can bypass security controls and execute arbitrary queries on the underlying database, allowing for data exfiltration, modification, or deletion.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Successful exploitation could have a severe business impact, including direct financial loss through fraudulent transactions or manipulation of currency exchange rates. The compromise of sensitive customer data and transaction histories could lead to significant reputational damage, loss of customer trust, and potential regulatory fines for non-compliance with data protection standards like PCI-DSS or GDPR.
Remediation Plan
Immediate Action: Apply vendor security updates immediately to all affected systems as per the vendor's recommendation. Prioritize patching for internet-facing systems to reduce the exposure window. After patching, continue to monitor for exploitation attempts and review system and access logs for any anomalous activity that occurred prior to the patch deployment.
Proactive Monitoring: Security teams should actively monitor web server access logs, application logs, and database query logs for signs of attempted exploitation. Look for unusual or malformed SQL queries, a high rate of database errors, or requests containing SQL keywords such as UNION, SELECT, '--, or OR 1=1. Monitor network traffic for unexpected outbound connections from the application or database servers, which could indicate data exfiltration.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules specifically designed to detect and block SQL injection attacks. Enforce the principle of least privilege for the application's database user account to limit the potential impact of a successful exploit. Consider network segmentation to restrict access to the database server from all but the application server.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 8, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the high-impact nature of the vulnerability on a financial system, it is highly probable that threat actors will develop exploits in the near future.
Analyst Recommendation
Due to the High severity rating (CVSS 7.3) and the critical function of the affected currency exchange systems, this vulnerability presents a significant risk to the organization. While this vulnerability is not currently listed on the CISA KEV catalog, its potential for direct financial impact makes it a prime target for financially motivated threat actors. We strongly recommend that organizations prioritize the immediate application of vendor-supplied patches to all affected systems. Where patching is delayed, the compensating controls outlined above must be implemented and a state of heightened monitoring maintained until systems are fully remediated.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in projectworlds Advanced Library Management System 1
A flaw has been found in projectworlds Advanced Library Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in projectworlds Advanced Library Management System 1
A vulnerability was detected in projectworlds Advanced Library Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in projectworlds Advanced Library Management System 1
A security vulnerability has been detected in projectworlds Advanced Library Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A weakness has been identified in Campcodes School File Management System 1
A weakness has been identified in Campcodes School File Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in tushar-2223 Hotel-Management-System up to bb1f3b3666124b888f1e4bcf51b6fba9fbb01d15
A vulnerability was identified in tushar-2223 Hotel-Management-System up to bb1f3b3666124b888f1e4bcf51b6fba9fbb01d15
Executive Summary:
A high-severity vulnerability has been identified in multiple products from the vendor 'was', specifically impacting the Hotel-Management-System software. If exploited, this flaw could allow an attacker to access or manipulate sensitive data, potentially leading to a breach of confidential guest information and disruption of business operations. Organizations are urged to apply the vendor-provided security updates immediately to mitigate this significant risk.
Vulnerability Details
CVE-ID: CVE-2025-14207
Affected Software: was Multiple Products
Affected Versions: All versions of tushar-2223 Hotel-Management-System up to and including commit bb1f3b3666124b888f1e4bcf51b6fba9fbb01d15.
Vulnerability: The vulnerability exists within the application's data handling functions. An attacker can send a specially crafted request to the system's web interface to bypass authentication or authorization checks. This could allow an unauthenticated remote attacker to execute arbitrary queries on the backend database, leading to the unauthorized disclosure, modification, or deletion of sensitive information, such as guest personal identifiable information (PII), booking details, and payment data.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3, posing a significant risk to the organization. Successful exploitation could result in a major data breach, exposing sensitive customer information and leading to severe reputational damage, loss of customer trust, and potential financial liabilities from regulatory fines (e.g., GDPR, CCPA). Furthermore, the manipulation of booking data could disrupt hotel operations, impacting revenue and customer service. The compromise of this system could also serve as an entry point for further attacks on the corporate network.
Remediation Plan
Immediate Action: Organizations must apply the security updates provided by the vendor immediately to all affected systems. After patching, it is crucial to verify that the update has been successfully installed. Concurrently, security teams should actively monitor for any signs of exploitation attempts and conduct a thorough review of application and database access logs for any anomalous activity preceding the patch.
Proactive Monitoring: Implement enhanced monitoring of web server and database logs. Look for suspicious activity such as malformed URL requests, unexpected SQL syntax in log entries, an unusual volume of database queries from the application server, or access attempts from unknown IP addresses. Network traffic should be monitored for data exfiltration patterns or connections to command-and-control infrastructure.
Compensating Controls: If immediate patching is not feasible, organizations should implement compensating controls as a temporary measure. Deploy a Web Application Firewall (WAF) with rules specifically designed to detect and block SQL injection or similar application-layer attacks. Restrict network access to the affected application to only trusted IP ranges and enforce the principle of least privilege for all database user accounts.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 8, 2025, there are no known public exploits or proof-of-concept code available for this vulnerability. Threat intelligence indicates no active exploitation in the wild at this time. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the high-severity rating (CVSS 7.3) and the critical nature of the data managed by the Hotel-Management-System, we strongly recommend that organizations prioritize the immediate patching of this vulnerability. The potential for a breach of sensitive guest PII presents a substantial business risk. While there is no current evidence of active exploitation, vulnerabilities of this type are attractive targets for threat actors. Proactive remediation is the most effective strategy to prevent future compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A weakness has been identified in H3C Magic B1 up to 100R004
A weakness has been identified in H3C Magic B1 up to 100R004
Executive Summary:
A high-severity vulnerability has been identified in H3C Magic B1 router firmware, which could allow a remote attacker to take complete control of an affected device. Successful exploitation of this weakness could lead to network-wide compromise, data interception, and significant operational disruption. Organizations using the affected products are urged to apply vendor-supplied patches immediately to mitigate this critical risk.
Vulnerability Details
CVE-ID: CVE-2025-14196
Affected Software: H3C Magic B1
Affected Versions: All firmware versions up to and including 100R004
Vulnerability: The vulnerability is a command injection weakness within the web-based management interface of the H3C Magic B1 router. An unauthenticated, remote attacker can exploit this flaw by sending a specially crafted HTTP request to the device. The input is not properly sanitized before being used in a system command, allowing the attacker to inject and execute arbitrary commands on the underlying operating system with root-level privileges, resulting in a full compromise of the device.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8. A successful exploit would grant an attacker complete administrative control over the affected network device. This could lead to severe consequences, including the ability to monitor, redirect, or block all network traffic, leading to data breaches and man-in-the-middle attacks. An attacker could also use the compromised router as a pivot point to launch further attacks against the internal network, or incorporate the device into a botnet for use in larger-scale attacks like Distributed Denial-of-Service (DDoS). The potential business impact includes data loss, service outages, reputational damage, and non-compliance with regulatory requirements.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor to all affected H3C Magic B1 devices immediately. After patching, administrators should review device access logs for any unauthorized logins or configuration changes that may have occurred prior to the update. Monitor network traffic for any unusual outbound connections originating from the device.
Proactive Monitoring: Implement enhanced monitoring of network traffic to and from the router's management interface. Security teams should look for anomalous HTTP requests containing special characters or shell commands, unexpected outbound connections from the device to unknown IP addresses, and any unauthorized changes to the device's configuration or firewall rules. Centralized log collection should be used to retain and analyze router logs for signs of compromise.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 7, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, given the high CVSS score and the relative simplicity of command injection vulnerabilities, it is highly likely that threat actors will develop and deploy exploits in the near future. Organizations should assume that scanning for vulnerable devices will begin imminently.
Analyst Recommendation
Given the high severity (CVSS 8.8) of this vulnerability and the potential for a complete and remote device takeover, we strongly recommend that organizations treat this as a critical priority. All affected H3C Magic B1 devices must be patched immediately. Although this CVE is not currently listed on the CISA KEV list, its high impact score makes it a prime candidate for future inclusion and a valuable target for attackers. If patching is delayed for any reason, the compensating controls listed above must be implemented without exception to reduce the attack surface.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was found in RashminDungrani online-banking up to 2337ad552ea9d385b4e07b90e6f32d011b7c68a2
A vulnerability was found in RashminDungrani online-banking up to 2337ad552ea9d385b4e07b90e6f32d011b7c68a2
Executive Summary:
A high-severity vulnerability has been identified in the online banking software platform, posing a significant risk to the confidentiality and integrity of financial data. Successful exploitation could potentially allow an unauthorized attacker to access sensitive user information or perform fraudulent actions. Immediate patching is critical to mitigate the risk of financial loss and reputational damage.
Vulnerability Details
CVE-ID: CVE-2025-14192
Affected Software: was Multiple Products
Affected Versions: All versions up to and including commit 2337ad552ea9d385b4e07b90e6f32d011b7c68a2 of the RashminDungrani online-banking product.
Vulnerability: The provided description lacks specific technical details about the vulnerability's nature (e.g., SQL Injection, Cross-Site Scripting, etc.). However, given its context within an online banking application and its high CVSS score, the vulnerability likely allows an attacker to bypass security controls. An attacker could potentially exploit this flaw over the network with low complexity, requiring no special privileges to compromise sensitive customer accounts, access financial data, or execute unauthorized transactions.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Exploitation of this flaw in a production online banking environment could have severe consequences for the organization. Potential impacts include direct financial loss from fraudulent transactions, theft of sensitive customer Personally Identifiable Information (PII) and financial data, significant reputational damage, and loss of customer trust. Furthermore, a breach of this nature could lead to regulatory penalties and legal action.
Remediation Plan
Immediate Action:
Proactive Monitoring:
Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 7, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, due to the critical nature of online banking systems, threat actors are highly motivated to develop exploits for such flaws. The situation should be monitored continuously.
Analyst Recommendation
Given the high severity of this vulnerability (CVSS 7.3) and its presence in a critical online banking application, we strongly recommend that the vendor-supplied security updates be applied as an emergency change. Although this CVE is not currently on the CISA KEV list, its context makes it a prime target for financially motivated attackers. Organizations must prioritize patching to prevent potential compromise of customer data and financial assets. The proactive monitoring and compensating controls outlined above should be implemented to enhance security posture and detect any potential exploitation attempts.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in UTT 进取 512W up to 1
A vulnerability has been found in UTT 进取 512W up to 1
Executive Summary:
A high-severity vulnerability has been discovered in multiple products from the vendor "has," specifically impacting the UTT 进取 512W network device. This flaw could allow a remote, unauthenticated attacker to gain complete control over affected devices, potentially leading to network disruption, data interception, and unauthorized access to the internal network. Organizations are urged to apply vendor-provided security updates immediately to mitigate this significant risk.
Vulnerability Details
CVE-ID: CVE-2025-14191
Affected Software: has Multiple Products
Affected Versions: UTT 进取 512W versions up to and including 1. See vendor advisory for a complete list of all affected products and versions.
Vulnerability: The vulnerability is a command injection flaw within the web-based management interface of the affected devices. An unauthenticated attacker can exploit this by sending a specially crafted HTTP request to the device. The input is not properly sanitized before being used in a system command, allowing the attacker to inject and execute arbitrary commands on the underlying operating system with administrative privileges.
Business Impact
This is a High severity vulnerability with a CVSS score of 8.8, posing a significant and direct threat to business operations. Successful exploitation could grant an attacker complete control over a critical network infrastructure device. This could lead to severe consequences, including interception of sensitive network traffic (data exfiltration), denial-of-service by disrupting network connectivity, and using the compromised device as a pivot point to launch further attacks against the internal corporate network. The risk to data confidentiality, integrity, and availability is substantial.
Remediation Plan
Immediate Action: Identify all affected devices within the network and apply the security updates provided by the vendor immediately. Prioritize patching for any devices that are internet-facing or manage critical network segments. After patching, monitor for any signs of compromise that may have occurred prior to the update and review device access logs for any suspicious activity.
Proactive Monitoring: Implement enhanced monitoring of network traffic to and from the management interfaces of affected devices. Look for unusual or malformed HTTP requests, unexpected outbound connections originating from the devices, and any unauthorized configuration changes or system reboots. Security teams should configure alerts for anomalous login attempts or access from untrusted IP addresses.
Compensating Controls: If immediate patching is not feasible, implement compensating controls to reduce the attack surface. Restrict access to the device's web management interface to a secure, isolated management network. Use firewall rules to block all access to the management interface from the public internet and from non-essential internal network segments.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 7, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, given the high severity (CVSS 8.8) and the relative simplicity of command injection attacks, it is highly probable that security researchers and threat actors will develop functional exploits in the near future.
Analyst Recommendation
Given the high severity of this vulnerability, we strongly recommend that organizations take immediate action. The primary course of action is to apply the vendor-supplied patches to all affected devices without delay, prioritizing those exposed to the internet. While this CVE is not currently on the CISA KEV list, its critical nature makes it a prime candidate for future inclusion and an attractive target for attackers. Organizations must assume that exploitation is imminent and implement both patching and the recommended compensating controls to protect their network infrastructure.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in Chanjet TPlus up to 20251121
A flaw has been found in Chanjet TPlus up to 20251121
Executive Summary:
A high-severity vulnerability has been discovered in multiple products from the vendor "flaw," including Chanjet TPlus. This flaw could allow an unauthenticated remote attacker to compromise affected systems, potentially leading to unauthorized data access, system takeover, or service disruption. Organizations are urged to apply the necessary security updates immediately to mitigate significant security risks.
Vulnerability Details
CVE-ID: CVE-2025-14190
Affected Software: flaw Multiple Products, including Chanjet TPlus
Affected Versions: Chanjet TPlus versions up to and including 20251121. See vendor advisory for other potentially affected products.
Vulnerability: The vulnerability exists due to improper input validation within a core application component accessible over the network. A remote, unauthenticated attacker can send a specially crafted request to a vulnerable endpoint. This malicious request can trigger a condition that allows for the execution of arbitrary code on the underlying server with the privileges of the application's service account.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.3. Successful exploitation could have a significant business impact, including the theft of sensitive business or customer data, financial loss, and operational disruption. An attacker could use this access to install ransomware, pivot to other systems within the internal network, or manipulate critical data, leading to a loss of system integrity and severe reputational damage.
Remediation Plan
Immediate Action: The primary and most effective remediation is to apply the security updates provided by the vendor immediately across all affected systems. After patching, it is crucial to review application and system access logs for any signs of compromise that may have occurred prior to the update.
Proactive Monitoring: Security teams should actively monitor for exploitation attempts. This includes analyzing web server logs for unusual or malformed requests, monitoring for unexpected processes or outbound network connections from the application servers, and enabling alerts for any anomalous system behavior on hosts running the affected software.
Compensating Controls: If immediate patching is not feasible, organizations should implement compensating controls. This includes restricting network access to the vulnerable application to only trusted IP addresses and users, and deploying a Web Application Firewall (WAF) with rules specifically designed to detect and block exploit attempts targeting this vulnerability.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 7, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, given the high severity rating, it is highly probable that security researchers and threat actors will develop exploits in the near future.
Analyst Recommendation
Given the high-severity rating (CVSS 7.3) and the potential for remote code execution, this vulnerability poses a critical risk to the organization. Although it is not currently listed on the CISA KEV list, its impact warrants immediate attention. We strongly recommend that the vendor-supplied patches be prioritized and deployed on all affected assets without delay. If patching cannot be performed immediately, the compensating controls listed above must be implemented as an urgent interim measure while a patching schedule is finalized.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in Chanjet CRM up to 20251121
A vulnerability was detected in Chanjet CRM up to 20251121
Executive Summary:
A high-severity vulnerability has been identified in Chanjet CRM software, which could allow a remote attacker to bypass security controls and access sensitive information. Successful exploitation could lead to a significant data breach of customer and company data, or potentially allow the attacker to take control of the affected server. Organizations are urged to apply the vendor-provided security patches immediately to mitigate this critical risk.
Vulnerability Details
CVE-ID: CVE-2025-14189
Affected Software: Chanjet CRM
Affected Versions: All versions up to and including 20251121
Vulnerability: The vulnerability exists due to improper input validation within a core component of the Chanjet CRM application. A remote, unauthenticated attacker can send a specially crafted request to the application's API. This allows the attacker to execute arbitrary SQL queries, leading to an authentication bypass, extraction of sensitive data from the database, and potentially remote code execution on the underlying server.
Business Impact
This vulnerability poses a high risk to the organization, as reflected by its CVSS score of 7.3. Successful exploitation could lead to a severe data breach, exposing confidential customer information, sales data, and internal user credentials stored within the CRM. The consequences include significant reputational damage, loss of customer trust, potential regulatory fines for non-compliance with data protection laws, and financial losses. If an attacker achieves remote code execution, the compromised system could be used to disrupt business operations or as a foothold for further attacks into the corporate network.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor immediately across all affected systems. After patching, it is crucial to review server and application access logs for any signs of unauthorized access or suspicious activity that may have occurred prior to the update.
Proactive Monitoring: Implement enhanced monitoring on affected CRM servers. Security teams should look for unusual or malformed SQL queries in web server logs, a sudden increase in database error messages, and unexpected outbound network traffic from the CRM server. Monitor for unauthorized account creation or privilege escalation events within the application.
Compensating Controls: If immediate patching is not feasible, organizations should implement compensating controls as a temporary measure. This includes deploying a Web Application Firewall (WAF) with rules designed to block SQL injection attacks and restricting network access to the vulnerable application to only trusted IP addresses.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 7, 2025, there is no public proof-of-concept exploit code available, and there are no reports of this vulnerability being actively exploited in the wild. However, given the high severity and the nature of the vulnerability, it is highly probable that threat actors will develop exploits. Organizations should assume that exploitation is imminent and act accordingly.
Analyst Recommendation
Given the high severity (CVSS 7.3) of this vulnerability, we strongly recommend that organizations prioritize the immediate deployment of the vendor-supplied security updates. Although this CVE is not currently on the CISA KEV list, the potential for a complete compromise of sensitive customer data presents an unacceptable risk. The remediation plan should be executed without delay to protect the organization from data breaches, financial loss, and reputational harm.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in UGREEN DH2100+ up to 5
A security vulnerability has been detected in UGREEN DH2100+ up to 5
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A weakness has been identified in UGREEN DH2100+ up to 5
A weakness has been identified in UGREEN DH2100+ up to 5
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Out of bounds memory access in ANGLE in Google Chrome on Mac prior to 143
Out of bounds memory access in ANGLE in Google Chrome on Mac prior to 143
Executive Summary:
A high-severity vulnerability has been identified in the ANGLE graphics engine component of Google Chrome on macOS. This flaw, an out-of-bounds memory access, can be exploited by an attacker using a specially crafted web page to potentially execute arbitrary code on a user's system, leading to a full compromise of the affected machine. Due to confirmed active exploitation in the wild, immediate patching is critical to prevent data theft, malware installation, and further network intrusion.
Vulnerability Details
CVE-ID: CVE-2025-14174
Affected Software: Google Multiple Products
Affected Versions: Google Chrome on Mac prior to version 143
Vulnerability: The vulnerability is an out-of-bounds memory access flaw within ANGLE (Almost Native Graphics Layer Engine), a component used by Google Chrome to translate OpenGL ES calls to native desktop graphics APIs. An attacker can trigger this vulnerability by tricking a user into visiting a malicious or compromised website containing specially crafted graphics content. This action causes the application to read from or write to a memory location outside of the intended buffer, which can lead to information disclosure, a denial-of-service (browser crash), or, most critically, arbitrary code execution in the context of the logged-in user.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8. A successful exploit could have a significant negative impact on the organization. An attacker could execute malicious code on an employee's computer simply by having them visit a website, bypassing traditional perimeter defenses. This could lead to the theft of sensitive corporate data, intellectual property, employee credentials, or financial information. Furthermore, a compromised endpoint could be used as a beachhead for attackers to move laterally within the corporate network, install ransomware, or deploy persistent backdoors.
Remediation Plan
Immediate Action: All instances of Google Chrome on macOS endpoints must be updated to version 143 or later immediately. This is the most effective way to remediate the vulnerability. IT and security teams should verify patch deployment and monitor systems for any signs of post-patch exploitation attempts or indicators of a prior compromise by reviewing access and endpoint logs.
Proactive Monitoring: Security teams should actively monitor for indicators of compromise (IoCs) related to this vulnerability. This includes looking for unusual child processes spawned by the Chrome browser process on macOS, unexpected network connections from workstations to unknown IP addresses, and alerts from Endpoint Detection and Response (EDR) solutions related to memory corruption or browser-based exploits.
Compensating Controls: If immediate patching is not feasible, the following temporary controls can help reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 12, 2025, this vulnerability is confirmed to be actively exploited in the wild. Its inclusion in the CISA Known Exploited Vulnerabilities (KEV) catalog indicates a high likelihood of widespread and ongoing attacks by various threat actors. The deadline of January 1, 2026, for federal agencies to apply the patch underscores the critical nature of this flaw.
Analyst Recommendation
Given the high CVSS score of 8.8 and its status as a known exploited vulnerability (CISA KEV), this issue must be treated as a critical priority. We strongly recommend that all affected Google Chrome installations on macOS devices are patched immediately to version 143 or newer. The confirmed active exploitation of this vulnerability significantly increases the risk to the organization, and remediation efforts should be fast-tracked and completed well before the CISA KEV deadline to prevent a potential system compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Deadline: January 1, 2026
The FunnelKit - Funnel Builder for WooCommerce Checkout plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'opid' parameter...
The FunnelKit - Funnel Builder for WooCommerce Checkout plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'opid' parameter in all versions up to, and including, 3
Executive Summary:
A high-severity vulnerability has been identified in the FunnelKit - Funnel Builder plugin for WordPress. This flaw, a time-based blind SQL Injection, could allow an unauthenticated attacker to steal sensitive information from the website's database, such as user credentials, customer data, and other confidential business information, by sending specially crafted requests.
Vulnerability Details
CVE-ID: CVE-2025-14169
Affected Software: FunnelKit - Funnel Builder for WooCommerce Checkout
Affected Versions: All versions up to, and including, 3
Vulnerability: The vulnerability is a time-based blind SQL Injection that exists due to insufficient sanitization of user-supplied input in the 'opid' parameter. An attacker can inject malicious SQL queries that include time-delay functions (e.g., SLEEP() or BENCHMARK()). By measuring the server's response time, the attacker can infer the results of the query one character at a time, allowing for the gradual exfiltration of the entire database contents without generating direct error messages.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.5. Successful exploitation could lead to a significant data breach, compromising sensitive customer information, user credentials, and proprietary business data stored in the database. This could result in severe reputational damage, loss of customer trust, financial loss, and potential regulatory fines under data protection laws like GDPR or CCPA.
Remediation Plan
Immediate Action: Immediately update the "FunnelKit - Funnel Builder for WooCommerce Checkout" plugin to the latest available version (greater than version 3) to patch the vulnerability. If the plugin is not essential for business operations, consider deactivating and removing it to eliminate the attack surface entirely.
Proactive Monitoring: Monitor web server and Web Application Firewall (WAF) logs for suspicious requests targeting the application, specifically looking for SQL keywords like SLEEP, BENCHMARK, UNION, or SELECT within the 'opid' parameter. Monitor database logs for unusually long-running queries, which can be an indicator of a time-based blind SQL injection attack in progress.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with a robust ruleset configured to detect and block SQL injection attacks. Enforce the principle of least privilege for the database user connected to the WordPress application to limit the potential impact of a successful exploit.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 12, 2025, there are no known public exploits or active exploitation campaigns targeting this specific vulnerability. However, SQL injection is a well-understood vulnerability class, and attackers can develop proof-of-concept exploits relatively easily.
Analyst Recommendation
Given the high severity (CVSS 7.5) and the direct risk of a data breach, it is strongly recommended that organizations using the affected plugin apply the vendor-supplied patch immediately. Although this vulnerability is not currently listed on the CISA KEV catalog, the potential for sensitive data exfiltration presents a significant risk that requires urgent attention. A comprehensive review of all installed WordPress plugins should also be conducted to ensure they are necessary, up-to-date, and from reputable sources.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
The Fox LMS – WordPress LMS Plugin plugin for WordPress is vulnerable to privilege escalation in all versions up to, and including, 1.0.5.1. This is d...
The Fox LMS – WordPress LMS Plugin plugin for WordPress is vulnerable to privilege escalation in all versions up to, and including, 1.0.5.1. This is due to the plugin not properly validating the 'role' parameter when creating new users via the `/fox-lms/v1/payments/create-order` REST API endpoint. This makes it possible for unauthenticated attackers to create new user accounts with arbitrary roles, including administrator, leading to complete site compromise.
Executive Summary:
A critical privilege escalation vulnerability has been identified in The Fox LMS WordPress plugin. This flaw allows unauthenticated attackers to create new user accounts with arbitrary privileges, including administrator rights, by exploiting an improperly secured API endpoint. Successful exploitation results in a complete compromise of the affected WordPress site, granting the attacker full control over the website's content, user data, and underlying server functions.
Vulnerability Details
CVE-ID: CVE-2025-14156
Affected Software: The Fox LMS Multiple Products
Affected Versions: All versions up to, and including, 1.0.5.1
Vulnerability: The vulnerability exists within the /fox-lms/v1/payments/create-order REST API endpoint, which is accessible to unauthenticated users. The function responsible for creating a new user account as part of an order process fails to properly sanitize or validate the role parameter supplied in the request. An attacker can send a specially crafted POST request to this endpoint and include role=administrator in the request body, causing the plugin to create a new user with full administrative privileges on the WordPress site.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, reflecting the ease of exploitation and the maximum potential impact. A successful attack would grant an unauthorized individual complete control over the organization's website. The potential consequences include theft of sensitive customer or business data, website defacement, distribution of malware to visitors, loss of customer trust, and significant reputational damage. An attacker with administrative access could also pivot to attack other systems within the network, escalating the incident's scope and impact.
Remediation Plan
Immediate Action: Immediately update The Fox LMS plugin to the latest patched version on all WordPress instances. After patching, conduct a thorough review of all user accounts, particularly those with administrative privileges, to identify and remove any accounts created illegitimately by an attacker.
Proactive Monitoring: System administrators should actively monitor web server access logs for suspicious POST requests to the /fox-lms/v1/payments/create-order endpoint. Implement alerts for the creation of new user accounts, especially those assigned high-privilege roles like 'administrator'. Monitor for unexpected plugin installations, theme changes, or modifications to core WordPress files.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) rule to block or restrict access to the vulnerable /fox-lms/v1/payments/create-order API endpoint. Alternatively, if the functionality is not critical, consider temporarily disabling the plugin until it can be safely updated.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Dec 15, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the simplicity of the attack vector and the critical impact, it is highly probable that proof-of-concept exploits will be developed and used by threat actors in the near future. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Due to the critical CVSS score of 9.8 and the potential for complete system compromise by an unauthenticated attacker, this vulnerability requires immediate attention. We strongly recommend that all organizations using the affected versions of The Fox LMS plugin apply the vendor-supplied patch without delay. Furthermore, organizations should assume potential compromise and perform a security audit to check for unauthorized user accounts and other indicators of compromise outlined in the proactive monitoring section.
Update The Fox LMS Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: Tegsoft
PRODUCT: Online Support Application
AFFECTED_VERSIONS: V3 through 31122025
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A reflected cross-site scripting (XSS) vulnerability in the Tegsoft Online Support Application allows attackers to execute arbitrary scripts in a user's browser.
Executive Summary:
The Tegsoft Online Support Application is vulnerable to reflected XSS, which could allow attackers to execute malicious scripts against users of the platform.
Vulnerability Details
CVE-ID: CVE-2025-14320
Affected Software: Tegsoft Online Support Application
Affected Versions: V3 through 31122025
Vulnerability: The application fails to properly neutralize user-supplied input during web page generation, leading to a reflected XSS vulnerability. This allows an attacker to inject malicious JavaScript into a URL or request, which is then executed in the context of the victim's session.
Business Impact
A CVSS score of 9.8 indicates a critical risk, as XSS can be used to hijack user sessions, steal sensitive session cookies, or redirect users to malicious sites. This compromise can lead to full account takeover and unauthorized access to support data, resulting in significant reputational and operational harm.
Remediation Plan
Immediate Action: Consult the vendor for the latest security release or patch addressing input neutralization in the Online Support Application.
Proactive Monitoring: Monitor web server logs for suspicious URL parameters containing script tags or encoded characters typical of XSS payloads.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured with rules to detect and block common cross-site scripting attack patterns.
Exploitation Status
Public Exploit Available: Not specified
Analyst Notes: As of May 4, 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
Reflected XSS is a common but dangerous vector. Users of the Tegsoft Online Support Application should restrict access to the affected web interfaces until a patch is applied and verify that all user inputs are properly sanitized by the application framework.