XWiki through version 17
Description
XWiki through version 17
AI Analyst Comment
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 25704 vulnerabilities with AI analyst insights
XWiki through version 17
XWiki through version 17
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
HTML injection vulnerability in the registration interface in Evolution Consulting Kft
HTML injection vulnerability in the registration interface in Evolution Consulting Kft
Description Summary:
An HTML injection vulnerability in the HRmaster module allows unauthenticated attackers to inject malicious HTML tags into the firstname field, facilitating phishing attacks via email.
Executive Summary:
An unauthenticated HTML injection vulnerability in the Evolution Consulting Kft HRmaster module enables attackers to conduct phishing campaigns against external email addresses.
Vulnerability Details
CVE-ID: CVE-2025-51989
Affected Software: Evolution Consulting Kft HRmaster
Affected Versions: v235
Vulnerability: This vulnerability involves improper neutralization of user-supplied input within the keresztnév (firstname) field of the registration interface. An unauthenticated attacker can inject arbitrary HTML tags that are subsequently rendered in emails sent by the system.
Business Impact
The ability to inject HTML into system-generated emails poses a significant risk of sophisticated phishing attacks, which can lead to credential theft, malware distribution, or loss of organizational trust. With a CVSS score of 7.0, this high-severity flaw requires immediate attention to prevent malicious actors from leveraging the company's own communication channels to deceive users.
Remediation Plan
Immediate Action: Contact the vendor, Evolution Consulting Kft, to confirm the availability of a security patch or configuration update for HRmaster module version 235.
Proactive Monitoring: Review outgoing email logs generated by the HRmaster registration module for unusual HTML syntax or suspicious content patterns.
Compensating Controls: Implement email security solutions that perform deep inspection of outbound links and HTML content to identify and block phishing attempts originating from the application.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists, attributed to the research documentation provided in the CVE references.
Analyst Notes: As of August 22, 2025, there is no confirmed active exploitation in the wild; however, a public proof-of-concept is available via the researcher's GitHub repository. The vulnerability is inherently dangerous because it allows an attacker to weaponize trusted system notifications for malicious intent.
Analyst Recommendation
Given the potential for successful phishing and the availability of a public proof-of-concept, organizations using HRmaster version 235 must prioritize the mitigation of this flaw. If a vendor-supplied patch is not currently available, ensure that strict input validation is enforced at the application level or limit access to the registration interface until a permanent fix is deployed.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue was discovered in the demo/LINUXTCP implementation of cwalter-at freemodbus v
An issue was discovered in the demo/LINUXTCP implementation of cwalter-at freemodbus v
Description Summary:
A vulnerability in the freemodbus demo/LINUXTCP implementation allows unauthenticated attackers to trigger an infinite loop via a crafted packet length value, resulting in a denial of service.
Executive Summary:
A denial of service vulnerability in the freemodbus LINUXTCP implementation poses a significant availability risk to industrial communication systems.
Vulnerability Details
CVE-ID: CVE-2025-51986
Affected Software: cwalter-at freemodbus
Affected Versions: v.2018-09-12
Vulnerability: The flaw resides in the demo/LINUXTCP implementation where improper handling of packet length fields allows an unauthenticated attacker to induce an infinite loop. This condition exhausts processing resources and causes the affected service to hang or crash.
Business Impact
The exploitation of this vulnerability results in a denial of service, which can lead to significant operational disruption in environments relying on the Modbus protocol. With a CVSS score of 7.5, the risk to system availability is high, as the vulnerability is network-accessible and does not require authentication to trigger.
Remediation Plan
Immediate Action: Since a formal patch is currently unknown, administrators should restrict network access to the affected LINUXTCP implementation to trusted sources only.
Proactive Monitoring: Monitor system resource usage, specifically CPU utilization, for sudden spikes or instances where the service becomes unresponsive.
Compensating Controls: Deploy network filtering rules or a firewall to inspect Modbus traffic and drop packets containing malformed or suspicious length headers before they reach the target application.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists as documented in the GitHub Gist referenced by the CVE record.
Analyst Notes: As of August 15, 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 inherently exploitable because the network-facing implementation lacks sufficient input validation on packet length headers.
Analyst Recommendation
Given the availability of a public proof-of-concept and the ease of exploitation, organizations using the freemodbus LINUXTCP demo should prioritize isolating these systems from untrusted networks. While a vendor patch is pending, rigorous network segmentation and traffic monitoring are essential to prevent service outages caused by this denial of service flaw.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A SQL Injection vulnerability exists in the action
A SQL Injection vulnerability exists in the action
Description Summary:
A SQL injection vulnerability in the action.php endpoint of Online Shopping System Advanced 1.0 allows for unauthorized database manipulation via the keyword POST parameter.
Executive Summary:
A critical SQL injection vulnerability in PuneethReddyHC Online Shopping System Advanced 1.0 poses a severe risk of unauthorized data access and integrity compromise.
Vulnerability Details
CVE-ID: CVE-2025-51970
Affected Software: PuneethReddyHC Online Shopping System Advanced
Affected Versions: 1.0
Vulnerability: This vulnerability is a SQL injection flaw located in the action.php script. It occurs because the application fails to properly sanitize user-supplied input provided through the keyword POST parameter, allowing an unauthenticated attacker to inject malicious SQL commands.
Business Impact
The ability to perform SQL injection allows an attacker to bypass standard application logic to read, modify, or delete sensitive data stored in the backend database. Given the CVSS score of 7.7, this represents a high-severity risk that could lead to full exposure of customer information or credentials. Such a breach would result in significant reputational damage and potential regulatory non-compliance.
Remediation Plan
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected action.php endpoint or disable the vulnerable component entirely.
Proactive Monitoring: Security teams should monitor database logs for anomalous query patterns, specifically looking for unexpected characters or SQL keywords originating from the action.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns targeting POST parameters.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists on GitHub.
Analyst Notes: As of July 30, 2025, there is no public information indicating active exploitation in the wild; however, a public proof-of-concept repository is available. The vulnerability is highly exploitable due to the lack of input sanitization on a publicly accessible endpoint.
Analyst Recommendation
The presence of a public proof-of-concept increases the likelihood of opportunistic exploitation attempts. Because an official patch is missing, organizations using this software must treat the application as compromised until it can be secured through strict input validation, WAF filtering, or total removal of the vulnerable script. Prioritize migrating to a secure alternative if the vendor does not provide a fix promptly.
Apply vendor patches immediately. Review database access controls and enable query logging.
aelsantex runcommand 2014-04-01, a plugin for DokuWiki, allows unauthenticated attackers to execute arbitrary system commands via lib/plugins/runcomma...
aelsantex runcommand 2014-04-01, a plugin for DokuWiki, allows unauthenticated attackers to execute arbitrary system commands via lib/plugins/runcommand/postaction.php.
Description Summary:
The aelsantex runcommand plugin for DokuWiki allows unauthenticated attackers to execute arbitrary system commands via a vulnerable PHP file.
Executive Summary:
A critical remote code execution vulnerability in the aelsantex runcommand plugin allows unauthenticated attackers to gain full system control.
Vulnerability Details
CVE-ID: CVE-2025-51958
Affected Software: aelsantex runcommand
Affected Versions: 2014-04-01
Vulnerability: This vulnerability is a command injection flaw located in lib/plugins/runcommand/postaction.php, which permits unauthenticated users to execute arbitrary system commands on the underlying host.
Business Impact
Successful exploitation of this vulnerability allows for complete system compromise, as it grants attackers the ability to execute unauthorized code with the privileges of the web server. Given the CVSS score of 9.8, this flaw presents a critical risk to data confidentiality, integrity, and availability. Organizations using this plugin face potential unauthorized data access, lateral movement within the network, and complete service disruption.
Remediation Plan
Immediate Action: Since no specific patch version is currently documented, immediately disable or remove the runcommand plugin from your DokuWiki installation.
Proactive Monitoring: Review web server access logs for suspicious requests targeting the lib/plugins/runcommand/postaction.php file, particularly those containing shell metacharacters or encoded commands.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block requests containing command injection patterns targeting the specified PHP endpoint.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub Gist.
Analyst Notes: As of January 30, 2026, 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 simplicity of the attack vector makes this vulnerability highly dangerous for any public-facing DokuWiki instance.
Analyst Recommendation
The critical severity of this vulnerability necessitates immediate action, as the lack of authentication requirements makes it easily exploitable by remote attackers. We strongly recommend removing the vulnerable plugin entirely, as command execution flaws of this nature are frequently weaponized by threat actors to establish persistence. Ensure that your security team audits all DokuWiki plugins for similar high-risk functionality.
Update aelsantex runcommand Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Ai2 playground web service (playground
Ai2 playground web service (playground
Description Summary:
The Ai2 playground web service is vulnerable to an Insecure Direct Object Reference (IDOR) flaw, allowing unauthenticated attackers to access sensitive chat data by enumerating thread keys.
Executive Summary:
The Ai2 playground web service contains an IDOR vulnerability that allows unauthenticated attackers to exfiltrate sensitive user chat logs, posing a significant risk to data privacy.
Vulnerability Details
CVE-ID: CVE-2025-51865
Affected Software: Allen Institute for AI (Ai2) playground web service
Affected Versions: Through 2025-06-03
Vulnerability: This is an Insecure Direct Object Reference (IDOR) vulnerability where the application fails to perform proper authorization checks on thread keys. An unauthenticated attacker can manipulate the URL to gain unauthorized access to chat threads containing sensitive information.
Business Impact
The exploitation of this vulnerability leads to the unauthorized disclosure of private LLM chat data, which may include proprietary information or sensitive user inputs. Given the CVSS score of 8.8, this represents a high-severity risk that could lead to significant reputational damage and the loss of user trust in the platform.
Remediation Plan
Immediate Action: Users and administrators should verify that the Ai2 playground instance has been updated to a version released after 2025-06-03, or consult the vendor for specific hotfix deployment.
Proactive Monitoring: Security teams should monitor web server access logs for anomalous patterns of sequential or high-frequency requests to thread-related URL endpoints.
Compensating Controls: Implement strict access control lists and authorization checks at the application level to ensure that users can only access threads for which they have explicit permission.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists as documented in the research repository at github.com/Secsys-FDU/CVE-2025-51865.
Analyst Notes: As of 2025-07-22, 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 inherently easy to exploit as it requires only basic URL enumeration to bypass access controls.
Analyst Recommendation
Given the high CVSS score and the existence of a public proof-of-concept, this vulnerability should be prioritized for remediation. Administrators must ensure that the application logic is updated to enforce strict authorization checks on all resource requests to prevent further unauthorized data exposure.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
CryptPad 2025
CryptPad 2025
Description Summary:
CryptPad 2025.3.1 is vulnerable to an unbounded WebSocket frame flood, allowing a remote unauthenticated attacker to cause a denial of service.
Executive Summary:
A critical vulnerability in CryptPad allows remote, unauthenticated attackers to trigger a denial of service condition via an unbounded WebSocket frame flood.
Vulnerability Details
CVE-ID: CVE-2025-51846
Affected Software: CryptPad CryptPad
Affected Versions: 2025.3.1 up to (excluding) 2026.2.2
Vulnerability: This issue is a resource exhaustion flaw (CWE-770) where the application fails to limit or throttle WebSocket frames. A remote, unauthenticated attacker can exploit this to flood the server and degrade or completely deny service to legitimate users.
Business Impact
The ability for an unauthenticated attacker to remotely disrupt service availability presents a significant operational risk. Given the CVSS score of 7.5, this high severity vulnerability could lead to prolonged system downtime, hindering collaborative workflows and potentially causing reputational damage for organizations relying on CryptPad for secure communication.
Remediation Plan
Immediate Action: Update the CryptPad instance to version 2026.2.2 or later immediately to implement the required resource throttling.
Proactive Monitoring: Monitor server resource utilization and WebSocket connection logs for sudden, high volumes of traffic from singular or suspicious sources that could indicate a flood attack.
Compensating Controls: Deploy a Web Application Firewall or load balancer capable of rate-limiting WebSocket traffic and enforcing connection limits to mitigate the impact of flooding attempts.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the GitHub repository referenced in the enrichment data.
Analyst Notes: As of May 2, 2026, there is no public information indicating active exploitation in the wild, though the existence of a public proof-of-concept increases the likelihood of opportunistic attacks. The flaw is inherently easy to exploit due to the lack of authentication required to initiate the resource-intensive connection.
Analyst Recommendation
The vulnerability poses a clear threat to service availability and should be addressed as a priority. Administrators must apply the version 2026.2.2 update immediately to neutralize the risk of WebSocket-based denial of service attacks. If an immediate update is not feasible, ensure that network-level rate limiting is active to protect the instance from abuse.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue was discovered in Veal98 Echo Open-Source Community System 2
An issue was discovered in Veal98 Echo Open-Source Community System 2
Description Summary:
An unauthenticated email flooding vulnerability in Echo Open-Source Community System 2.2 through 2.3 allows attackers to trigger mass verification emails, causing potential denial of service.
Executive Summary:
An unauthenticated vulnerability in the Echo Open-Source Community System allows remote attackers to trigger excessive email traffic, resulting in a denial of service for system resources.
Vulnerability Details
CVE-ID: CVE-2025-51741
Affected Software: Veal98 Echo Open-Source Community System
Affected Versions: 2.2 thru 2.3
Vulnerability: This vulnerability involves an improper authentication check at the /sendEmailCodeForResetPwd endpoint, which allows any unauthenticated attacker to force the application to send arbitrary email verification messages.
Business Impact
The exploitation of this flaw can lead to significant service degradation or denial of service by exhausting mail server quotas or triggering rate limits on downstream email providers. Given the CVSS score of 7.5, this high-severity issue poses a credible threat to system availability and may lead to operational disruption or reputational harm through unauthorized email abuse.
Remediation Plan
Immediate Action: Since no official patch is currently available, administrators should restrict access to the /sendEmailCodeForResetPwd endpoint or disable the affected password reset functionality until a vendor update is released.
Proactive Monitoring: Monitor mail server logs and application logs for a sudden spike in outbound verification email requests originating from the identified endpoint.
Compensating Controls: Implement rate limiting on the specific API endpoint or utilize a Web Application Firewall (WAF) to block requests containing anomalous parameters that initiate password reset sequences.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the referenced GitHub Gist.
Analyst Notes: As of November 27, 2025, there is no confirmed active exploitation in the wild, though the availability of a public proof-of-concept necessitates proactive defense. The vulnerability is inherently easy to exploit due to the lack of required authentication.
Analyst Recommendation
This vulnerability presents a clear risk to service availability and should be addressed as a priority. While a formal patch is pending, organizations must implement compensatory controls, such as network-level access restrictions or WAF rules, to prevent unauthorized access to the vulnerable reset endpoint and mitigate the risk of denial of service.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
CSV formula injection vulnerability in HCL Technologies Ltd
CSV formula injection vulnerability in HCL Technologies Ltd
Description Summary:
A CSV formula injection vulnerability exists in HCL Technologies Unica version 12.0.0, which may allow for unauthorized command execution when processing malicious data.
Executive Summary:
A CSV formula injection vulnerability in HCL Technologies Unica 12.0.0 poses a significant risk of data manipulation and potential system impact.
Vulnerability Details
CVE-ID: CVE-2025-51735
Affected Software: HCL Technologies Unica
Affected Versions: 12.0.0
Vulnerability: This is a CSV formula injection vulnerability where the application fails to properly sanitize input, allowing an unauthenticated attacker to inject malicious formulas into exported files.
Business Impact
The exploitation of this vulnerability could lead to the execution of arbitrary commands on the systems of users who open the exported CSV files. Given the CVSS score of 7.5, this high-severity flaw carries the potential for significant data compromise and loss of integrity within the organizational environment.
Remediation Plan
Immediate Action: Review the HCL Technologies security portal for official patches or configuration guidance to disable CSV export features if they are not strictly required for business operations.
Proactive Monitoring: Monitor system access logs for unusual patterns or attempts to manipulate exported data files, specifically looking for characters commonly used in CSV injection like equals signs, plus signs, or minus signs at the start of cells.
Compensating Controls: Implement strict input validation policies and user awareness training to ensure that users exercise caution when opening CSV files generated from enterprise applications.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists via the technical write-up provided in the GitHub Gist referenced by the CVE record.
Analyst Notes: As of November 29, 2025, there is no public information indicating active exploitation in the wild. The existence of a publicly documented proof-of-concept necessitates that organizations treat this vulnerability as a credible threat to their data integrity.
Analyst Recommendation
Organizations utilizing HCL Technologies Unica 12.0.0 must prioritize the assessment of their exposure to this CSV injection flaw. While a specific patch may be pending, users should implement strict data handling procedures and monitor for malicious file content to mitigate the risk of unauthorized command execution.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
CyberGhostVPNSetup
CyberGhostVPNSetup
Description Summary:
The CyberGhost VPN Windows installer uses weak SHA-1 cryptographic hashing and lacks High Entropy ASLR, facilitating potential installer spoofing and memory corruption attacks.
Executive Summary:
The CyberGhost VPN installer for Windows is vulnerable to cryptographic collision and memory corruption attacks, which could be leveraged to facilitate malicious software delivery or local privilege escalation.
Vulnerability Details
CVE-ID: CVE-2025-51726
Affected Software: CyberGhost CyberGhostVPNSetup
Affected Versions: See vendor advisory
Vulnerability: The installer utilizes a weak SHA-1 hash for signature verification and lacks High Entropy ASLR, allowing unauthenticated local attackers to potentially forge installer signatures or increase the reliability of memory-based exploits.
Business Impact
Successful exploitation of this vulnerability could allow an attacker to bypass security trust mechanisms, potentially leading to the installation of compromised software or unauthorized privilege escalation on the host system. With a CVSS score of 8.4, this vulnerability represents a high risk, particularly in environments where supply chain integrity and host-level security are critical.
Remediation Plan
Immediate Action: Since a direct patch is currently unknown, administrators should restrict the execution of the CyberGhost installer to trusted environments and verify the integrity of all downloaded binaries through alternative secure channels.
Proactive Monitoring: Monitor system logs for unexpected process execution or unauthorized modification of software installation directories.
Compensating Controls: Enforce strict organizational policies regarding software installation and utilize Endpoint Detection and Response (EDR) solutions to identify and block suspicious installer behavior or memory corruption patterns.
Exploitation Status
Public Exploit Available: Yes — a public proof-of-concept exists as documented in the GitHub repository referenced by the CVE record.
Analyst Notes: As of August 5, 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 combination of weak cryptographic signing and predictable memory allocation significantly lowers the threshold for local exploitation.
Analyst Recommendation
Given the high CVSS severity and the presence of a public proof-of-concept, organizations should prioritize limiting the exposure of this installer until the vendor provides a version that addresses the identified cryptographic and memory hardening deficiencies. Users should remain vigilant against unauthorized software updates and consult official CyberGhost support channels for the latest security guidance.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A mismatch between RTL and netlist in openRISC OR1200 commit 83ac6b can lead to unexpected behavior, potentially allowing unauthorized data access or...
A mismatch between RTL and netlist in openRISC OR1200 commit 83ac6b can lead to unexpected behavior, potentially allowing unauthorized data access or service disruption.
Description Summary:
A mismatch between RTL and netlist in openRISC OR1200 commit 83ac6b can lead to unexpected hardware behavior, potentially allowing unauthorized data access or service disruption.
Executive Summary:
A hardware-level design flaw in the openRISC OR1200 processor (commit 83ac6b) creates potential for unauthorized data access or system instability due to RTL and netlist mismatches.
Vulnerability Details
CVE-ID: CVE-2025-51679
Affected Software: openRISC OR1200
Affected Versions: openRISC OR1200 commit 83ac6b
Vulnerability: This vulnerability involves a discrepancy between the Register Transfer Level (RTL) description and the synthesized netlist of the processor core. This mismatch can result in unexpected hardware states that may be manipulated by an attacker to bypass security boundaries or induce system-level faults.
Business Impact
With a CVSS score of 9.1, this vulnerability is critical. Because the affected component is a soft-core CPU, the business impact depends on the specific hardware implementation; however, the potential for unauthorized data access or total service disruption poses a severe risk to the integrity of any system utilizing this specific core version.
Remediation Plan
Immediate Action: Organizations utilizing the OR1200 core must verify if their current implementation is based on commit 83ac6b and, if so, transition to a verified, secure version or apply the relevant hardware design fixes provided by the upstream project.
Proactive Monitoring: Implement rigorous hardware-level monitoring and integrity checks to detect anomalous processor behavior or unauthorized attempts to trigger fault conditions.
Compensating Controls: Utilize hardware-in-the-loop testing and formal verification methods to ensure that synthesis processes do not introduce or persist the documented mismatches.
Exploitation Status
Public Exploit Available: No confirmed public exploit is available.
Analyst Notes: As of August 27, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The risk stems from the fundamental hardware design, requiring specialized knowledge to exploit.
Analyst Recommendation
Integrators of the openRISC OR1200 core should conduct an immediate audit of their hardware supply chain and design source files. If commit 83ac6b is in use, immediate remediation through design updates is required to ensure hardware integrity and prevent potential exploitation.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in RISC-V PicoRV32 commit 87c89a. A mismatch in the PCPI INSN and memory address can lead to unexpected behavior.
An issue was discovered in RISC-V PicoRV32 commit 87c89a. A mismatch in the PCPI INSN and memory address can lead to unexpected behavior.
Description Summary:
A memory address mismatch in the PCPI instruction logic of the RISC-V PicoRV32 core (commit 87c89a) can cause unexpected system behavior.
Executive Summary:
A high-severity flaw in the YosysHQ PicoRV32 processor core could allow an unauthenticated attacker to trigger a denial of service through improper instruction and memory address handling.
Vulnerability Details
CVE-ID: CVE-2025-51678
Affected Software: YosysHQ PicoRV32
Affected Versions: Commit 87c89a
Vulnerability: The vulnerability is an architectural flaw involving a mismatch between PCPI instructions and memory addressing, which can be triggered by an unauthenticated attacker, as indicated by the CVSS vector AV:N/PR:N/UI:N. This issue was identified via hardware fuzzing research by the SynFuzz project.
Business Impact
The vulnerability carries a CVSS score of 7.5, reflecting a significant risk to system availability. Successful exploitation of this flaw can lead to unexpected processor behavior, resulting in potential system instability or a denial of service for devices utilizing the affected PicoRV32 core. Because this is a hardware-level issue, it may require significant engineering effort to remediate depending on the deployment environment.
Remediation Plan
Immediate Action: Review the official YosysHQ PicoRV32 GitHub repository and the provided reference link to determine if a fix or architectural workaround has been committed for your specific implementation.
Proactive Monitoring: Monitor system logs and hardware telemetry for unexpected resets, instruction faults, or hangs that correlate with specific instruction sequences.
Compensating Controls: Implement rigorous input validation and instruction stream filtering at the software level to prevent the execution of malicious or malformed instruction sequences that might trigger the address mismatch.
Exploitation Status
Public Exploit Available: No (there is no confirmed public exploit in the available data).
Analyst Notes: As of July 16, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherent to the hardware design of the specified commit, making it a design-level concern rather than a standard software bug.
Analyst Recommendation
Given the high severity of this vulnerability and the potential for denial of service, administrators and hardware developers must evaluate their reliance on the affected PicoRV32 commit. Since no direct software patch exists for this hardware design, users should prioritize architectural review and consider updating to a known stable commit if available in the vendor repository.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in openRISC OR1200 commit 83ac6b. An output mismatch between the RTL and the netlist of the or1200 cpu output port can lead to...
An issue was discovered in openRISC OR1200 commit 83ac6b. An output mismatch between the RTL and the netlist of the or1200 cpu output port can lead to unexpected behavior.
Description Summary:
A hardware design flaw in the OpenRISC OR1200 CPU exists where an output mismatch between the RTL and the netlist can cause undefined system behavior.
Executive Summary:
A critical hardware design vulnerability in the OpenRISC OR1200 CPU, specifically in commit 83ac6b, may allow for unauthorized system integrity compromise and denial of service.
Vulnerability Details
CVE-ID: CVE-2025-51677
Affected Software: OpenRISC OR1200 CPU
Affected Versions: Commit 83ac6b
Vulnerability: The vulnerability stems from a mismatch between the Register Transfer Level (RTL) and the synthesized netlist of the OR1200 CPU output port. This flaw permits unauthenticated network-based attackers to potentially trigger integrity or availability failures without requiring user interaction.
Business Impact
The CVSS score of 9.1 reflects the critical nature of this flaw, as it allows for severe impacts to system integrity and availability. Successful exploitation could lead to unpredictable hardware behavior, potentially causing system crashes, data corruption, or the bypass of security controls implemented at the hardware level.
Remediation Plan
Immediate Action: Organizations utilizing the OR1200 CPU core must review their hardware implementation against the affected commit 83ac6b and coordinate with the OpenRISC project for official hardware patches or updated netlist configurations.
Proactive Monitoring: Monitor system logs for unexplained hardware resets, kernel panics, or irregular CPU behavior that may indicate successful exploitation of the underlying hardware logic.
Compensating Controls: Implement strict network segmentation and hardware-level monitoring to isolate affected systems from untrusted network traffic, thereby reducing the exposure of the CPU output ports.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of July 16, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. While the flaw is theoretically reachable via the network, the specialized nature of hardware design flaws often requires sophisticated knowledge to weaponize.
Analyst Recommendation
Given the critical severity of this vulnerability and its potential to compromise the fundamental operation of the processor, it is imperative that engineering and security teams prioritize a hardware audit. Users should track the OpenRISC project for official guidance on mitigation, as hardware-level flaws cannot be resolved through standard software-based security updates.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in openRISC OR1200 commit 83ac6b. An inaccurate update of program counter (PC) values when SPR changes can lead to a Denial of...
An issue was discovered in openRISC OR1200 commit 83ac6b. An inaccurate update of program counter (PC) values when SPR changes can lead to a Denial of Service (DoS).
Description Summary:
A flaw in the openRISC OR1200 processor architecture allows for a denial of service due to inaccurate program counter updates during special purpose register changes.
Executive Summary:
A high-severity denial of service vulnerability exists within the openRISC OR1200 processor architecture that may allow remote attackers to crash affected systems.
Vulnerability Details
CVE-ID: CVE-2025-51675
Affected Software: openRISC OR1200
Affected Versions: commit 83ac6b
Vulnerability: The vulnerability is caused by an inaccurate update of program counter values when special purpose registers are modified. This flaw is remotely exploitable without authentication, potentially leading to a complete service disruption.
Business Impact
The ability for an unauthenticated attacker to trigger a denial of service condition poses a significant risk to operational continuity. Given the CVSS score of 7.5, this vulnerability could be leveraged to take critical infrastructure or embedded systems offline, resulting in substantial service downtime and potential loss of availability for dependent business processes.
Remediation Plan
Immediate Action: Organizations utilizing the openRISC OR1200 architecture should review their current commit levels and investigate vendor-provided updates or patches to address the program counter update flaw.
Proactive Monitoring: Security teams should monitor system logs for frequent, unexplained system resets or performance degradation that may indicate an ongoing denial of service attempt.
Compensating Controls: While direct patching is the primary defense, implementing network-level traffic filtering and rate limiting may reduce the potential for remote exploitation of this flaw.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of August 26, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw stems from a low-level logic error in processor instruction handling, which generally requires specific environmental conditions to trigger.
Analyst Recommendation
Due to the remote exploitability and the potential for total system unavailability, this vulnerability should be treated with high priority. Users of the affected openRISC hardware must track upstream repository updates for a fix regarding commit 83ac6b and apply relevant firmware or microcode updates as soon as they become available.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in simple-admin-core v1
An issue was discovered in simple-admin-core v1
Description Summary:
A SQL injection vulnerability in the simple-admin-core /sys-api/role/update interface allows unauthenticated remote attackers to cause partial data leakage or system disruption.
Executive Summary:
A critical SQL injection vulnerability in simple-admin-core versions 1.2.0 through 1.6.7 poses a significant risk of unauthorized data exposure and potential service disruption.
Vulnerability Details
CVE-ID: CVE-2025-51667
Affected Software: Suyuan32 simple-admin-core
Affected Versions: 1.2.0 through 1.6.7
Vulnerability: The /sys-api/role/update interface contains a limited SQL injection flaw. This vulnerability can be triggered by an unauthenticated attacker, allowing them to manipulate database queries to leak information or disrupt system stability.
Business Impact
The vulnerability carries a CVSS score of 7.0, indicating high severity. Successful exploitation could lead to the unauthorized disclosure of sensitive administrative data or result in service outages, potentially damaging the integrity of the administrative management system and affecting overall business operations.
Remediation Plan
Immediate Action: Update the simple-admin-core deployment to version 1.6.8 or later to incorporate the vendor-provided patch.
Proactive Monitoring: Monitor server access logs for anomalous requests directed at the /sys-api/role/update endpoint, specifically looking for SQL syntax patterns in input parameters.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the affected API endpoints.
Exploitation Status
Public Exploit Available: No (As of August 28, 2025, there is no confirmed public exploit or weaponized module available).
Analyst Notes: As of August 28, 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 potential for unauthenticated access to the backend database.
Analyst Recommendation
Given the availability of a patch and the presence of a proof-of-concept, administrators should prioritize updating simple-admin-core to version 1.6.8 immediately. Failure to patch leaves the administrative core exposed to potential data exfiltration and service disruption by unauthenticated actors.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability found in IPRateLimit implementation of FileCodeBox up to 2
A vulnerability found in IPRateLimit implementation of FileCodeBox up to 2
Description Summary:
FileCodeBox versions up to 2.2 are vulnerable to IP-based rate limit bypass via spoofed X-Real-IP and X-Forwarded-For HTTP headers, enabling potential brute force or denial of service attacks.
Executive Summary:
A vulnerability in FileCodeBox allows unauthenticated remote attackers to bypass rate limiting protections, facilitating brute force and denial of service attacks.
Vulnerability Details
CVE-ID: CVE-2025-51663
Affected Software: FileCodeBox
Affected Versions: Up to 2.2
Vulnerability: This flaw exists in the IPRateLimit implementation where the application improperly trusts user-supplied X-Real-IP and X-Forwarded-For HTTP headers. This allows unauthenticated attackers to manipulate their perceived source IP address to circumvent security controls.
Business Impact
The ability to bypass rate limits significantly lowers the barrier for attackers to conduct brute force attacks against share codes or launch denial of service attacks against the infrastructure. With a CVSS score of 7.5, this vulnerability represents a high risk to service availability and data integrity, as it renders standard defensive throttling ineffective.
Remediation Plan
Immediate Action: Monitor official repository updates at the FileCodeBox GitHub page and upgrade to a version beyond 2.2 as soon as a patch is released.
Proactive Monitoring: Review application access logs for unusual patterns of requests originating from diverse or unexpected IP addresses that might indicate header manipulation attempts.
Compensating Controls: Configure upstream proxies or Web Application Firewalls to sanitize or strip X-Forwarded-For headers from incoming requests to ensure the application receives the true client IP address.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of November 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 inherently exploitable because it relies on trusting client-side controlled HTTP headers without adequate validation.
Analyst Recommendation
Given the ease of exploitation, security teams must prioritize the implementation of proxy-level header sanitization to mitigate this risk. Monitor the FileCodeBox project repository closely for formal patch releases and apply them immediately to restore the integrity of the rate-limiting mechanism.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A path Traversal vulnerability found in FileCodeBox v2
A path Traversal vulnerability found in FileCodeBox v2
Description Summary:
An unauthenticated path traversal vulnerability in FileCodeBox v2.2 and earlier allows remote attackers to perform arbitrary file writes via the /share/file/ upload endpoint.
Executive Summary:
A critical path traversal vulnerability in FileCodeBox allows unauthenticated remote attackers to perform arbitrary file writes, creating a significant risk of system compromise.
Vulnerability Details
CVE-ID: CVE-2025-51661
Affected Software: FileCodeBox FileCodeBox
Affected Versions: 2.2 and earlier
Vulnerability: The application fails to validate filenames provided in user input within the SystemFileStorage.save_file method located in core/storage.py. This allows unauthenticated attackers to supply crafted POST requests to the /share/file/ upload endpoint, resulting in file writes outside the intended directory.
Business Impact
The ability for an unauthenticated attacker to write arbitrary files to the underlying server poses a severe threat to system integrity and confidentiality. Successful exploitation could lead to the placement of malicious scripts or configuration files, potentially resulting in remote code execution or total system takeover. Given the CVSS score of 7.5, this vulnerability represents a high-risk entry point that must be addressed immediately to prevent unauthorized access.
Remediation Plan
Immediate Action: Since a specific patch version is currently unknown, administrators should restrict access to the /share/file/ upload endpoint or disable the file upload functionality if it is not strictly required.
Proactive Monitoring: Review web server access logs for anomalous POST requests to the /share/file/ endpoint, specifically looking for path traversal sequences such as dot-dot-slash patterns.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block or sanitize incoming requests containing directory traversal sequences directed at the application storage endpoints.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of November 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 authentication and the direct exposure of the file upload function.
Analyst Recommendation
Given the lack of a verified patch and the availability of proof-of-concept information, organizations should prioritize isolating the affected FileCodeBox instances from public-facing networks. Until the vendor releases a security update, disabling the vulnerable upload endpoint is the most effective method to mitigate the risk of arbitrary file write attacks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
TOTOLINK N350RT V9.3.5u.6139_B20201216 was discovered to contain a buffer overflow via the ePort parameter in the function setIpPortFilterRules.
TOTOLINK N350RT V9.3.5u.6139_B20201216 was discovered to contain a buffer overflow via the ePort parameter in the function setIpPortFilterRules.
Description Summary:
A buffer overflow vulnerability exists in TOTOLINK N350RT firmware version V9.3.5u.6139_B20201216, triggered via the ePort parameter in the setIpPortFilterRules function.
Executive Summary:
The TOTOLINK N350RT router is susceptible to a critical buffer overflow vulnerability that allows unauthenticated remote code execution.
Vulnerability Details
CVE-ID: CVE-2025-51630
Affected Software: TOTOLINK N350RT
Affected Versions: V9.3.5u.6139_B20201216
Vulnerability: This is a buffer overflow vulnerability occurring in the setIpPortFilterRules function. An unauthenticated remote attacker can supply malicious input via the ePort parameter to trigger the flaw.
Business Impact
The potential for unauthenticated remote code execution poses a severe threat to network integrity, as it grants attackers full control over the affected hardware. With a CVSS score of 9.8, this vulnerability represents a critical risk that could lead to complete device compromise, unauthorized network access, and the potential for lateral movement into protected segments.
Remediation Plan
Immediate Action: Since a vendor patch is currently unconfirmed, administrators should restrict management interface access to trusted IP addresses or disable the device if it is exposed to the internet.
Proactive Monitoring: Monitor network traffic for unusual payloads targeting the device management interface and review system logs for signs of unauthorized configuration changes.
Compensating Controls: Deploy a Web Application Firewall or an Intrusion Prevention System to inspect incoming HTTP requests for anomalous strings within the ePort parameter.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists, as documented in the technical write-up referenced in the CVE record.
Analyst Notes: As of Jul 17, 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 authentication.
Analyst Recommendation
Given the critical severity of this buffer overflow, immediate steps must be taken to isolate the affected TOTOLINK N350RT devices from external network exposure. Organizations should prioritize removing these devices from edge-facing roles until a firmware update is provided by the vendor to remediate the vulnerable function.
Update TOTOLINK Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability in the PdfViewer component of Agenzia Impresa Eccobook 2
A cross-site scripting (XSS) vulnerability in the PdfViewer component of Agenzia Impresa Eccobook 2
Description Summary:
A cross-site scripting (XSS) vulnerability in the PdfViewer component of Eccobook 2.81.1 allows attackers to execute arbitrary web scripts via the Temp parameter.
Executive Summary:
An unauthenticated cross-site scripting vulnerability in the PdfViewer component of Eccobook 2.81.1 poses a significant risk of arbitrary code execution within a user's browser session.
Vulnerability Details
CVE-ID: CVE-2025-51629
Affected Software: Agenzia Impresa Eccobook
Affected Versions: 2.81.1
Vulnerability: This is a reflected cross-site scripting (XSS) vulnerability located in the PdfViewer component, which fails to properly sanitize user input. An unauthenticated attacker can execute arbitrary web scripts or HTML by injecting a crafted payload into the Temp parameter.
Business Impact
Successful exploitation allows an attacker to execute malicious scripts in the context of an authenticated user's browser session, potentially leading to session hijacking, unauthorized data access, or the redirection of users to malicious sites. Given the CVSS score of 8.8, this vulnerability represents a high risk to the confidentiality and integrity of user data and organizational web services.
Remediation Plan
Immediate Action: Contact the vendor immediately to obtain the latest security update or patch for Eccobook 2.81.1. If an official patch is not yet available, restrict access to the affected web interface to trusted network segments.
Proactive Monitoring: Monitor web application logs for suspicious entries in the Temp parameter that contain script tags or encoded payloads. Review browser security configurations and implement Content Security Policy headers to restrict unauthorized script execution.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets designed to detect and block common XSS patterns and malicious script injections targeting the PdfViewer component.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the CapgeminiCisRedTeam disclosure repository.
Analyst Notes: As of August 8, 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 inherently dangerous because it allows for client-side script execution without requiring prior authentication.
Analyst Recommendation
The presence of a public proof-of-concept elevates the risk of this vulnerability significantly. Organizations utilizing Eccobook 2.81.1 must prioritize the application of any vendor-provided patches as soon as they are released. In the interim, implement strict WAF filtering and ensure that all users are aware of the risks associated with navigating to untrusted links that may trigger the vulnerable Temp parameter.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Insecure Direct Object Reference (IDOR) vulnerability in PdfHandler component in Agenzia Impresa Eccobook v2
Insecure Direct Object Reference (IDOR) vulnerability in PdfHandler component in Agenzia Impresa Eccobook v2
Description Summary:
An IDOR vulnerability in the PdfHandler component of Agenzia Impresa Eccobook allows unauthenticated attackers to access and read confidential documents via the DocumentoId parameter.
Executive Summary:
A critical Insecure Direct Object Reference vulnerability in Agenzia Impresa Eccobook allows unauthenticated attackers to exfiltrate sensitive documents from the system.
Vulnerability Details
CVE-ID: CVE-2025-51628
Affected Software: Agenzia Impresa Eccobook
Affected Versions: 2.81.1 and below
Vulnerability: The flaw exists within the PdfHandler component, where the application fails to perform adequate authorization checks on the DocumentoId parameter. This allows an unauthenticated attacker to bypass access controls and retrieve private files directly.
Business Impact
This vulnerability poses a significant risk to data confidentiality, as it enables unauthorized actors to access sensitive documentation without requiring valid credentials. Given the CVSS score of 7.5, this is classified as a high severity issue that could lead to the exposure of proprietary information or regulated data. Successful exploitation could result in severe reputational damage and potential regulatory non-compliance.
Remediation Plan
Immediate Action: Since a specific patch version is not currently identified, users should restrict access to the affected PdfHandler component via network-level controls until the vendor provides a security update.
Proactive Monitoring: Security teams should monitor web server access logs for anomalous, sequential, or high-volume GET requests targeting the DocumentoId parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block requests containing suspicious DocumentoId patterns or unauthorized attempts to access document retrieval endpoints.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the CapgeminiCisRedTeam GitHub repository.
Analyst Notes: As of August 5, 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 inherently easy to exploit due to the lack of authentication requirements and the predictable nature of the parameter manipulation.
Analyst Recommendation
Given the availability of a public proof-of-concept, the risk of exploitation is elevated. Organizations currently running Eccobook version 2.81.1 or lower must prioritize the implementation of compensating controls and maintain close communication with the vendor to ensure the immediate application of security patches as soon as they become available.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Cross-site scripting (XSS) vulnerability in Zone Bitaqati thru 3
Cross-site scripting (XSS) vulnerability in Zone Bitaqati thru 3
Description Summary:
A cross-site scripting (XSS) vulnerability exists in the Zone Bitaqati application, version 3.4.0, allowing for potential unauthorized script execution.
Executive Summary:
A cross-site scripting vulnerability in Zone Bitaqati version 3.4.0 poses a significant risk of unauthorized script execution and potential session hijacking.
Vulnerability Details
CVE-ID: CVE-2025-51624
Affected Software: Zone Bitaqati
Affected Versions: 3.4.0
Vulnerability: The application is susceptible to a cross-site scripting (XSS) flaw, which allows an authenticated user with low privileges to inject malicious scripts into the web interface.
Business Impact
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary scripts in the browser of a victim, leading to potential session theft, unauthorized actions on behalf of the user, or the redirection of users to malicious sites. With a CVSS score of 7.6, the vulnerability is classified as High severity, as it facilitates unauthorized interaction with the application interface.
Remediation Plan
Immediate Action: Since a specific patch version is currently unknown, administrators should contact the vendor directly for security updates or guidance on mitigating the XSS vulnerability in version 3.4.0.
Proactive Monitoring: Security teams should monitor web server and application access logs for suspicious input patterns, specifically looking for script tags or encoded characters in HTTP requests.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict input validation rules to block common XSS payloads from reaching the application.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the referenced security researcher write-up.
Analyst Notes: As of August 7, 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 presence of a published write-up detailing the attack vector confirms the availability of a functional proof-of-concept.
Analyst Recommendation
Given the High severity rating and the existence of a public proof-of-concept, organizations using Zone Bitaqati should treat this vulnerability with urgency. Prioritize input validation and restrict access to the affected interface until an official vendor patch is released and verified.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
hippo4j 1
hippo4j 1
Description Summary:
Hippo4j versions 1.0.0 through 1.5.0 contain a hard-coded secret key in JWT creation, allowing authenticated users to forge tokens and impersonate any account, including administrative users.
Executive Summary:
A critical authentication bypass vulnerability in Hippo4j versions 1.0.0 through 1.5.0 allows attackers to forge JWT tokens and gain unauthorized administrative access.
Vulnerability Details
CVE-ID: CVE-2025-51606
Affected Software: Hippo4j
Affected Versions: 1.0.0 to 1.5.0
Vulnerability: The application utilizes a hard-coded secret key during the creation of JSON Web Tokens (JWT). This flaw enables any authenticated user to forge valid access tokens, effectively bypassing authorization controls and assuming the identity of other users, including those with administrative privileges.
Business Impact
The ability to forge authentication tokens represents a severe compromise of system integrity and access control. An attacker can gain full administrative control over the Hippo4j environment, leading to potential data exfiltration, unauthorized modification of system configurations, and complete loss of system confidentiality and availability. Given the CVSS score of 8.8, this vulnerability poses a high risk to organizational security posture.
Remediation Plan
Immediate Action: As no specific patch version is currently identified, administrators must rotate all existing JWT secrets and implement custom authentication logic that does not rely on hard-coded keys.
Proactive Monitoring: Monitor authentication logs for anomalous token issuance patterns or suspicious administrative actions that deviate from established user behavior profiles.
Compensating Controls: Deploy a Web Application Firewall (WAF) to inspect traffic for malformed or suspicious JWT headers and restrict access to administrative endpoints to known, trusted management IP addresses.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists as documented in the referenced GitHub repository.
Analyst Notes: As of August 22, 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 presence of a hard-coded secret makes this vulnerability trivial to exploit once the source code or binary is accessed.
Analyst Recommendation
The reliance on hard-coded cryptographic keys is a fundamental security flaw that undermines the entire authentication architecture of the application. Organizations must prioritize the removal of these keys and transition to a secure key management system immediately. Until a vendor-supplied patch is available, restricting network access to the application remains the most effective method for reducing the attack surface.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An issue was discovered in Shopizer 3
An issue was discovered in Shopizer 3
Description Summary:
Shopizer 3.2.7 contains a CORS misconfiguration that allows malicious origins to perform authenticated requests and access sensitive data via an insecure Access-Control-Allow-Origin implementation.
Executive Summary:
A critical CORS misconfiguration in Shopizer 3.2.7 exposes the application to unauthorized cross-origin requests that can lead to sensitive data theft.
Vulnerability Details
CVE-ID: CVE-2025-51605
Affected Software: Shopizer Shopizer
Affected Versions: 3.2.7
Vulnerability: The application incorrectly implements Cross-Origin Resource Sharing (CORS) by reflecting the client-supplied Origin header without validation while simultaneously allowing credentials. This flaw permits unauthenticated attackers to initiate cross-origin requests that appear as authenticated sessions to the server.
Business Impact
This vulnerability poses a significant risk to user privacy and data integrity. By exploiting this flaw, an attacker can bypass standard browser security protections to perform actions on behalf of a logged-in user or exfiltrate sensitive account information. Given the CVSS score of 8.1, the potential for high-impact data compromise is severe, necessitating immediate attention to prevent unauthorized account access.
Remediation Plan
Immediate Action: Since no official patch is currently listed, administrators should restrict the CORS policy on the web server or application framework to explicitly whitelist only trusted domains instead of reflecting the Origin header.
Proactive Monitoring: Review web server access logs for requests originating from unexpected or unknown domains that attempt to interact with authenticated API endpoints.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to inspect and block incoming requests with suspicious or unauthorized Origin headers that do not match the expected application environment.
Exploitation Status
Public Exploit Available: Yes — a public proof-of-concept is documented in the referenced security researcher's write-up.
Analyst Notes: As of August 23, 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 inherently exploitable because it relies on a fundamental flaw in the server-side CORS header processing logic.
Analyst Recommendation
The presence of a public proof-of-concept combined with the nature of this vulnerability makes it a priority for remediation. Security teams must ensure that CORS headers are strictly validated against a defined list of trusted origins to prevent unauthorized cross-site interactions. Until a vendor-supplied patch is available, applying strict server-side origin filtering is the most effective method to mitigate the risk of data exposure.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A SQL Injection was found in the /exam/user/profile.php page of kashipara Online Exam System V1.0, which allows remote attackers to execute arbitrary...
A SQL Injection was found in the /exam/user/profile.php page of kashipara Online Exam System V1.0, which allows remote attackers to execute arbitrary SQL command to get unauthorized database access via the rname, rcollage, rnumber, rgender and rpassword parameters in a POST HTTP request.
Description Summary:
A SQL injection vulnerability in the Online Exam System profile update page allows unauthenticated remote attackers to execute arbitrary SQL commands and access the database.
Executive Summary:
The kashipara Online Exam System V1.0 contains a critical SQL injection vulnerability that allows unauthenticated attackers to gain unauthorized database access.
Vulnerability Details
CVE-ID: CVE-2025-51567
Affected Software: kashipara Online Exam System
Affected Versions: V1.0
Vulnerability: This is a SQL injection flaw located in the /exam/user/profile.php endpoint. An unauthenticated attacker can supply malicious input via the rname, rcollage, rnumber, rgender, or rpassword POST parameters to execute unauthorized database queries.
Business Impact
Successful exploitation of this vulnerability permits unauthorized access to the application database, potentially leading to the compromise of sensitive user information or full system data exfiltration. Given the CVSS score of 9.1, this represents a critical risk to data confidentiality and integrity, necessitating immediate containment to prevent potential breach scenarios.
Remediation Plan
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected /exam/user/profile.php page or disable the vulnerable component entirely until a vendor-supplied update is released.
Proactive Monitoring: Security teams should monitor web server access logs for anomalous POST requests to the profile update endpoint, specifically looking for SQL syntax characters or unexpected patterns within the specified parameters.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection signatures targeting the identified parameters in POST requests.
Exploitation Status
Public Exploit Available: Yes, a published technical write-up detailing the attack vector is available via the researcher's GitHub repository.
Analyst Notes: As of Jan 12, 2026, 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 authentication.
Analyst Recommendation
Due to the critical severity and the public availability of the exploitation mechanism, this vulnerability poses a significant risk to any organization utilizing the kashipara Online Exam System. If an update cannot be applied immediately, the system should be isolated from untrusted networks. Organizations must prioritize the implementation of WAF rules and continuous monitoring until a permanent vendor fix is deployed.
Update A SQL Injection was found in the Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in Cicool builder 3.4.4 allowing attackers to reset the administrator's password via the /administrator/auth/reset_password en...
An issue was discovered in Cicool builder 3.4.4 allowing attackers to reset the administrator's password via the /administrator/auth/reset_password endpoint.
Description Summary:
A vulnerability in Cicool builder 3.4.4 allows unauthenticated attackers to reset the administrator password via the /administrator/auth/reset_password endpoint.
Executive Summary:
An authentication bypass vulnerability in Cicool builder 3.4.4 permits unauthenticated attackers to reset the administrator password and gain full control of the application.
Vulnerability Details
CVE-ID: CVE-2025-51543
Affected Software: Cicool builder
Affected Versions: 3.4.4
Vulnerability: The application fails to properly validate requests to the password reset endpoint, allowing an unauthenticated attacker to trigger a password reset for the administrative account.
Business Impact
The ability to reset the administrator password grants an attacker complete administrative control over the Cicool builder instance. With a CVSS score of 9.8, this vulnerability poses a critical risk to business operations, potentially resulting in unauthorized data access, system manipulation, and total takeover of the application environment.
Remediation Plan
Immediate Action: As no official patch is currently available, administrators should restrict network access to the /administrator/auth/reset_password endpoint using a Web Application Firewall (WAF) or server-level access controls.
Proactive Monitoring: Review web access logs for frequent or unauthorized requests to the password reset endpoint and monitor for unexpected changes to administrative user accounts.
Compensating Controls: If possible, implement IP-based access restrictions to the administrative interface to prevent external attackers from reaching the vulnerable endpoint.
Exploitation Status
Public Exploit Available: Unknown (CISA SSVC assessment notes a PoC exists, but no weaponized exploit is confirmed).
Analyst Notes: As of August 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 trivial to exploit for any attacker with network access to the application.
Analyst Recommendation
This is a critical vulnerability that effectively grants administrative access to an attacker. Administrators must treat this as a high-priority incident and apply restrictive network controls immediately until a vendor-supplied patch is released.
Update An issue was discovered in Cicool builder Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Austrian Archaeological Institute (AI) OpenAtlas v8.11.0 as discovered to contain a hardcoded Administrator password.
Austrian Archaeological Institute (AI) OpenAtlas v8.11.0 as discovered to contain a hardcoded Administrator password.
Description Summary:
Austrian Archaeological Institute OpenAtlas version 8.11.0 contains a hardcoded administrator password, which allows unauthenticated attackers to gain full administrative access.
Executive Summary:
A critical security vulnerability in OpenAtlas version 8.11.0 allows for unauthenticated administrative access due to a hardcoded password.
Vulnerability Details
CVE-ID: CVE-2025-51536
Affected Software: Austrian Archaeological Institute OpenAtlas
Affected Versions: 8.11.0
Vulnerability: The application contains a hardcoded administrator password, which constitutes a critical authentication bypass. This flaw allows an unauthenticated attacker to gain full control over the application via network access.
Business Impact
The presence of a hardcoded administrative credential presents an extreme risk to the confidentiality, integrity, and availability of the system. With a CVSS score of 9.8, this vulnerability allows an attacker to bypass all authentication controls, leading to potential unauthorized data access, system modification, and complete service compromise.
Remediation Plan
Immediate Action: Organizations must immediately restrict network access to the OpenAtlas instance and contact the vendor for the official security update or configuration guidance to rotate the hardcoded credentials.
Proactive Monitoring: Security teams should review application access logs for logins originating from unauthorized or unusual IP addresses, particularly those targeting administrative accounts.
Compensating Controls: Implement strict network-level access controls, such as VPN requirements or IP allowlisting, to prevent external, unauthenticated access to the application interface.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Aug 4, 2025, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous because it requires no specialized skill to exploit once the static credential is known.
Analyst Recommendation
Due to the critical severity of this vulnerability and the potential for total system compromise, immediate remediation is required. Administrators should prioritize isolating the affected server from the internet and applying vendor-supplied security updates as soon as they are available to remediate the hardcoded credential risk.
Update Austrian Archaeological Institute Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Austrian Archaeological Institute (AI) OpenAtlas v8.11.0 as discovered to contain a SQL injection vulnerability.
Austrian Archaeological Institute (AI) OpenAtlas v8.11.0 as discovered to contain a SQL injection vulnerability.
Description Summary:
OpenAtlas version 8.11.0 contains a SQL injection vulnerability within the administrative interface.
Executive Summary:
A critical SQL injection vulnerability in OpenAtlas version 8.11.0 allows an authenticated administrator to execute arbitrary database commands, posing a severe risk of total system compromise.
Vulnerability Details
CVE-ID: CVE-2025-51535
Affected Software: Austrian Archaeological Institute OpenAtlas
Affected Versions: 8.11.0
Vulnerability: The application is susceptible to SQL injection via an unrestricted SQL console located within the administrative user interface. This flaw requires the attacker to have administrative privileges to exploit the vulnerability.
Business Impact
The ability to perform SQL injection with high privileges permits unauthorized access to, modification of, or deletion of sensitive research data stored within the OpenAtlas database. Given the CVSS score of 9.1, this vulnerability represents a critical risk that could lead to complete data loss or the total takeover of the affected server instance, resulting in significant operational and reputational damage.
Remediation Plan
Immediate Action: Review the official OpenAtlas project documentation and repository for the latest version release that incorporates the fix associated with commit 3ad2e44b2de487402b63d7b279839ebbadce2f14, and perform an immediate upgrade.
Proactive Monitoring: Monitor administrative access logs for unusual activity and review database audit logs for unauthorized or suspicious SQL queries originating from the administrative interface.
Compensating Controls: Restrict access to the OpenAtlas administrative interface to known, trusted IP addresses and implement a Web Application Firewall to detect and block common SQL injection patterns.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists; per the security advisory referenced by the researcher at sec4you-pentest.com, technical details regarding the SQL console vulnerability are publicly documented.
Analyst Notes: As of August 5, 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 presence of an unrestricted SQL console in an administrative panel is a high-risk design flaw that facilitates trivial exploitation once the administrator account is compromised.
Analyst Recommendation
Due to the critical nature of this SQL injection vulnerability and the availability of technical details regarding the exploit, organizations must prioritize patching OpenAtlas to the latest version. Administrators should audit the system immediately to ensure that no unauthorized changes have already occurred through the vulnerable SQL console.
Update Austrian Archaeological Institute Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A cross-site scripting (XSS) vulnerability in Austrian Archaeological Institute (AI) OpenAtlas v8
A cross-site scripting (XSS) vulnerability in Austrian Archaeological Institute (AI) OpenAtlas v8
Description Summary:
OpenAtlas v8.11.0 contains a stored cross-site scripting (XSS) vulnerability that allows authenticated attackers to execute arbitrary web scripts via the Name field.
Executive Summary:
An authenticated stored cross-site scripting vulnerability in OpenAtlas v8.11.0 poses a high risk of unauthorized script execution and session compromise.
Vulnerability Details
CVE-ID: CVE-2025-51534
Affected Software: Austrian Archaeological Institute OpenAtlas
Affected Versions: 8.11.0
Vulnerability: This is a stored cross-site scripting (XSS) vulnerability located in the Name field of the application. The vulnerability requires the attacker to possess high privileges to inject a crafted payload, which is then rendered in the browser of other users.
Business Impact
With a CVSS score of 8.1, this vulnerability represents a high severity risk. Successful exploitation allows an attacker to execute malicious scripts within the context of a victim's session, potentially leading to unauthorized data access, session hijacking, or administrative account takeover, which could result in significant reputational damage and data loss for the institution.
Remediation Plan
Immediate Action: Review the official security advisories from the Austrian Archaeological Institute and apply the relevant security patch or update to a version beyond 8.11.0 as soon as it is released.
Proactive Monitoring: Monitor web application logs for suspicious activity involving the injection of script tags or abnormal characters within user-profile or administrative input fields.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict XSS filtering rules to inspect and block malicious payloads targeting the Name field before they reach the application.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists per the technical write-up referenced by the vulnerability research team at sec4you.
Analyst Notes: As of August 5, 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 stored nature, which allows the payload to trigger automatically whenever a targeted page is viewed.
Analyst Recommendation
Given the high CVSS severity and the existence of a public proof-of-concept, administrators must prioritize the mitigation of this vulnerability. Until an official update is deployed, ensure that administrative accounts are protected by multi-factor authentication and restrict access to the affected interface to the minimum number of necessary users.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Incorrect access control in Sage DPW v2024
Incorrect access control in Sage DPW v2024
Description Summary:
An incorrect access control vulnerability in Sage DPW allows unauthenticated attackers to access the built-in Database Monitor via a crafted request.
Executive Summary:
A critical access control flaw in Sage DPW allows unauthenticated remote attackers to access sensitive database monitoring functions, posing a significant risk to data confidentiality.
Vulnerability Details
CVE-ID: CVE-2025-51532
Affected Software: Sage DPW
Affected Versions: 2024_12_004 and earlier
Vulnerability: This vulnerability is an incorrect access control issue that permits unauthenticated users to reach the internal Database Monitor by sending a specifically crafted network request. The CVSS vector confirms that no privileges are required to exploit this flaw over the network.
Business Impact
The ability for an unauthenticated attacker to view the Database Monitor can lead to the exposure of sensitive system information, configuration details, or potentially proprietary data stored within the database. With a CVSS score of 7.5, this high-severity vulnerability represents a substantial threat to organizational data security and compliance posture.
Remediation Plan
Immediate Action: Update Sage DPW to version 2025_06_000 or later to apply the vendor-supplied security fix.
Proactive Monitoring: Review web server and application access logs for unusual requests targeting the Database Monitor endpoint or suspicious access patterns from unknown IP addresses.
Compensating Controls: Implement strict network segmentation or Web Application Firewall (WAF) rules to restrict access to the Sage DPW management interfaces to authorized internal IP ranges only.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of August 7, 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 inherently dangerous because it bypasses authentication mechanisms entirely.
Analyst Recommendation
Given the exposure of administrative database functions to unauthenticated attackers, organizations must prioritize the application of the 2025_06_000 update. Until patching is completed, ensure that the application is not exposed to the public internet and restrict access via firewall rules to minimize the attack surface.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Cadmium CMS v.0.4.9 has a background arbitrary file upload vulnerability in /admin/content/filemanager/uploads.
Cadmium CMS v.0.4.9 has a background arbitrary file upload vulnerability in /admin/content/filemanager/uploads.
Description Summary:
Cadmium CMS version 0.4.9 contains a background arbitrary file upload vulnerability within the administrative file manager, which may allow unauthenticated attackers to execute arbitrary code.
Executive Summary:
Cadmium CMS version 0.4.9 is susceptible to arbitrary file uploads, presenting a critical risk of full system compromise through remote code execution.
Vulnerability Details
CVE-ID: CVE-2025-51511
Affected Software: Cadmium CMS
Affected Versions: 0.4.9
Vulnerability: The application fails to properly validate file uploads within the /admin/content/filemanager/uploads endpoint. An unauthenticated attacker can bypass existing security controls to upload malicious files, which can then be executed by the server.
Business Impact
The ability to upload and execute arbitrary files provides an attacker with complete control over the web server. With a CVSS score of 9.8, the potential for data exfiltration, system defacement, or the installation of persistent backdoors is extremely high, posing a severe threat to business operations.
Remediation Plan
Immediate Action: As no official fix is currently listed, administrators should immediately restrict access to the /admin/content/filemanager/uploads directory to authorized personnel only via network-level controls.
Proactive Monitoring: Review web server access logs for suspicious file upload activity or requests targeting the file manager endpoint that do not originate from known administrative sessions.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block file uploads containing executable extensions (e.g., .php, .exe, .sh) or suspicious MIME types to prevent exploitation.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of Dec 23, 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 automatable, increasing the risk of discovery by automated scanners.
Analyst Recommendation
Given the lack of an official patch, the risk must be mitigated through strict access control and WAF filtering. Organizations should monitor for updates from the Cadmium CMS maintainers and apply the official fix as soon as it becomes available.
Update Cadmium CMS Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Microweber CMS 2
Microweber CMS 2
Description Summary:
Microweber CMS 2.0 is susceptible to stored Cross Site Scripting (XSS) via the last name field within the projects profile homepage endpoint.
Executive Summary:
Microweber CMS 2.0 contains a stored Cross Site Scripting vulnerability that could allow an authenticated attacker to execute malicious scripts in the context of other users.
Vulnerability Details
CVE-ID: CVE-2025-51504
Affected Software: Microweber CMS
Affected Versions: through 2.0.19
Vulnerability: This is a stored Cross Site Scripting (XSS) vulnerability occurring at the /projects/profile homepage endpoint. The flaw is triggered by injecting malicious scripts into the last name field, which requires the attacker to have low-level authenticated access to the application.
Business Impact
The exploitation of this vulnerability allows an attacker to inject arbitrary JavaScript that executes within the browser sessions of other authenticated users, including administrators. This can lead to unauthorized actions performed on behalf of victims, session hijacking, or the theft of sensitive session tokens. Given the CVSS score of 7.6, this vulnerability poses a significant risk to the integrity and confidentiality of the application environment.
Remediation Plan
Immediate Action: As no official patch is currently listed for this version, administrators should restrict access to profile management features and implement strict input validation for the affected field.
Proactive Monitoring: Monitor application logs for suspicious activity within the projects profile section and audit user profile updates for anomalous script-like characters in name fields.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common XSS payloads, particularly those containing script tags or event handlers, to mitigate potential exploitation attempts.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the security researcher's report on GitHub.
Analyst Notes: As of August 1, 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 presence of a public proof-of-concept significantly lowers the barrier for entry for potential attackers.
Analyst Recommendation
Security teams should prioritize the identification of all exposed instances of Microweber CMS 2.0 and apply necessary input sanitization filters to the last name field immediately. Because this vulnerability is currently unpatched, maintain heightened vigilance regarding user behavior and verify that all administrative accounts are protected by strong authentication mechanisms to prevent potential lateral movement if a session is compromised.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A Stored Cross-Site Scripting (XSS) vulnerability in Microweber CMS 2
A Stored Cross-Site Scripting (XSS) vulnerability in Microweber CMS 2
Description Summary:
A stored Cross-Site Scripting (XSS) vulnerability in Microweber CMS 2.0 allows authenticated attackers to inject malicious scripts into user profile fields, leading to JavaScript execution in admin sessions.
Executive Summary:
Microweber CMS 2.0 contains a stored Cross-Site Scripting vulnerability that permits authenticated attackers to execute arbitrary scripts in the context of an administrator browser session.
Vulnerability Details
CVE-ID: CVE-2025-51503
Affected Software: Microweber CMS
Affected Versions: Through 2.0.19
Vulnerability: This is a stored Cross-Site Scripting (XSS) flaw occurring within user profile fields. It requires the attacker to have low-level authenticated access to the application to inject malicious payloads.
Business Impact
The ability to execute arbitrary JavaScript in an administrator's browser poses a significant risk to organizational security. Successful exploitation could lead to full administrative account takeover, session hijacking, or the unauthorized modification of site content. With a CVSS score of 7.6, this vulnerability represents a high-severity threat that requires immediate attention to prevent unauthorized administrative control.
Remediation Plan
Immediate Action: As no official patch is currently available, administrators should restrict user profile editing permissions and implement strict input validation for all user-controllable fields.
Proactive Monitoring: Monitor server access logs for anomalous requests to the profile update endpoints and review administrative activity logs for unexpected script execution or account modifications.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common XSS payloads, particularly those targeting administrative endpoints or profile update functions.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists in the researcher's technical write-up on GitHub.
Analyst Notes: As of August 1, 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 inherently exploitable because the application fails to properly sanitize input before rendering it in the administrative interface.
Analyst Recommendation
Given the presence of a public proof-of-concept and the potential for complete administrative compromise, this vulnerability poses a substantial risk to the integrity of the CMS. Organizations should prioritize the implementation of compensating controls, such as WAF filtering, and maintain rigorous oversight of administrative accounts until a vendor-supplied security update is released.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An integer overflow vulnerability exists in the WebSocket component of Mongoose 7
An integer overflow vulnerability exists in the WebSocket component of Mongoose 7
Description Summary:
An integer overflow vulnerability in the Mongoose WebSocket component allows unauthenticated attackers to crash the application via a crafted request.
Executive Summary:
A critical integer overflow vulnerability in Mongoose versions 7.5 through 7.17 allows unauthenticated remote attackers to cause application crashes, potentially leading to buffer overflows.
Vulnerability Details
CVE-ID: CVE-2025-51495
Affected Software: Cesanta Mongoose
Affected Versions: 7.5 thru 7.17
Vulnerability: The vulnerability exists in the WebSocket component of the Mongoose library. An unauthenticated attacker can trigger an integer overflow by sending a specially crafted WebSocket request, leading to service disruption or potential memory corruption if integrated improperly by downstream applications.
Business Impact
The vulnerability carries a CVSS score of 7.5, indicating a high severity due to the lack of required authentication and the ease of exploitation. Successful exploitation results in a denial of service, which can cause significant operational downtime and business disruption. Furthermore, the risk of escalation to buffer overflow conditions in specific implementations increases the potential for unauthorized code execution or system compromise.
Remediation Plan
Immediate Action: Update the Mongoose library to a version beyond 7.17, as specified in the vendor security advisory, or apply the fix provided in the upstream repository pull request #3131.
Proactive Monitoring: Monitor application logs for anomalous WebSocket traffic or recurring service crashes, which may indicate exploitation attempts.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to inspect and filter malformed or oversized WebSocket frames to prevent malicious payloads from reaching the Mongoose component.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as referenced in the linked GitHub repository cainiao159357/CVE-2025-51495.
Analyst Notes: As of September 30, 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 reachability over the network without requiring prior authentication.
Analyst Recommendation
Given the availability of a proof-of-concept and the ease of triggering this vulnerability, immediate patching is required. Organizations utilizing Mongoose in their network-facing applications must prioritize updating the library to a secure version to mitigate the risk of denial of service and potential memory-based attacks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Remote Code Execution in letta
Remote Code Execution in letta
Description Summary:
A remote code execution vulnerability in Letta 0.7.12 allows unauthenticated attackers to execute arbitrary Python code and system commands via the /v1/tools/run endpoint.
Executive Summary:
A critical remote code execution vulnerability in Letta 0.7.12 allows attackers to bypass sandbox restrictions and execute arbitrary commands, posing a severe risk to system integrity.
Vulnerability Details
CVE-ID: CVE-2025-51482
Affected Software: Letta AI Letta
Affected Versions: 0.7.12
Vulnerability: This vulnerability is an improper input validation flaw located in the letta.server.rest_api.routers.v1.tools.run_tool_from_source function. Attackers can reach the /v1/tools/run endpoint to inject crafted payloads that bypass sandbox restrictions and achieve remote code execution.
Business Impact
The ability for an unauthenticated remote attacker to execute arbitrary system commands constitutes a complete compromise of the affected host. Given the CVSS score of 8.8, this vulnerability carries a high risk of unauthorized data exfiltration, lateral movement within the network, and potential service disruption. Organizations relying on Letta for automated tool execution should prioritize immediate remediation to prevent total system takeover.
Remediation Plan
Immediate Action: Upgrade Letta to the latest available version that includes the fix for this vulnerability, as referenced in the vendor pull request.
Proactive Monitoring: Monitor server logs for suspicious requests to the /v1/tools/run endpoint, particularly those containing encoded Python or shell commands.
Compensating Controls: Implement strict network ingress filtering to restrict access to the Letta REST API to trusted IP addresses only, and deploy a WAF to block malformed requests targeting the tool execution endpoint.
Exploitation Status
Public Exploit Available: No (a Nuclei detection template exists, but there is no evidence of a weaponized exploit or public proof-of-concept repository).
Analyst Notes: As of 2025-07-22, 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 allows for the execution of arbitrary code, which is a high-value target for threat actors.
Analyst Recommendation
This vulnerability represents a significant security exposure due to the potential for full remote command execution. Administrators must verify their current deployment version and apply the vendor-provided security patches immediately. Until patching is completed, ensure that the API endpoint is not exposed to the public internet to reduce the attack surface.
Apply security patches immediately for internet-facing systems. Monitor for exploitation attempts and review access logs.
Path Traversal vulnerability in onnx
Path Traversal vulnerability in onnx
Description Summary:
A path traversal vulnerability in the ONNX library allows unauthenticated attackers to overwrite arbitrary files through crafted external data paths.
Executive Summary:
A critical path traversal vulnerability in ONNX version 1.17.0 permits unauthenticated attackers to overwrite arbitrary files on the host system, posing a severe risk to data integrity and system control.
Vulnerability Details
CVE-ID: CVE-2025-51480
Affected Software: ONNX
Affected Versions: 1.17.0
Vulnerability: The vulnerability exists within the onnx.external_data_helper.save_external_data function, where improper validation of external data location paths allows for directory traversal sequences. This flaw is exploitable by an unauthenticated attacker who can influence the processing of crafted external data.
Business Impact
The ability to overwrite arbitrary files on a system can lead to full system compromise, including the injection of malicious code or the destruction of critical configuration files. With a CVSS score of 8.8, this vulnerability represents a high-severity risk that could result in significant data loss or unauthorized administrative access to the underlying infrastructure.
Remediation Plan
Immediate Action: Upgrade the ONNX package to version 1.16.2 or later to incorporate the necessary directory traversal protections.
Proactive Monitoring: Monitor filesystem activity for unusual write operations, specifically targeting sensitive directories or system configuration files, originating from the application process.
Compensating Controls: Implement strict input validation or sandboxing for any untrusted model files or external data inputs before they are processed by the ONNX library.
Exploitation Status
Public Exploit Available: Yes — a technical write-up detailing the exploit mechanism is available via the researcher's blog referenced in the security advisory.
Analyst Notes: As of July 22, 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 inherently dangerous due to the lack of authentication required to trigger the file write operation.
Analyst Recommendation
Given the severity of this file overwrite vulnerability, organizations utilizing ONNX must prioritize the update to the patched version immediately. This flaw provides a clear path for attackers to gain elevated control over affected systems, and the existence of a public proof-of-concept increases the likelihood of opportunistic exploitation. Ensure that all downstream dependencies are also audited for this specific version.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Cross-site Scripting (XSS) in aimhubio Aim 3
Cross-site Scripting (XSS) in aimhubio Aim 3
Description Summary:
A Cross-site Scripting vulnerability in Aim 3.28.0 allows remote attackers to execute arbitrary JavaScript in victim browsers via malicious Python code submitted to the /api/reports endpoint.
Executive Summary:
The Aim platform contains a critical Cross-site Scripting vulnerability that permits unauthorized JavaScript execution, posing a significant risk to user session integrity and data security.
Vulnerability Details
CVE-ID: CVE-2025-51464
Affected Software: aimhubio Aim
Affected Versions: 3.28.0
Vulnerability: This vulnerability occurs because the application fails to sanitize or restrict JavaScript execution when processing malicious Python code via the /api/reports endpoint, which is subsequently interpreted by Pyodide. The attack vector is unauthenticated and requires user interaction to execute the malicious script in the victim's browser.
Business Impact
Successful exploitation of this XSS vulnerability can lead to full account takeover, unauthorized access to sensitive telemetry data stored within the Aim platform, and potential propagation of malicious code to other users. With a CVSS score of 8.8, this flaw represents a high risk to organizational security, as it allows attackers to bypass standard web protections and compromise the confidentiality and integrity of the application environment.
Remediation Plan
Immediate Action: As no official patch is currently listed, users should restrict access to the /api/reports endpoint and monitor for suspicious report submissions.
Proactive Monitoring: Security teams should monitor web server logs for irregular API activity or unusual patterns in report creation and viewing requests.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict XSS filtering rules to identify and block malicious payloads directed at the /api/reports API endpoint.
Exploitation Status
Public Exploit Available: Yes — a published proof-of-concept exists, attributed to the research write-up provided by Gecko Security.
Analyst Notes: As of 2025-07-22, 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 sandbox restrictions within the Pyodide implementation.
Analyst Recommendation
Given the high CVSS severity and the availability of a public proof-of-concept, organizations should treat this vulnerability with high priority. We recommend disabling the reporting functionality or implementing strict input validation and access controls until a vendor-supplied patch is made available.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Path Traversal in restore_run_backup() in AIM 3
Path Traversal in restore_run_backup() in AIM 3
Description Summary:
A path traversal vulnerability in AIM version 3.28.0 allows remote, unauthenticated attackers to overwrite arbitrary files on the server via a malicious backup tar file.
Executive Summary:
A critical path traversal vulnerability in AIM 3.28.0 allows unauthenticated remote attackers to achieve arbitrary file writes, creating a significant risk of system compromise.
Vulnerability Details
CVE-ID: CVE-2025-51463
Affected Software: Aimhub AIM
Affected Versions: 3.28.0
Vulnerability: This is a path traversal vulnerability located in the restore_run_backup function, which fails to validate paths when extracting data from backup files submitted to the run_instruction API. The vulnerability allows unauthenticated attackers to write arbitrary files to the underlying filesystem.
Business Impact
Successful exploitation allows an attacker to overwrite critical system files or upload malicious scripts, which can lead to remote code execution and full system takeover. Given the CVSS score of 7.0, this represents a high-severity risk that could result in significant data loss, service disruption, and unauthorized access to sensitive environments.
Remediation Plan
Immediate Action: Review the provided vendor reference and apply the corresponding security patch or update to a version that addresses the path validation flaw in the restore_run_backup function.
Proactive Monitoring: Monitor server logs for suspicious requests directed at the run_instruction API and look for unusual file modification events or unexpected file creation in sensitive directories.
Compensating Controls: Implement a Web Application Firewall (WAF) to inspect incoming tar file uploads for directory traversal sequences, such as dot-dot-slash patterns, before they reach the application.
Exploitation Status
Public Exploit Available: Yes — a published proof-of-concept exists as documented in the researcher write-up linked in the references.
Analyst Notes: As of 2025-07-22, 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 inherently dangerous because it bypasses standard file handling logic to permit arbitrary write operations.
Analyst Recommendation
The presence of a known proof-of-concept and the high-impact nature of arbitrary file writes necessitate immediate attention. Administrators should prioritize verifying their current AIM version and applying the necessary security updates to prevent unauthorized filesystem access. If an update is not immediately feasible, restrict access to the affected API endpoint to trusted administrative networks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
In TOTOLINK A7000R firmware 9.1.0u.6115_B20201022, an attacker can bypass login by sending a specific request through formLoginAuth.htm.
In TOTOLINK A7000R firmware 9.1.0u.6115_B20201022, an attacker can bypass login by sending a specific request through formLoginAuth.htm.
Description Summary:
The TOTOLINK A7000R router contains an authentication bypass vulnerability that allows unauthenticated attackers to access administrative functions via a specific HTTP request.
Executive Summary:
An authentication bypass vulnerability in TOTOLINK A7000R firmware allows unauthenticated remote attackers to gain unauthorized administrative access to the device.
Vulnerability Details
CVE-ID: CVE-2025-51452
Affected Software: TOTOLINK A7000R
Affected Versions: 9.1.0u.6115_B20201022
Vulnerability: This is an authentication bypass vulnerability triggered by sending specifically crafted requests to the formLoginAuth.htm endpoint. An unauthenticated attacker can effectively bypass the device's login mechanism.
Business Impact
This flaw permits total compromise of the affected router, allowing an attacker to modify network configurations, intercept traffic, or use the device as a pivot point for further attacks on the internal network. Given the CVSS score of 9.8, this represents an extreme risk to the security of the entire network environment managed by the device.
Remediation Plan
Immediate Action: Apply the latest firmware update provided by TOTOLINK to address the authentication bypass.
Proactive Monitoring: Audit administrative logs for unauthorized access attempts or changes to network configuration settings.
Compensating Controls: Disable remote administrative access (WAN-side management) on the router and ensure that administrative interfaces are only accessible from trusted internal network segments.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of Aug 13, 2025, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Authentication bypasses on edge networking hardware are highly attractive targets for threat actors seeking persistent access to corporate or home networks.
Analyst Recommendation
Owners of TOTOLINK A7000R routers should apply available firmware updates immediately to prevent unauthorized administrative access. If an update is not immediately available, restrict management access to the device to local, trusted interfaces to reduce the attack surface.
Update In TOTOLINK Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
In TOTOLINK EX1200T firmware 4.1.2cu.5215, an attacker can bypass login by sending a specific request through formLoginAuth.htm.
In TOTOLINK EX1200T firmware 4.1.2cu.5215, an attacker can bypass login by sending a specific request through formLoginAuth.htm.
Description Summary:
A critical authentication bypass vulnerability exists in TOTOLINK EX1200T firmware 4.1.2cu.5215, allowing unauthenticated attackers to bypass login via the formLoginAuth.htm endpoint.
Executive Summary:
A critical authentication bypass vulnerability in TOTOLINK EX1200T firmware allows unauthenticated attackers to gain full administrative access.
Vulnerability Details
CVE-ID: CVE-2025-51451
Affected Software: TOTOLINK EX1200T
Affected Versions: firmware 4.1.2cu.5215
Vulnerability: This is an authentication bypass vulnerability. An unauthenticated attacker can exploit the formLoginAuth.htm function to circumvent security controls and access the device without valid credentials.
Business Impact
Successful exploitation grants an attacker full control over the affected network device. Given the CVSS score of 9.8, this vulnerability poses a severe risk, as it enables unauthorized configuration changes, traffic interception, and potential pivot points into the internal network, leading to significant data compromise and operational downtime.
Remediation Plan
Immediate Action: Review the vendor's official support portal for firmware updates; if no patch is available, isolate the device from the public internet.
Proactive Monitoring: Monitor network traffic for unusual requests directed at formLoginAuth.htm and review device access logs for unauthorized administrative sessions.
Compensating Controls: Deploy a Web Application Firewall (WAF) or ingress filtering to block external access to the device's management interface.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 13, 2025, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability is highly exploitable due to the lack of required authentication.
Analyst Recommendation
Due to the critical severity and the nature of the authentication bypass, organizations using the TOTOLINK EX1200T should prioritize restricting management access to trusted internal networks only. Apply any available firmware updates immediately and transition to a more secure hardware solution if the vendor does not provide a timely fix.
Update In TOTOLINK Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
An issue was discovered in ModelScope 1
An issue was discovered in ModelScope 1
Description Summary:
A vulnerability exists in ModelScope that may allow for unauthorized actions, as indicated by recent community disclosures.
Executive Summary:
ModelScope is affected by a security vulnerability that could potentially allow for unauthorized impacts, requiring immediate attention from administrators.
Vulnerability Details
CVE-ID: CVE-2025-51427
Affected Software: ModelScope
Affected Versions: See vendor advisory
Vulnerability: The vulnerability is characterized by an unauthenticated attack vector (AV:N/AC:L/PR:N/UI:N), allowing for potential impact to confidentiality, integrity, and availability.
Business Impact
With a CVSS score of 7.3, this vulnerability poses a high risk to environments utilizing ModelScope for machine learning workflows. Potential impacts include unauthorized manipulation of model data or disruption of services, which could compromise the integrity of AI-driven projects and business processes.
Remediation Plan
Immediate Action: Review the project's official GitHub repository and issues page (linked in references) to identify and apply the latest security patches or configuration hardening steps.
Proactive Monitoring: Monitor system logs for anomalous API calls or unauthorized access attempts against the ModelScope environment.
Compensating Controls: Implement network-level access controls and Web Application Firewalls (WAF) to restrict exposure of the ModelScope interface to untrusted networks.
Exploitation Status
Public Exploit Available: No (CISA SSVC assessment identifies a PoC exists, but no weaponized exploit is confirmed).
Analyst Notes: As of May 20, 2026, 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 automatable, increasing the risk of opportunistic exploitation.
Analyst Recommendation
Given the availability of a proof-of-concept and the high degree of exploitability, administrators should treat this as a priority. Ensure that the ModelScope instance is updated to the latest available version and that access is strictly controlled.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
TOTOLINK N600R V4.3.0cu.7647_B20210106 was discovered to contain a command injection vulnerability via the pin parameter in the setWiFiWpsConfig funct...
TOTOLINK N600R V4.3.0cu.7647_B20210106 was discovered to contain a command injection vulnerability via the pin parameter in the setWiFiWpsConfig function.
Description Summary:
TOTOLINK N600R router version V4.3.0cu.7647_B20210106 is vulnerable to unauthenticated command injection via the pin parameter in the setWiFiWpsConfig function.
Executive Summary:
A critical command injection vulnerability in the TOTOLINK N600R router allows unauthenticated remote attackers to execute arbitrary system commands with root privileges.
Vulnerability Details
CVE-ID: CVE-2025-51390
Affected Software: TOTOLINK N600R
Affected Versions: V4.3.0cu.7647_B20210106
Vulnerability: This vulnerability is a command injection flaw within the setWiFiWpsConfig function. An unauthenticated attacker can supply malicious input via the pin parameter to achieve full remote code execution on the affected device.
Business Impact
The ability for an unauthenticated attacker to execute arbitrary commands on a network router represents a severe risk to organizational security. Successful exploitation could lead to total compromise of the device, enabling attackers to intercept network traffic, pivot into internal segments, or deploy persistent backdoors, resulting in significant data breaches and operational disruption. The CVSS score of 9.8 reflects the high probability of exploitation and the critical nature of the impact.
Remediation Plan
Immediate Action: Administrators should immediately restrict access to the device management interface from external networks and check the vendor website for the latest firmware updates. If no patch is available for this specific version, consider replacing the affected hardware.
Proactive Monitoring: Monitor device logs for unusual traffic patterns, especially requests targeting the WPS configuration endpoint or unexpected shell command execution traces.
Compensating Controls: Implement strict firewall rules to block all untrusted access to the router administrative web interface and disable the WPS feature if it is not strictly required for operations.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the technical write-ups provided by the vulnerability researchers.
Analyst Notes: As of August 5, 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 accessible due to the lack of authentication requirements and the simplicity of the attack vector.
Analyst Recommendation
Given the critical severity and the availability of proof-of-concept material, immediate mitigation is required. Organizations utilizing the TOTOLINK N600R should prioritize isolating these devices from the public internet and applying any available firmware updates to eliminate the command injection vector.
Update TOTOLINK Multiple Products to the latest version. Check vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
The GitKraken Desktop 10.8.0 and 11.1.0 is susceptible to code injection due to misconfigured Electron Fuses. Specifically, the following insecure set...
The GitKraken Desktop 10.8.0 and 11.1.0 is susceptible to code injection due to misconfigured Electron Fuses. Specifically, the following insecure settings were observed: RunAsNode is enabled and Enab...
Description Summary:
Misconfigured Electron Fuses in GitKraken Desktop versions 10.8.0 and 11.1.0 enable unauthorized code injection.
Executive Summary:
A critical code injection vulnerability in GitKraken Desktop resulting from insecure Electron configurations poses a significant risk of arbitrary command execution.
Vulnerability Details
CVE-ID: CVE-2025-51387
Affected Software: GitKraken Desktop
Affected Versions: 10.8.0, 11.1.0
Vulnerability: The application is susceptible to code injection because of misconfigured Electron Fuses, specifically the 'RunAsNode' setting, which allows an unauthenticated attacker to execute arbitrary code.
Business Impact
Exploitation of this vulnerability allows an attacker to achieve full remote code execution on the host machine, potentially leading to total system compromise and data exfiltration. The CVSS score of 9.8 highlights the extreme risk, as it allows unauthenticated attackers to gain complete control over the affected workstation.
Remediation Plan
Immediate Action: Update GitKraken Desktop to the latest available version provided by the vendor to remediate the insecure configuration.
Proactive Monitoring: Review endpoint security logs for unexpected child processes or unusual outbound network connections originating from the GitKraken application.
Compensating Controls: Deploy endpoint detection and response (EDR) solutions to monitor for malicious activity and restrict the execution of unauthorized binaries.
Exploitation Status
Public Exploit Available: No (exploit_available: unknown)
Analyst Notes: As of Aug 4, 2025, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is highly exploitable due to the nature of the misconfiguration in the Electron framework.
Analyst Recommendation
The severity of this vulnerability necessitates immediate action to update all installations of GitKraken Desktop. Administrators should ensure that all instances are patched, as the lack of authentication requirements makes this an attractive target for automated exploitation.
Update The GitKraken Desktop Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
D-Link DI-8100 16
D-Link DI-8100 16
Description Summary:
A buffer overflow vulnerability in the D-Link DI-8100 router allows authenticated attackers to cause a denial of service via crafted GET requests.
Executive Summary:
A buffer overflow vulnerability in the D-Link DI-8100 router could lead to a denial of service condition, posing a risk to network availability.
Vulnerability Details
CVE-ID: CVE-2025-51281
Affected Software: D-Link DI-8100
Affected Versions: 16.07.26A1
Vulnerability: This is a buffer overflow vulnerability within the qj_asp function. It is triggered by sending crafted GET requests with overly long values in the en, val, or id parameters, impacting the system's stability.
Business Impact
Successful exploitation results in a denial of service, which can cause significant network downtime and disrupt critical business operations. With a CVSS score of 7.0, this vulnerability represents a high risk to availability, particularly for organizations relying on this hardware for secure connectivity.
Remediation Plan
Immediate Action: Contact D-Link support or monitor the official D-Link security bulletin page for the release of a firmware update addressing this buffer overflow.
Proactive Monitoring: Review device access logs for unusual GET requests containing excessively long parameter strings targeting the qj_asp function.
Compensating Controls: Implement network segmentation to restrict access to the device management interface, and utilize a Web Application Firewall to filter or block requests with abnormally large parameters.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the linked GitHub repository by the vulnerability researcher.
Analyst Notes: As of August 26, 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 presence of a published proof-of-concept makes the creation of automated attack tools more likely.
Analyst Recommendation
Given the availability of a proof-of-concept, administrators should prioritize restricting access to the affected device interface immediately. While a patch is currently pending, taking proactive steps to isolate the router from untrusted network segments will effectively mitigate the risk of a denial of service attack until a vendor-supplied firmware fix is available.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A sandbox escape vulnerability was identified in huggingface/smolagents version 1
A sandbox escape vulnerability was identified in huggingface/smolagents version 1
Description Summary:
A sandbox escape vulnerability in the smolagents local_python_executor module allows attackers to bypass security restrictions and achieve remote code execution on the host system.
Executive Summary:
A critical sandbox escape vulnerability in Hugging Face smolagents allows unauthenticated attackers to achieve remote code execution by bypassing restricted execution environments.
Vulnerability Details
CVE-ID: CVE-2025-5120
Affected Software: Hugging Face smolagents
Affected Versions: Up to (excluding) 1.17.0
Vulnerability: This vulnerability is a sandbox escape (CWE-94) located in the local_python_executor.py module, which fails to sufficiently restrict code execution despite static and dynamic checks. An attacker can leverage whitelisted modules to execute arbitrary code outside the intended security boundary.
Business Impact
The ability to achieve remote code execution poses a severe risk to organizational infrastructure, as it allows attackers to execute arbitrary commands with the privileges of the application. Given the CVSS score of 7.6, this vulnerability represents a high-severity threat that could lead to full system compromise, sensitive data exfiltration, or lateral movement within the network.
Remediation Plan
Immediate Action: Update the smolagents package to version 1.17.0 or later immediately to apply the necessary security patches.
Proactive Monitoring: Review application and system access logs for anomalous execution patterns or unauthorized calls to system modules originating from the smolagents sandbox environment.
Compensating Controls: Implement strict network segmentation and egress filtering to limit the potential impact of a successful host compromise, and ensure the application runs with the least privilege necessary.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of July 28, 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 because it directly undermines the isolation mechanism required for executing untrusted agentic code.
Analyst Recommendation
Given the potential for remote code execution and the existence of proof-of-concept evidence, organizations utilizing smolagents must prioritize this update. Administrators should verify their current version and patch to 1.17.0 without delay to neutralize the risk of sandbox bypass and subsequent system compromise.
In Eclipse Jetty, versions <=9
In Eclipse Jetty, versions <=9
Description Summary:
Eclipse Jetty is vulnerable to an uncontrolled resource consumption flaw when processing HTTP/2 frames, allowing remote attackers to exhaust CPU and memory via malformed stream requests.
Executive Summary:
An unauthenticated remote attacker can trigger a denial of service condition in Eclipse Jetty by sending malformed HTTP/2 frames that force excessive resource consumption.
Vulnerability Details
CVE-ID: CVE-2025-5115
Affected Software: Eclipse Jetty
Affected Versions: 9.3.0-9.4.57, 10.0.0-10.0.25, 11.0.0-11.0.25, 12.0.0-12.0.21, 12.1.0.alpha0-12.1.0.alpha2
Vulnerability: This is an uncontrolled resource consumption vulnerability (CWE-400) occurring within the HTTP/2 protocol implementation. An unauthenticated attacker can send specific frame sequences, such as illegal WINDOW_UPDATE frames or DATA frames for closed streams, to force the server to repeatedly generate RST_STREAM responses, leading to CPU and memory exhaustion.
Business Impact
The exploitation of this vulnerability directly impacts system availability, potentially causing severe service disruption or application crashes. Given the CVSS score of 7.5, which reflects high availability impact, organizations relying on Jetty for mission critical web services face significant operational risk. Continuous resource exhaustion can lead to downtime, requiring manual intervention to restore service and potentially causing cascading failures in connected infrastructure.
Remediation Plan
Immediate Action: Update to the patched versions as provided by the vendor: Jetty 9.4.58, 10.0.26, 11.0.26, 12.0.25, or 12.1.0.beta3.
Proactive Monitoring: Monitor server resource utilization, specifically CPU and memory spikes, alongside HTTP/2 traffic patterns to identify potential abuse of the stream management logic.
Compensating Controls: Deploy a Web Application Firewall (WAF) or an edge proxy configured to inspect and block malformed HTTP/2 frames or limit the rate of stream creation from individual clients.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 20, 2025, there is no public information indicating active exploitation or a published proof of concept for this vulnerability. While the vulnerability is not currently being exploited, the ease of triggering the flaw via standard network requests makes it a viable target for automated denial of service attacks.
Analyst Recommendation
This vulnerability presents a clear risk to service availability and should be addressed as a priority. Administrators must prioritize the deployment of the provided security patches to ensure the integrity and stability of the Jetty server environment. If immediate patching is not feasible, implement strict edge filtering to limit the impact of malicious HTTP/2 traffic.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Tenda AC8V4 V16
Tenda AC8V4 V16
Description Summary:
Tenda AC8V4 router firmware version V16.03.34.06 contains a stack-based buffer overflow in the saveParentControlInfo function, allowing unauthenticated remote code execution.
Executive Summary:
A critical stack-based buffer overflow vulnerability in Tenda AC8V4 routers allows unauthenticated attackers to execute arbitrary code.
Vulnerability Details
CVE-ID: CVE-2025-51087
Affected Software: Tenda AC8V4
Affected Versions: V16.03.34.06
Vulnerability: The vulnerability exists within the /goform/saveParentControlInfo endpoint due to improper bounds checking on the time argument. This flaw allows an unauthenticated attacker to trigger a stack-based buffer overflow, potentially leading to remote code execution or system instability.
Business Impact
The CVSS score of 8.6 classifies this as a High severity issue, reflecting the significant risk of full device compromise. Successful exploitation could allow an attacker to gain persistent access to the network, intercept traffic, or pivot to internal assets, resulting in severe data breaches and operational downtime.
Remediation Plan
Immediate Action: Since a vendor-supplied patch is currently unknown, restrict access to the web management interface of the Tenda AC8V4 device to trusted internal networks only.
Proactive Monitoring: Review device access logs for unusual traffic patterns directed at the /goform/saveParentControlInfo endpoint or repeated failed authentication attempts.
Compensating Controls: Deploy a network-level firewall or Web Application Firewall (WAF) to block unauthorized requests targeting the vulnerable management interface.
Exploitation Status
Public Exploit Available: Yes, a proof of concept is available via the researcher write-up linked in the CVE references.
Analyst Notes: As of July 24, 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 presence of a technical write-up detailing the overflow mechanism significantly lowers the barrier for potential attackers.
Analyst Recommendation
Given the ease of exploitability and the lack of a confirmed vendor patch, immediate network segmentation is required to shield the affected hardware. Administrators should isolate the management interface of the Tenda AC8V4 from the public internet and continue monitoring vendor channels for firmware updates that address this buffer overflow.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
An unrestricted file upload vulnerability in Vedo Suite version 2024
An unrestricted file upload vulnerability in Vedo Suite version 2024
Description Summary:
An unrestricted file upload vulnerability in Vedo Suite 2024.17 allows remote attackers to achieve remote code execution via the uploadPreviews function.
Executive Summary:
A critical file upload vulnerability in Vedo Suite 2024.17 allows unauthenticated remote attackers to execute arbitrary code on the host system.
Vulnerability Details
CVE-ID: CVE-2025-51056
Affected Software: Vedo Suite Vedo Suite
Affected Versions: 2024.17
Vulnerability: The flaw exists in the uploadPreviews function located within the /api_vedo/colorways_preview endpoint, which fails to perform sufficient validation on user-supplied files. This allows an attacker to write files to arbitrary filesystem paths, leading to remote code execution.
Business Impact
Successful exploitation of this vulnerability grants an attacker the ability to execute arbitrary commands on the underlying server. This poses a severe risk of full system compromise, data theft, and potential lateral movement within the network. Given the CVSS score of 8.2, this vulnerability is considered a high-priority threat that could lead to significant operational disruption and loss of sensitive information.
Remediation Plan
Immediate Action: Since a specific patch version is currently unknown, administrators should restrict network access to the /api_vedo/colorways_preview endpoint immediately.
Proactive Monitoring: Review web server access logs for suspicious POST requests targeting the colorways_preview endpoint, particularly those involving unusual file extensions or paths.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block or inspect incoming traffic to the vulnerable API endpoint, specifically looking for file upload patterns in the request body.
Exploitation Status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub repository referenced by the CVE record.
Analyst Notes: As of August 7, 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 dangerous due to the combination of unrestricted file access and the potential for remote code execution.
Analyst Recommendation
Given the availability of a public proof-of-concept and the high potential impact of remote code execution, this vulnerability requires urgent attention. Security teams should prioritize restricting access to the affected API endpoint and monitor for any signs of unauthorized file modification until the vendor releases an official security update.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Insecure Data Storage of credentials has been found in /api_vedo/configuration/config
Insecure Data Storage of credentials has been found in /api_vedo/configuration/config
Description Summary:
Vedo Suite version 2024.17 stores sensitive credentials, secret keys, and database information in clear text within the /api_vedo/configuration/config.yml file.
Executive Summary:
Vedo Suite version 2024.17 is affected by an insecure data storage vulnerability that exposes sensitive credentials, posing a significant risk of unauthorized system access.
Vulnerability Details
CVE-ID: CVE-2025-51055
Affected Software: Vedo, Vedo Suite
Affected Versions: 2024.17
Vulnerability: The application utilizes insecure storage practices by maintaining clear-text credentials and configuration secrets in a configuration file, which is accessible to unauthenticated attackers.
Business Impact
The exposure of clear-text credentials and database secrets allows an attacker to gain unauthorized access to backend systems and sensitive data stores. Given the CVSS score of 8.6, this vulnerability represents a high-severity risk that could lead to full compromise of the affected environment and severe reputational damage.
Remediation Plan
Immediate Action: Since no official patch is currently identified, administrators should restrict network and file system access to the /api_vedo/configuration/config.yml file immediately and rotate all credentials stored within it.
Proactive Monitoring: Monitor server access logs for unauthorized requests targeting the configuration directory or unusual patterns of authenticated activity following potential credential exposure.
Compensating Controls: Implement strict file system permissions to ensure the configuration file is readable only by the service account, and utilize a Web Application Firewall to block external access to the /api_vedo/configuration/ path.
Exploitation Status
Public Exploit Available: Yes — a published proof-of-concept exists as documented in the GitHub repository referenced by the CVE record.
Analyst Notes: As of August 7, 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 automatable due to the predictable location of the exposed file.
Analyst Recommendation
This vulnerability presents a critical security risk due to the exposure of plain-text secrets. Organizations currently running Vedo Suite version 2024.17 must immediately restrict access to the affected configuration file and initiate a full rotation of all exposed secrets, as the existence of a public proof-of-concept significantly lowers the barrier for exploitation.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Electrolink FM/DAB/TV Transmitter Web Management System Unauthorized access vulnerability via the /FrameSetCore
Electrolink FM/DAB/TV Transmitter Web Management System Unauthorized access vulnerability via the /FrameSetCore
Description Summary:
An unauthorized access vulnerability exists in the Electrolink FM/DAB/TV Transmitter Web Management System via the /FrameSetCore.html endpoint.
Executive Summary:
A critical unauthorized access vulnerability in the Electrolink Transmitter Web Management System allows unauthenticated attackers to potentially bypass security controls and access sensitive system interfaces.
Vulnerability Details
CVE-ID: CVE-2025-51040
Affected Software: Electrolink FM/DAB/TV Transmitter Web Management System
Affected Versions: Transmitter Web v01.09, v01.08, v01.07, and Display v1.4, v1.2
Vulnerability: This is an unauthorized access flaw affecting the /FrameSetCore.html endpoint, which permits unauthenticated remote attackers to interact with the web management interface without prior login.
Business Impact
Successful exploitation of this vulnerability could lead to unauthorized access to transmitter management functions, potentially resulting in the compromise of broadcasting operations or unauthorized configuration changes. With a CVSS score of 7.5, this high-severity flaw presents a significant risk to operational continuity and the integrity of critical infrastructure systems.
Remediation Plan
Immediate Action: Restrict network access to the web management interface by placing it behind a VPN or an isolated management network, as no official vendor patch is currently confirmed.
Proactive Monitoring: Review web server access logs for requests directed at /FrameSetCore.html originating from unauthorized or external IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) or equivalent network filter to block unauthorized requests to the identified vulnerable endpoint until a formal vendor update is applied.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the GitHub repository referenced by the CVE record.
Analyst Notes: As of August 7, 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 inherently exploitable due to the lack of authentication mechanisms on the target endpoint.
Analyst Recommendation
Given the high CVSS score and the presence of a public proof-of-concept, organizations operating affected Electrolink hardware must treat this as an urgent security priority. Administrators should immediately isolate the management interfaces from public or untrusted networks to prevent exploitation while awaiting official guidance or patches from the vendor.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Within tcpreplay's tcprewrite, a double free vulnerability has been identified in the dlt_linuxsll2_cleanup() function in plugins/dlt_linuxsll2/linuxs...
Within tcpreplay's tcprewrite, a double free vulnerability has been identified in the dlt_linuxsll2_cleanup() function in plugins/dlt_linuxsll2/linuxsll2
Description Summary:
A double free vulnerability in the dlt_linuxsll2_cleanup function of tcprewrite allows a local attacker to cause a denial of service via a crafted pcap file.
Executive Summary:
A double free vulnerability in the tcpreplay utility, specifically within the tcprewrite component, presents a risk of memory corruption and denial of service.
Vulnerability Details
CVE-ID: CVE-2025-51006
Affected Software: Within tcpreplay
Affected Versions: See vendor advisory
Vulnerability: This vulnerability is a double free flaw occurring in the dlt_linuxsll2_cleanup function, which is triggered when memory is cleaned up multiple times. An attacker can exploit this by providing a malicious pcap file to the tcprewrite binary, requiring local access and user interaction to execute.
Business Impact
The vulnerability carries a CVSS score of 7.8, reflecting a significant risk to availability and system integrity. Successful exploitation leads to a denial of service, which can disrupt network traffic analysis workflows and critical security monitoring processes that rely on the tcpreplay suite.
Remediation Plan
Immediate Action: Monitor the official tcpreplay repository for patch releases and apply updates as soon as they become available.
Proactive Monitoring: Review system logs for unexpected crashes of the tcprewrite binary and restrict access to the utility to authorized users only.
Compensating Controls: Implement strict input validation on all pcap files before processing them with external tools to prevent the ingestion of malicious or malformed traffic captures.
Exploitation Status
Public Exploit Available: Yes, a public proof-of-concept exists as referenced in the GitHub issue tracker provided in the enrichment data.
Analyst Notes: As of September 23, 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 exploitable by local users capable of supplying arbitrary pcap files to the target binary.
Analyst Recommendation
Given the availability of a proof-of-concept and the potential for service disruption, organizations utilizing tcpreplay should prioritize monitoring for vendor updates. Ensure that the tcprewrite utility is not run with elevated privileges unless strictly necessary, and maintain strict control over the pcap files allowed for processing to minimize the attack surface.
Description Summary:
XWiki through version 17.3.0 is vulnerable to Server-Side Template Injection (SSTI) in the Administration interface, allowing authenticated administrators to execute arbitrary template logic.
Executive Summary:
An authenticated administrator can exploit a Server-Side Template Injection vulnerability in XWiki versions up to 17.3.0 to potentially achieve remote code execution or sensitive data leakage.
Vulnerability Details
CVE-ID: CVE-2025-51991
Affected Software: XWiki XWiki
Affected Versions: through 17.3.0
Vulnerability: This is a Server-Side Template Injection (SSTI) flaw located in the HTTP Meta Info field of the Global Preferences Presentation section. An authenticated administrator can inject malicious Apache Velocity template code that the server renders without validation.
Business Impact
Successful exploitation allows an attacker with administrative access to bypass intended restrictions and execute arbitrary server-side logic. Given the CVSS score of 8.8, this vulnerability poses a high risk of total system compromise, including unauthorized access to sensitive internal configuration data and potential remote code execution, which could lead to complete loss of confidentiality, integrity, and availability of the XWiki instance.
Remediation Plan
Immediate Action: Administrators should monitor the vendor security advisories at xwiki.org for the release of a patched version and apply it immediately upon availability.
Proactive Monitoring: Security teams should monitor server access logs for anomalous behavior in the administration interface and audit changes made to the Global Preferences Presentation settings.
Compensating Controls: Implement strict network access controls to the administrative interface and utilize a Web Application Firewall (WAF) to detect and block malicious Velocity template syntax in HTTP requests.
Exploitation Status
Public Exploit Available: Yes — a published proof-of-concept exists in the researcher's write-up referenced by the CVE record.
Analyst Notes: As of August 21, 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 for any user already possessing administrative privileges within the application.
Analyst Recommendation
Due to the high severity of this vulnerability and the presence of a published proof-of-concept, organizations should treat this as a priority update. While the vulnerability requires administrative authentication, the potential for total system compromise necessitates immediate review of administrative access and strict adherence to the principle of least privilege until a vendor-supplied patch is deployed.