A vulnerability was identified in H3C Magic B3 up to 100R002
Description
A vulnerability was identified in H3C Magic B3 up to 100R002
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 20685 vulnerabilities with AI analyst insights
A vulnerability was identified in H3C Magic B3 up to 100R002
A vulnerability was identified in H3C Magic B3 up to 100R002
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was determined in Topaz SERVCore Teller 2
A vulnerability was determined in Topaz SERVCore Teller 2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
GIMP XWD File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
GIMP XWD File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
Uncontrolled Resource Consumption vulnerability in Progress MOVEit Transfer (AS2 module)
Uncontrolled Resource Consumption vulnerability in Progress MOVEit Transfer (AS2 module)
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
GIMP ILBM File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability
GIMP ILBM File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
GIMP FF File Parsing Integer Overflow Remote Code Execution Vulnerability
GIMP FF File Parsing Integer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
GIMP WBMP File Parsing Integer Overflow Remote Code Execution Vulnerability
GIMP WBMP File Parsing Integer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
GIMP DCM File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
GIMP DCM File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
GIMP HDR File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
GIMP HDR File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
GIMP ICNS File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability
GIMP ICNS File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability
Executive Summary:
A high-severity vulnerability has been identified in multiple GIMP products, allowing for remote code execution. An attacker could exploit this by tricking a user into opening a specially crafted ICNS image file, which could lead to a full system compromise, enabling data theft or the installation of further malware. Immediate patching is required to mitigate this significant risk.
Vulnerability Details
CVE-ID: CVE-2025-10920
Affected Software: GIMP Multiple Products
Affected Versions: See vendor advisory for specific affected versions.
Vulnerability: The vulnerability is an out-of-bounds write within the GIMP component responsible for parsing Apple Icon Image files (.icns). When a user opens a malicious .icns file, the parser fails to properly validate the size of the input data before copying it into a fixed-size memory buffer. This allows an attacker to write data beyond the buffer's intended boundary, corrupting adjacent memory. A skilled attacker can leverage this memory corruption to overwrite critical program data, such as a function pointer or a return address on the stack, to hijack the program's execution flow and run arbitrary code with the same privileges as the user running GIMP.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.8. Successful exploitation could have a severe impact on the business. An attacker could achieve remote code execution on an employee's workstation, leading to the compromise of sensitive corporate data, intellectual property, or personal information accessible by that user. Further risks include the installation of persistent malware such as ransomware or spyware, loss of system integrity, and the potential for the compromised machine to be used as a pivot point for lateral movement attacks into the broader corporate network.
Remediation Plan
Immediate Action:
Proactive Monitoring:
gimp.exe launching cmd.exe, powershell.exe, or making unexpected network connections).Compensating Controls:
.icns files from untrusted sources, such as email attachments or websites.Exploitation Status
Public Exploit Available: False
Analyst Notes: As of October 29, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, vulnerabilities of this nature (remote code execution in a popular application) are attractive targets for threat actors. It is highly probable that exploit code will be developed by reverse-engineering the vendor's patch.
Analyst Recommendation
This is a critical vulnerability that requires immediate attention. The potential for remote code execution through a common user action—opening an image file—presents a significant risk. We strongly recommend that all organizations apply the vendor-supplied patches on an emergency basis. Although this CVE is not currently on the CISA KEV list, its high severity and straightforward attack vector make it a prime candidate for future inclusion. Organizations should treat this vulnerability with the urgency of an actively exploited threat and implement the recommended monitoring and compensating controls as part of a defense-in-depth security posture.
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
The FormGent WordPress plugin before 1.0.4 is vulnerable to arbitrary file deletion due to insufficient file path validation. This makes it possible...
The FormGent WordPress plugin before 1.0.4 is vulnerable to arbitrary file deletion due to insufficient file path validation. This makes it possible for unauthenticated attackers to delete arbitrary ...
Executive Summary:
A critical vulnerability has been identified in the FormGent WordPress plugin, assigned CVE-2025-10916 with a CVSS score of 9.1. This flaw allows an unauthenticated attacker to delete arbitrary files on the server hosting the WordPress site. Successful exploitation could lead to a complete site outage, data loss, and denial of service, posing a significant risk to business operations.
Vulnerability Details
CVE-ID: CVE-2025-10916
Affected Software: The FormGent WordPress plugin
Affected Versions: All versions before 1.0.4
Vulnerability: The vulnerability exists due to insufficient validation of file paths within a plugin function responsible for file management. An unauthenticated attacker can send a specially crafted HTTP request to the target website, manipulating the file path parameter to include directory traversal sequences (e.g., ../../..). This allows the attacker to navigate outside of the intended directory and specify any file on the server's file system for deletion, limited only by the web server's file permissions. Exploitation does not require any prior authentication, making any public-facing site with the vulnerable plugin a potential target.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.1. Exploitation could have a devastating impact on the business. An attacker could delete critical configuration files like wp-config.php or .htaccess, immediately rendering the entire website inaccessible and causing a denial-of-service (DoS) condition. The deletion of application or system files could lead to data corruption, extended downtime, and significant costs associated with incident response and restoring the service from backups. This could result in direct revenue loss, reputational damage, and a loss of customer trust.
Remediation Plan
Immediate Action: Immediately update The FormGent WordPress plugin to version 1.0.4 or the latest available version, which contains the patch for this vulnerability. After patching, review web server access logs and file system integrity for any signs of compromise or suspicious activity preceding the update.
Proactive Monitoring:
../, ..%2f).wp-config.php, core WordPress files, and system binaries.Compensating Controls:
www-data, apache) has the least privilege necessary, restricting its ability to delete files outside of the web root directory.Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Oct 21, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, arbitrary file deletion vulnerabilities in WordPress plugins are straightforward to exploit, and proof-of-concept code could be developed rapidly by threat actors. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the critical severity (CVSS 9.1) and the lack of authentication required for exploitation, this vulnerability poses a high and immediate risk. We strongly recommend that all instances of the FormGent WordPress plugin be updated to the patched version (1.0.4 or later) with the highest priority. Organizations should treat this as an urgent security update and apply the patch immediately to prevent potential website compromise and denial of service.
Update The FormGent WordPress plugin before Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The Dreamer Blog WordPress theme through 1.2 is vulnerable to arbitrary installations due to a missing capability check.
The Dreamer Blog WordPress theme through 1.2 is vulnerable to arbitrary installations due to a missing capability check.
Executive Summary:
A critical vulnerability has been identified in The Dreamer Blog WordPress theme, rated with a CVSS score of 9.8. This flaw allows any unauthenticated attacker to install arbitrary plugins or themes onto a vulnerable website. Successful exploitation could lead to a complete compromise of the website, resulting in data theft, website defacement, or the server being used for further malicious activities.
Vulnerability Details
CVE-ID: CVE-2025-10915
Affected Software: The Dreamer Blog WordPress theme
Affected Versions: Version 1.2 and all prior versions.
Vulnerability: The vulnerability exists because a function responsible for handling plugin or theme installations lacks a proper capability check. In a secure WordPress environment, such functions should first verify that the user making the request has the appropriate administrative permissions (e.g., install_plugins). Due to this missing check, an unauthenticated attacker can craft a specific request to the server that triggers the installation functionality, allowing them to upload and activate a malicious plugin or theme of their choice, leading to arbitrary code execution.
Business Impact
This vulnerability is of critical severity with a CVSS score of 9.8. Exploitation could have a devastating impact on the business, leading to a full system compromise. Potential consequences include the theft of sensitive company or customer data, significant reputational damage from website defacement, financial losses due to service disruption, and the use of the compromised server as a platform for launching further attacks against other targets. The ease of exploitation and the high potential for damage make this a significant and immediate risk to the organization.
Remediation Plan
Immediate Action: Immediately identify all websites using "The Dreamer Blog" WordPress theme and update it to the latest patched version as recommended by the vendor. After patching, review all installed plugins, themes, and user accounts for any unauthorized additions or modifications that may have occurred prior to remediation.
Proactive Monitoring: System administrators should actively monitor web server access logs for unusual POST requests to administrative endpoints (e.g., admin-ajax.php) from unexpected IP addresses. Implement file integrity monitoring to detect and alert on any unauthorized changes or additions to files within the wp-content/plugins/ and wp-content/themes/ directories. Monitor for unusual outbound network traffic from the web server, which could indicate a connection to an attacker's command-and-control server.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules specifically designed to block malicious requests targeting this vulnerability. Consider disabling all plugin and theme installations and modifications by adding define( 'DISALLOW_FILE_MODS', true ); to the wp-config.php file. Additionally, restrict access to the WordPress administrative dashboard (/wp-admin) to trusted IP addresses only.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of January 13, 2026, proof-of-concept (PoC) exploit code has been made publicly available. Due to the low complexity of the attack, it is highly probable that threat actors will quickly weaponize this PoC for widespread scanning and exploitation campaigns. While there are no confirmed reports of active, large-scale exploitation at this time, organizations should assume they are being targeted.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the availability of public exploit code, this vulnerability represents an immediate and severe threat. We strongly recommend that all system owners immediately apply the vendor-supplied patch to all affected websites without delay. Although this CVE is not currently listed on the CISA KEV catalog, its critical nature makes it a prime candidate for future inclusion. A proactive hunt for indicators of compromise should also be initiated, as the vulnerability may have been exploited before this public disclosure.
Update The Dreamer Blog WordPress theme through Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Proliz Software Ltd
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Proliz Software Ltd
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Saastech Cleaning and Internet Services I...
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Saastech Cleaning and Internet Services Inc
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Due to a lack of user account state validation during authentication, locked user accounts can be successfully authenticated using Magic Link or Pass...
Due to a lack of user account state validation during authentication, locked user accounts can be successfully authenticated using Magic Link or Pass Key methods
---METADATA---
VENDOR: WSO2
PRODUCT: Identity Server / Carbon MagicLink Authenticator Module
AFFECTED_VERSIONS: Identity Server 6.0.0, 6.1.0, 7.0.0, 7.1.0; MagicLink Authenticator 1.1.0, 1.1.5, 1.1.22, 1.1.31
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A flaw in WSO2 authentication modules allows locked accounts to be accessed via Magic Link or Pass Key, bypassing standard account state validation.
Executive Summary:
A critical authentication bypass in WSO2 Identity Server and MagicLink Authenticator allows access to locked accounts, requiring an immediate update to patched versions.
Vulnerability Details
CVE-ID: CVE-2025-10908
Affected Software: WSO2 Identity Server and WSO2 Carbon MagicLink Authenticator Module
Affected Versions: Identity Server (6.0.0, 6.1.0, 7.0.0, 7.1.0) and specific versions of the MagicLink Authenticator (1.1.0, 1.1.5, 1.1.22, 1.1.31)
Vulnerability: This is an authentication bypass vulnerability (CWE-863) where the system fails to validate account state (e.g., locked status) when using Magic Link or Pass Key methods. This is an unauthenticated vulnerability (PR:N) that does not require user interaction.
Business Impact
This vulnerability enables attackers to gain access to accounts that have been explicitly locked by administrators for security reasons. This bypass undermines organizational access control policies, potentially allowing attackers to maintain persistence or access sensitive data. The CVSS score of 7.3 highlights the high risk posed by failing to enforce account state during the authentication flow.
Remediation Plan
Immediate Action: Update the WSO2 Carbon MagicLink Authenticator Module to version 1.1.43 or later as specified in the official WSO2 security advisory: https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2026/WSO2-2025-4388/.
Proactive Monitoring: Review authentication logs for successful logins occurring on accounts marked as "locked" or "disabled" within the WSO2 platform.
Compensating Controls: Temporarily disable the MagicLink and Pass Key authentication methods if an immediate update cannot be performed.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of May 12, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous due to its ability to bypass standard account lifecycle security controls.
Analyst Recommendation
This vulnerability represents a direct bypass of account security controls. Organizations using the affected WSO2 components must prioritize the application of the vendor-provided patches immediately to ensure that locked accounts remain secure and inaccessible to unauthorized parties.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An arbitrary file upload vulnerability exists in multiple WSO2 products due to insufficient validation of uploaded content and destination in SOAP adm...
An arbitrary file upload vulnerability exists in multiple WSO2 products due to insufficient validation of uploaded content and destination in SOAP admin services
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in Magnetism Studios Endurance up to 3
A flaw has been found in Magnetism Studios Endurance up to 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The WooCommerce Designer Pro theme for WordPress is vulnerable to arbitrary file read in all versions up to, and including, 1
The WooCommerce Designer Pro theme for WordPress is vulnerable to arbitrary file read in all versions up to, and including, 1
Executive Summary:
A high-severity vulnerability has been identified in the WooCommerce Designer Pro theme for WordPress, which could allow an unauthenticated attacker to read sensitive files from the web server. Successful exploitation could lead to the theft of confidential information, such as database credentials or system configuration files, posing a significant risk to the organization's data and infrastructure security.
Vulnerability Details
CVE-ID: CVE-2025-10897
Affected Software: WordPress WooCommerce Designer Pro theme
Affected Versions: All versions up to, and including, 1.0
Vulnerability:
The vulnerability is an arbitrary file read, also known as path traversal. It exists because the theme fails to properly validate user-supplied input when accessing files on the server. An unauthenticated remote attacker can exploit this by crafting a malicious request containing directory traversal sequences (e.g., ../../) to navigate outside of the intended web root directory. This allows the attacker to read the contents of sensitive files, such as wp-config.php (containing database credentials), /etc/passwd, or other critical system and application files that the web server process has permission to access.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.6. Exploitation could have a significant negative impact on the business. An attacker could exfiltrate sensitive data, including customer information, intellectual property, and authentication credentials. The compromise of database credentials from a file like wp-config.php could lead to a complete database breach. This could result in severe reputational damage, loss of customer trust, financial losses, and potential regulatory fines for non-compliance with data protection standards.
Remediation Plan
Immediate Action:
Immediately update the WooCommerce Designer Pro theme to the latest patched version provided by the vendor. After applying the update, review all WordPress security settings to ensure they adhere to best practices. If the theme is no longer required for business operations, it should be deactivated and completely removed from the WordPress installation to eliminate the attack surface.
Proactive Monitoring:
Monitor web server access logs and Web Application Firewall (WAF) logs for requests containing directory traversal patterns such as ../, ..%2f, or similar encodings. Set up alerts for any attempts to access sensitive system files (e.g., wp-config.php, /etc/passwd, .env). Utilize a File Integrity Monitoring (FIM) solution to detect unauthorized changes to core application files.
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 October 31, 2025, there are no known public exploits or active in-the-wild attacks targeting this vulnerability. However, arbitrary file read vulnerabilities in WordPress components are often easy to exploit. It is highly probable that a functional proof-of-concept (PoC) exploit will be developed and released by security researchers in the near future, increasing the risk to unpatched systems.
Analyst Recommendation
Given the high severity (CVSS 8.6) of this vulnerability, immediate action is required. An unauthenticated attacker can leverage this flaw to steal critical credentials and data, which could serve as a pivot point for a more comprehensive attack on the organization's infrastructure. Although this CVE is not currently on the CISA KEV list, its high impact and the likelihood of future exploitation necessitate immediate remediation. We strongly recommend that all affected instances of the WooCommerce Designer Pro theme be patched or removed within the next 72 hours to prevent potential compromise.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
Multiple plugins for WordPress with the Jewel Theme Recommended Plugins Library are vulnerable to Unrestricted Upload of File with Dangerous Type via...
Multiple plugins for WordPress with the Jewel Theme Recommended Plugins Library are vulnerable to Unrestricted Upload of File with Dangerous Type via arbitrary plugin installation in all versions up to, and including, 1
Executive Summary:
A high-severity vulnerability has been identified in multiple WordPress plugins that use the Jewel Theme Recommended Plugins Library. This flaw allows an attacker to install arbitrary plugins, effectively enabling them to upload and execute malicious code. Successful exploitation could lead to a complete compromise of the affected website, resulting in data theft, service disruption, and reputational damage.
Vulnerability Details
CVE-ID: CVE-2025-10896
Affected Software: WordPress Multiple Products
Affected Versions: All versions up to, and including, version 1 of the Jewel Theme Recommended Plugins Library.
Vulnerability: The vulnerability exists within the Jewel Theme Recommended Plugins Library, which is bundled with various WordPress plugins and themes. The library fails to properly validate and restrict plugin installations, creating an "Unrestricted Upload of File with Dangerous Type" condition. An authenticated attacker, even with low privileges, could exploit this flaw to bypass standard security checks and install a malicious plugin of their own design, leading to arbitrary code execution on the web server.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8. A successful exploit would grant an attacker full control over the affected WordPress site. The potential consequences include theft of sensitive data (customer information, user credentials, payment details), website defacement, distribution of malware to site visitors, and using the compromised server to launch further attacks. Such an incident can lead to significant financial loss, regulatory fines, and severe damage to the organization's reputation and customer trust.
Remediation Plan
Immediate Action:
Proactive Monitoring:
wp-content/plugins/ directory.Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of November 4, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, due to the ease of exploitation and the high potential impact, it is highly likely that threat actors will develop exploits in the near future.
Analyst Recommendation
Given the high severity (CVSS 8.8) of this vulnerability, immediate action is required. Organizations must prioritize identifying and patching all affected plugins and themes that incorporate the vulnerable library. Although this CVE is not currently listed on the CISA KEV list, its characteristics make it a prime candidate for future inclusion. We strongly recommend a comprehensive audit of all WordPress instances to ensure all components are updated and that any plugins or themes from the affected vendor are patched or removed without delay.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
Malicious code was inserted into the Nx (build system) package and several related plugins. The tampered package was published to the npm software reg...
Malicious code was inserted into the Nx (build system) package and several related plugins. The tampered package was published to the npm software registry, via a supply-chain attack. Affected version...
Executive Summary:
A critical software supply-chain vulnerability has been identified in the Nx build system, where malicious code was injected into official packages and published to the npm registry. This allows attackers to execute arbitrary code within an organization's development and build environments, potentially leading to the theft of sensitive data, intellectual property, and the compromise of software artifacts being built.
Vulnerability Details
CVE-ID: CVE-2025-10894
Affected Software: Nx build system and related plugins
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability is a software supply-chain attack. An unauthorized actor successfully published tampered versions of the Nx package and several associated plugins to the public npm software registry. The injected malicious code is designed to execute automatically during the software build process (e.g., during dependency installation or when running a build command). An attacker does not need any prior access to the target environment; exploitation occurs when a developer or an automated CI/CD pipeline downloads and uses the compromised package, leading to arbitrary code execution on the build machine.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.6. Successful exploitation could lead to a complete compromise of the organization's software development lifecycle and CI/CD pipelines. The potential consequences include theft of source code, exposure of sensitive credentials (API keys, database passwords, private keys) stored in the build environment, and the ability for an attacker to inject further malware or backdoors into the company's own software products. This could result in significant financial loss, reputational damage, and a secondary supply-chain attack targeting the organization's customers.
Remediation Plan
Immediate Action: Immediately update all instances of the Nx build system and related plugins to the latest patched version as specified by the vendor. Audit all CI/CD pipelines and developer environments that used the affected versions to identify any signs of compromise. It is critical to rotate all secrets, API keys, and credentials that may have been exposed in these environments.
Proactive Monitoring: Monitor build server logs for anomalous activity, such as unexpected outbound network connections to unknown IP addresses, suspicious processes being spawned during a build job, or unusual file modifications. Analyze network traffic originating from build environments for signs of data exfiltration or command-and-control (C2) communication.
Compensating Controls: If immediate patching is not feasible, isolate build environments from the corporate network and restrict their outbound internet access to only essential, trusted repositories. Implement the principle of least privilege for build jobs, ensuring they do not have access to production secrets. Enforce the use of package lockfiles (package-lock.json, yarn.lock) to prevent the unintentional installation of compromised package versions.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of Sep 24, 2025, this vulnerability has been actively exploited through the publication of the malicious packages. The exploit is the package itself. Any organization that downloaded or used the affected versions during the exposure window should assume compromise and initiate incident response procedures. Threat intelligence suggests the goal of the campaign is widespread credential harvesting and establishing long-term persistence in development environments.
Analyst Recommendation
Given the critical severity (CVSS 9.6) and the nature of this active supply-chain attack, immediate action is required. Organizations must prioritize updating all affected Nx packages immediately and conduct a thorough investigation of all development and CI/CD environments for evidence of compromise. While this vulnerability is not yet on the CISA KEV list, its high impact and confirmed exploitation in the wild make it an extremely high-priority threat that must be addressed without delay.
Update Malicious code was inserted into the Nx Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Integer overflow in V8 in Google Chrome prior to 140
Integer overflow in V8 in Google Chrome prior to 140
Executive Summary:
A high-severity integer overflow vulnerability has been discovered in V8, the JavaScript engine used by Google Chrome and other Google products. This flaw can be exploited by a remote attacker who tricks a user into visiting a malicious website, potentially allowing the attacker to execute arbitrary code on the victim's system and compromise its security.
Vulnerability Details
CVE-ID: CVE-2025-10892
Affected Software: Google Multiple Products
Affected Versions: Google Chrome versions prior to 140. See vendor advisory for other specific affected products.
Vulnerability: The vulnerability is an integer overflow within the V8 JavaScript engine. An attacker can exploit this by crafting a malicious web page containing specially designed JavaScript code. When a user navigates to this page with an affected browser, the V8 engine incorrectly handles a large integer value during a calculation, causing it to wrap around and become a small number. This miscalculation can lead to a heap buffer overflow, allowing the attacker to write data outside of its intended memory boundaries, corrupting memory structures, and ultimately achieving arbitrary code execution within the context of the browser's sandboxed process.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8. Successful exploitation could have a significant business impact, as it allows for remote code execution. An attacker could leverage this to install malware (such as ransomware, spyware, or keyloggers), steal sensitive information stored on the user's system or accessible through the browser (including credentials and financial data), or use the compromised machine as a pivot point to attack other systems on the internal network. The ease of exploitation, requiring only that a user visit a malicious link, makes this a critical risk to organizations where employees use affected browsers for daily operations.
Remediation Plan
Immediate Action: All systems running affected versions of Google Chrome and other impacted products must be updated immediately. Deploy the security patches provided by Google through enterprise management tools. Ensure users restart their browsers after the update is applied to activate the patch.
Proactive Monitoring: Security teams should monitor for signs of exploitation. This includes analyzing network traffic for outbound connections to unusual or suspicious IP addresses from workstations, monitoring endpoint security logs for unexpected processes being spawned by browser processes (e.g., chrome.exe), and reviewing web proxy and DNS logs for visits to newly registered or known malicious domains.
Compensating Controls: If immediate patching is not feasible, organizations should implement compensating controls to reduce the risk. These include using web filtering to block access to untrusted and uncategorized websites, employing browser isolation technology to execute web content in a remote, contained environment, and ensuring Endpoint Detection and Response (EDR) solutions are configured with memory protection and anti-exploitation features enabled.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 25, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, vulnerabilities in browser engines like V8 are highly attractive targets for threat actors. It is highly probable that exploit code will be developed and used in the near future. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the high CVSS score of 8.8 and the potential for remote code execution through a simple drive-by-compromise attack, this vulnerability poses a critical risk. We strongly recommend that organizations prioritize the immediate deployment of vendor-supplied patches across all affected assets. Although there is no evidence of active exploitation at this time, the window of opportunity for attackers is small. Proactive patching is the most effective defense and should be completed on an emergency basis to prevent potential system compromise and data breaches.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Integer overflow in V8 in Google Chrome prior to 140
Integer overflow in V8 in Google Chrome prior to 140
Executive Summary:
A high-severity vulnerability has been identified in the V8 JavaScript engine used by Google Chrome and other Google products. This flaw, an integer overflow, can be exploited by a remote attacker who tricks a user into visiting a specially crafted webpage, potentially allowing the attacker to execute arbitrary code and compromise the user's system.
Vulnerability Details
CVE-ID: CVE-2025-10891
Affected Software: Google Multiple Products
Affected Versions: Google Chrome versions prior to 140
Vulnerability: The vulnerability is an integer overflow condition within the V8 JavaScript engine. An attacker can create a malicious webpage containing specially crafted JavaScript code. When a user navigates to this page using a vulnerable version of Google Chrome, the V8 engine incorrectly handles a large integer value during a calculation, causing it to "wrap around" or exceed its allocated memory space. This memory corruption can be leveraged by the attacker to overwrite adjacent memory, leading to a crash or, more critically, allowing for arbitrary code execution in the context of the sandboxed browser process. A sophisticated exploit could potentially chain this with another vulnerability to escape the browser sandbox and gain full control over the underlying operating system.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8. Successful exploitation could lead to a significant business impact, including the compromise of sensitive corporate data, intellectual property, and employee credentials. An attacker could deploy malware, such as ransomware or spyware, on an employee's workstation, using it as a beachhead to move laterally across the corporate network. Given the ubiquitous nature of web browsers in a corporate environment, the attack surface is extensive, posing a direct risk to data confidentiality, integrity, and availability.
Remediation Plan
Immediate Action: All systems running vulnerable versions of Google Chrome must be updated to version 140 or later immediately. This action should be prioritized for all user workstations and servers with browser access. Following the update, security teams should actively monitor for any signs of exploitation attempts and review web proxy and endpoint logs for indicators of compromise related to this vulnerability.
Proactive Monitoring: Monitor endpoint security logs (EDR) for suspicious child processes being spawned by chrome.exe (e.g., cmd.exe, powershell.exe). Network monitoring should be configured to detect and alert on unusual outbound traffic from workstations to unknown or suspicious IP addresses or domains. Review web gateway logs for access attempts to uncategorized or newly registered domains.
Compensating Controls: If immediate patching is not feasible, implement the following controls to reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 24, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, vulnerabilities in widely-used browser components like V8 are highly attractive targets for threat actors, and exploit development is likely to occur rapidly.
Analyst Recommendation
Given the high CVSS score of 8.8 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 catalog and no public exploits are available, the widespread use of Google Chrome makes it a high-priority target. We strongly recommend that all organizations prioritize the immediate deployment of the security update for Google Chrome (version 140 or later) across all managed endpoints. The patching process should be tracked to ensure 100% compliance.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Side-channel information leakage in V8 in Google Chrome prior to 140.0.7339.207 allowed a remote attacker to leak cross-origin data via a crafted HTML...
Side-channel information leakage in V8 in Google Chrome prior to 140.0.7339.207 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
Executive Summary:
A critical side-channel vulnerability has been discovered in the V8 JavaScript engine used by Google Chrome and other Chromium-based browsers. This flaw allows a remote attacker to bypass fundamental web security controls and steal sensitive data from other websites a user has open, simply by tricking them into visiting a specially crafted webpage. Successful exploitation could lead to the compromise of confidential user information, session credentials, and other private data.
Vulnerability Details
CVE-ID: CVE-2025-10890
Affected Software: Google Chrome and other Chromium-based browsers
Affected Versions: Google Chrome versions prior to 140.0.7339.207. See vendor advisories for other Chromium-based products.
Vulnerability: This vulnerability is a side-channel information leakage flaw within the V8 JavaScript engine. An attacker can exploit this by creating a malicious HTML page containing specific JavaScript code. When a victim browses to this page, the script executes complex operations and precisely measures the time they take to complete. By analyzing these minute timing variations in CPU cache or other shared hardware resources, the attacker can infer data being processed in other origins (i.e., other browser tabs or iframes), thereby bypassing the Same-Origin Policy which is designed to prevent such interactions.
Business Impact
This vulnerability is rated as critical with a CVSS score of 9.1, posing a significant risk to the organization. A successful exploit could allow an attacker to steal sensitive information from other websites or internal web applications open in a user's browser, including session cookies, authentication tokens, and personally identifiable information (PII). The potential consequences include unauthorized account access, session hijacking, financial fraud, reputational damage, and regulatory penalties associated with data breaches.
Remediation Plan
Immediate Action: Prioritize the deployment of updates for all Chromium-based browsers across the environment. All instances of Google Chrome should be updated to version 140.0.7339.207 or later. Continue to monitor for exploitation attempts by reviewing endpoint and network security logs for anomalous browser behavior.
Proactive Monitoring: Implement enhanced monitoring of endpoint and network traffic. Look for unusual browser process behavior in EDR logs, such as high CPU utilization spikes inconsistent with normal browsing. Monitor web proxy and DNS logs for connections to suspicious or recently registered domains that may be hosting malicious exploit code.
Compensating Controls: If immediate patching is not feasible, consider implementing the following controls:
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of September 24, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the critical severity and the widespread use of the affected V8 engine, security researchers and threat actors are highly likely to develop proof-of-concept code and weaponized exploits in the near future.
Analyst Recommendation
Given the critical CVSS score of 9.1, this vulnerability requires immediate attention and remediation. Although CVE-2025-10890 is not currently on the CISA Known Exploited Vulnerabilities (KEV) catalog, its potential for widespread impact is severe. We strongly recommend that the organization prioritizes the patching of all affected browsers to the recommended versions. This action is the most effective way to mitigate the risk of cross-origin data theft and protect sensitive corporate and user information.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A maliciously crafted CATPART file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
A maliciously crafted CATPART file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted MODEL file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A maliciously crafted MODEL file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
A maliciously crafted MODEL file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A maliciously crafted MODEL file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
A maliciously crafted MODEL file, when parsed through certain Autodesk products, can force a Memory corruption vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A maliciously crafted file, when executed on the victim's machine, can lead to privilege escalation to NT AUTHORITY/SYSTEM due to an insufficient vali...
A maliciously crafted file, when executed on the victim's machine, can lead to privilege escalation to NT AUTHORITY/SYSTEM due to an insufficient validation of loaded binaries
Update to patched version immediately. Review user permissions and access controls.
AA maliciously crafted CATPART file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted CATPART file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A maliciously crafted CATPRODUCT file, when parsed through certain Autodesk products, can force an Out-of-Bounds Read vulnerability
A maliciously crafted CATPRODUCT file, when parsed through certain Autodesk products, can force an Out-of-Bounds Read vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
AA maliciously crafted X_T file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
AA maliciously crafted X_T file, when parsed through certain Autodesk products, can force an Out-of-Bounds Write vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A maliciously crafted CATPRODUCT file, when parsed through certain Autodesk products, can force a Heap-Based Overflow vulnerability
A maliciously crafted CATPRODUCT file, when parsed through certain Autodesk products, can force a Heap-Based Overflow vulnerability
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A critical SQL injection vulnerability in Fikir Odalari AdminPando allows unauthenticated attackers to bypass login and gain full administrative acces...
A critical SQL injection vulnerability in Fikir Odalari AdminPando allows unauthenticated attackers to bypass login and gain full administrative access, including DOM manipulation capabilities.
---METADATA---
VENDOR: Fikir Odalari
PRODUCT: AdminPando
AFFECTED_VERSIONS: 1.0.1 before 2026-01-26
---END_METADATA---
Description Summary:
A critical SQL injection vulnerability in Fikir Odalari AdminPando allows unauthenticated attackers to bypass login and gain full administrative access, including DOM manipulation capabilities.
Executive Summary:
Fikir Odalari AdminPando is affected by a maximum-severity SQL injection vulnerability that allows unauthenticated attackers to seize full administrative control and deface public content.
Vulnerability Details
CVE-ID: CVE-2025-10878
Affected Software: Fikir Odalari AdminPando
Affected Versions: 1.0.1 before 2026-01-26
Vulnerability: The username and password parameters in the login functionality are susceptible to SQL injection. An unauthenticated attacker can use crafted SQL queries to bypass the authentication mechanism entirely.
Business Impact
This vulnerability carries a CVSS score of 10.0, representing the highest possible risk. Successful exploitation allows an attacker to gain full administrative privileges, enabling them to manipulate the underlying database, steal user information, and modify the public-facing website’s HTML/DOM. This can lead to massive reputational damage and total loss of data confidentiality.
Remediation Plan
Immediate Action: Apply the vendor-provided patch released on or after January 26, 2026, which implements prepared statements and input sanitization.
Proactive Monitoring: Review database logs for suspicious queries containing SQL keywords like UNION, SELECT, or ' OR '1'='1'.
Compensating Controls: Implement a Web Application Firewall (WAF) with aggressive SQL injection protection profiles to intercept malicious login attempts.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Feb 3, 2026, there is no public information indicating active exploitation of this vulnerability. Given the simplicity of SQL injection in login forms, this is a high-priority target for threat actors.
Analyst Recommendation
Immediate patching is mandatory for all AdminPando installations. Because this flaw allows for complete system takeover and public website manipulation, administrators should also conduct a forensic audit to ensure the system has not already been compromised via this vector.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Software installed and run as a non-privileged user may conduct improper GPU system calls to cause mismanagement of reference counting to cause a pote...
Software installed and run as a non-privileged user may conduct improper GPU system calls to cause mismanagement of reference counting to cause a potential use after free
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress is vulnerable to SQL Injec...
The Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 2
Executive Summary:
A high-severity SQL Injection vulnerability has been identified in a popular WordPress plugin, "Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers." This flaw could allow an unauthenticated attacker to manipulate the website's database, potentially leading to a complete compromise of the site, theft of sensitive user data, and unauthorized administrative access. Immediate patching is required to mitigate the significant risk of a data breach and website defacement.
Vulnerability Details
CVE-ID: CVE-2025-10862
Affected Software: WordPress Plugin: Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers
Affected Versions: All versions up to and including 2.0
Vulnerability: The specified WordPress plugin is vulnerable to SQL Injection due to improper sanitization of user-supplied input before it is used in a database query. An unauthenticated attacker can craft a malicious request containing specially formatted SQL commands. When the vulnerable plugin processes this input, the malicious commands are executed directly against the backend database, allowing the attacker to read, modify, or delete sensitive data, bypass authentication mechanisms, or potentially achieve remote code execution depending on the database configuration.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.5. Successful exploitation could have severe consequences for the business, including a significant data breach involving customer information, payment details, or proprietary business data stored in the database. The potential for data loss or corruption could disrupt business operations, while unauthorized access could lead to website defacement, reputational damage, and loss of customer trust. The financial impact could be substantial, stemming from regulatory fines (e.g., GDPR, CCPA), incident response costs, and loss of revenue.
Remediation Plan
Immediate Action:
Proactive Monitoring:
SELECT, UNION, INSERT, --, ') or other malicious-looking patterns.Compensating Controls:
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of the published date, October 9, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. However, SQL Injection vulnerabilities in widely-used WordPress plugins are highly sought after by threat actors, and it is anticipated that exploits will be developed and utilized shortly after public disclosure.
Analyst Recommendation
Given the high severity (CVSS 7.5) and the potential for complete database compromise by an unauthenticated attacker, this vulnerability requires immediate attention. Organizations are strongly advised to apply the vendor-supplied patch to all affected websites without delay. Although this CVE is not currently listed on the CISA KEV catalog, its characteristics make it a prime candidate for future inclusion. If patching cannot be performed immediately, implement a WAF with SQLi detection rules as a critical compensating control and prioritize the update within the next patch cycle.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
The Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress is vulnerable to Server-Si...
The Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2
Executive Summary:
A high-severity Server-Side Request Forgery (SSRF) vulnerability has been identified in a WordPress popup builder plugin. This flaw allows an unauthenticated attacker to trick the website's server into making unauthorized requests to internal network resources or external services. Successful exploitation could lead to the exposure of sensitive internal data and further compromise of the network infrastructure.
Vulnerability Details
CVE-ID: CVE-2025-10861
Affected Software: Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress
Affected Versions: All versions up to, and including, 2
Vulnerability: The vulnerability is a Server-Side Request Forgery (SSRF). It exists because the plugin improperly validates user-supplied input that is used to construct a URL for a server-side request. An attacker can craft a malicious request to the plugin, forcing the web server to send requests to arbitrary destinations, including internal services that are not normally accessible from the internet. This could be used to scan the internal network, interact with internal APIs, or access sensitive information from cloud provider metadata services.
Business Impact
This vulnerability is rated as high severity with a CVSS score of 7.5. Exploitation can lead to significant business impacts, including the breach of confidential information, such as internal network topology, service banners, and potentially cloud infrastructure credentials. An attacker could use the compromised server as a pivot point to launch further attacks against the internal network, jeopardizing the integrity and confidentiality of corporate data and systems. This poses a direct risk to operational security and could result in reputational damage and regulatory non-compliance.
Remediation Plan
Immediate Action: Immediately update the "Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers" plugin to the latest version provided by the vendor (a version greater than 2). If the plugin is not essential for business operations, consider deactivating and removing it to eliminate the attack surface.
Proactive Monitoring: Monitor egress network traffic from the web server for unusual outbound connections, particularly to internal IP address ranges (e.g., 10.0.0.0/8, 192.168.0.0/16) and cloud metadata endpoints (e.g., 169.254.169.254). Review web server access logs for suspicious requests targeting the plugin's functionality that may contain URLs or IP addresses in the parameters.
Compensating Controls: If immediate patching is not feasible, implement a Web Application Firewall (WAF) with rules designed to detect and block SSRF attack patterns. Additionally, enforce strict egress filtering rules on the server's host-based or network firewall to limit the server's ability to initiate connections to internal services and unknown external destinations.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of October 24, 2025, there are no known public exploits or active campaigns targeting this vulnerability. However, vulnerabilities in popular WordPress plugins are frequently reverse-engineered, and proof-of-concept exploits can be developed and published rapidly. Organizations should assume that exploitation is likely in the near future.
Analyst Recommendation
Given the high severity (CVSS 7.5) of this vulnerability and its potential for exposing internal network resources, immediate action is required. We strongly recommend that all system owners identify instances of the vulnerable plugin and apply the vendor-provided security update without delay. Although this CVE is not currently on the CISA KEV list, its high score and the prevalence of WordPress make it a prime target for opportunistic attackers. Prioritize patching to mitigate the risk of a security breach.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
An issue was discovered in GitLab CE/EE affecting all versions before 18
An issue was discovered in GitLab CE/EE affecting all versions before 18
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security flaw has been discovered in Campcodes Point of Sale System POS 1
A security flaw has been discovered in Campcodes Point of Sale System POS 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Unrestricted Upload of File with Dangerous Type vulnerability in Solvera Software Services Trade Inc
Unrestricted Upload of File with Dangerous Type vulnerability in Solvera Software Services Trade Inc
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Authorization Bypass Through User-Controlled Key vulnerability in Solvera Software Services Trade Inc
Authorization Bypass Through User-Controlled Key vulnerability in Solvera Software Services Trade Inc
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The txtai framework allows the loading of compressed tar files as embedding indices
The txtai framework allows the loading of compressed tar files as embedding indices
A security flaw has been discovered in Campcodes Gym Management System 1
A security flaw has been discovered in Campcodes Gym Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Felan Framework plugin for WordPress is vulnerable to improper authentication in versions up to, and including, 1.1.4. This is due to the hardcode...
The Felan Framework plugin for WordPress is vulnerable to improper authentication in versions up to, and including, 1.1.4. This is due to the hardcoded password in the 'fb_ajax_login_or_register' func...
Executive Summary:
A critical improper authentication vulnerability exists in the Felan Framework plugin for WordPress. This flaw is caused by a hardcoded password, which allows an unauthenticated attacker to bypass normal login procedures and gain unauthorized administrative access to the affected website, potentially leading to a full site compromise.
Vulnerability Details
CVE-ID: CVE-2025-10850
Affected Software: The Felan Framework plugin for WordPress
Affected Versions: Versions up to, and including, 1.1.4
Vulnerability: The vulnerability is an improper authentication weakness due to a hardcoded password within the fb_ajax_login_or_register function. An attacker who discovers this static, hardcoded password can submit a specially crafted login request to this function. This bypasses standard WordPress authentication mechanisms, granting the attacker access to the site, likely with administrative privileges, without needing valid user credentials.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, indicating a high risk of compromise with minimal attacker effort. Successful exploitation could lead to a complete takeover of the affected WordPress website. Potential consequences include theft of sensitive user data, financial information, website defacement, distribution of malware to visitors, and using the compromised server as a pivot point for further attacks on the internal network, posing severe reputational, financial, and operational risks to the organization.
Remediation Plan
Immediate Action: Immediately update The Felan Framework plugin for WordPress to the latest patched version that resolves this vulnerability. After patching, it is crucial to review all user accounts (especially administrative ones) for any unauthorized additions or modifications and review access logs for signs of compromise prior to the update.
Proactive Monitoring: Monitor web server and application logs for any direct POST requests to the endpoint associated with the fb_ajax_login_or_register function. Scrutinize login attempts from unknown or suspicious IP addresses. Implement alerts for the creation of new administrative accounts or unexpected changes to plugin or theme files.
Compensating Controls: If immediate patching is not feasible, consider disabling the Felan Framework plugin until it can be updated. Alternatively, deploy a Web Application Firewall (WAF) with a custom rule to block access to the vulnerable AJAX function endpoint. Restricting access to the WordPress login and admin pages (/wp-login.php and /wp-admin/) to trusted IP addresses can also reduce the attack surface.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the published date, Oct 16, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, vulnerabilities involving hardcoded credentials are trivial to exploit once the password is known, and proof-of-concept code is likely to be developed and published quickly.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the ease of exploitation, immediate remediation is strongly recommended. Organizations must prioritize applying the vendor-supplied patch to all websites using the affected Felan Framework plugin. Although this vulnerability is not currently listed on the CISA KEV list, its high severity and the potential for widespread impact make it a prime target for opportunistic attackers.
Update The Felan Framework plugin for WordPress is vulnerable to improper authentication in versions up Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A flaw has been found in Reservation Online Hotel Reservation System 1
A flaw has been found in Reservation Online Hotel Reservation System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in code-projects Online Bidding System 1
A vulnerability was detected in code-projects Online Bidding System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in code-projects Online Bidding System 1
A security vulnerability has been detected in code-projects Online Bidding System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in Tenda AC21 16
A vulnerability was identified in Tenda AC21 16
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Executive Summary:
A high-severity vulnerability has been identified in multiple SERVCore products, including Topaz SERVCore Teller 2. This flaw could allow a remote, unauthenticated attacker to execute arbitrary code on affected systems, potentially leading to a complete system compromise, unauthorized access to sensitive data, and disruption of services.
Vulnerability Details
CVE-ID: CVE-2025-10941
Affected Software: SERVCore Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability exists due to a lack of proper input validation in a network-accessible component of the Topaz SERVCore Teller 2 application. An unauthenticated attacker can send a specially crafted request to the vulnerable service. This request can trigger a command injection or buffer overflow condition, allowing the attacker to execute arbitrary commands on the underlying operating system with the privileges of the application's service account.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.8. Successful exploitation could result in the complete compromise of the affected teller systems, leading to significant business consequences. These include the potential for fraudulent financial transactions, theft of sensitive customer and corporate data, and major disruption to business operations. The organization faces substantial financial, reputational, and regulatory risks if this vulnerability is exploited by threat actors.
Remediation Plan
Immediate Action: Apply the security updates released by SERVCore immediately across all affected systems. After patching, it is critical to monitor for any signs of exploitation attempts that may have occurred prior to remediation and to review system and application access logs for suspicious activity.
Proactive Monitoring: Security teams should monitor network traffic for unusual connections or malformed packets targeting the ports used by SERVCore applications. Review application logs for unexpected error messages or abnormal process executions. Implement and update intrusion detection/prevention system (IDS/IPS) signatures to detect and block known exploitation patterns for this vulnerability as they become available.
Compensating Controls: If patching is not immediately possible, restrict network access to the vulnerable services to only trusted IP addresses and internal network segments using firewalls or network access control lists (ACLs). Consider deploying a web application firewall (WAF) or virtual patching solution to block malicious requests before they reach the application.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 26, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, given the high severity and the potential impact on critical systems, it is highly probable that threat actors will reverse-engineer the patch and develop exploit code.
Analyst Recommendation
Due to the High severity (CVSS 7.8) of this vulnerability and its potential to allow for remote code execution, immediate action is required. Although this vulnerability is not currently listed on the CISA KEV catalog, the risk of future exploitation is significant. We strongly recommend that all affected SERVCore products be patched on an emergency basis. If immediate patching is not feasible, compensating controls such as network segmentation must be implemented without delay to mitigate the risk of compromise.