A vulnerability was discovered in Awesome Miner thru 11
Description
A vulnerability was discovered in Awesome Miner thru 11
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 18466 vulnerabilities with AI analyst insights
A vulnerability was discovered in Awesome Miner thru 11
A vulnerability was discovered in Awesome Miner thru 11
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A reflected XSS vulnerability exists in CMSimple_XH 1
A reflected XSS vulnerability exists in CMSimple_XH 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An unauthenticated reflected cross-site scripting vulnerability in the query handling of CMSimpleXH allows remote attackers to inject and execute arbi...
An unauthenticated reflected cross-site scripting vulnerability in the query handling of CMSimpleXH allows remote attackers to inject and execute arbitrary JavaScript in a victim's browser via a crafted request (e
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Summer Pearl Group Vacation Rental Management Platform prior to 1
Summer Pearl Group Vacation Rental Management Platform prior to 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Server-Side Request Forgery (SSRF) vulnerability, achievable through an XML External Entity (XXE) injection, exists in MetInfo Content Management Sy...
A Server-Side Request Forgery (SSRF) vulnerability, achievable through an XML External Entity (XXE) injection, exists in MetInfo Content Management System (CMS) thru 8
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue in Eprosima Micro-XREC-DDS Agent v
An issue in Eprosima Micro-XREC-DDS Agent v
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue in Eprosima Micro-XREC-DDS Agent v
An issue in Eprosima Micro-XREC-DDS Agent v
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the abs.php component. The application fails to properly sanitize...
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the abs.php component. The application fails to properly sanitize usersupplied input in SQL queries, allowing an attacker to inject arbitrary SQL code. By manipulating the search field, an attacker can bypass authentication and gain unauthorized access to the system.
Update A SQL injection vulnerability exists in the Blood Bank Management System Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the cancel.php component. The application fails to properly saniti...
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the cancel.php component. The application fails to properly sanitize user-supplied input in SQL queries, allowing an attacker to inject arbitrary SQL code. By manipulating the search field, an attacker can bypass authentication and gain unauthorized access to the system.
Executive Summary:
A critical vulnerability has been identified in the Blood Bank Management System, which allows an unauthenticated attacker to bypass security controls and gain full access to the system. This SQL injection flaw can be easily exploited through a web-facing component, posing a severe risk of data theft, manipulation of sensitive records, and disruption of critical operations. Immediate patching is required to prevent a potential compromise.
Vulnerability Details
CVE-ID: CVE-2025-63532
Affected Software: Blood Bank Management System
Affected Versions: 1.0
Vulnerability:
This vulnerability is a classic SQL injection flaw located in the cancel.php component of the application. The system fails to properly sanitize or validate user-supplied input that is passed to the search field. An unauthenticated remote attacker can inject malicious SQL commands into this field, which are then executed directly by the backend database. By crafting a specific payload (e.g., ' OR '1'='1' --), an attacker can manipulate the SQL query's logic to bypass authentication mechanisms, granting them unauthorized administrative access to the application and its underlying database.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.6. Successful exploitation by an unauthenticated attacker could have devastating consequences for the organization. An attacker could gain complete control over the database, leading to the unauthorized disclosure (confidentiality), modification (integrity), or deletion (availability) of sensitive data, including patient information, donor records, and blood inventory. This could result in severe operational disruptions, significant reputational damage, and potential regulatory fines for non-compliance with data protection standards like HIPAA.
Remediation Plan
Immediate Action:
Immediately update the affected Blood Bank Management System to the latest version provided by the vendor to patch this vulnerability. After patching, it is crucial to monitor for any signs of post-remediation exploitation attempts and thoroughly review historical access logs for indicators of a prior compromise.
Proactive Monitoring:
Implement enhanced monitoring of web server and database logs. Specifically, look for suspicious requests to cancel.php containing SQL syntax such as single quotes ('), comment characters (--, #), or keywords like UNION, SELECT, and OR. A Web Application Firewall (WAF) should be configured with rules to detect and block common SQL injection attack patterns.
Compensating Controls:
If immediate patching is not feasible, implement the following compensating controls to reduce risk:
cancel.php component.cancel.php functionality is not essential, consider disabling or removing the file from the web server until a patch can be applied.Exploitation Status
Public Exploit Available: false
Analyst Notes:
As of December 1, 2025, there is no known public exploit code or active exploitation in the wild targeting this vulnerability. However, SQL injection vulnerabilities are trivial to exploit once discovered. Threat actors are highly likely to develop and deploy exploits for this flaw rapidly due to its critical impact and the low complexity of the attack.
Analyst Recommendation
Given the critical CVSS score of 9.6 and the ability for an unauthenticated attacker to gain complete system access, this vulnerability represents a severe and immediate threat. Although this vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, its severity warrants an emergency-level response. We strongly recommend that all organizations using the Blood Bank Management System 1.0 prioritize applying the vendor-supplied patch immediately. In addition, implement the recommended monitoring and compensating controls to protect against potential attacks and detect any historical compromise.
Update A SQL injection vulnerability exists in the Blood Bank Management System Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the receiverLogin.php component. The application fails to properly...
A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the receiverLogin.php component. The application fails to properly sanitize user-supplied input in SQL queries, allowing an attacker to inject arbitrary SQL code. By manipulating the remail and rpassword fields, an attacker can bypass authentication and gain unauthorized access to the system.
Executive Summary:
A critical SQL injection vulnerability has been identified in the Blood Bank Management System, assigned CVE-2025-63531 with the highest possible CVSS score of 10.0. This flaw allows an unauthenticated attacker to bypass login controls and gain complete, unauthorized access to the system and its sensitive data. Due to the critical nature and ease of exploitation, immediate remediation is required to prevent a potential data breach.
Vulnerability Details
CVE-ID: CVE-2025-63531
Affected Software: Blood Bank Management System
Affected Versions: 1.0
Vulnerability: The vulnerability is a classic SQL injection located in the receiverLogin.php component of the application. The system fails to properly validate or sanitize the remail and rpassword parameters before using them in a database query. An unauthenticated attacker can submit specially crafted input, such as ' OR '1'='1' --, in these fields to manipulate the SQL query's logic, causing the authentication check to always evaluate as true and granting them access without valid credentials.
Business Impact
This vulnerability is of critical severity with a CVSS score of 10.0. Successful exploitation would grant an attacker unauthorized administrative access to the Blood Bank Management System. This could lead to a severe data breach, including the exposure of sensitive patient information, blood donor records, and inventory data. The potential consequences include significant regulatory fines (e.g., HIPAA), reputational damage, loss of public trust, and disruption of critical healthcare operations.
Remediation Plan
Immediate Action: Immediately apply the security update provided by the vendor to patch the vulnerability. Update the Blood Bank Management System to the latest version to ensure the SQL injection flaw is corrected. After patching, review system access logs for any signs of unauthorized logins or suspicious activity originating prior to the update.
Proactive Monitoring: Implement enhanced logging and monitoring of the web server hosting the application. Specifically, monitor for web requests to the receiverLogin.php page containing common SQL injection syntax (e.g., ', --, UNION, SELECT, OR 1=1) in the remail and rpassword parameters. Alert on multiple failed login attempts followed by a successful login from the same IP address, which could indicate a successful bypass.
Compensating Controls: If patching cannot be performed immediately, deploy a Web Application Firewall (WAF) and configure it with rulesets designed to detect and block SQL injection attacks. Restrict network access to the application's login interface, allowing connections only from trusted IP addresses or internal networks until the patch can be applied.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of Dec 1, 2025, this vulnerability has been publicly disclosed. While there are no confirmed reports of widespread active exploitation, the technique to exploit this type of SQL injection is trivial and well-known. Proof-of-concept exploit code can be easily developed, and organizations should assume that attackers will begin targeting vulnerable systems imminently.
Analyst Recommendation
Given the critical CVSS score of 10.0 and the simplicity of exploitation, this vulnerability poses an immediate and severe risk to the organization. We strongly recommend that the vendor-supplied patch be applied on an emergency basis. Although this CVE is not currently listed on the CISA KEV list, its critical impact on a system managing sensitive health data warrants urgent and prioritized action. If patching is delayed, the implementation of compensating controls, such as a WAF, should be considered a mandatory temporary measure.
Update A SQL injection vulnerability exists in the Blood Bank Management System Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System within the abs
A cross-site scripting (XSS) vulnerability exists in the Blood Bank Management System within the abs
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue was discovered in Blood Bank Management System 1.0 allowing authenticated attackers to perform actions with escalated privileges via crafted...
An issue was discovered in Blood Bank Management System 1.0 allowing authenticated attackers to perform actions with escalated privileges via crafted request to delete.php.
Executive Summary:
A critical privilege escalation vulnerability has been identified in the Blood Bank Management System. This flaw allows an authenticated but potentially low-privileged attacker to perform unauthorized actions, such as deleting critical records, by sending a specially crafted request. Successful exploitation could lead to severe data loss, disruption of essential healthcare services, and compromise of sensitive information.
Vulnerability Details
CVE-ID: CVE-2025-63525
Affected Software: An issue was discovered in Blood Bank Management System Multiple Products
Affected Versions: Version 1.0
Vulnerability: The vulnerability exists within the delete.php component of the Blood Bank Management System. The application fails to properly verify if a user has the necessary permissions to perform a delete action. An authenticated attacker, regardless of their assigned privilege level, can craft a direct HTTP request to the delete.php endpoint to delete arbitrary records, an action that should be restricted to administrative users.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.6. Exploitation could have a devastating impact on business and operational continuity. An attacker could maliciously delete vital records, including donor information, blood inventory levels, and patient data. This could lead to the disruption of critical medical services, potential patient harm, significant data integrity loss, severe reputational damage, and potential regulatory penalties for non-compliance with data protection standards like HIPAA.
Remediation Plan
Immediate Action: Immediately apply the security update provided by the vendor to upgrade the Blood Bank Management System to the latest version, which addresses this vulnerability. After patching, review application and web server access logs for any signs of unauthorized deletion attempts that may have occurred prior to remediation.
Proactive Monitoring: Implement continuous monitoring of web server and application logs. Specifically, create alerts for any direct POST or GET requests to delete.php, especially if they originate from non-administrative user accounts or involve unusual patterns. Monitor for a high volume of deletion operations that deviate from normal operational baselines.
Compensating Controls: If immediate patching is not feasible, implement the following controls:
delete.php that do not originate from a known administrative user session or IP address.delete.php if it is not critical for immediate operations, until a patch can be applied.Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date, December 1, 2025, there are no known public exploits or reports of this vulnerability being actively exploited in the wild. However, due to the critical severity and the simplicity of exploitation, it is highly probable that threat actors will develop and utilize an exploit in the near future.
Analyst Recommendation
Given the critical CVSS score of 9.6 and the sensitive nature of the affected system, this vulnerability poses a significant and immediate risk. We strongly recommend that organizations prioritize the deployment of the vendor-supplied patch across all affected systems without delay. Although this CVE is not currently on the CISA KEV list, its potential impact on critical healthcare operations warrants treating it with the highest urgency. Implement the recommended compensating controls and monitoring to reduce the attack surface until patching is complete.
Update An issue was discovered in Blood Bank Management System Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Totolink LR350 v9
Totolink LR350 v9
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Totolink LR350 v9
Totolink LR350 v9
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Totolink LR350 v9
Totolink LR350 v9
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Totolink LR350 v9
Totolink LR350 v9
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Tenda AX-3 v16
Tenda AX-3 v16
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/contact.php.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/contact.php.
Executive Summary:
A critical SQL Injection vulnerability, identified as CVE-2025-63453, has been discovered in Car-Booking-System-PHP version 1.0. This flaw allows an unauthenticated attacker to execute arbitrary commands on the underlying database, potentially leading to a complete compromise of the system, data theft of sensitive customer information, and operational disruption. Organizations using the affected software are at high risk and should take immediate action to mitigate this threat.
Vulnerability Details
CVE-ID: CVE-2025-63453
Affected Software: Unknown Multiple Products (Specifically Car-Booking-System-PHP)
Affected Versions: Car-Booking-System-PHP v.1.0. See vendor advisory for other potentially affected products.
Vulnerability: The vulnerability is a classic SQL Injection flaw located in the /carlux/contact.php file of the application. An attacker can exploit this by sending specially crafted SQL queries through user-supplied input fields on the contact page. Because the application fails to properly sanitize this input, the malicious queries are executed directly by the database, allowing the attacker to bypass security mechanisms and interact with the database without authorization. This could enable an attacker to read, modify, or delete sensitive data, escalate privileges, and potentially gain command execution on the underlying server.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, posing a significant and immediate threat to the business. Successful exploitation could lead to a severe data breach, exposing sensitive customer personally identifiable information (PII), booking details, and potentially payment information. The consequences include major financial loss, severe reputational damage, loss of customer trust, and potential legal and regulatory penalties. Furthermore, an attacker could manipulate or delete data, causing significant disruption to business operations that rely on the car booking system.
Remediation Plan
Immediate Action: The primary remediation is to update all instances of the affected software to the latest version as recommended by the vendor. Prioritize patching for all internet-facing systems. In parallel, security teams should immediately begin monitoring for signs of exploitation by reviewing web server and database access logs for suspicious activity targeting the /carlux/contact.php endpoint.
Proactive Monitoring: Implement enhanced monitoring focused on the vulnerable component. Security teams should look for the following indicators in web server logs:
/carlux/contact.php containing SQL keywords such as SELECT, UNION, DROP, --, or other database-specific commands.Compensating Controls: If immediate patching is not feasible, implement the following compensating controls to reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 3, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, due to the ease of exploitation and the critical CVSS score of 9.8, it is highly probable that threat actors will develop and release an exploit in the near future. The ambiguity of "Unknown Multiple Products" makes asset discovery a critical first step for remediation.
Analyst Recommendation
Given the critical severity (CVSS 9.8) of this vulnerability, we strongly recommend immediate and decisive action. Organizations must prioritize the identification of all systems running the vulnerable Car-Booking-System-PHP software and apply the necessary updates without delay. Although this CVE is not currently listed on the CISA KEV list, its high impact score makes it a prime candidate for future inclusion. If patching cannot be performed immediately, the implementation of a WAF and other compensating controls should be treated as an urgent priority to mitigate the risk of a potentially devastating system compromise and data breach.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/forgot-pass.php.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/forgot-pass.php.
Executive Summary:
A critical SQL Injection vulnerability, identified as CVE-2025-63452, has been discovered in Car-Booking-System-PHP v.1.0, which may be a component in multiple products. This flaw allows an unauthenticated attacker to execute arbitrary SQL commands against the application's database, potentially leading to a complete compromise of sensitive data, including user credentials and personal information.
Vulnerability Details
CVE-ID: CVE-2025-63452
Affected Software: Unknown Multiple Products (Note: The description specifies "Car-Booking-System-PHP")
Affected Versions: Car-Booking-System-PHP v.1.0. See vendor advisory for specific affected versions of other products.
Vulnerability: This vulnerability is a classic SQL Injection flaw located in the /carlux/forgot-pass.php script. An unauthenticated remote attacker can exploit this by sending specially crafted input, likely through a form field on the password reset page. Because the application fails to properly sanitize this user-supplied input before using it in a database query, the attacker can inject malicious SQL commands to manipulate the query's logic, bypass security controls, and interact directly with the database.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.4. Successful exploitation could have a severe and direct impact on the business. An attacker could exfiltrate the entire database, leading to a major data breach of sensitive customer information, user credentials, and booking details. This could result in significant reputational damage, loss of customer trust, regulatory fines (e.g., GDPR, CCPA), and financial losses associated with incident response and potential fraud. If the database service account has excessive privileges, the attacker could potentially escalate their attack to compromise the underlying server.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor. Organizations must identify all instances of the affected software and update the Unknown Multiple Products to the latest version. In parallel, security teams should immediately begin monitoring for exploitation attempts and review historical access logs for any signs of compromise targeting the vulnerable file.
Proactive Monitoring: Monitor web server and application logs for suspicious requests to the /carlux/forgot-pass.php endpoint. Specifically, look for common SQL injection payloads (e.g., single quotes, UNION SELECT, --, SLEEP()) in the parameters of POST or GET requests. A Web Application Firewall (WAF) should be configured to detect and block SQL injection attack patterns.
Compensating Controls: If patching is not immediately feasible, implement the following controls to mitigate risk:
/carlux/forgot-pass.php script.Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 3, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, SQL injection is a well-understood vulnerability class, and proof-of-concept exploits can be developed with minimal effort. The ambiguity between the specific PHP system and the "Multiple Products" designation means organizations must perform thorough asset discovery to identify all potentially vulnerable systems.
Analyst Recommendation
Given the critical CVSS score of 9.4 and the potential for a complete data compromise from an unauthenticated attacker, this vulnerability requires immediate attention. We strongly recommend that organizations prioritize identifying and patching all affected systems without delay. Although this CVE is not currently listed on the CISA KEV catalog, its high severity and the ease of exploitation make it a prime target for opportunistic attackers. If patching is delayed, compensating controls such as WAF rules must be implemented as an urgent interim measure.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/sign-in.php.
Car-Booking-System-PHP v.1.0 is vulnerable to SQL Injection in /carlux/sign-in.php.
Executive Summary:
A critical SQL Injection vulnerability, identified as CVE-2025-63451, has been discovered in the Car-Booking-System-PHP component. This flaw allows an unauthenticated attacker to execute malicious database commands through the sign-in page, potentially leading to a complete compromise of the system, theft of sensitive user data, and unauthorized access to the application.
Vulnerability Details
CVE-ID: CVE-2025-63451
Affected Software: Unknown Multiple Products
Affected Versions: The specific vulnerable component is Car-Booking-System-PHP v.1.0. See vendor advisory for specific products that incorporate this component.
Vulnerability: This vulnerability is a classic SQL Injection that exists in the /carlux/sign-in.php script. The application fails to properly sanitize user-supplied input, likely within the username or password fields on the login form. An unauthenticated remote attacker can submit specially crafted SQL statements to these fields, which are then executed directly by the backend database. Successful exploitation could allow an attacker to bypass authentication, exfiltrate the entire contents of the database (including user credentials, personal information, and booking data), modify or delete data, and in some configurations, achieve remote code execution on the underlying server.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, posing a significant and immediate threat to the organization. Successful exploitation could lead to a severe data breach, exposing sensitive customer and business information. The potential consequences include major financial losses from fraud or remediation costs, severe reputational damage, loss of customer trust, and potential regulatory fines for non-compliance with data protection standards. A full system compromise could also lead to prolonged operational downtime and disruption of business services.
Remediation Plan
Immediate Action: Organizations must immediately identify all systems running the vulnerable Car-Booking-System-PHP component and apply the patches provided by the vendor. The primary remediation is to update all affected products to the latest secure version. After patching, monitor systems for any signs of post-compromise activity and review historical access logs for indicators of exploitation attempts.
Proactive Monitoring: Implement enhanced monitoring of web server and database logs. Specifically, scrutinize requests to /carlux/sign-in.php for common SQL injection patterns (e.g., UNION, SELECT, ' OR '1'='1') and malformed queries in database logs. Configure Intrusion Detection/Prevention Systems (IDS/IPS) and Web Application Firewalls (WAF) to alert on and block SQL injection signatures targeting the affected path.
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 November 3, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, given the simplicity of exploiting SQL injection flaws and the critical CVSS score, it is highly probable that threat actors will develop and deploy exploits rapidly.
Analyst Recommendation
Given the critical severity (CVSS 9.8) of this vulnerability, we recommend immediate and decisive action. Although this vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, its potential for complete system compromise by an unauthenticated attacker makes it a top-tier threat. Organizations must prioritize the immediate identification of all affected assets and apply the vendor-supplied updates without delay. If patching is delayed, compensating controls such as a WAF must be implemented as a matter of urgency to prevent a potentially catastrophic security breach.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Open Source Social Network (OSSN) 8
Open Source Social Network (OSSN) 8
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The update mechanism in Xtooltech Xtool AnyScan Android Application 4
The update mechanism in Xtooltech Xtool AnyScan Android Application 4
Executive Summary:
A high-severity vulnerability has been identified in the update mechanism of the Xtooltech Xtool AnyScan Android Application. An attacker could exploit this flaw over the network to deliver a malicious update, potentially allowing them to execute arbitrary code and take control of the application and sensitive data on the affected device.
Vulnerability Details
CVE-ID: CVE-2025-63434
Affected Software: Xtooltech Xtool AnyScan Android Application
Affected Versions: Version 4. See vendor advisory for specific affected versions.
Vulnerability: The vulnerability exists within the application's software update process. The mechanism fails to properly validate the authenticity and integrity of the update package before installation. An attacker positioned on the same network as the user (e.g., public Wi-Fi) could perform a Man-in-the-Middle (MitM) attack to intercept the update request and respond with a malicious software package disguised as a legitimate update. Because the application does not verify the package's digital signature, it will proceed to install the malicious code, leading to arbitrary code execution with the permissions of the application.
Business Impact
This is a high-severity vulnerability with a CVSS score of 8.8. Successful exploitation could lead to a significant compromise of the mobile device. Potential consequences include the theft of sensitive data stored on the device or processed by the application, installation of spyware or ransomware, and using the compromised device as a pivot point to attack the broader corporate network. This poses a direct risk to data confidentiality and integrity, and could result in financial loss, operational disruption, and reputational damage.
Remediation Plan
Immediate Action: Apply vendor security updates immediately. The patch should be downloaded from the official Google Play Store or directly from the vendor's trusted website to ensure its authenticity. After patching, monitor for any signs of prior exploitation by reviewing application and network access logs for suspicious activity.
Proactive Monitoring: Security teams should monitor network traffic from devices running this application for connections to unusual or non-vendor-controlled domains. Review device logs for unexpected application behavior, crashes, or unauthorized permission changes. Utilize Mobile Threat Defense (MTD) solutions to detect malicious processes or network connections originating from the device.
Compensating Controls: If immediate patching is not feasible, restrict the application's ability to connect to the internet using a Mobile Device Management (MDM) policy or firewall rules to prevent it from initiating the vulnerable update check. Instruct users to avoid using the application on untrusted networks, such as public Wi-Fi hotspots, where Man-in-the-Middle attacks are more easily executed.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 24, 2025, there are no known public exploits or reports of active exploitation in the wild for this vulnerability. The CISA KEV status is "No," indicating it is not currently known to be actively exploited. However, due to the high CVSS score and the relative simplicity of exploiting insecure update mechanisms, threat actors are likely to develop exploit code in the near future.
Analyst Recommendation
Given the high severity (CVSS 8.8) and the potential for complete device compromise, it is strongly recommended that organizations prioritize the immediate patching of this vulnerability. All instances of the Xtooltech Xtool AnyScan Android Application should be identified and updated to the latest version without delay. Although there is no current evidence of active exploitation, the risk is significant, and proactive remediation is the most effective strategy to prevent a potential security incident.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Each Italy Wireless Mini Router WIRELESS-N 300M v28K
Each Italy Wireless Mini Router WIRELESS-N 300M v28K
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Incorrect access control in the Web management interface in Each Italy Wireless Mini Router WIRELESS-N 300M v28K
Incorrect access control in the Web management interface in Each Italy Wireless Mini Router WIRELESS-N 300M v28K
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue in filosoft Comerc
An issue in filosoft Comerc
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Stored Cross-Site Scripting (XSS) vulnerability in the chat functionality of the SelfBest platform 2023
A Stored Cross-Site Scripting (XSS) vulnerability in the chat functionality of the SelfBest platform 2023
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Path Traversal vulnerability in the Allsky WebUI version v2024.12.06_06 allows an unauthenticated remote attacker to achieve arbitrary command execu...
A Path Traversal vulnerability in the Allsky WebUI version v2024.12.06_06 allows an unauthenticated remote attacker to achieve arbitrary command execution. By sending a crafted HTTP request to the /html/execute.php endpoint with a malicious payload in the id parameter, an attacker can execute arbitrary commands on the underlying operating system, leading to full remote code execution (RCE).
Executive Summary:
A critical remote code execution vulnerability has been identified in the Allsky WebUI software. This flaw allows an unauthenticated attacker on the network to take complete control of the underlying system by sending a specially crafted web request, posing a severe risk of data theft, system compromise, and further network intrusion.
Vulnerability Details
CVE-ID: CVE-2025-63414
Affected Software: Allsky WebUI
Affected Versions: v2024.12.06_06 and potentially prior versions. See vendor advisory for a complete list.
Vulnerability: The vulnerability is a path traversal flaw within the /html/execute.php endpoint. An unauthenticated remote attacker can manipulate the id parameter in an HTTP request to include path traversal sequences (e.g., ../). This allows the attacker to break out of the intended directory and execute arbitrary commands on the server with the privileges of the web server's user account, resulting in full remote code execution (RCE).
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 10, representing the highest possible risk. Successful exploitation would grant an attacker complete control over the affected server, leading to a total loss of confidentiality, integrity, and availability. Potential consequences include theft of sensitive data, deployment of ransomware, destruction of system data, and the use of the compromised system as a pivot point to attack other internal network resources.
Remediation Plan
Immediate Action: Immediately update the Allsky WebUI to the latest version provided by the vendor, which addresses this vulnerability. After patching, it is crucial to review access logs for any signs of prior exploitation attempts.
Proactive Monitoring: Security teams should monitor web server access logs for HTTP requests to the /html/execute.php endpoint. Specifically, look for requests where the id parameter contains path traversal characters such as ../, ..%2f, or other URL-encoded variants. Monitor for unusual processes being spawned by the web server user (e.g., www-data, apache) and unexpected outbound network connections from the server.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules to block requests containing path traversal patterns targeting the execute.php endpoint. Restrict network access to the Allsky WebUI to only trusted IP addresses and consider disabling the service if it is not business-critical.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date, December 16, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the critical CVSS score of 10 and the fact that this vulnerability can be exploited by an unauthenticated attacker with low complexity, immediate remediation is strongly recommended. Organizations must prioritize applying the vendor-supplied patch to all affected systems. Although there is no evidence of active exploitation at this time, vulnerabilities of this severity are prime targets for threat actors, and a public exploit is likely to be developed quickly.
Update A Path Traversal vulnerability in the Allsky WebUI version Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Privilege escalation and improper access control in GCOM EPON 1GE C00R371V00B01 allows remote authenticated users to modify administrator only setting...
Privilege escalation and improper access control in GCOM EPON 1GE C00R371V00B01 allows remote authenticated users to modify administrator only settings and extract administrator credentials
Update to patched version immediately. Review user permissions and access controls.
An issue in Intermesh BV GroupOffice vulnerable before v
An issue in Intermesh BV GroupOffice vulnerable before v
Executive Summary:
A high-severity vulnerability has been identified in Intermesh BV GroupOffice, posing a significant risk to affected systems. An unauthenticated remote attacker could exploit this flaw to execute arbitrary code, potentially leading to a complete system compromise, data theft, and service disruption. Organizations are urged to apply the vendor-provided security patches immediately to mitigate this critical threat.
Vulnerability Details
CVE-ID: CVE-2025-63406
Affected Software: Intermesh BV GroupOffice
Affected Versions: See vendor advisory for specific affected versions. All versions prior to the patched releases are considered vulnerable.
Vulnerability: This vulnerability is a critical flaw that allows for unauthenticated remote code execution (RCE). The issue stems from an improper input validation weakness in a core component of the application's API. An attacker can send a specially crafted HTTP request containing malicious code to a vulnerable GroupOffice instance, which the server then executes with the permissions of the web server user. Successful exploitation does not require any authentication or user interaction.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8, reflecting the severe potential impact on business operations. Successful exploitation could lead to a complete compromise of the server hosting GroupOffice, resulting in a significant data breach of sensitive information such as emails, contacts, calendars, and files. Further business risks include operational disruption if the service is rendered unavailable, reputational damage from a public breach, and the potential for the compromised server to be used as a pivot point for further attacks into the internal network.
Remediation Plan
Immediate Action: Apply vendor security updates immediately. Prioritize patching for all internet-facing GroupOffice instances. After patching, it is crucial to monitor for any signs of exploitation attempts that may have occurred prior to the update and review system and application access logs for indicators of compromise.
Proactive Monitoring: Security teams should actively monitor web server access logs for unusual or malformed requests to API endpoints. Implement enhanced monitoring on affected servers for suspicious outbound network connections, unexpected running processes, or the creation of unauthorized files in web-accessible directories. Utilize endpoint detection and response (EDR) tools to detect anomalous process behavior originating from the web server.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 14, 2025, there is no known 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 relative simplicity of exploiting such flaws, it is highly probable that security researchers and threat actors will develop exploit code in the near future. Organizations should anticipate that scanning for vulnerable instances will begin shortly.
Analyst Recommendation
Given the High severity (CVSS 8.8) of this unauthenticated remote code execution vulnerability, we strongly recommend that organizations treat this as a critical priority. Although this CVE is not currently listed on the CISA KEV list, its severity warrants immediate action. All available patches for Intermesh BV GroupOffice must be applied within an emergency change window to prevent potential system compromise and data exfiltration.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An authentication bypass vulnerability exists in Open-WebUI <=0
An authentication bypass vulnerability exists in Open-WebUI <=0
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Dify v1
Dify v1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Articentgroup Zip Rar Extractor Tool 1
Articentgroup Zip Rar Extractor Tool 1
---METADATA---
VENDOR: Articentgroup
PRODUCT: Zip Rar Extractor Tool
AFFECTED_VERSIONS: Version 1
---END_METADATA---
Description Summary:
The Articentgroup Zip Rar Extractor Tool 1 contains a vulnerability that could be exploited during the extraction of compressed files. This flaw affects the core file handling logic of the utility.
Executive Summary:
A high-severity vulnerability in the Articentgroup Zip Rar Extractor Tool could allow an attacker to compromise a system when a user extracts a specially crafted archive file.
Vulnerability Details
CVE-ID: CVE-2025-63372
Affected Software: Articentgroup Zip Rar Extractor Tool
Affected Versions: Version 1
Vulnerability: The vulnerability exists in the Articentgroup Zip Rar Extractor Tool 1. Given the nature of archive utilities, this likely involves a path traversal or buffer overflow vulnerability that can be triggered by an unauthenticated attacker providing a malicious ZIP or RAR file for extraction.
Business Impact
Exploitation of this vulnerability could lead to arbitrary code execution or the overwriting of critical system files. With a CVSS score of 7.5, the risk is High; a successful attack could result in full system compromise, data loss, and the introduction of malware into the corporate environment via common file-sharing vectors.
Remediation Plan
Immediate Action: Users should stop using version 1 of the Articentgroup Zip Rar Extractor Tool and update to a patched version or migrate to a more secure alternative immediately.
Proactive Monitoring: Use endpoint detection and response (EDR) tools to monitor for suspicious child processes spawned by file extraction utilities.
Compensating Controls: Implement email and web filters to block the transmission of archive files from untrusted sources and utilize sandboxing for file extraction tasks.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of February 5, 2026, there is no public information indicating active exploitation. Archive-based vulnerabilities are frequently used in phishing campaigns, making this tool a significant vector for initial access into a network.
Analyst Recommendation
Due to the High CVSS score and the potential for remote code execution, organizations should immediately remove or update the Articentgroup Zip Rar Extractor Tool. Employee awareness regarding the dangers of extracting files from unknown sources should also be reinforced.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Milos Paripovic OneCommander 3
Milos Paripovic OneCommander 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SoftSea EPUB File Reader 1
SoftSea EPUB File Reader 1
Executive Summary:
A high-severity vulnerability has been identified in the SoftSea EPUB File Reader, which could allow an attacker to execute arbitrary code on an affected system. Successful exploitation requires an attacker to convince a user to open a specially crafted EPUB file, potentially leading to a full system compromise, data theft, or malware installation.
Vulnerability Details
CVE-ID: CVE-2025-63365
Affected Software: SoftSea EPUB File Reader
Affected Versions: Version 1. See vendor advisory for specific affected versions.
Vulnerability: This vulnerability is a stack-based buffer overflow within the EPUB file parsing component of the SoftSea EPUB File Reader. An attacker can craft a malicious EPUB file with specific metadata that, when opened by a user, causes the application to write data beyond the boundaries of a fixed-length buffer on the stack. This overwrite can corrupt adjacent memory, including the function's return address, allowing the attacker to hijack the program's execution flow and run arbitrary code with the privileges of the logged-in user.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.1. If exploited, an attacker could gain control over an employee's workstation, establishing a foothold within the corporate network. Potential consequences include the theft of sensitive corporate or personal data, installation of persistent malware like ransomware or spyware, and disruption of business operations. A successful attack could lead to significant financial loss, regulatory penalties, and reputational damage.
Remediation Plan
Immediate Action: The primary remediation is to apply the vendor-supplied security updates to all affected instances of the SoftSea EPUB File Reader immediately. Organizations should first identify all systems where the vulnerable software is installed and then deploy the patch through centralized software management systems.
Proactive Monitoring: Security teams should monitor for indicators of compromise related to this vulnerability. This includes observing endpoint logs for suspicious child processes spawning from the EPUBReader.exe process, monitoring for unusual outbound network connections from workstations running the software, and creating detection rules in EDR/SIEM solutions to alert on the download or opening of EPUB files from untrusted sources.
Compensating Controls: If immediate patching is not feasible, organizations can implement compensating controls to reduce risk. These include using application whitelisting to prevent the EPUB reader from executing, restricting users from downloading or opening EPUB files from the internet, and providing user awareness training on the dangers of opening unsolicited email attachments.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date of December 1, 2025, there are no known public proof-of-concept exploits for this vulnerability, and no active exploitation has been observed in the wild. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the high severity rating and the potential for arbitrary code execution, this vulnerability poses a significant risk. Although there is no evidence of active exploitation at this time, threat actors are known to rapidly develop exploits for such vulnerabilities. We strongly recommend that organizations prioritize the identification and patching of all vulnerable systems to mitigate the risk of a future compromise.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH (B) Serial to Ethernet/Wi-Fi Gateway Firmware V3
A lack of Management Frame Protection in Waveshare RS232/485 TO WIFI ETH (B) Serial to Ethernet/Wi-Fi Gateway Firmware V3
A static password reset token in the password reset function of DDSN Interactive Acora CMS v10.7.1 allows attackers to arbitrarily reset the user pass...
A static password reset token in the password reset function of DDSN Interactive Acora CMS v10.7.1 allows attackers to arbitrarily reset the user password and execute a full account takeover via a replay attack.
Executive Summary:
A critical vulnerability has been identified in DDSN Interactive Acora CMS, which allows an attacker to easily take over any user account. The flaw stems from a predictable (static) password reset token, enabling unauthorized individuals to reset any user's password, including administrators, and gain complete control of the system. This presents a severe risk of data breach, website defacement, and further system compromise.
Vulnerability Details
CVE-ID: CVE-2025-63314
Affected Software: DDSN Interactive Acora CMS
Affected Versions: Version 10.7.1 is confirmed vulnerable. See vendor advisory for a complete list of affected versions.
Vulnerability: The password reset mechanism in the affected software utilizes a static, predictable token. An attacker can initiate a password reset request for a target user account and then submit a password change request using this known static token. Because the token does not change and is not unique to the user or session, the system validates the request, allowing the attacker to set a new password for the account and achieve a full account takeover.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 10.0. Successful exploitation grants an attacker complete control over any user account, including those with administrative privileges. The potential consequences include unauthorized access to and exfiltration of sensitive data stored within the CMS, website defacement, distribution of malware through the compromised site, and using the server as a pivot point for further attacks on the internal network. This can lead to severe reputational damage, financial loss, and potential regulatory fines.
Remediation Plan
Immediate Action: Immediately apply the security update provided by the vendor to patch the vulnerability. Organizations should upgrade all instances of DDSN Interactive Acora CMS to the latest secure version. After patching, it is crucial to review access logs for any signs of suspicious activity or unauthorized account access.
Proactive Monitoring: Security teams should actively monitor for indicators of compromise. This includes looking for an unusual volume of password reset requests originating from a single IP address or targeting multiple accounts sequentially. Additionally, review audit logs for unexpected password changes, logins from unfamiliar locations, or unauthorized content modifications.
Compensating Controls: If immediate patching is not feasible, consider implementing temporary mitigating controls. These may include disabling the self-service password reset feature, restricting access to the administrative interface to trusted IP addresses only, and enforcing mandatory multi-factor authentication (MFA) for all users, especially administrators, as this may prevent a takeover even if a password is reset.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date, Jan 12, 2026, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the critical impact and the simplicity of exploitation (replay attack), it is highly probable that a functional exploit will be developed and used by threat actors in the near future.
Analyst Recommendation
Given the critical CVSS score of 10.0, this vulnerability represents a direct and immediate threat to the confidentiality, integrity, and availability of the affected system. We strongly recommend that all organizations using DDSN Interactive Acora CMS treat this as a top-priority security issue and apply the vendor-supplied patches without delay. Although this CVE is not currently on the CISA KEV list, its severity makes it a prime candidate for future inclusion and an attractive target for attackers. Immediate remediation is essential to prevent a full system compromise.
Update A static password reset token in the password reset function of DDSN Interactive Acora CMS Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
alexusmai laravel-file-manager 3
alexusmai laravel-file-manager 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A path traversal vulnerability was identified in SourceCodester Pet Grooming Management System 1
A path traversal vulnerability was identified in SourceCodester Pet Grooming Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was found in D-Link DIR-815 1
A vulnerability was found in D-Link DIR-815 1
---METADATA---
VENDOR: D-Link
PRODUCT: DIR-815
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been discovered in the D-Link DIR-815 router, posing a risk of potential unauthorized access.
Executive Summary:
A high-severity vulnerability in the D-Link DIR-815 router requires immediate attention to prevent potential exploitation and unauthorized access.
Vulnerability Details
CVE-ID: CVE-2025-6328
Affected Software: D-Link DIR-815
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability affects the D-Link DIR-815 series. The flaw involves a security weakness that could be leveraged by an attacker to gain unauthorized control or perform unauthorized operations on the device.
Business Impact
With a CVSS score of 8.8, this vulnerability presents a high risk to network security. Successful exploitation could lead to unauthorized access to sensitive internal data, disruption of network services, and potential compromise of connected clients.
Remediation Plan
Immediate Action: Regularly check the D-Link official support page for security patches and apply them to the DIR-815 as soon as they become available.
Proactive Monitoring: Monitor the device for any performance degradation or unauthorized changes to the system configuration.
Compensating Controls: Disable unnecessary services and ensure the management console is only accessible from a secure, internal network segment.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of June 19, 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
Security teams must prioritize the patching of the D-Link DIR-815 router. Immediate action is required to address this vulnerability and secure the network perimeter against potential threats.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Unrestricted Upload of File with Dangerous Type vulnerability in KingAddons.com King Addons for Elementor king-addons allows Upload a Web Shell to a W...
Unrestricted Upload of File with Dangerous Type vulnerability in KingAddons.com King Addons for Elementor king-addons allows Upload a Web Shell to a Web Server.This issue affects King Addons for Eleme...
Executive Summary:
A critical vulnerability has been identified in the King Addons for Elementor plugin, which allows an unauthenticated attacker to upload malicious files, such as a web shell, to the server. Successful exploitation grants the attacker complete control over the affected website and underlying server, potentially leading to data theft, service disruption, and further network compromise. Due to the ease of exploitation and maximum potential impact, this vulnerability is assigned the highest possible severity score.
Vulnerability Details
CVE-ID: CVE-2025-6327
Affected Software: KingAddons.com King Addons for Elementor
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is an Unrestricted Upload of File with Dangerous Type. The application fails to properly validate the file types being uploaded via a feature in the King Addons for Elementor plugin. An unauthenticated attacker can bypass file type restrictions and upload a file containing executable code (e.g., a PHP script). By subsequently accessing the uploaded file's URL, the attacker can trigger the code to execute on the server, establishing a web shell and gaining remote code execution capabilities with the permissions of the web server process.
Business Impact
This vulnerability is rated critical severity with a CVSS score of 10.0, representing the highest possible risk. A successful exploit leads to a full compromise of the web server's confidentiality, integrity, and availability. The business impact includes, but is not limited to, the theft of sensitive data (customer information, payment details, intellectual property), reputational damage from website defacement, financial loss from service interruption, and the risk of the compromised server being used as a launchpad for further attacks against the organization's internal network.
Remediation Plan
Immediate Action: Update the King Addons for Elementor plugin to the latest version provided by the vendor to patch the vulnerability. After updating, thoroughly monitor for any signs of exploitation and review web server access logs for suspicious file uploads (e.g., .php, .phtml) or requests to unusual files in upload directories that may have occurred prior to patching.
Proactive Monitoring: Implement continuous monitoring of web server logs for attempts to upload or access executable file types in user-content directories. Monitor for unusual outbound network connections from the web server, which could indicate a web shell communicating with a command-and-control server. Watch for unexpected processes being spawned by the web server's user account (e.g., www-data, apache).
Compensating Controls: If immediate patching is not feasible, consider the following controls:
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of November 6, 2025, this vulnerability has been publicly disclosed. Given the critical CVSS score and the common nature of file upload vulnerabilities, proof-of-concept (PoC) exploit code is readily available and active exploitation by threat actors is highly likely. This vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, but vulnerabilities of this type are frequently added after widespread exploitation is observed.
Analyst Recommendation
Given the critical CVSS score of 10.0 and the availability of public exploits, immediate remediation is imperative. All organizations using the King Addons for Elementor plugin must treat this as an emergency and apply the vendor-supplied security update without delay. Due to the high likelihood of exploitation, it is also strongly recommended to assume a breach has occurred and conduct a forensic review of affected systems to search for indicators of compromise, such as backdoors or unauthorized user accounts. Do not wait for this to appear on the CISA KEV list to take action.
Update Unrestricted Upload of File with Dangerous Type vulnerability in Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Incorrect Privilege Assignment vulnerability in KingAddons.com King Addons for Elementor king-addons allows Privilege Escalation.This issue affects Ki...
Incorrect Privilege Assignment vulnerability in KingAddons.com King Addons for Elementor king-addons allows Privilege Escalation.This issue affects King Addons for Elementor: from n/a through <= 51.1....
Executive Summary:
A critical vulnerability has been identified in the King Addons for Elementor WordPress plugin, which could allow an attacker to gain full administrative control over an affected website. This flaw, resulting from an incorrect privilege assignment, permits a low-privileged user to escalate their permissions. Successful exploitation could lead to a complete compromise of the website, data theft, and further malicious activities.
Vulnerability Details
CVE-ID: CVE-2025-6325
Affected Software: KingAddons.com King Addons for Elementor
Affected Versions: All versions up to and including 51.1
Vulnerability: The vulnerability is an Incorrect Privilege Assignment within the King Addons for Elementor plugin. The plugin fails to properly verify that a user has the necessary permissions before allowing them to perform sensitive actions. A remote attacker with low-level access, such as a subscriber account, could exploit this flaw to execute functions reserved for administrators, thereby escalating their privileges and gaining complete control over the WordPress site.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, posing a significant risk to the business. Successful exploitation could lead to a full takeover of the organization's website. The potential consequences include theft of sensitive data (customer information, user credentials, PII), website defacement damaging the brand's reputation, injection of malware to infect site visitors, and using the compromised server as a pivot point for further attacks against the internal network.
Remediation Plan
Immediate Action: Immediately update the King Addons for Elementor plugin to the latest version provided by the vendor to patch the vulnerability. After updating, review all administrative user accounts for any unauthorized additions or modifications.
Proactive Monitoring: Monitor web server and application logs for signs of exploitation. Specifically, look for unusual or unauthorized administrative actions originating from low-privileged user accounts, unexpected plugin or theme file modifications, and the creation of new, unauthorized administrator accounts.
Compensating Controls: If immediate patching is not feasible, the most effective compensating control is to disable and uninstall the vulnerable King Addons for Elementor plugin until it can be safely updated. Additionally, a properly configured Web Application Firewall (WAF) may be able to block exploit attempts if specific rules targeting this vulnerability are available.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Nov 6, 2025, there is no known public proof-of-concept exploit code, and the vulnerability is not reported to be actively exploited in the wild. However, due to the critical severity and the simplicity of similar privilege escalation flaws, threat actors are likely to develop exploits rapidly.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the potential for a complete system compromise, immediate remediation is strongly recommended. Organizations using the affected King Addons for Elementor plugin must prioritize applying the security update without delay. Although this vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, its high severity makes it a prime candidate for future inclusion and exploitation by threat actors.
Update Incorrect Privilege Assignment vulnerability in Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
DWSurvey 6
DWSurvey 6
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Itel DAB Encoder (IDEnc build 25aec8d) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a...
The Itel DAB Encoder (IDEnc build 25aec8d) is vulnerable to Authentication Bypass due to improper JWT validation across devices. Attackers can reuse a valid JWT token obtained from one device to authenticate and gain administrative access to any other device running the same firmware, even if the passwords and networks are different. This allows full compromise of affected devices.
Executive Summary:
A critical authentication bypass vulnerability exists in The Itel DAB Encoder products. This flaw allows an attacker to reuse a valid login token from one device to gain complete administrative control over any other vulnerable device, regardless of its location or network. Successful exploitation would result in a full system compromise, enabling an attacker to disrupt operations, steal data, or use the device to launch further attacks.
Vulnerability Details
CVE-ID: CVE-2025-63224
Affected Software: The Itel DAB Encoder Multiple Products
Affected Versions: IDEnc build 25aec8d is confirmed vulnerable. See vendor advisory for a complete list of specific affected versions.
Vulnerability: The vulnerability is an authentication bypass resulting from improper validation of JSON Web Tokens (JWT). The application fails to bind a JWT to the specific device or user session for which it was generated. An attacker who obtains a valid administrative JWT from any device (e.g., a test device they control or a previously compromised one) can submit that same token in an API request to any other vulnerable Itel DAB Encoder. The target device will improperly validate the token as authentic, granting the attacker full administrative privileges without needing to know the device's actual password.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 10, representing the highest possible risk. An attacker gaining administrative access can cause significant business disruption by altering DAB broadcast configurations, taking services offline, or broadcasting malicious content. The complete loss of confidentiality, integrity, and availability for affected devices poses a severe risk. Compromised encoders could also serve as a pivot point for attackers to move laterally within the corporate network, escalating the incident beyond the initially targeted systems.
Remediation Plan
Immediate Action: Immediately apply the security updates provided by the vendor to all affected Itel DAB Encoder products to patch this vulnerability. After patching, review administrative access logs for any unauthorized or suspicious authentication events that may have occurred prior to the update.
Proactive Monitoring: Monitor network traffic and device logs for signs of exploitation. Specifically, look for successful administrative logins originating from unexpected or untrusted IP addresses. Correlate login events across multiple devices to identify if a single token or source IP is being used to access different systems. Set up alerts for any unusual configuration changes or commands executed via the administrative interface.
Compensating Controls: If immediate patching is not feasible, implement network-level access controls as a temporary measure. Use a firewall to restrict all administrative access to the devices to a dedicated, secure management network or a small set of trusted IP addresses. Disable external or internet-facing access to the management interface until the patch can be applied.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date (Nov 19, 2025), there are no known public exploit scripts or active exploitation campaigns targeting this vulnerability. However, the attack method is trivial to replicate for any attacker who can obtain a valid token. Given the critical severity, it is highly probable that threat actors will develop and use exploits for this vulnerability 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 10 and the low complexity of exploitation, this vulnerability requires immediate attention. We strongly recommend that all affected Itel DAB Encoder devices be patched on an emergency basis. Organizations should prioritize patching internet-facing systems first, followed immediately by internal devices. The risk of full system compromise and subsequent network intrusion is severe, and organizations should assume that this vulnerability will be actively targeted by attackers.
Update The Itel DAB Encoder Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The Axel Technology StreamerMAX MK II devices (firmware versions 0.8.5 to 1.0.3) are vulnerable to Broken Access Control due to missing authentication...
The Axel Technology StreamerMAX MK II devices (firmware versions 0.8.5 to 1.0.3) are vulnerable to Broken Access Control due to missing authentication on the /cgi-bin/gstFcgi.fcgi endpoint. Unauthenticated remote attackers can list user accounts, create new administrative users, delete users, and modify system settings, leading to full compromise of the device.
Executive Summary:
A critical vulnerability has been identified in The Axel Technology StreamerMAX MK II devices, allowing unauthenticated remote attackers to gain complete control. This flaw, caused by a lack of authentication on a key system endpoint, enables attackers to create administrative accounts and modify settings, leading to a full system compromise. Organizations using the affected devices face a significant risk of service disruption, data breaches, and unauthorized network access.
Vulnerability Details
CVE-ID: CVE-2025-63223
Affected Software: The Axel Technology StreamerMAX MK II devices Multiple Products
Affected Versions: Firmware versions 0.8.5 to 1.0.3
Vulnerability: The vulnerability is a Broken Access Control flaw existing in the /cgi-bin/gstFcgi.fcgi endpoint. This specific endpoint fails to perform any authentication or authorization checks, allowing any remote user with network access to the device to interact with it. An unauthenticated attacker can send crafted requests to this endpoint to perform high-privilege administrative actions, including listing all existing user accounts, creating new users with administrative privileges, deleting any user, and modifying critical system settings, ultimately resulting in a complete compromise of the device.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, posing an immediate and severe risk to the organization. Successful exploitation would grant an attacker complete administrative control over the affected StreamerMAX devices. This could lead to significant operational disruptions by altering streaming configurations, broadcasting unauthorized content, or causing a total denial of service. Furthermore, a compromised device could be used as a pivot point to launch further attacks against the internal network, potentially leading to a wider data breach and compromising sensitive corporate information.
Remediation Plan
Immediate Action: The primary and most effective remediation is to immediately update the firmware on all affected Axel Technology StreamerMAX MK II devices to the latest version provided by the vendor. After patching, administrators should review device logs for any signs of compromise, such as unauthorized user creation or unexpected configuration changes.
Proactive Monitoring: Implement continuous monitoring of network traffic and device logs. Specifically, look for any unauthorized or unusual HTTP requests targeting the /cgi-bin/gstFcgi.fcgi endpoint. Set up alerts for the creation of new user accounts, especially those with administrative privileges, and for any modifications to system configurations that fall outside of planned maintenance windows.
Compensating Controls: If immediate patching is not feasible, implement compensating controls to reduce the risk of exploitation. Restrict network access to the device's management interface using firewall rules, allowing connections only from trusted IP addresses or dedicated management subnets. If possible, isolate the devices in a segmented network zone to limit an attacker's ability to move laterally within the network if a device is compromised.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Nov 19, 2025, there are no known public proof-of-concept exploits or reports of this vulnerability being actively exploited in the wild. However, given the low complexity of the attack, it is highly probable that threat actors will develop exploits in the near future.
Analyst Recommendation
Due to the critical severity (CVSS 9.8) and the ease with which this vulnerability can be exploited by an unauthenticated attacker, immediate action is required. We strongly recommend that organizations prioritize the deployment of the vendor-supplied firmware updates to all affected devices without delay. While this vulnerability is not currently listed on the CISA KEV catalog, its high impact and low attack complexity make it a prime candidate for future inclusion and an attractive target for attackers. If patching cannot be performed immediately, apply the recommended compensating controls to mitigate the immediate threat.
Update The Axel Technology StreamerMAX MK II devices Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The Sound4 FIRST web-based management interface is vulnerable to Remote Code Execution (RCE) via a malicious firmware update package
The Sound4 FIRST web-based management interface is vulnerable to Remote Code Execution (RCE) via a malicious firmware update package
Executive Summary:
A high-severity vulnerability has been identified in the Sound4 FIRST web-based management interface, which could allow a remote attacker to execute arbitrary code. An attacker can exploit this by uploading a specially crafted malicious firmware package, potentially leading to a complete compromise of the affected device. This could result in service disruption, unauthorized access to the network, and data exfiltration.
Vulnerability Details
CVE-ID: CVE-2025-63220
Affected Software: The Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability exists within the firmware update function of the Sound4 FIRST web management interface. The update mechanism fails to properly validate the integrity or authenticity of the firmware package before processing it. An unauthenticated remote attacker can craft a malicious firmware file containing arbitrary code and upload it via the web interface. When the device attempts to apply the malicious update, it executes the embedded code with system-level privileges, resulting in Remote Code Execution (RCE).
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.2. A successful exploit would grant an attacker complete control over the affected Sound4 device. This could lead to significant business disruption, such as interrupting broadcast streams or altering audio processing configurations. Furthermore, a compromised device could be used as a pivot point to launch further attacks against the internal network, steal sensitive configuration data, or be co-opted into a botnet. The risk is particularly high for internet-facing systems, as they are directly exposed to remote attackers.
Remediation Plan
Immediate Action:
Proactive Monitoring:
Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 20, 2025, 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 the critical nature of RCE vulnerabilities, it is highly probable that threat actors will develop exploits in the near future.
Analyst Recommendation
Given the high severity (CVSS 7.2) and the potential for complete system compromise, this vulnerability requires immediate attention. We strongly recommend that all affected Sound4 products be patched immediately, with the highest priority given to any systems exposed to the internet. If patching cannot be performed immediately, the compensating controls outlined above, particularly restricting network access to the management interface, must be implemented as a critical interim measure to mitigate risk. Organizations should operate under the assumption that an exploit could become available at any time and act decisively to secure their assets.
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
The ITEL ISO FM SFN Adapter (firmware ISO2 2
The ITEL ISO FM SFN Adapter (firmware ISO2 2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Executive Summary:
A critical SQL injection vulnerability has been identified in the Blood Bank Management System, which could allow an unauthenticated attacker to bypass login controls and gain full access to the system. Successful exploitation could lead to the unauthorized disclosure, modification, or deletion of sensitive medical and personal data. Due to the critical severity and potential for complete system compromise, immediate remediation is strongly advised.
Vulnerability Details
CVE-ID: CVE-2025-63535
Affected Software: Blood Bank Management System
Affected Versions: 1.0
Vulnerability:
The vulnerability exists within the
abs.phpcomponent of the Blood Bank Management System. The application fails to properly sanitize or validate user-supplied input submitted to a search field. An unauthenticated remote attacker can inject malicious SQL commands into this search field, which are then executed directly by the backend database. By crafting a specific SQL query (e.g., a tautology like' OR '1'='1'), the attacker can manipulate the database logic to bypass authentication mechanisms and gain unauthorized administrative access to the application.Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.6. Exploitation could have a severe business impact, leading to a major data breach of highly sensitive and protected health information (PHI), including donor and patient records. The consequences of such a breach include significant reputational damage, loss of customer trust, and potential legal and regulatory penalties (e.g., under HIPAA). Unauthorized access could also lead to the modification or deletion of critical data, compromising data integrity and disrupting essential blood bank operations.
Remediation Plan
Immediate Action:
Immediately update the affected Blood Bank Management System to the latest version provided by the vendor to patch this vulnerability. After applying the update, monitor system and database logs for any signs of attempted or successful exploitation. A thorough review of access logs for any unauthorized activity preceding the patch is also recommended.
Proactive Monitoring:
Implement enhanced monitoring of web server and application logs for any requests targeting the
abs.phpfile. Specifically, look for requests containing SQL keywords (e.g.,SELECT,UNION,DROP), comment characters (--,#), or other common injection payloads in the search field parameters. Monitor for unusual login patterns, such as successful authentications from unknown IP addresses or outside of normal business hours.Compensating Controls:
If immediate patching is not feasible, implement a Web Application Firewall (WAF) with a ruleset designed to detect and block SQL injection attacks. As a temporary measure, consider restricting network access to the
abs.phpcomponent or, if functionality permits, disabling the search feature entirely until the system can be patched.Exploitation Status
Public Exploit Available: True
Analyst Notes:
As of Dec 1, 2025, there are no widespread reports of active exploitation in the wild. However, given the simplicity of exploiting SQL injection vulnerabilities and the public availability of proof-of-concept code, it is highly likely that threat actors will begin actively scanning for and exploiting this flaw. The critical nature of this vulnerability makes it an attractive target for attackers.
Analyst Recommendation
Given the critical CVSS score of 9.6 and the potential for a complete system compromise via authentication bypass, we strongly recommend that organizations treat this vulnerability with the highest priority. The risk of a severe data breach involving sensitive medical information is extremely high. All organizations using the affected Blood Bank Management System should apply the vendor-supplied patch immediately without delay.