SurrealDB before 1
Description
SurrealDB before 1
AI Analyst Comment
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 20685 vulnerabilities with AI analyst insights
SurrealDB before 1
SurrealDB before 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Cal
Cal
---METADATA---
VENDOR: calcom
PRODUCT: cal.diy
AFFECTED_VERSIONS: 0 through 4.7.15
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A cross-site scripting (XSS) vulnerability in cal.diy allows authenticated users to inject malicious scripts through booking questions, mirroring the characteristics of related security flaws.
Executive Summary:
A cross-site scripting vulnerability in cal.diy allows authenticated attackers to execute arbitrary scripts, creating a substantial risk to user data and session integrity.
Vulnerability Details
CVE-ID: CVE-2024-58355
Affected Software: calcom cal.diy
Affected Versions: 0 through 4.7.15
Vulnerability: This is a CWE-80 vulnerability involving improper neutralization of script-related HTML tags. It requires an authenticated user with low privileges to trigger the vulnerability through specially crafted booking questions.
Business Impact
Successful exploitation permits attackers to compromise user sessions and perform unauthorized actions, potentially leading to widespread data exposure. With a CVSS score of 8.9, this vulnerability poses a severe threat to the confidentiality and integrity of the affected application.
Remediation Plan
Immediate Action: Apply the latest security updates provided by the vendor to remediate the underlying sanitization flaw.
Proactive Monitoring: Review user-generated content and booking logs for signs of script injection or unusual character sequences.
Compensating Controls: Utilize a Web Application Firewall (WAF) to prevent the delivery of malicious scripts to the application.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of July 24, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability demonstrates a systemic issue with input handling that should be addressed comprehensively during the patching process.
Analyst Recommendation
The high CVSS score necessitates immediate attention to prevent potential exploitation. Administrators should apply the vendor-recommended patches as soon as they are available to ensure the security of their deployment.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A repository takeover vulnerability exists in the cal.diy GitHub Actions workflow, allowing attackers to execute arbitrary code via malicious pull req...
A repository takeover vulnerability exists in the cal.diy GitHub Actions workflow, allowing attackers to execute arbitrary code via malicious pull requests and compromise the repository.
---METADATA---
VENDOR: calcom
PRODUCT: cal.diy
AFFECTED_VERSIONS: See vendor advisory
CONFIDENCE: medium
MISSING: patch
---END_METADATA---
Description Summary:
A repository takeover vulnerability exists in the cal.diy GitHub Actions workflow, allowing attackers to execute arbitrary code via malicious pull requests and compromise the repository.
Executive Summary:
A critical repository takeover vulnerability in the cal.diy GitHub Actions workflow enables attackers to execute arbitrary code and gain unauthorized control over the codebase.
Vulnerability Details
CVE-ID: CVE-2024-58354
Affected Software: calcom cal.diy
Affected Versions: See vendor advisory
Vulnerability: The vulnerability stems from insecure GitHub Actions workflow configurations, specifically the use of pull_request_target combined with dangerous checkout practices. This allows an attacker with low privileges to trigger arbitrary command execution using the repository's write-scoped GITHUB_TOKEN.
Business Impact
Exploitation of this flaw allows an attacker to mutate the repository, including pushing malicious code, merging unauthorized pull requests, and modifying branches. This represents a significant supply chain and integrity risk, as it could facilitate the distribution of backdoored software to end users.
Remediation Plan
Immediate Action: Audit and restrict GitHub Actions workflow permissions immediately, ensuring that pull requests from untrusted sources do not have access to repository write tokens.
Proactive Monitoring: Monitor repository audit logs for unauthorized branch mutations, unexpected commits, or suspicious workflow execution activity.
Compensating Controls: Implement mandatory code review processes for all pull requests and utilize branch protection rules to prevent unauthorized merging of code.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of July 23, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The complexity of the attack vector requires specific knowledge of the repository workflow configuration.
Analyst Recommendation
While no patched version is currently available, administrators must proactively secure their CI/CD pipelines by hardening workflow permissions. Prioritize reviewing the vendor's security advisory and applying recommended configuration changes to mitigate the risk of repository takeover.
Update calcom cal.diy to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
Cal
Cal
---METADATA---
VENDOR: calcom
PRODUCT: cal.diy
AFFECTED_VERSIONS: 0 through 4.7.15
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A cross-site scripting (XSS) vulnerability exists in cal.diy, allowing authenticated users to inject malicious scripts via booking questions.
Executive Summary:
A cross-site scripting vulnerability in cal.diy allows authenticated attackers to execute arbitrary scripts, posing a significant risk to user session security.
Vulnerability Details
CVE-ID: CVE-2024-58353
Affected Software: calcom cal.diy
Affected Versions: 0 through 4.7.15
Vulnerability: The software fails to properly neutralize script-related HTML tags, leading to a CWE-80 basic XSS vulnerability. The attack vector requires the attacker to be authenticated with low privileges and requires user interaction to execute the malicious payload.
Business Impact
Exploitation of this XSS vulnerability can lead to session hijacking, unauthorized actions performed on behalf of other users, or the theft of sensitive information. The high CVSS score of 8.9 reflects the potential for significant impact on both data confidentiality and integrity within the application environment.
Remediation Plan
Immediate Action: Update the cal.diy software to the version containing the fix, as specified in the official vendor security advisory.
Proactive Monitoring: Monitor application logs for suspicious script injection attempts or anomalous booking activity.
Compensating Controls: Deploy a Web Application Firewall (WAF) to filter malicious script payloads from web requests.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of July 24, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is rooted in inadequate input sanitization, which is a common vector for web-based attacks.
Analyst Recommendation
Security teams must treat this vulnerability with high urgency due to its potential for full session compromise. Applying the vendor-provided update is the only effective way to neutralize this flaw and ensure the continued security of the platform.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Flowise versions before 2.1.4 are vulnerable to remote code execution and sandbox escape via an insecure overrideConfig option in the Chainflow execut...
Flowise versions before 2.1.4 are vulnerable to remote code execution and sandbox escape via an insecure overrideConfig option in the Chainflow execution process.
---METADATA---
VENDOR: Flowise
PRODUCT: Flowise
AFFECTED_VERSIONS: Before 2.1.4
---END_METADATA---
Description Summary:
Flowise versions before 2.1.4 are vulnerable to remote code execution and sandbox escape via an insecure overrideConfig option in the Chainflow execution process.
Executive Summary:
An unauthenticated remote code execution vulnerability in Flowise allows attackers to achieve full system compromise via insecure configuration injection.
Vulnerability Details
CVE-ID: CVE-2024-58351
Affected Software: Flowise Flowise
Affected Versions: Before 2.1.4
Vulnerability: This vulnerability stems from an insecure implementation of the overrideConfig option, which lacks an allow-list for permitted variables and relies on an insufficient vm2 sandbox. Attackers can leverage this to execute arbitrary code, perform SSRF, or exfiltrate sensitive server-side data without prior authentication.
Business Impact
With a CVSS score of 9.8, this critical vulnerability poses a severe risk of total server compromise. Successful exploitation allows an attacker to execute arbitrary commands, potentially leading to unauthorized data access, complete loss of confidentiality and integrity, and significant operational downtime for organizations relying on Flowise for workflow automation.
Remediation Plan
Immediate Action: Upgrade Flowise to version 2.1.4 or later immediately to remove the vulnerable configuration injection path.
Proactive Monitoring: Review backend Prediction API logs for anomalous overrideConfig payloads or unexpected execution patterns that deviate from standard workflow triggers.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict rules to inspect and filter incoming JSON payloads for suspicious overrideConfig parameters until the patch is applied.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Jun 20, 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
Given the severity of the remote code execution risk, organizations must prioritize patching Flowise instances to version 2.1.4. Failure to remediate this vulnerability leaves the underlying infrastructure exposed to complete takeover by unauthenticated remote actors.
Update Flowise Multiple Products to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
WordPress Theme Travelscape 1.0.3 is susceptible to remote code execution due to insufficient validation of file uploads in the theme directory.
WordPress Theme Travelscape 1.0.3 is susceptible to remote code execution due to insufficient validation of file uploads in the theme directory.
---METADATA---
VENDOR: WordPress
PRODUCT: Theme Travelscape
AFFECTED_VERSIONS: 1.0.3
---END_METADATA---
Description Summary:
WordPress Theme Travelscape 1.0.3 is susceptible to remote code execution due to insufficient validation of file uploads in the theme directory.
Executive Summary:
The WordPress Theme Travelscape 1.0.3 contains a critical remote code execution vulnerability that allows unauthenticated attackers to upload and execute malicious files.
Vulnerability Details
CVE-ID: CVE-2024-58349
Affected Software: WordPress Theme Travelscape
Affected Versions: 1.0.3
Vulnerability: The theme features an arbitrary file upload vulnerability caused by inadequate validation of user-supplied files. An unauthenticated attacker can exploit this flaw to upload malicious scripts to the theme directory and execute them to gain system-level control.
Business Impact
With a CVSS score of 9.8, this vulnerability poses a severe threat to business continuity and data security. An attacker can leverage this access to gain control over the WordPress database, steal administrative credentials, or deploy ransomware, leading to significant reputational and operational damage.
Remediation Plan
Immediate Action: Update to the latest version of Theme Travelscape to ensure proper file validation is implemented.
Proactive Monitoring: Monitor server access logs for unusual upload activity and scan the /wp-content/themes/travelscape/ directory for any suspicious file signatures.
Compensating Controls: Apply WAF rules to detect and block malicious file uploads and restrict PHP execution within the theme's upload subdirectories.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of June 8, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This is a critical vulnerability that requires immediate attention. Organizations utilizing Theme Travelscape should perform an emergency update and conduct a security audit to confirm that no malicious files have been successfully uploaded or executed.
Update WordPress Theme Travelscape to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
WordPress Background Image Cropper 1.2 allows unauthenticated attackers to execute arbitrary code via an insecure file upload endpoint.
WordPress Background Image Cropper 1.2 allows unauthenticated attackers to execute arbitrary code via an insecure file upload endpoint.
---METADATA---
VENDOR: WordPress
PRODUCT: Background Image Cropper
AFFECTED_VERSIONS: Version 1.2
---END_METADATA---
Description Summary:
WordPress Background Image Cropper 1.2 allows unauthenticated attackers to execute arbitrary code via an insecure file upload endpoint.
Executive Summary:
A critical remote code execution vulnerability in the WordPress Background Image Cropper plugin allows unauthenticated attackers to compromise the host server via arbitrary file uploads.
Vulnerability Details
CVE-ID: CVE-2024-58348
Affected Software: WordPress Background Image Cropper
Affected Versions: 1.2
Vulnerability: The plugin contains an insecure file upload vulnerability in the ups.php endpoint. Unauthenticated attackers can leverage this endpoint to upload malicious PHP files, which are then stored and executable on the server.
Business Impact
This vulnerability carries a CVSS score of 9.8, indicating a critical severity level. Successful exploitation results in complete server compromise, allowing attackers to read, modify, or delete sensitive application data and potentially pivot into the wider network infrastructure.
Remediation Plan
Immediate Action: Update the Background Image Cropper plugin to the latest version immediately to address the insecure endpoint.
Proactive Monitoring: Review server logs for suspicious POST requests directed at ups.php and examine the plugin directory for unauthorized file modifications or new script uploads.
Compensating Controls: Utilize a WAF to restrict access to the ups.php file and implement strict file type validation and execution restrictions on the plugin's upload directory.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of June 8, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The ease of exploitation for this remote code execution flaw necessitates immediate action. Administrators must update the plugin and verify the integrity of the WordPress installation to ensure no unauthorized files remain on the system.
Update WordPress Background Image to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
OpenCart Core 4
OpenCart Core 4
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Anevia Flamingo XL 3.2.9 contains a restricted shell vulnerability that allows remote attackers to escape the sandboxed environment through the tracer...
Anevia Flamingo XL 3.2.9 contains a restricted shell vulnerability that allows remote attackers to escape the sandboxed environment through the traceroute command. Attackers can exploit the traceroute command to inject shell commands and gain full root access to the device by bypassing the restricted login environment.
Executive Summary:
A critical vulnerability has been identified in Anevia Flamingo XL products, assigned CVE-2024-58338 with a CVSS score of 9.8. This flaw allows a remote attacker to escape a restricted user environment by manipulating the traceroute command, leading to a complete system takeover with root-level privileges. Successful exploitation could result in total compromise of the affected device, service disruption, and unauthorized access to the network.
Vulnerability Details
CVE-ID: CVE-2024-58338
Affected Software: Anevia Flamingo XL Multiple Products
Affected Versions: Version 3.2.9 is confirmed to be vulnerable. See vendor advisory for a complete list of affected versions.
Vulnerability: The vulnerability is a restricted shell escape due to improper input validation in the traceroute command. An attacker with access to the device's restricted shell can inject arbitrary shell commands as arguments to the traceroute utility. Because the input is not properly sanitized, these injected commands are executed by the underlying operating system with elevated privileges, bypassing the intended sandbox restrictions and resulting in full root access to the device.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, indicating a high risk of exploitation and severe potential impact. A successful attack would grant an adversary complete control over the affected Anevia Flamingo XL device. This could lead to significant business consequences, including the theft of sensitive data, disruption of critical video streaming services, installation of persistent malware or backdoors, and using the compromised device as a pivot point to launch further attacks against the internal network. The potential for reputational damage and financial loss is substantial.
Remediation Plan
Immediate Action: Immediately apply the security patches provided by the vendor. Update all Anevia Flamingo XL Multiple Products to the latest recommended version to mitigate this vulnerability. In parallel, initiate a review of all system and access logs for any signs of compromise or suspicious activity related to the traceroute command.
Proactive Monitoring: Implement enhanced monitoring on affected devices. Security teams should look for unusual usage of the traceroute command in shell logs, especially those containing special characters or chained commands (e.g., ;, |, &&). Monitor for unexpected outbound network connections, unauthorized processes running with root privileges, and any unauthorized file modifications on the system.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls:
traceroute command for restricted user accounts or further limit the permissions of the shell environment.Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Dec 30, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, due to the critical severity and the straightforward nature of shell escape vulnerabilities, it is highly probable that proof-of-concept exploits will be developed and weaponized by threat actors. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities (KEV) catalog.
Analyst Recommendation
Given the critical CVSS score of 9.8, this vulnerability presents an immediate and severe threat to the organization. We strongly recommend that all affected Anevia Flamingo XL devices be patched on an emergency basis. Although there is no evidence of active exploitation at this time, the risk of a full system compromise is too significant to delay remediation. If patching cannot be performed immediately, apply the recommended compensating controls and prioritize these systems for the next available maintenance window.
Update Anevia Flamingo XL Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Akuvox Smart Intercom S539 contains an improper access control vulnerability that allows users with 'User' privileges to modify API access settings an...
Akuvox Smart Intercom S539 contains an improper access control vulnerability that allows users with 'User' privileges to modify API access settings and configurations
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Akuvox Smart Intercom S539 contains an unauthenticated vulnerability that allows remote attackers to access live video streams by requesting the video...
Akuvox Smart Intercom S539 contains an unauthenticated vulnerability that allows remote attackers to access live video streams by requesting the video.cgi endpoint on port 8080. Attackers can retrieve video stream data without authentication by directly accessing the specified endpoint on affected Akuvox doorphone and intercom devices.
Executive Summary:
A critical vulnerability has been identified in multiple Akuvox Smart Intercom products, allowing unauthenticated remote attackers to access live video streams. This flaw, tracked as CVE-2024-58336, poses a significant risk to physical security and privacy by enabling unauthorized surveillance of sensitive areas without requiring any credentials. Immediate patching is required to prevent potential exploitation and protect sensitive video data.
Vulnerability Details
CVE-ID: CVE-2024-58336
Affected Software: Akuvox Smart Intercom Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability is an instance of Broken Access Control. The video.cgi endpoint, which serves the device's live video stream, is exposed on TCP port 8080 without any authentication mechanism. A remote attacker can exploit this by sending a direct HTTP request to this endpoint, and the device will return the video stream data without verifying the user's identity or authorization, granting unauthorized access to the camera feed.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8. Exploitation could lead to a severe breach of physical security and personal privacy, as attackers could monitor building entrances, secure areas, or private residences in real-time. This exposure creates significant risks, including corporate espionage, targeted theft, stalking, and reputational damage. The organization could also face legal and regulatory consequences related to privacy violations if sensitive areas are exposed.
Remediation Plan
Immediate Action: The primary remediation is to apply the vendor-supplied security patch immediately. Organizations must identify all affected Akuvox devices and update them to the latest firmware version that addresses this vulnerability. After patching, review access logs for any signs of past exploitation.
Proactive Monitoring: Security teams should actively monitor network traffic for suspicious requests to TCP port 8080 on Akuvox devices, specifically looking for access attempts to the /video.cgi endpoint from untrusted or external IP addresses. Configure alerts for unusual traffic patterns or repeated connections to this port and endpoint.
Compensating Controls: If immediate patching is not feasible, implement the following controls to reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of Dec 30, 2025, there is no known public exploit code for this vulnerability. However, due to the simplicity of exploitation (a single unauthenticated web request), it is highly likely that threat actors will independently develop and use exploits. The low complexity of the attack vector means organizations should assume active exploitation is imminent.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the severe impact on physical security and privacy, this vulnerability requires immediate attention. The top priority is to apply the vendor patch to all affected Akuvox devices without delay. Although this CVE is not currently listed on the CISA KEV list, its high severity and ease of exploitation warrant treating it with the same urgency. If patching is delayed for any reason, compensating controls such as firewall restrictions must be implemented immediately to mitigate the risk of unauthorized surveillance.
Update Akuvox Smart Intercom Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Online Shopping System Advanced 1
Online Shopping System Advanced 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Tosibox Key Service 3
Tosibox Key Service 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Atcom 100M IP Phones firmware version 2
Atcom 100M IP Phones firmware version 2
Executive Summary:
A high-severity vulnerability has been identified in multiple Atcom IP Phone products, specifically affecting devices running firmware version 2. This flaw could allow a remote, unauthenticated attacker to gain complete control over the affected phones. Successful exploitation could lead to eavesdropping on conversations, service disruption, or using the compromised devices to launch further attacks against the internal network.
Vulnerability Details
CVE-ID: CVE-2024-58314
Affected Software: Atcom Multiple Products
Affected Versions: Firmware version 2 for Atcom 100M IP Phones. See vendor advisory for a complete list of affected products.
Vulnerability: This vulnerability is a critical command injection flaw in the web management interface of the affected firmware. An unauthenticated attacker can send a specially crafted HTTP request to the device's web server. The input is not properly sanitized, allowing the attacker to inject and execute arbitrary operating system commands with the privileges of the root user, leading to a full compromise of the device.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8, posing a significant risk to the organization. Exploitation could result in the complete loss of confidentiality, integrity, and availability of the IP phone system. Specific business impacts include the interception of sensitive or confidential phone calls, unauthorized modification of device configurations, denial of service for critical voice communications, and the potential for attackers to use the compromised phones as a pivot point to attack other sensitive assets on the corporate network.
Remediation Plan
Immediate Action: The primary and most effective remediation is to apply the security updates provided by Atcom to all affected IP phones immediately. Before and after patching, closely monitor device logs and network traffic for any signs of compromise or exploitation attempts.
Proactive Monitoring: Implement enhanced monitoring for affected devices. Review web access logs on the phones for unusual requests, especially from untrusted internal or external IP addresses. Monitor network traffic for anomalous outbound connections from the IP phones to unknown destinations, which could indicate a successful compromise and communication with a command-and-control server.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls to reduce the risk of exploitation:
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of the publication date, December 14, 2025, there are no known public exploits or reports of this vulnerability being actively exploited in the wild. However, given the high CVSS score and the relative simplicity of command injection vulnerabilities, it is highly probable that threat actors will develop and release exploit code in the near future.
Analyst Recommendation
Given the high severity (CVSS 8.8) of this vulnerability, we strongly recommend that organizations prioritize the immediate patching of all affected Atcom IP Phone devices. While this vulnerability is not currently listed on the CISA KEV list, its critical nature makes it a prime target for future exploitation. If patching cannot be performed immediately, the compensating controls outlined above, particularly network segmentation and restricting access to the management interface, must be implemented as an urgent priority to mitigate risk.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Dormakaba Saflok System 6000 contains a predictable key generation algorithm that allows attackers to derive card access keys from a 32-bit unique ide...
Dormakaba Saflok System 6000 contains a predictable key generation algorithm that allows attackers to derive card access keys from a 32-bit unique identifier. Attackers can exploit the deterministic key generation process by calculating valid access keys using a simple mathematical transformation of the card's unique identifier.
Executive Summary:
A critical vulnerability exists in multiple Dormakaba Saflok System products that allows an attacker to create their own valid access keys. The system uses a predictable method to generate keys from a card's unique identifier, enabling unauthorized individuals to bypass physical security controls and gain access to secured areas. This flaw presents a severe risk of physical intrusion, theft, and compromise of sensitive environments.
Vulnerability Details
CVE-ID: CVE-2024-58311
Affected Software: Dormakaba Saflok System Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability lies in a deterministic key generation algorithm within the Dormakaba Saflok System. The system creates cryptographic access keys using a predictable, simple mathematical transformation of a card's 32-bit unique identifier (UID). An attacker can obtain a card's UID (e.g., through physical access or using a nearby RFID/NFC reader) and apply the known transformation to calculate the corresponding access key, effectively allowing them to clone or create a master key without authorization.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, reflecting the ease of exploitation and the potential for complete compromise of physical security. Successful exploitation could lead to unauthorized physical access to facilities, including corporate offices, server rooms, and other restricted areas. The consequences include theft of physical assets, intellectual property, and sensitive data, as well as potential harm to personnel and significant reputational damage to the organization.
Remediation Plan
Immediate Action: The primary remediation is to apply the security updates provided by the vendor. Organizations must update all affected Dormakaba Saflok System components, including lock firmware and management software, to the latest version immediately. Following the update, closely monitor for any unusual access attempts and conduct a thorough review of historical access logs for signs of compromise.
Proactive Monitoring: Implement enhanced monitoring of physical access control systems. Specifically, look for logs showing an unusual pattern of access, such as multiple failed attempts followed by a successful entry from an unfamiliar card ID, or access events at odd hours or in locations inconsistent with employee roles. Correlate access logs with surveillance video where available to verify the identity of individuals entering sensitive areas.
Compensating Controls: If patching cannot be deployed immediately, implement compensating controls to mitigate risk. These include adding a secondary authentication factor (e.g., PIN code) for entry to high-security areas, increasing the presence of physical security personnel, and temporarily disabling affected card readers on critical entry points until they can be updated. Conduct a review of all access privileges and enforce the principle of least privilege.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of Dec 12, 2025, the technical details describing the "simple mathematical transformation" are publicly available, making it trivial for attackers to create exploit tools. While the vulnerability is not currently listed on the CISA KEV catalog, its critical nature and the availability of public exploit details mean active exploitation is highly probable. Organizations should assume they are being targeted.
Analyst Recommendation
Given the critical CVSS score of 9.8 and the direct threat to physical security, this vulnerability requires immediate attention. We strongly recommend that all organizations using affected Dormakaba Saflok systems prioritize the deployment of the vendor-supplied patches across all facilities without delay. Due to the high likelihood of exploitation, organizations should also immediately implement the recommended monitoring and compensating controls to detect and prevent unauthorized access while the patching process is underway.
Update Dormakaba Saflok System Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
WonderCMS 4
WonderCMS 4
Executive Summary:
A critical vulnerability has been discovered in WonderCMS, a popular content management system. This flaw, identified as CVE-2024-58305, allows an unauthenticated remote attacker to execute arbitrary code, potentially leading to a complete takeover of the affected website and its underlying server. Successful exploitation could result in data theft, website defacement, or the distribution of malware to visitors.
Vulnerability Details
CVE-ID: CVE-2024-58305
Affected Software: WonderCMS Multiple Products
Affected Versions: WonderCMS version 4.x prior to the patched release. See vendor advisory for specific affected versions.
Vulnerability: This vulnerability is an unauthenticated Remote Code Execution (RCE) flaw. It exists within the file upload functionality of a core component. An attacker can bypass file type validation checks by crafting a malicious request, allowing them to upload a PHP web shell or other malicious script to a web-accessible directory. By subsequently navigating to the URL of the uploaded file, the attacker can execute arbitrary commands on the server with the permissions of the web server process, leading to a full system compromise.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.8, posing a significant risk to the organization. A successful exploit could lead to a complete compromise of the web server's confidentiality, integrity, and availability. Potential consequences include the theft of sensitive business or customer data stored on the server, unauthorized modification of website content (defacement), reputational damage, and using the compromised server to launch further attacks or host malicious content. The ease of exploitation by an unauthenticated attacker elevates the likelihood of this vulnerability being targeted.
Remediation Plan
Immediate Action: Apply the security updates released by WonderCMS immediately to patch the vulnerability. Before patching, create a full backup of the website's files and database. After the update is applied, verify that the website is functioning correctly and that the patch has been successfully installed.
Proactive Monitoring: Monitor web server access logs for suspicious POST requests to file upload endpoints, particularly for files with executable extensions (e.g., .php, .phtml, .phar). Implement file integrity monitoring to detect the creation of unexpected files in web directories. Monitor for unusual outbound network traffic from the web server, which could indicate a reverse shell or data exfiltration.
Compensating Controls: If patching is not immediately possible, implement a Web Application Firewall (WAF) with rules specifically designed to block malicious file uploads and common web shell patterns. Additionally, configure the web server to disallow script execution in the uploads directory and enforce strict file permissions to prevent unauthorized access.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 14, 2025, there are no known public exploits targeting CVE-2024-58305. However, given the critical nature of the vulnerability (unauthenticated RCE) and the platform's widespread use, it is highly likely that security researchers or threat actors will develop a functional proof-of-concept exploit in the near future. Organizations should anticipate active scanning for vulnerable instances.
Analyst Recommendation
Due to the high CVSS score of 8.8 and the potential for complete system compromise, immediate remediation of CVE-2024-58305 is strongly recommended. Although this vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, its critical impact warrants urgent action. Organizations must prioritize applying the vendor-supplied security update to all affected WonderCMS installations without delay to prevent potential exploitation.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SPA-CART CMS 1
SPA-CART CMS 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
PCMan FTP Server 2.0 contains a buffer overflow vulnerability in the 'pwd' command that allows remote attackers to execute arbitrary code. Attackers c...
PCMan FTP Server 2.0 contains a buffer overflow vulnerability in the 'pwd' command that allows remote attackers to execute arbitrary code. Attackers can send a specially crafted payload during the FTP login process to overwrite memory and potentially gain system access.
Executive Summary:
A critical vulnerability has been identified in PCMan FTP Server, which could allow a remote, unauthenticated attacker to take full control of the affected server. The flaw is a buffer overflow that can be triggered by sending a specially crafted command during the login process, leading to arbitrary code execution. Due to the ease of exploitation and the potential for complete system compromise, this vulnerability poses a severe risk to affected organizations.
Vulnerability Details
CVE-ID: CVE-2024-58299
Affected Software: PCMan FTP Server Multiple Products
Affected Versions: PCMan FTP Server version 2.0 is confirmed to be vulnerable. See vendor advisory for a complete list of affected versions.
Vulnerability: This vulnerability is a classic stack-based buffer overflow within the function that handles the 'pwd' (Print Working Directory) command. A remote attacker can connect to the FTP server and, during the authentication phase, send a username or password that is excessively long and specifically crafted. This oversized input overflows the buffer allocated for it on the stack, allowing the attacker to overwrite adjacent memory, including the saved return address. By overwriting this address with the location of malicious code (shellcode) also included in the payload, the attacker can hijack the program's execution flow and run arbitrary commands with the privileges of the FTP server process.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.8, reflecting the high potential for damage. A successful exploit would grant an attacker the ability to execute arbitrary code on the underlying server, leading to a complete system compromise. The potential consequences include theft of sensitive data stored on or accessible from the server, deployment of ransomware, destruction or modification of critical data, and disruption of business operations that rely on the FTP service. The compromised server could also be used as a pivot point to launch further attacks against the internal network, escalating the security incident significantly.
Remediation Plan
Immediate Action: The primary remediation is to apply the security patches provided by the vendor. Administrators should immediately update all instances of PCMan FTP Server to the latest available version that addresses this vulnerability. After patching, review FTP access logs for any signs of anomalous activity or exploitation attempts preceding the update.
Proactive Monitoring: Implement enhanced monitoring of network traffic to and from the FTP server. Specifically, look for unusually long or malformed login attempts in FTP server logs and network captures. Configure security information and event management (SIEM) systems to alert on repeated crashes or unexpected restarts of the FTP server process, as these can be indicators of failed exploitation attempts. Endpoint Detection and Response (EDR) solutions should be monitored for suspicious child processes being spawned by the FTP server executable.
Compensating Controls: If immediate patching is not feasible, implement the following controls to reduce the risk of exploitation:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 12, 2025, there are no known public proof-of-concept exploits or active exploitation campaigns targeting this vulnerability. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. However, given the critical CVSS score and the straightforward nature of buffer overflow vulnerabilities in older software, it is highly probable that threat actors will develop exploits for it in the near future.
Analyst Recommendation
Given the critical severity (CVSS 9.8) of this vulnerability, immediate action is required. We strongly recommend that all vulnerable instances of PCMan FTP Server be patched without delay. Although there is no evidence of active exploitation at this time, the high potential for remote code execution makes it an attractive target for attackers. Organizations should prioritize the deployment of the vendor-supplied update. If patching is delayed, the compensating controls outlined above must be implemented immediately to mitigate risk.
Update PCMan FTP Server Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Hikvision CSMP (Comprehensive Security Management Platform) iSecure Center through 2024-08-01 allows execution of a command within $( ) in /center/api...
Hikvision CSMP (Comprehensive Security Management Platform) iSecure Center through 2024-08-01 allows execution of a command within $( ) in /center/api/installation/detection JSON data, as exploited in the wild in 2024 and 2025
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified within Rancher Manager whereby the SAML authentication from the Rancher CLI tool is vulnerable to phishing attack...
A vulnerability has been identified within Rancher Manager whereby the SAML authentication from the Rancher CLI tool is vulnerable to phishing attacks
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified within Rancher Manager where a missing server-side validation on the `
A vulnerability has been identified within Rancher Manager where a missing server-side validation on the `
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified within Rancher Manager in which it did not enforce request body size limits on certain public (unauthenticated)...
A vulnerability has been identified within Rancher Manager in which it did not enforce request body size limits on certain public (unauthenticated) and authenticated API endpoints
Executive Summary:
A high-severity vulnerability has been discovered in multiple Rancher products that could allow an attacker to cause a Denial of Service (DoS). The flaw exists because certain API endpoints fail to limit the size of incoming data, enabling an attacker to overwhelm the system with excessively large requests, rendering the Rancher management interface unavailable for legitimate users. This can lead to significant disruption in managing and monitoring Kubernetes clusters.
Vulnerability Details
CVE-ID: CVE-2024-58259
Affected Software: Rancher Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability lies in the lack of request body size enforcement on specific API endpoints within Rancher Manager, including some that do not require authentication. An attacker can exploit this by sending a specially crafted HTTP request with an extremely large body. The server attempts to process this oversized request, leading to excessive consumption of memory and CPU resources, which ultimately results in resource exhaustion and a Denial of Service (DoS) condition, making the Rancher API and UI inaccessible.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.2. The primary business impact is a Denial of Service attack, which would make the Rancher management plane inaccessible. This prevents administrators from deploying, managing, or monitoring their Kubernetes clusters, potentially leading to significant operational disruption, downtime for critical applications managed by Rancher, and failure to meet service level agreements (SLAs). The fact that some vulnerable endpoints are unauthenticated significantly widens the attack surface, allowing any remote attacker to attempt exploitation.
Remediation Plan
Immediate Action: Apply vendor security updates immediately to all affected Rancher Manager instances. After patching, it is crucial to monitor for any further exploitation attempts and review historical access logs for signs of compromise or attack that may have occurred prior to remediation.
Proactive Monitoring:
Content-Length headers or requests that resulted in resource exhaustion errors.Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 2, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. However, the technical details suggest that an exploit would be relatively simple to develop. The presence of unauthenticated endpoints makes this an attractive and easy target for attackers aiming to cause service disruption.
Analyst Recommendation
This vulnerability poses a high risk to the availability of the Rancher management platform. Given the high CVSS score of 8.2 and the potential for significant operational disruption, immediate action is required. Organizations are strongly advised to prioritize the application of the vendor-supplied security updates to all affected Rancher instances. Although this vulnerability is not currently listed on the CISA KEV catalog, its severity warrants immediate attention. If patching cannot be performed immediately, implement compensating controls such as WAF rules to mitigate the risk of a Denial of Service attack.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SugarCRM before 13
SugarCRM before 13
Executive Summary:
A high-severity vulnerability has been identified in multiple SugarCRM products, affecting all versions prior to version 13. This flaw could allow an attacker to bypass security controls, potentially leading to unauthorized access, modification, or disclosure of sensitive customer relationship data. Organizations are urged to apply the vendor-provided security updates immediately to mitigate the risk of data compromise and operational disruption.
Vulnerability Details
CVE-ID: CVE-2024-58258
Affected Software: SugarCRM Multiple Products
Affected Versions: All versions before 13.0
Vulnerability: The vulnerability is an improper access control flaw within the SugarCRM platform. An authenticated but low-privileged attacker can craft a specific request to access and manipulate application functions and data endpoints that should be restricted to high-privileged users, such as administrators. Successful exploitation does not require user interaction and can be performed over the network, allowing an attacker to escalate privileges and gain unauthorized access to view, modify, or delete sensitive information stored within the CRM.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.2, posing a significant risk to the organization. Exploitation could lead to the compromise of confidential customer data, including personally identifiable information (PII), sales pipelines, and contact details. The potential business impact includes direct financial loss, severe reputational damage, loss of customer trust, and potential regulatory penalties for non-compliance with data protection regulations like GDPR or CCPA.
Remediation Plan
Immediate Action: The primary remediation is to apply vendor-supplied security patches. Administrators should upgrade all vulnerable SugarCRM instances to version 13.0 or a later secure version immediately. After patching, it is critical to review application and server access logs for any signs of compromise that may have occurred prior to the update.
Proactive Monitoring: Implement enhanced monitoring on SugarCRM servers. Security teams should look for unusual or unauthorized API calls in web server and application logs, especially those indicating a user performing actions outside their designated role. Monitor for anomalous login patterns or attempts at privilege escalation and configure alerts for such activities.
Compensating Controls: If immediate patching is not feasible, implement the following compensating controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of July 13, 2025, there are no known public proof-of-concept exploits or reports of this vulnerability being actively exploited in the wild. This vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. However, given the high-severity rating and the critical nature of data stored in CRM systems, threat actors are likely to develop exploits for this flaw.
Analyst Recommendation
Given the high CVSS score of 7.2, we strongly recommend that organizations prioritize the immediate patching of this vulnerability. The potential for sensitive data exposure and privilege escalation represents a critical risk. While there is no current evidence of active exploitation or inclusion in the CISA KEV catalog, the severity warrants urgent action. If patching is delayed, the compensating controls listed above should be implemented without delay to reduce the attack surface.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Smolder versions through 1.51 use the insecure Perl rand() function for cryptographic operations. This lack of cryptographically secure entropy weaken...
Smolder versions through 1.51 use the insecure Perl rand() function for cryptographic operations. This lack of cryptographically secure entropy weakens the security of generated tokens and keys.
---METADATA---
VENDOR: Smolder
PRODUCT: Smolder (Perl)
AFFECTED_VERSIONS: Version 1.51 and earlier
---END_METADATA---
Description Summary:
Smolder versions through 1.51 use the insecure Perl rand() function for cryptographic operations. This lack of cryptographically secure entropy weakens the security of generated tokens and keys.
Executive Summary:
Smolder for Perl utilizes an insecure random number generator for cryptographic functions, creating a critical vulnerability that compromises the predictability and security of protected data.
Vulnerability Details
CVE-ID: CVE-2024-58041
Affected Software: Smolder (Perl)
Affected Versions: Version 1.51 and earlier
Vulnerability: Smolder relies on the standard rand() function via the Data::Random library for cryptographic entropy. This function is not cryptographically secure, meaning the resulting "random" values are predictable. This flaw directly impacts the Smolder::DB::Developer component and any cryptographic tokens it generates.
Business Impact
The use of predictable entropy in a cryptographic context results in a CVSS score of 9.1. An attacker could potentially predict session tokens, CSRF tokens, or encryption keys, leading to session hijacking or data decryption. This undermines the entire security posture of the Smolder application and can lead to widespread unauthorized access.
Remediation Plan
Immediate Action: Update Smolder to a version that utilizes a cryptographically secure pseudo-random number generator (CSPRNG), or manually patch the code to use Bytes::Random::Secure.
Proactive Monitoring: Monitor for session-related attacks or unusual patterns in user activity that might suggest session hijacking or token prediction.
Compensating Controls: Ensure that all sensitive communications are protected by TLS and consider rotating all existing cryptographic keys and secrets after the patch is applied.
Exploitation Status
Public Exploit Available: No
Analyst Notes: This is a late disclosure (published Feb 2026 for a 2024 CVE). While no active exploitation is currently reported, the predictable nature of standard rand() functions in Perl is a well-known cryptographic weakness that is easily targeted by sophisticated actors.
Analyst Recommendation
Cryptographic weaknesses are foundational flaws that require immediate remediation. Organizations using Smolder must move away from version 1.51 and ensure their Perl environment is configured to use secure entropy sources. We recommend a full audit of any tokens generated by the vulnerable version to ensure they are invalidated and regenerated.
Update Smolder versions Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Crypt::RandomEncryption for Perl version 0.01 uses insecure rand() function during encryption.
Crypt::RandomEncryption for Perl version 0.01 uses insecure rand() function during encryption.
Executive Summary:
A critical vulnerability has been identified in the Crypt::RandomEncryption for Perl library, which uses a predictable, non-cryptographic random number generator. This weakness could allow an attacker to predict the values used in the encryption process, potentially enabling them to decrypt sensitive information without the key, leading to a severe data breach.
Vulnerability Details
CVE-ID: CVE-2024-58040
Affected Software: Unknown Multiple Products
Affected Versions: See vendor advisory for specific affected versions. The core vulnerability is in Crypt::RandomEncryption for Perl version 0.01.
Vulnerability: The Crypt::RandomEncryption for Perl module, version 0.01, utilizes the standard rand() function for cryptographic operations. This function is a pseudorandom number generator (PRNG) that is not cryptographically secure, meaning its output can be predicted if the initial seed is known or can be determined. An attacker with knowledge of the system state or by analyzing a small sequence of outputs could potentially predict subsequent "random" numbers used in the encryption process. This predictability completely undermines the security of the encryption, allowing the attacker to reverse the process and decrypt confidential data.
Business Impact
This vulnerability is rated as critical severity with a CVSS score of 9.1. Successful exploitation could lead to a complete loss of confidentiality for any data encrypted using the affected library. The business impact includes the risk of a major data breach, exposure of sensitive customer information, intellectual property, or internal credentials. Such an incident could result in significant financial losses, severe reputational damage, regulatory fines, and a complete erosion of customer trust.
Remediation Plan
Immediate Action: Organizations must immediately identify all products and applications that utilize the Crypt::RandomEncryption for Perl module. The primary remediation is to update these affected products to a version that uses a cryptographically secure pseudorandom number generator (CSPRNG).
Proactive Monitoring: Implement enhanced monitoring on systems running potentially affected software. Security teams should look for unusual access patterns to encrypted data stores, anomalous decryption activities, or signs of data exfiltration. Review application and system logs for any errors or behavior that could indicate reconnaissance or exploitation attempts.
Compensating Controls: If immediate patching is not feasible, consider the following controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of the publication date, September 30, 2025, there are no known public exploits or active exploitation campaigns targeting this vulnerability. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog. However, due to the fundamental cryptographic weakness it represents, the development of exploit code is highly probable.
Analyst Recommendation
Given the critical CVSS score of 9.1, this vulnerability poses a significant risk to the confidentiality of organizational data. We strongly recommend that organizations conduct an immediate and thorough review of their software inventory to identify any use of the Crypt::RandomEncryption Perl module. Any systems found to be using the vulnerable version should be prioritized for immediate patching. Although there is no evidence of active exploitation, the severity of this flaw warrants urgent remediation to prevent a potential data breach.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Information disclosure in Bosch Configuration Manager in Version 7
Information disclosure in Bosch Configuration Manager in Version 7
---METADATA---
VENDOR: Bosch
PRODUCT: Configuration Manager
AFFECTED_VERSIONS: Bosch Configuration Manager 7.72.0106
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A vulnerability in Bosch Configuration Manager version 7 allows for the cleartext storage of sensitive information, potentially leading to unauthorized data exposure.
Executive Summary:
Bosch Configuration Manager version 7.72.0106 contains a cleartext storage vulnerability that poses a high risk to sensitive configuration data.
Vulnerability Details
CVE-ID: CVE-2024-58023
Affected Software: Bosch Configuration Manager
Affected Versions: 7.72.0106
Vulnerability: The software suffers from the cleartext storage of sensitive information (CWE-312). An authenticated attacker with local access can exploit this to retrieve sensitive data, such as credentials, which may be stored insecurely.
Business Impact
With a CVSS score of 8.4, this vulnerability presents a significant risk to the security of managed infrastructure. If an attacker gains access to sensitive information stored in cleartext, they could facilitate lateral movement or further unauthorized access to integrated systems, resulting in a breach of operational security.
Remediation Plan
Immediate Action: Refer to the vendor security advisory (BOSCH-SA-981803) and apply the recommended updates or configuration changes provided by Bosch.
Proactive Monitoring: Audit configuration files and local storage directories for sensitive data stored in plaintext.
Compensating Controls: Restrict local access to the machine running the Configuration Manager to only essential personnel.
Exploitation Status
Public Exploit Available: No (exploit_available: false)
Analyst Notes: As of July 24, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability requires local access, which serves as a necessary prerequisite for exploitation.
Analyst Recommendation
Security teams should treat this cleartext storage issue with high urgency. Perform the necessary updates and ensure that sensitive configurations are protected according to the vendor's updated security guidelines.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SimpleHelp Path Traversal Vulnerability - Active in CISA KEV catalog.
SimpleHelp Path Traversal Vulnerability - Active in CISA KEV catalog.
FEDERAL DEADLINE: May 7, 2026 (13 days). Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable. FEDERAL DEADLINE: May 7, 2026 (13 days). Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
Deadline: May 7, 2026
Required Action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
SimpleHelp Missing Authorization Vulnerability - Active in CISA KEV catalog.
SimpleHelp Missing Authorization Vulnerability - Active in CISA KEV catalog.
FEDERAL DEADLINE: May 7, 2026 (13 days). Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable. FEDERAL DEADLINE: May 7, 2026 (13 days). Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
Deadline: May 7, 2026
Required Action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.
An issue in Agnitum Outpost Security Suite 7
An issue in Agnitum Outpost Security Suite 7
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
SQL Injection vulnerability in RuoYi v.4.7.9 and before allows a remote attacker to execute arbitrary code via the createTable function in SqlUtil.jav...
SQL Injection vulnerability in RuoYi v.4.7.9 and before allows a remote attacker to execute arbitrary code via the createTable function in SqlUtil.java.
Executive Summary:
A critical SQL injection vulnerability has been identified in the RuoYi framework, affecting versions 4.7.9 and earlier. This flaw allows a remote, unauthenticated attacker to execute arbitrary code and potentially take full control of the affected application and its underlying database. Due to its maximum CVSS score of 10.0, this vulnerability poses an extreme risk of data theft, system compromise, and service disruption.
Vulnerability Details
CVE-ID: CVE-2024-57521
Affected Software: RuoYi
Affected Versions: v.4.7.9 and before
Vulnerability: The vulnerability exists within the createTable function of the SqlUtil.java component. The function fails to properly sanitize user-supplied input before incorporating it into an SQL query. A remote attacker can send a specially crafted request to an endpoint that utilizes this function, injecting malicious SQL commands that will be executed by the back-end database, leading to arbitrary code execution.
Business Impact
This vulnerability is rated as critical with a CVSS score of 10.0, representing the highest possible risk. Successful exploitation could lead to a complete compromise of the application's database, allowing an attacker to read, modify, or delete any data, including sensitive customer information, financial records, and intellectual property. The ability to execute arbitrary code could also allow an attacker to pivot from the database to the underlying server, establishing a persistent foothold in the network, disrupting business operations, and causing significant reputational and financial damage.
Remediation Plan
Immediate Action: Organizations must immediately update all instances of RuoYi to the latest version that addresses this vulnerability. After patching, it is crucial to review access and database logs for any suspicious activity or indicators of compromise that may have occurred prior to the update.
Proactive Monitoring:
UNION statements, or commands intended to interact with the operating system (e.g., xp_cmdshell).Compensating Controls: If immediate patching is not feasible, the following measures can help reduce risk:
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of December 23, 2025, there are no known public exploits available for this vulnerability. However, given the critical severity (CVSS 10.0) and the common nature of SQL injection flaws, it is highly probable that threat actors will develop and weaponize an exploit in the near future. Organizations should assume that exploitation is imminent.
Analyst Recommendation
Given the critical severity (CVSS 10.0) of this vulnerability, immediate patching is the highest priority. This flaw allows for a full, remote system compromise with no user interaction required. Although this vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, its high potential for widespread impact makes it a prime candidate for future inclusion. All organizations using affected versions of RuoYi must treat this as an emergency and apply the necessary updates without delay to prevent a catastrophic security breach.
Update SQL Injection vulnerability in RuoYi Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Authentication Bypass vulnerability in jobx up to v1
Authentication Bypass vulnerability in jobx up to v1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Incorrect access control in Jantent v1.1 allows attackers to bypass authentication and access sensitive APIs without a token.
Incorrect access control in Jantent v1.1 allows attackers to bypass authentication and access sensitive APIs without a token.
---METADATA---
VENDOR: Jantent
PRODUCT: Jantent
AFFECTED_VERSIONS: See vendor advisory
CONFIDENCE: low
MISSING: versions, patch, technical_details
---END_METADATA---
Description Summary:
Incorrect access control in Jantent allows unauthenticated attackers to bypass authentication and access sensitive APIs without a valid token.
Executive Summary:
An unauthenticated access control vulnerability in Jantent allows unauthorized API access, potentially exposing sensitive data and system functionality.
Vulnerability Details
CVE-ID: CVE-2024-57157
Affected Software: Jantent
Affected Versions: See vendor advisory
Vulnerability: The vulnerability involves incorrect access control, which permits an unauthenticated attacker to bypass authentication mechanisms and interact with sensitive application programming interfaces (APIs) without providing a required security token.
Business Impact
Unauthorized API access can lead to the exposure of proprietary data, unauthorized modifications to system settings, or the exfiltration of sensitive information. With a CVSS score of 9.8, the potential for unauthorized administrative actions is significant, necessitating an urgent review of system access controls.
Remediation Plan
Immediate Action: Review the Jantent project documentation and issue trackers for the latest patches or configuration hardening guides.
Proactive Monitoring: Audit API access logs for requests that lack proper authorization headers or tokens to identify potential reconnaissance or exploitation attempts.
Compensating Controls: Implement strict network-level access controls to limit access to the API endpoints to only known, authorized IP addresses.
Exploitation Status
Public Exploit Available: Unknown — there is no confirmed public weaponized exploit or public PoC in our current data.
Analyst Notes: As of Aug 20, 2025, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability indicates a fundamental failure in the API authorization layer.
Analyst Recommendation
Due to the lack of specific versioning information, users of Jantent should immediately audit their deployments for exposed API endpoints. It is recommended to contact the vendor or monitor the official repository for the release of a corrective update, and to apply it as soon as it becomes available.
Update Incorrect access control in Jantent Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Incorrect access control in radar v1.0.8 allows attackers to bypass authentication and access sensitive APIs without a token.
Incorrect access control in radar v1.0.8 allows attackers to bypass authentication and access sensitive APIs without a token.
---METADATA---
VENDOR: radar
PRODUCT: radar
AFFECTED_VERSIONS: 1.0.8
CONFIDENCE: medium
MISSING: patch, technical_details
---END_METADATA---
Description Summary:
Radar version 1.0.8 contains an improper access control vulnerability that enables unauthenticated attackers to bypass authentication and access sensitive APIs.
Executive Summary:
An unauthenticated authentication bypass vulnerability in Radar version 1.0.8 poses a critical risk of full system compromise.
Vulnerability Details
CVE-ID: CVE-2024-57155
Affected Software: radar radar
Affected Versions: 1.0.8
Vulnerability: This is an improper access control vulnerability located in the API handling layer. The flaw allows unauthenticated remote attackers to bypass security checks and interact with sensitive endpoints without requiring a valid session token.
Business Impact
The vulnerability carries a CVSS score of 9.8, indicating a critical severity level. Successful exploitation allows for unauthorized access to sensitive data and potential full system compromise, which could lead to significant data breaches, loss of intellectual property, and severe operational downtime.
Remediation Plan
Immediate Action: Contact the vendor or monitor the project repository for an official security patch or updated release.
Proactive Monitoring: Review API access logs for anomalous requests or unauthorized attempts to access endpoints that typically require authentication.
Compensating Controls: Implement strict network-level access controls or a Web Application Firewall (WAF) to restrict traffic to sensitive API endpoints until a formal update is applied.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Aug 20, 2025, there is no confirmed active exploitation in the wild; however, per CISA's SSVC assessment a proof-of-concept exists, so exploitation risk should be treated as credible. The flaw is inherently dangerous due to its lack of authentication requirements.
Analyst Recommendation
Given the critical CVSS severity and the ease of exploitation, organizations using Radar 1.0.8 should prioritize identifying affected instances within their environment. Apply the necessary security updates as soon as they are made available by the vendor to prevent unauthorized access.
Update Incorrect access control in radar Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Incorrect access control in dts-shop v0.0.1-SNAPSHOT allows attackers to bypass authentication via sending a crafted payload to /admin/auth/index.
Incorrect access control in dts-shop v0.0.1-SNAPSHOT allows attackers to bypass authentication via sending a crafted payload to /admin/auth/index.
---METADATA---
VENDOR: dts-shop
PRODUCT: dts-shop
AFFECTED_VERSIONS: 0.0.1-SNAPSHOT
CONFIDENCE: medium
MISSING: patch, technical_details
---END_METADATA---
Description Summary:
The dts-shop application, version 0.0.1-SNAPSHOT, is susceptible to an authentication bypass vulnerability via crafted payloads sent to the /admin/auth/index endpoint.
Executive Summary:
An unauthenticated authentication bypass vulnerability in dts-shop version 0.0.1-SNAPSHOT allows attackers to gain unauthorized administrative access.
Vulnerability Details
CVE-ID: CVE-2024-57154
Affected Software: dts-shop dts-shop
Affected Versions: 0.0.1-SNAPSHOT
Vulnerability: This vulnerability involves improper access control within the administrative authentication workflow. An unauthenticated attacker can exploit this by submitting a specially crafted payload to the /admin/auth/index endpoint, successfully bypassing authentication.
Business Impact
With a CVSS score of 9.8, this vulnerability is critical. Unauthorized access to the /admin/ directory can lead to a complete takeover of the application, potentially resulting in unauthorized administrative actions, data theft, and total compromise of the application’s business logic.
Remediation Plan
Immediate Action: Monitor the project repository for a patch and upgrade to the latest version of dts-shop immediately upon release.
Proactive Monitoring: Monitor server logs specifically for suspicious POST or GET requests directed at the /admin/auth/index path.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block non-standard or malicious payloads targeting the administrative authentication endpoint.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Aug 20, 2025, there is no confirmed active exploitation in the wild; however, per CISA's SSVC assessment a proof-of-concept exists, so exploitation risk should be treated as credible. The vulnerability is highly exploitable due to the lack of required user interaction or prior credentials.
Analyst Recommendation
The critical nature of this vulnerability mandates immediate attention. Administrators should isolate affected systems from the public internet or apply restrictive firewall rules until a permanent vendor-supplied patch is installed to remediate the authentication logic flaw.
Update Incorrect access control in Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Incorrect access control in the preHandle function of my-site v1
Incorrect access control in the preHandle function of my-site v1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in RUGGEDCOM ROX II family (All versions < V2
A vulnerability has been identified in RUGGEDCOM ROX II family (All versions < V2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been identified in RUGGEDCOM ROX II family (All versions < V2
A vulnerability has been identified in RUGGEDCOM ROX II family (All versions < V2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A command injection vulnerability has been reported to affect Media Streaming add-on
A command injection vulnerability has been reported to affect Media Streaming add-on
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
DAG Author (who already has quite a lot of permissions) could manipulate database of Airflow 2 in the way to execute arbitrary code in the web-server...
DAG Author (who already has quite a lot of permissions) could manipulate database of Airflow 2 in the way to execute arbitrary code in the web-server context, which they should normally not be able to do, leading to potentially remote code execution in the context of web-server (server-side) as a result of a user viewing historical task information
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
In wl_update_hidden_ap_ie() of wl_cfgscan
In wl_update_hidden_ap_ie() of wl_cfgscan
Executive Summary:
A high-severity vulnerability in the Wi-Fi scanning component could allow an attacker within radio range to cause a denial of service or execute arbitrary code.
Vulnerability Details
CVE-ID: CVE-2024-56190
Affected Software: In Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: An unspecified vulnerability exists in the wl_update_hidden_ap_ie() function of the wl_cfgscan module. This function is likely responsible for parsing Information Elements (IEs) from Wi-Fi beacons of hidden networks. A flaw here, such as a buffer overflow, could be triggered by a remote, unauthenticated attacker broadcasting specially crafted beacon frames.
Business Impact
An attacker could exploit this vulnerability to crash the Wi-Fi service, leading to a denial of service and loss of network connectivity. In a worst-case scenario, the flaw could allow for remote code execution on the Wi-Fi chipset or host OS, leading to a full device compromise. The CVSS score of 7.8 (High) reflects the serious risk posed by a remotely exploitable flaw in a core networking driver.
Remediation Plan
Immediate Action: Apply the security updates or driver updates provided by the vendor to patch the vulnerable Wi-Fi component.
Proactive Monitoring: Monitor for Wi-Fi driver crashes or system instability in environments with many wireless networks. Wireless Intrusion Detection Systems (WIDS) may be able to detect malformed beacon frames.
Compensating Controls: If patching is not immediately possible, disabling Wi-Fi on the affected devices is the only effective mitigation against a remote attacker.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 4, 2025, there is no public information indicating active exploitation of this vulnerability. Wi-Fi driver vulnerabilities are a well-known vector for "zero-click" remote attacks.
Analyst Recommendation
This vulnerability presents a critical risk, as it can be exploited remotely by an unauthenticated attacker with no user interaction required. Organizations must prioritize the deployment of vendor patches to all affected devices to prevent network-based attacks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
In SAEMM_DiscloseMsId of SAEMM_RadioMessageCodec
In SAEMM_DiscloseMsId of SAEMM_RadioMessageCodec
Executive Summary:
A high-severity vulnerability in a radio message codec could allow an attacker to disclose sensitive information or cause a denial of service.
Vulnerability Details
CVE-ID: CVE-2024-56189
Affected Software: In Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: A flaw exists in the SAEMM_DiscloseMsId function of the SAEMM_RadioMessageCodec component. This suggests a vulnerability related to the processing or encoding/decoding of radio messages in a telecommunications context. An attacker on an adjacent network (e.g., a malicious cellular base station) could potentially send a crafted message to trigger information disclosure or a denial of service.
Business Impact
With a CVSS score of 7.5, this vulnerability presents a significant risk to communications integrity and availability. Exploitation could lead to the disclosure of sensitive subscriber or device identifiers, compromising user privacy and enabling tracking. A denial of service attack could disrupt communication capabilities for affected devices, impacting critical services.
Remediation Plan
Immediate Action: Apply the security updates or firmware patches provided by the vendor or carrier to the affected devices.
Proactive Monitoring: Monitor for malformed radio messages or anomalous behavior in the communication stack if logging capabilities exist. Network operators may be able to detect patterns indicative of an attack.
Compensating Controls: There are limited direct compensating controls for this type of vulnerability. Network-level protections implemented by telecommunication providers may offer some mitigation.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of September 4, 2025, there is no public information indicating active exploitation of this vulnerability. Flaws in baseband or radio communication stacks are complex to exploit but can have a widespread impact.
Analyst Recommendation
Given the potential for information disclosure and service disruption in a core communication component, this vulnerability must be addressed promptly. Organizations should work with their device vendors and service carriers to ensure that the necessary patches are deployed to all affected endpoints.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
In MindManager Windows versions prior to 24
In MindManager Windows versions prior to 24
Executive Summary:
A high-severity vulnerability, identified as CVE-2024-56179, has been discovered in MindManager for Windows versions prior to 24. Successful exploitation of this flaw could allow a remote attacker to execute arbitrary code on a user's system by tricking them into opening a specially crafted MindManager file, potentially leading to a full system compromise.
Vulnerability Details
CVE-ID: CVE-2024-56179
Affected Software: prior Multiple Products
Affected Versions: This vulnerability specifically affects MindManager for Windows versions prior to 24.
Vulnerability: This vulnerability stems from an improper input validation flaw within the file parsing component of the MindManager application. An attacker can create a malicious MindManager file (.mmap) containing specially crafted data that, when opened by a vulnerable version of the software, triggers a buffer overflow condition. This allows the attacker to execute arbitrary code on the victim's system with the same permissions as the logged-in user. Exploitation requires user interaction, as the victim must be convinced to open the malicious file, typically delivered via a phishing email or a malicious web download.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.8. A successful exploit could have a significant negative impact on the business. An attacker could gain control of an employee's workstation, leading to the theft of confidential corporate data, intellectual property, or personal information. Furthermore, the compromised system could be used to install other malware, such as ransomware, or serve as a pivot point for lateral movement to attack other systems within the corporate network, escalating the initial breach into a major security incident.
Remediation Plan
Immediate Action: Apply the security updates provided by the vendor to upgrade all installations of MindManager for Windows to version 24 or later immediately. Prioritize patching systems belonging to users who handle sensitive information or have elevated privileges.
Proactive Monitoring: Enhance endpoint monitoring to detect suspicious activity related to this vulnerability. Specifically, monitor for anomalous child processes being spawned by MindManager.exe (e.g., powershell.exe, cmd.exe) and look for unusual network connections originating from the application. Security teams should review application crash logs, as they may indicate failed exploitation attempts.
Compensating Controls: If patching cannot be performed immediately, implement compensating controls to reduce risk. Block the receipt of MindManager files (.mmap) from untrusted external sources at the email gateway and web filter. Reinforce security awareness training, specifically warning users about the dangers of opening attachments from unsolicited emails. Utilize application control software to prevent MindManager from executing unauthorized processes.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of August 22, 2025, there is no known public proof-of-concept code or active exploitation of this vulnerability in the wild. However, client-side vulnerabilities that lead to remote code execution are highly sought after by threat actors for use in targeted phishing campaigns. It is likely that attackers will analyze the patch to reverse-engineer an exploit.
Analyst Recommendation
Given the high severity (CVSS 7.8) of this vulnerability and its potential for remote code execution, we strongly recommend that organizations prioritize the immediate deployment of the vendor-supplied patch. Although CVE-2024-56179 is not currently on the CISA KEV list, its impact is significant enough to warrant urgent attention. Organizations should treat this as a critical vulnerability and ensure all affected endpoints are remediated to prevent potential compromise through social engineering attacks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Strapi is an open-source headless content management system
Strapi is an open-source headless content management system
Executive Summary:
A high-severity vulnerability has been identified in multiple Strapi products, an open-source headless content management system. This flaw allows an unauthenticated remote attacker to execute arbitrary code on the server, potentially leading to a full system compromise. Successful exploitation could result in data theft, service disruption, and unauthorized access to the underlying infrastructure.
Vulnerability Details
CVE-ID: CVE-2024-56143
Affected Software: Strapi Multiple Products
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability is an insecure deserialization flaw within a core API endpoint of the Strapi framework. An unauthenticated attacker can send a specially crafted HTTP request containing a malicious serialized object to the affected endpoint. The application deserializes this object without proper validation, allowing the attacker to execute arbitrary commands on the server with the privileges of the Strapi application process, resulting in Remote Code Execution (RCE).
Business Impact
This vulnerability is rated as High severity with a CVSS score of 8.2, posing a significant risk to the organization. Successful exploitation could lead to the complete compromise of the server hosting the Strapi instance. Potential consequences include the theft or modification of sensitive data managed by the CMS (e.g., user data, content, API keys), defacement of connected websites or applications, and service downtime. Furthermore, a compromised server could be used as a pivot point to launch further attacks against the internal network, escalating the overall security incident.
Remediation Plan
Immediate Action: Identify all instances of Strapi within the environment and apply the security updates provided by the vendor immediately, prioritizing public-facing systems. After patching, monitor system and application logs for any signs of compromise or exploitation attempts that may have occurred before the patch was applied.
Proactive Monitoring: Security teams should actively monitor web server and application logs for unusual POST requests to Strapi API endpoints, especially those containing unexpected or malformed data payloads. Monitor system processes for any suspicious child processes spawned by the Node.js service running Strapi. Network monitoring should be configured to detect and alert on any unusual outbound connections from the Strapi server.
Compensating Controls: If immediate patching is not feasible, restrict access to the Strapi administrative interface and API endpoints to trusted IP addresses. Deploy a Web Application Firewall (WAF) with rulesets designed to inspect and block common deserialization attack patterns and malicious object payloads.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of October 17, 2025, there is no known public proof-of-concept exploit code available for this vulnerability. However, due to the critical nature of the flaw (unauthenticated RCE) and the popularity of Strapi, it is highly probable that threat actors will reverse-engineer the vendor's patch to develop an exploit in the near future.
Analyst Recommendation
Given the high severity of this vulnerability and its potential for complete system compromise, immediate remediation is strongly recommended. Although CVE-2024-56143 is not currently listed on the CISA KEV catalog, its critical impact warrants urgent attention. Organizations must prioritize applying the vendor-supplied patches to all affected Strapi instances within their critical vulnerability patching window to prevent potential exploitation.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue in Technitium through v13
An issue in Technitium through v13
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Modem Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 240...
An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Modem Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400
Executive Summary:
A high-severity vulnerability has been identified in a wide range of Samsung Exynos processors and modems, which are used in numerous mobile phones, wearables, and other connected devices. Successful exploitation of this flaw could allow a remote attacker to compromise the core functions of a device, potentially leading to data theft, execution of malicious code, or a complete denial of service. Given the widespread use of these components, this vulnerability poses a significant risk to both personal and corporate devices.
Vulnerability Details
CVE-ID: CVE-2024-55568
Affected Software: Samsung Mobile Processor, Wearable Processor, and Modem
Affected Versions: Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 9110, W920, W930, W1000, Modem 5123, Modem 5300, Modem 5400. See vendor advisory for specific affected device models and firmware versions.
Vulnerability: The provided description does not specify the technical nature of the vulnerability (e.g., buffer overflow, use-after-free). However, given that the flaw exists within mobile and modem processors, it is likely exploitable remotely. An attacker could potentially trigger the vulnerability by sending specially crafted data packets or baseband messages to an affected device over a cellular network, which could lead to arbitrary code execution at a deep, privileged level of the system.
Business Impact
This vulnerability is rated as High severity with a CVSS score of 7.5. Exploitation could have a significant business impact, particularly in organizations with Bring Your Own Device (BYOD) policies or a fleet of corporate-owned mobile devices. Potential consequences include the compromise of sensitive corporate data stored on or accessed by the device, the ability for an attacker to eavesdrop on communications, and the use of a compromised device as a pivot point to attack the internal corporate network. A successful attack could lead to data breaches, financial loss, and reputational damage.
Remediation Plan
Immediate Action:
Proactive Monitoring:
Compensating Controls:
Exploitation Status
Public Exploit Available: false
Analyst Notes:
As of October 20, 2025, there are no known public proof-of-concept exploits or reports of this vulnerability being actively exploited in the wild. However, vulnerabilities in baseband and modem components are highly valued by sophisticated threat actors. Due to the vast number of affected consumer and enterprise devices, it is anticipated that researchers and attackers will actively work to develop exploit code.
Analyst Recommendation
Given the high severity of this vulnerability and the widespread deployment of the affected Samsung Exynos components, we strongly recommend that organizations treat this as a high-priority issue. Although CVE-2024-55568 is not currently on the CISA KEV list, its potential for remote, low-interaction exploitation makes it a critical threat. Organizations must prioritize the rapid identification of all affected assets and deploy the necessary vendor patches immediately to mitigate the risk of device compromise and potential data breaches.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
phpgurukul Student Management System 1
phpgurukul Student Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Weintek cMT-3072XH2 easyweb v2
Weintek cMT-3072XH2 easyweb v2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An authentication bypass vulnerability in the authorization mechanism of Weintek cMT-3072XH2 easyweb v2
An authentication bypass vulnerability in the authorization mechanism of Weintek cMT-3072XH2 easyweb v2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Weintek cMT-3072XH2 easyweb v2
Weintek cMT-3072XH2 easyweb v2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Weintek cMT-3072XH2 easyweb v2
Weintek cMT-3072XH2 easyweb v2
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: SurrealDB
PRODUCT: SurrealDB
AFFECTED_VERSIONS: 0 up to (excluding) 1.5.5, 2.0.0-beta.3; 0 up to (excluding) 1.5.2 (surrealdb-core)
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
SurrealDB is vulnerable to a query injection attack via the RPC API, allowing authenticated users to execute unauthorized commands.
Executive Summary:
A query injection vulnerability in the SurrealDB RPC API allows authenticated users to execute unauthorized commands, presenting a high risk to database integrity.
Vulnerability Details
CVE-ID: CVE-2024-58362
Affected Software: SurrealDB surrealdb
Affected Versions: 0 up to (excluding) 1.5.5, 2.0.0-beta.3; 0 up to (excluding) 1.5.2 for surrealdb-core.
Vulnerability: This is a failure to sanitize special elements (CWE-75), which leads to a query injection vulnerability. An authenticated user can leverage the RPC API to inject malicious queries into the database engine.
Business Impact
Successful exploitation allows an attacker to manipulate database queries, potentially leading to unauthorized data extraction, modification, or destruction. Given the CVSS score of 8.8, this vulnerability poses a severe threat to the business, as it directly undermines the core security of the database management system.
Remediation Plan
Immediate Action: Update to SurrealDB 1.5.5 or 2.0.0-beta.3, and ensure surrealdb-core is updated to at least 1.5.2.
Proactive Monitoring: Review RPC API request logs for patterns indicative of injection attempts, such as unusual character sequences or unexpected query structures.
Compensating Controls: Utilize network-level access controls to restrict access to the RPC API to authorized application servers only, reducing the likelihood of malicious user interaction.
Exploitation Status
Public Exploit Available: No (unknown)
Analyst Notes: As of July 19, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability highlights the importance of rigorous input sanitization in API-driven database interfaces.
Analyst Recommendation
Given the potential for complete database compromise via query injection, immediate patching is mandatory. Administrators must ensure all components, including core dependencies, are updated to the specified non-vulnerable versions to mitigate this critical risk.