IBM i Access Family 1
Description
IBM i Access Family 1
AI Analyst Comment
Remediation
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Search and filter 21637 vulnerabilities with AI analyst insights
IBM i Access Family 1
IBM i Access Family 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
IBM Sterling B2B Integrator 6
IBM Sterling B2B Integrator 6
---METADATA---
VENDOR: IBM
PRODUCT: Sterling B2B Integrator
AFFECTED_VERSIONS: 6.2.0.0 through 6.2.2.0_1
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
IBM Sterling B2B Integrator and Sterling File Gateway are affected by an SQL injection vulnerability, potentially allowing authenticated attackers to access sensitive data.
Executive Summary:
An SQL injection vulnerability in IBM Sterling B2B Integrator and Sterling File Gateway allows authenticated users to potentially compromise system integrity and data confidentiality.
Vulnerability Details
CVE-ID: CVE-2026-7769
Affected Software: IBM Sterling B2B Integrator and Sterling File Gateway
Affected Versions: 6.2.0.0 through 6.2.2.0_1
Vulnerability: The software improperly neutralizes special elements used in SQL commands, which allows an authenticated attacker to inject malicious SQL queries. This flaw can lead to the unauthorized disclosure or manipulation of database information.
Business Impact
The CVSS score of 8.1 reflects the high impact of this vulnerability on data confidentiality and integrity. Successful exploitation could allow an attacker to exfiltrate sensitive business files or modify transaction data, which would have severe consequences for business operations and regulatory compliance.
Remediation Plan
Immediate Action: Apply the relevant security update (B2Bi 6.2.0.6, 6.2.1.2, or 6.2.2.1 depending on the current version) as detailed in the IBM support documentation.
Proactive Monitoring: Monitor database query logs for suspicious patterns or syntax that indicate injection attempts, especially from internal users.
Compensating Controls: Utilize database-level security controls to restrict the application user's permissions to the minimum necessary for normal operations.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of July 30, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability requires an authenticated session, which limits the attack surface to existing users.
Analyst Recommendation
Due to the severity of SQL injection, organizations should prioritize the deployment of the provided IBM patches to their B2B Integrator and File Gateway environments. Ensuring that all systems are updated to the specified versions is critical to preventing unauthorized database access.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
@fastify/accepts-serializer cached serializer-selection results keyed by the request Accept header without a size limit or eviction policy
@fastify/accepts-serializer cached serializer-selection results keyed by the request Accept header without a size limit or eviction policy
---METADATA---
VENDOR: Fastify
PRODUCT: @fastify/accepts-serializer
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
The @fastify/accepts-serializer package fails to limit the size or evict cached serializer-selection results based on the request Accept header.
Executive Summary:
A memory exhaustion vulnerability in @fastify/accepts-serializer poses a significant risk of denial-of-service for applications relying on this library.
Vulnerability Details
CVE-ID: CVE-2026-7768
Affected Software: Fastify @fastify/accepts-serializer
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability involves an unbounded cache mechanism keyed by the request Accept header. An unauthenticated attacker can trigger a denial-of-service condition by flooding the service with arbitrary Accept headers, leading to excessive memory consumption.
Business Impact
With a CVSS score of 7.5, this high-severity vulnerability allows attackers to crash critical web services by exhausting server memory resources. Successful exploitation results in significant system downtime, disrupting business operations and availability for legitimate users.
Remediation Plan
Immediate Action: Upgrade the @fastify/accepts-serializer package to the latest patched version provided by the vendor.
Proactive Monitoring: Monitor server memory usage trends and review web server logs for an unusual volume of requests containing diverse or randomized Accept headers.
Compensating Controls: Implement rate limiting at the Web Application Firewall (WAF) or load balancer level to restrict the volume of requests from individual clients, thereby mitigating the impact of potential memory exhaustion.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 6, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Given the ease with which an unauthenticated actor could trigger a service crash, immediate remediation is required. Security teams should prioritize patching this dependency to prevent availability degradation and ensure service stability.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The arrayref crate 0.3.10 for Rust contains malicious code that executes during project compilation by communicating with a command and control server...
The arrayref crate 0.3.10 for Rust contains malicious code that executes during project compilation by communicating with a command and control server to facilitate arbitrary code execution.
---METADATA---
VENDOR: droundy
PRODUCT: arrayref
AFFECTED_VERSIONS: 0.3.10
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
The arrayref crate 0.3.10 for Rust contains malicious code that executes during project compilation by communicating with a command and control server to facilitate arbitrary code execution.
Executive Summary:
The droundy arrayref crate version 0.3.10 is affected by an embedded malicious code vulnerability that enables supply chain attacks during the software build process.
Vulnerability Details
CVE-ID: CVE-2026-77651
Affected Software: droundy arrayref
Affected Versions: 0.3.10
Vulnerability: This is an embedded malicious code vulnerability (CWE-506) where the crate includes a rogue dependency that registers with a remote command and control server. The attack is unauthenticated and triggered automatically during the compilation phase of any project utilizing this version.
Business Impact
The inclusion of malicious code in a build dependency poses a severe risk to the software supply chain. A successful exploit allows an attacker to achieve arbitrary code execution on developer machines or CI/CD pipelines, potentially leading to the injection of backdoors into downstream products, intellectual property theft, and total compromise of development environments. The CVSS score of 9.8 reflects the critical nature of this supply chain compromise.
Remediation Plan
Immediate Action: Developers must immediately remove or update the droundy arrayref crate to a secure version and audit all build environments for signs of unauthorized network communication or file system changes.
Proactive Monitoring: Monitor build pipelines and developer workstations for unexpected outbound network connections to unknown IP addresses during the compilation phase.
Compensating Controls: Implement supply chain security tools that perform dependency scanning and static analysis on third party crates to detect malicious patterns before they are integrated into build processes.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous due to its nature as a supply chain injection, which bypasses traditional perimeter defenses.
Analyst Recommendation
Given the critical severity of this supply chain vulnerability, all users of the arrayref crate must verify their project dependencies immediately. Organizations should prioritize updating to a clean version and conducting a forensic review of build systems that have utilized version 0.3.10 to ensure no persistent unauthorized access has been established.
Update droundy arrayref to the latest version. Monitor for exploitation attempts and review access logs.
The append-only-vec crate version 0.1.9 for Rust contains embedded malicious code that executes during the compilation of any project that utilizes th...
The append-only-vec crate version 0.1.9 for Rust contains embedded malicious code that executes during the compilation of any project that utilizes the crate.
---METADATA---
VENDOR: droundy
PRODUCT: append-only-vec
AFFECTED_VERSIONS: 0.1.9
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The append-only-vec crate version 0.1.9 for Rust contains embedded malicious code that executes during the compilation of any project that utilizes the crate.
Executive Summary:
A critical supply chain vulnerability in the append-only-vec Rust crate allows for arbitrary code execution at compile time, jeopardizing the integrity of the development environment.
Vulnerability Details
CVE-ID: CVE-2026-77650
Affected Software: droundy append-only-vec
Affected Versions: 0.1.9
Vulnerability: This vulnerability is defined by the presence of embedded malicious code (CWE-506) that leverages a rogue dependency to perform unauthorized actions. The malicious payload is triggered during the compilation phase, granting the attacker control over the build environment.
Business Impact
Because this vulnerability impacts the build process, it creates a high risk of poisoning the entire software delivery pipeline. The CVSS score of 9.8 reflects the high likelihood of compromise and the severe impact on the confidentiality and integrity of any software developed using this dependency.
Remediation Plan
Immediate Action: Update the append-only-vec crate to the latest secure version provided by the project maintainers. Remove any references to version 0.1.9 from Cargo.toml files immediately.
Proactive Monitoring: Review build server logs for suspicious activity or unexpected network communication occurring during the compilation of Rust projects.
Compensating Controls: Implement strict dependency management policies, including the use of cargo-audit to identify and block the use of known vulnerable crates.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Aug 20, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. This threat underscores the critical importance of verifying the provenance of all third-party code.
Analyst Recommendation
The severity of this supply chain vulnerability necessitates an immediate response. Development teams must audit their environments, remove the compromised crate version, and verify that their build processes are clean to prevent the propagation of malicious code.
Update droundy append-only-vec to the latest version. Monitor for exploitation attempts and review access logs.
The internment crate version 0.8.7 for Rust contains embedded malicious code that triggers arbitrary code execution during the project compilation pro...
The internment crate version 0.8.7 for Rust contains embedded malicious code that triggers arbitrary code execution during the project compilation process.
---METADATA---
VENDOR: droundy
PRODUCT: internment
AFFECTED_VERSIONS: 0.8.7
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The internment crate version 0.8.7 for Rust contains embedded malicious code that triggers arbitrary code execution during the project compilation process.
Executive Summary:
A critical supply chain vulnerability in the internment Rust crate enables arbitrary code execution during software compilation, threatening the integrity of the build environment.
Vulnerability Details
CVE-ID: CVE-2026-77649
Affected Software: droundy internment
Affected Versions: 0.8.7
Vulnerability: This vulnerability involves the inclusion of embedded malicious code (CWE-506) that registers with a remote command-and-control server. The code executes automatically when a developer or automated system compiles a project that includes this compromised dependency.
Business Impact
A successful exploitation of this flaw occurs at the build level, meaning that any software compiled with this dependency is fundamentally compromised before deployment. With a CVSS score of 9.8, this poses a massive risk to the software supply chain, potentially leading to the distribution of backdoored applications to end users.
Remediation Plan
Immediate Action: Remove the affected version of the internment crate from all Rust projects and update to a known secure version as specified in the official Rust advisory.
Proactive Monitoring: Audit build logs and network traffic from build servers for unauthorized outbound connections to unknown command-and-control infrastructure.
Compensating Controls: Use dependency pinning and integrity checks to ensure that only verified and secure versions of third-party crates are used during the build process.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Aug 20, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. This is a severe supply chain attack that highlights the risks of relying on unvetted dependencies.
Analyst Recommendation
This vulnerability represents a significant supply chain risk. Developers must immediately audit their dependencies and update the affected crate to ensure the integrity of their build pipelines and the security of their downstream applications.
Update droundy internment to the latest version. Monitor for exploitation attempts and review access logs.
SPIP versions prior to 4.4.20 are susceptible to unauthenticated remote code execution due to improper handling of PHP code blocks during processing.
SPIP versions prior to 4.4.20 are susceptible to unauthenticated remote code execution due to improper handling of PHP code blocks during processing.
---METADATA---
VENDOR: SPIP
PRODUCT: SPIP
AFFECTED_VERSIONS: 0 up to (excluding) 4.4.20
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
SPIP versions prior to 4.4.20 are susceptible to unauthenticated remote code execution due to improper handling of PHP code blocks during processing.
Executive Summary:
A critical unauthenticated remote code execution vulnerability in SPIP is currently being actively exploited in the wild, necessitating immediate patching.
Vulnerability Details
CVE-ID: CVE-2026-77647
Affected Software: SPIP
Affected Versions: 0 up to (excluding) 4.4.20
Vulnerability: This is a code injection vulnerability (CWE-94) caused by the incorrect parsing of PHP blocks and the mishandling of specific characters by the var_export function. The vulnerability is accessible to unauthenticated remote attackers.
Business Impact
Because this vulnerability allows for unauthenticated remote code execution, it grants an attacker full control over the affected server. With a CVSS score of 9.8, the business impact includes total system compromise, data theft, and the potential for the server to be used as a pivot point for further network attacks.
Remediation Plan
Immediate Action: Update all instances of SPIP to version 4.4.20 or the latest available release immediately.
Proactive Monitoring: Inspect server logs for unexpected file modifications, unauthorized PHP execution, or unusual traffic patterns consistent with web shells.
Compensating Controls: If immediate patching is not possible, place the application behind a Web Application Firewall (WAF) with rules designed to block malicious code injection payloads.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: This vulnerability is confirmed to be actively exploited in the wild as of August 20, 2026. The technical nature of the flaw makes it highly susceptible to automated exploitation, and the active status indicates that threat actors are already targeting unpatched systems.
Analyst Recommendation
This vulnerability is of the highest urgency due to confirmed active exploitation. Organizations utilizing SPIP must prioritize upgrading to version 4.4.20 or later across all environments immediately to prevent compromise. Failure to patch will leave systems exposed to widespread, automated exploitation attempts.
Update SPIP SPIP to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
Tor before 0
Tor before 0
---METADATA---
VENDOR: Tor Project
PRODUCT: Tor
AFFECTED_VERSIONS: 0.3.5.3-alpha up to (excluding) 0.4.9.11
CONFIDENCE: high
MISSING: patch_status
---END_METADATA---
Description Summary:
A race condition in the Tor networking software allows for potential security bypasses due to improper synchronization of shared resources.
Executive Summary:
A critical race condition in the Tor networking software could allow unauthenticated attackers to compromise sensitive traffic data and system integrity.
Vulnerability Details
CVE-ID: CVE-2026-77638
Affected Software: Tor Project Tor
Affected Versions: 0.3.5.3-alpha up to (excluding) 0.4.9.11
Vulnerability: This vulnerability is a race condition (CWE-362) occurring due to improper synchronization of shared resources during concurrent execution. This flaw can be triggered by an unauthenticated attacker to cause unpredictable behavior, potentially leading to unauthorized data access or integrity loss.
Business Impact
With a CVSS score of 8.9, this vulnerability represents a significant risk to the integrity and confidentiality of Tor-reliant communications. Successful exploitation could lead to the exposure of sensitive traffic or the subversion of anonymity protections. Organizations or individuals utilizing Tor for secure communication must treat this as a high-priority security event.
Remediation Plan
Immediate Action: Update the Tor software to version 0.4.9.11 or later to implement the necessary synchronization fixes.
Proactive Monitoring: Monitor network infrastructure logs for unusual traffic patterns or service instability that may indicate an attempt to exploit synchronization flaws.
Compensating Controls: Where possible, restrict access to the Tor service to authorized users and utilize additional encryption layers for sensitive communications.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Race conditions are inherently difficult to exploit, but the high CVSS score reflects the potential for severe impact if a reliable exploit is developed.
Analyst Recommendation
The severity of this flaw necessitates an immediate upgrade to version 0.4.9.11. Administrators should verify their current version and apply the update across all deployed Tor instances to mitigate the risk of exploitation.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to cause system crashes...
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to cause system crashes or Remote Code Execution.
---METADATA---
VENDOR: Morse Micro
PRODUCT: HaLowLink 2
AFFECTED_VERSIONS: Morse Micro HaLowLink 2 software versions prior to 2.11.13
---END_METADATA---
Description Summary:
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to cause system crashes or Remote Code Execution.
Executive Summary:
A critical heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers to trigger a kernel panic or execute arbitrary code via malformed beacon frames.
Vulnerability Details
CVE-ID: CVE-2026-7763
Affected Software: Morse Micro HaLowLink 2
Affected Versions: Morse Micro HaLowLink 2 software versions prior to 2.11.13
Vulnerability: The morse.ko kernel driver fails to validate the TIM bitmap length in received beacon frames. An unauthenticated attacker within radio range can send a crafted frame to overflow the buffer, leading to potential RCE.
Business Impact
The CVSS score of 9.8 indicates that this is a high-priority risk. Successful exploitation could result in full system compromise or a persistent Denial of Service, which is particularly dangerous for industrial or IoT deployments relying on the HaLowLink 2 platform.
Remediation Plan
Immediate Action: Update Morse Micro HaLowLink 2 software to version 2.11.13 or later.
Proactive Monitoring: Review device logs for unusual wireless traffic patterns or repeated kernel stability issues.
Compensating Controls: Given the nature of the attack vector (broadcast beacon frames), physical security and limiting exposure to untrusted wireless environments are the most effective interim measures.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jun 5, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability poses a severe threat to system integrity. Administrators must ensure that all devices running the affected Morse Micro software are updated to 2.11.13 to remediate the buffer overflow flaw.
Update Infor Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to achieve DoS or Remote...
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to achieve DoS or Remote Code Execution.
---METADATA---
VENDOR: Morse Micro
PRODUCT: HaLowLink 2
AFFECTED_VERSIONS: Morse Micro HaLowLink 2 software versions prior to 2.11.13
---END_METADATA---
Description Summary:
A heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers within radio range to achieve DoS or Remote Code Execution.
Executive Summary:
A critical heap-based buffer overflow in the Morse Micro HaLowLink 2 kernel driver allows unauthenticated attackers to trigger a kernel panic or execute arbitrary code.
Vulnerability Details
CVE-ID: CVE-2026-7762
Affected Software: Morse Micro HaLowLink 2
Affected Versions: Morse Micro HaLowLink 2 software versions prior to 2.11.13
Vulnerability: The vulnerability exists in the dot11ah.ko kernel driver due to improper validation of the IE length field during memcpy operations. An unauthenticated attacker within radio range can send a crafted 802.11ah beacon to overflow the kernel heap.
Business Impact
With a CVSS score of 9.8, this vulnerability carries significant risk. Exploitation can lead to a complete Denial of Service via kernel panic or, more severely, Remote Code Execution (RCE) at the kernel level, granting the attacker total control over the affected device.
Remediation Plan
Immediate Action: Upgrade Morse Micro HaLowLink 2 software to version 2.11.13 or later.
Proactive Monitoring: Monitor system logs for kernel-level errors or unexpected crashes that may indicate exploitation attempts.
Compensating Controls: While difficult to mitigate at the network layer, minimizing exposure by disabling unnecessary wireless scanning features or restricting access to the affected hardware where possible may reduce the attack surface.
Exploitation Status
Public Exploit Available: False
Analyst Notes: As of Jun 5, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The severity of this kernel-level vulnerability necessitates immediate patching. Organizations utilizing Morse Micro HaLowLink 2 software should verify their version and apply the 2.11.13 update as soon as possible to mitigate the risk of RCE.
Update Infor Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
The Ultimate Member plugin for WordPress is vulnerable to Account Takeover via Password Reset Link Disclosure in all versions up to and including 2
The Ultimate Member plugin for WordPress is vulnerable to Account Takeover via Password Reset Link Disclosure in all versions up to and including 2
---METADATA---
VENDOR: Ultimate Member
PRODUCT: Ultimate Member Plugin
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
The Ultimate Member plugin for WordPress is vulnerable to account takeover via password reset link disclosure.
Executive Summary:
A critical account takeover vulnerability in the Ultimate Member WordPress plugin allows unauthenticated attackers to compromise user accounts.
Vulnerability Details
CVE-ID: CVE-2026-7761
Affected Software: Ultimate Member Plugin
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability involves the improper handling of password reset mechanisms, leading to the disclosure of sensitive reset links. An attacker can leverage this to perform an account takeover without requiring prior authentication.
Business Impact
The ability for an attacker to hijack user accounts, including those with administrative privileges, presents a critical threat to the entire WordPress ecosystem. With a CVSS score of 8.8, this vulnerability could lead to total site compromise, data exfiltration, and the distribution of malicious content to visitors.
Remediation Plan
Immediate Action: Update the Ultimate Member plugin to the latest available version provided by the developer.
Proactive Monitoring: Review user account modification logs and investigate any unexpected password reset requests or suspicious profile changes.
Compensating Controls: Disable the plugin temporarily if a patch is not immediately available and employ rate-limiting on reset requests via a WAF.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of June 24, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability is highly severe due to its impact on user account security. Organizations using the Ultimate Member plugin must prioritize updating their installation immediately to prevent unauthorized access and potential site-wide takeover.
Update WordPress plugin/theme to the latest version. Review WordPress security settings and remove if no longer needed.
IBM Langflow OSS 1
IBM Langflow OSS 1
---METADATA---
VENDOR: IBM
PRODUCT: Langflow OSS
AFFECTED_VERSIONS: 1.0.0 through 1.10.0
CONFIDENCE: high
MISSING: technical_details
---END_METADATA---
Description Summary:
IBM Langflow OSS contains an unspecified vulnerability that allows authenticated attackers to perform unauthorized actions, necessitating an immediate software update.
Executive Summary:
A high-severity security vulnerability in IBM Langflow OSS (CVE-2026-7755) requires an immediate update to mitigate the risk of unauthorized system exploitation.
Vulnerability Details
CVE-ID: CVE-2026-7755
Affected Software: IBM Langflow OSS
Affected Versions: 1.0.0 through 1.10.0
Vulnerability: The application is subject to a security vulnerability that can be triggered by an authenticated user. While specific technical details regarding the mechanism are limited, the CVSS vector indicates that it allows for significant impacts on confidentiality, integrity, and availability.
Business Impact
Successful exploitation poses a serious threat to the security posture of the organization, potentially allowing attackers to disrupt operations or gain unauthorized access to data. With a CVSS score of 8.8, this vulnerability must be remediated promptly to prevent potential security breaches.
Remediation Plan
Immediate Action: Upgrade to IBM Langflow OSS version 1.10.1 as recommended by the vendor.
Proactive Monitoring: Maintain heightened monitoring of administrative and user activity logs to identify any abnormal patterns or unauthorized configuration changes.
Compensating Controls: Utilize a Web Application Firewall (WAF) to inspect incoming traffic for potentially malicious payloads, although specific signatures for this vulnerability may not yet be defined.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of July 18, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Per CISA's SSVC assessment, this vulnerability is not currently being exploited in the wild.
Analyst Recommendation
All users of the affected software should apply the provided patch to version 1.10.1 immediately. Given the high CVSS score, timely patching is essential to maintain the integrity of the application environment and prevent exploitation by malicious actors.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
IBM Langflow OSS 1
IBM Langflow OSS 1
---METADATA---
VENDOR: IBM
PRODUCT: Langflow OSS
AFFECTED_VERSIONS: 1.0.0 through 1.10.0
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
IBM Langflow OSS versions 1.0.0 through 1.10.0 contain a vulnerability that may allow an authenticated user to gain unauthorized access to sensitive information.
Executive Summary:
An authenticated vulnerability in IBM Langflow OSS versions 1.0.0 through 1.10.0 poses a high risk of unauthorized information disclosure.
Vulnerability Details
CVE-ID: CVE-2026-7754
Affected Software: IBM Langflow OSS
Affected Versions: 1.0.0 through 1.10.0
Vulnerability: This vulnerability involves an improper access control flaw that allows an authenticated user with low privileges to access data outside their intended scope. The attack vector is network based and requires the attacker to have an established user session.
Business Impact
Successful exploitation allows an authenticated attacker to access sensitive information, which could lead to significant data breaches and a compromise of organizational confidentiality. With a CVSS score of 7.7, this flaw is categorized as high severity and requires immediate attention to prevent unauthorized data exposure.
Remediation Plan
Immediate Action: Upgrade to IBM Langflow OSS version 1.10.1 or later as specified in the official vendor guidance.
Proactive Monitoring: Review application access logs for unusual patterns of data retrieval or requests originating from low-privileged user accounts.
Compensating Controls: Ensure that strict network segmentation and identity access management policies are enforced to limit the potential impact of an authenticated account compromise.
Exploitation Status
Public Exploit Available: No (exploit_available: false)
Analyst Notes: As of July 18, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous due to the potential for unauthorized data access within the application environment.
Analyst Recommendation
Given the severity of this vulnerability, administrators should prioritize the update to version 1.10.1. Applying the vendor-provided patch is the only definitive way to mitigate the risk of unauthorized data access.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in Totolink N300RH 3
A vulnerability was detected in Totolink N300RH 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in Totolink N300RH 3
A security vulnerability has been detected in Totolink N300RH 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A weakness has been identified in Totolink N300RH 3
A weakness has been identified in Totolink N300RH 3
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A remote buffer overflow vulnerability in the Totolink N300RH login authentication function allows attackers to crash the system or execute arbitrary...
A remote buffer overflow vulnerability in the Totolink N300RH login authentication function allows attackers to crash the system or execute arbitrary code.
---METADATA---
VENDOR: Totolink
PRODUCT: N300RH
AFFECTED_VERSIONS: 3.2.4-B20220812
---END_METADATA---
Description Summary:
A remote buffer overflow vulnerability in the Totolink N300RH login authentication function allows attackers to crash the system or execute arbitrary code.
Executive Summary:
A critical remote buffer overflow vulnerability in Totolink N300RH allows unauthenticated attackers to execute arbitrary code via the password field.
Vulnerability Details
CVE-ID: CVE-2026-7747
Affected Software: Totolink N300RH
Affected Versions: 3.2.4-B20220812
Vulnerability: The loginauth function within /cgi-bin/cstecgi.cgi contains a buffer overflow vulnerability triggered by an overly long input in the Password argument. This allows for remote, unauthenticated exploitation.
Business Impact
A CVSS score of 9.8 reflects the high risk of remote code execution (RCE) on network infrastructure. Successful exploitation could lead to full device compromise, allowing attackers to intercept network traffic, pivot into internal networks, or render the device unusable, causing significant operational downtime.
Remediation Plan
Immediate Action: Apply the vendor-provided firmware update immediately. If no update is available, restrict management interface access to trusted IP ranges.
Proactive Monitoring: Monitor device logs for unexpected reboots or service crashes, which may indicate failed or successful overflow attempts.
Compensating Controls: Disable remote management interfaces on the device and ensure it is not exposed directly to the internet.
Exploitation Status
Public Exploit Available: Yes
Analyst Notes: As of May 4, 2026, public exploits for this vulnerability are available, significantly increasing the likelihood of active exploitation. Immediate mitigation is required.
Analyst Recommendation
Due to the availability of public exploits and the critical nature of the RCE, this vulnerability represents an urgent security risk. Organizations using the Totolink N300RH must isolate the device or apply the latest firmware to prevent unauthorized access and potential system takeover.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability was determined in osrg GoBGP up to 4
A vulnerability was determined in osrg GoBGP up to 4
---METADATA---
VENDOR: osrg
PRODUCT: GoBGP
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been identified in the osrg GoBGP software that may impact network routing security and stability.
Executive Summary:
A high-severity vulnerability in osrg GoBGP could potentially be exploited to disrupt network routing, posing a risk to infrastructure availability.
Vulnerability Details
CVE-ID: CVE-2026-7736
Affected Software: osrg GoBGP
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability exists within the GoBGP implementation, potentially affecting how routing information is processed and secured against unauthorized manipulation.
Business Impact
With a CVSS score of 7.3, this vulnerability represents a high risk to network reliability. Exploitation could result in BGP routing instability, leading to potential service outages or traffic redirection, which could cause significant operational downtime.
Remediation Plan
Immediate Action: Update the GoBGP implementation to the latest version provided by the project maintainers.
Proactive Monitoring: Monitor BGP peering logs and routing table changes for signs of unexpected or unauthorized manipulation.
Compensating Controls: Implement strict peer authentication and prefix filtering to limit the impact of potential BGP-related vulnerabilities.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The potential for network-wide disruption makes this a high-priority issue. Administrators should move quickly to update their GoBGP instances and ensure that all routing security best practices are strictly enforced.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was found in osrg GoBGP up to 4
A vulnerability was found in osrg GoBGP up to 4
---METADATA---
VENDOR: osrg
PRODUCT: GoBGP
AFFECTED_VERSIONS: See vendor advisory for affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been identified in the osrg GoBGP software, potentially allowing for unexpected behavior or unauthorized access.
Executive Summary:
A high-severity vulnerability in osrg GoBGP poses a significant risk to network routing infrastructure and requires immediate investigation and patching.
Vulnerability Details
CVE-ID: CVE-2026-7735
Affected Software: osrg GoBGP
Affected Versions: See vendor advisory for affected versions
Vulnerability: A vulnerability was identified in GoBGP versions up to 4. While specific technical details are limited, users should refer to official vendor advisories to understand the nature of the flaw.
Business Impact
With a CVSS score of 7.3, this vulnerability could potentially lead to routing instability or unauthorized access to network control planes. Given the critical role of BGP in network infrastructure, the impact of a successful exploit could be severe, including service disruption or traffic redirection.
Remediation Plan
Immediate Action: Apply the latest security updates provided by the osrg project or the relevant distribution maintainers.
Proactive Monitoring: Monitor BGP peering logs for anomalous entries or unexpected session resets and review routing tables for unauthorized changes.
Compensating Controls: Implement strict BGP filtering (prefix lists/route maps) and ensure control plane protection (e.g., TTL security, ACLs) is active for all BGP-speaking devices.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Organizations utilizing GoBGP must prioritize reviewing vendor security advisories and applying the latest patches to maintain the integrity of their network routing infrastructure.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in funadmin up to 7
A flaw has been found in funadmin up to 7
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was determined in Shandong Hoteam Software PDM Product Data Management System up to 8
A vulnerability was determined in Shandong Hoteam Software PDM Product Data Management System up to 8
---METADATA---
VENDOR: Shandong Hoteam Software
PRODUCT: PDM Product Data Management System
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A critical security vulnerability has been identified in the Shandong Hoteam Software PDM system, which may permit unauthorized access to sensitive product data.
Executive Summary:
A high-severity vulnerability in the Shandong Hoteam Software PDM system could allow unauthorized access to proprietary product data, creating a significant security risk.
Vulnerability Details
CVE-ID: CVE-2026-7727
Affected Software: Shandong Hoteam Software PDM
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability affects the PDM system, potentially allowing unauthorized actors to exploit access controls to gain unauthorized entry into sensitive product management modules.
Business Impact
Given the CVSS score of 7.3, this vulnerability presents a major risk to the protection of intellectual property and sensitive design data. Successful exploitation could lead to the theft of proprietary information or unauthorized modification of product lifecycle data.
Remediation Plan
Immediate Action: Apply the latest security patches provided by Shandong Hoteam Software to remediate the vulnerability.
Proactive Monitoring: Review system access logs for suspicious activity involving sensitive product data repositories.
Compensating Controls: Isolate the PDM system within a secure network zone and limit access to authorized personnel via VPN or internal network controls.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Due to the nature of the data stored within PDM systems, immediate remediation is critical. Organizations should prioritize patching and perform a thorough review of access logs to ensure no unauthorized activity has already occurred.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Automation Web Platform plugin for WordPress is vulnerable to an authentication bypass, allowing unauthenticated attackers to log in as any user,...
The Automation Web Platform plugin for WordPress is vulnerable to an authentication bypass, allowing unauthenticated attackers to log in as any user, including administrators.
---METADATA---
VENDOR: 101gen
PRODUCT: Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code
AFFECTED_VERSIONS: 0 through 4.8.6
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The Automation Web Platform plugin for WordPress is vulnerable to an authentication bypass, allowing unauthenticated attackers to log in as any user, including administrators.
Executive Summary:
A critical authentication bypass vulnerability in the 101gen Automation Web Platform plugin allows unauthenticated attackers to gain full administrative access to affected WordPress sites.
Vulnerability Details
CVE-ID: CVE-2026-77264
Affected Software: 101gen Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code
Affected Versions: 0 through 4.8.6
Vulnerability: This is an authentication bypass vulnerability stemming from the improper handling of OTP tokens in the handle_email_otp_return() function. The application inadvertently returns secret magic login tokens in the response to public requests, which enables unauthenticated attackers to perform account takeovers.
Business Impact
Successful exploitation of this vulnerability permits full administrative control over the compromised WordPress installation. This leads to complete data compromise, unauthorized modification of site content, and potential injection of malicious scripts into the environment, which carries a severe risk of long-term reputational and operational damage. The CVSS score of 9.8 reflects the ease of exploitation and the high impact on confidentiality, integrity, and availability.
Remediation Plan
Immediate Action: Discontinue the use of the plugin or disable the OTP functionality until a vendor-supplied security update is released and verified.
Proactive Monitoring: Review web server and WordPress authentication logs for unusual login patterns or multiple failed attempts originating from unexpected IP addresses.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block suspicious requests directed at OTP-related endpoints and monitor for anomalous traffic patterns.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous due to the exposure of authentication tokens in plain text responses.
Analyst Recommendation
This is a high-severity flaw that requires immediate attention. Given that no patch is currently identified, site administrators should prioritize disabling the affected plugin functionality to prevent unauthorized access. Monitor your environment closely for any signs of account takeover or unexpected administrative activity until a secure version is available.
Update 101gen Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code to the latest version. Monitor for exploitation attempts and review access logs.
A flaw has been found in PrefectHQ prefect up to 3
A flaw has been found in PrefectHQ prefect up to 3
---METADATA---
VENDOR: PrefectHQ
PRODUCT: prefect
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security flaw has been discovered in the PrefectHQ prefect orchestration platform that could lead to unauthorized system access.
Executive Summary:
A high-severity vulnerability in PrefectHQ prefect poses a risk of unauthorized access, requiring immediate remediation to protect workflow orchestration integrity.
Vulnerability Details
CVE-ID: CVE-2026-7723
Affected Software: PrefectHQ prefect
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The flaw resides within the prefect orchestration framework and may allow an attacker to bypass security controls, depending on the specific implementation of user and API authentication.
Business Impact
With a CVSS score of 7.3, this vulnerability threatens the integrity of automated business workflows. Compromise could result in the injection of malicious tasks or the exposure of sensitive data processed through the orchestration engine.
Remediation Plan
Immediate Action: Update to the latest version of prefect as recommended by the vendor.
Proactive Monitoring: Monitor workflow execution logs for unexpected task triggers or unauthorized API calls.
Compensating Controls: Restrict API access to known, trusted IP addresses and enforce strong authentication mechanisms for all users of the platform.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The severity of this issue necessitates prompt action. Administrators should verify their current version of prefect and apply updates immediately to ensure the security of their automated workflows.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A buffer overflow vulnerability in the Totolink WA300 loginauth function allows remote attackers to execute arbitrary code via a manipulated http_host...
A buffer overflow vulnerability in the Totolink WA300 loginauth function allows remote attackers to execute arbitrary code via a manipulated http_host argument.
---METADATA---
VENDOR: Totolink
PRODUCT: WA300
AFFECTED_VERSIONS: 5.2cu.7112_B20190227
---END_METADATA---
Description Summary:
A buffer overflow vulnerability in the Totolink WA300 loginauth function allows remote attackers to execute arbitrary code via a manipulated http_host argument.
Executive Summary:
A critical buffer overflow vulnerability in Totolink WA300 devices allows remote, unauthenticated attackers to trigger arbitrary code execution via the web interface.
Vulnerability Details
CVE-ID: CVE-2026-7719
Affected Software: Totolink WA300
Affected Versions: 5.2cu.7112_B20190227
Vulnerability: The vulnerability exists in the loginauth function within the /cgi-bin/cstecgi.cgi component. An attacker can supply an overly long http_host argument to trigger a buffer overflow, which may result in remote code execution.
Business Impact
With a CVSS score of 9.8, this flaw poses a severe risk to organizational security. Successful exploitation allows an attacker to gain remote access to the device, potentially leading to unauthorized network access, interception of traffic, or complete disruption of network services.
Remediation Plan
Immediate Action: Update the affected Totolink WA300 firmware to the latest available version provided by the manufacturer.
Proactive Monitoring: Monitor network traffic for suspicious POST requests targeting cstecgi.cgi and review device logs for crash events or unusual authentication attempts.
Compensating Controls: Restrict access to the device's web management interface to trusted administrative IP addresses only and deploy a WAF to block malformed HTTP requests.
Exploitation Status
Public Exploit Available: true
Analyst Notes: As of May 4, 2026, this vulnerability is known to have public exploit code available, significantly increasing the risk of active exploitation. Immediate patching is mandatory.
Analyst Recommendation
Due to the availability of public exploits, this vulnerability is highly dangerous. Security teams must isolate affected devices from the public internet immediately and apply the necessary firmware updates to remediate the buffer overflow risk.
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability was determined in Totolink WA300 5
A vulnerability was determined in Totolink WA300 5
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Comfast CF-N1-S Web Management interface contains a stack-based buffer overflow vulnerability in the ptest_channel configuration method, which can...
The Comfast CF-N1-S Web Management interface contains a stack-based buffer overflow vulnerability in the ptest_channel configuration method, which can be triggered by authenticated remote attackers.
---METADATA---
VENDOR: Comfast
PRODUCT: CF-N1-S
AFFECTED_VERSIONS: 2.6.0.1
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The Comfast CF-N1-S Web Management interface contains a stack-based buffer overflow vulnerability in the ptest_channel configuration method, which can be triggered by authenticated remote attackers.
Executive Summary:
A critical stack-based buffer overflow vulnerability in the Comfast CF-N1-S web interface allows authenticated attackers to execute arbitrary code or cause system crashes.
Vulnerability Details
CVE-ID: CVE-2026-77148
Affected Software: Comfast CF-N1-S
Affected Versions: 2.6.0.1
Vulnerability: The vulnerability resides in the sub_44B50C function within the ptest_channel configuration module. By sending a specially crafted request to the management interface, an attacker with low-level privileges can trigger a stack-based buffer overflow, resulting in memory corruption and potential remote code execution.
Business Impact
The ability to execute arbitrary code with system-level privileges poses a catastrophic risk to network infrastructure security. An attacker could gain persistent access to the device, pivot into internal network segments, or disrupt critical connectivity services. The CVSS score of 9.9 underscores the potential for total system compromise and the severity of memory corruption flaws.
Remediation Plan
Immediate Action: Restrict access to the Web Management interface to trusted management subnets only and contact Comfast support to verify if a firmware update is available.
Proactive Monitoring: Inspect device logs for signs of anomalous crashes or unexpected reboots, which may indicate failed or successful exploitation attempts.
Compensating Controls: Use network-level access control lists (ACLs) to isolate the management interface from the broader network and ensure that only authorized personnel can reach the device.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 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 exploitable due to the nature of memory corruption in the management interface.
Analyst Recommendation
This vulnerability represents a significant risk to device integrity. Administrators must limit exposure of the management interface immediately and prepare for a firmware update. Ensure that all devices are segmented from public-facing networks to prevent unauthorized access.
Update Comfast CF-N1-S to the latest version. Monitor for exploitation attempts and review access logs.
A weakness has been identified in MindsDB up to 26
A weakness has been identified in MindsDB up to 26
---METADATA---
VENDOR: MindsDB
PRODUCT: MindsDB
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security weakness has been identified in the MindsDB platform that could potentially be leveraged by an attacker to compromise system integrity.
Executive Summary:
A high-severity security weakness in MindsDB exposes the platform to potential exploitation, necessitating immediate attention from security teams.
Vulnerability Details
CVE-ID: CVE-2026-7711
Affected Software: MindsDB
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This weakness affects the core functionality of MindsDB, potentially allowing unauthorized operations; administrators should review access controls to ensure only authorized users have appropriate permissions.
Business Impact
The CVSS score of 7.3 signifies a high risk to data confidentiality and system integrity. Successful exploitation could lead to unauthorized data exfiltration or manipulation of the machine learning models managed within the MindsDB environment, causing substantial business disruption.
Remediation Plan
Immediate Action: Apply the latest security updates provided by MindsDB to address the underlying vulnerability.
Proactive Monitoring: Review audit logs for unusual database queries or unauthorized attempts to access model configuration settings.
Compensating Controls: Utilize strict Role-Based Access Control (RBAC) and network-level ingress filtering to limit exposure to the MindsDB service.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Security teams must prioritize the deployment of official patches to mitigate this high-risk vulnerability. Regular security auditing of the MindsDB environment is strongly advised to detect any potential unauthorized activity.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security flaw has been discovered in YunaiV yudao-cloud up to 3
A security flaw has been discovered in YunaiV yudao-cloud up to 3
---METADATA---
VENDOR: YunaiV
PRODUCT: yudao-cloud
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security flaw has been identified in the YunaiV yudao-cloud platform that may allow for unauthorized access or system compromise.
Executive Summary:
A critical security vulnerability in YunaiV yudao-cloud poses a significant risk to organizational infrastructure by potentially allowing unauthorized access to internal systems.
Vulnerability Details
CVE-ID: CVE-2026-7710
Affected Software: YunaiV yudao-cloud
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The vulnerability represents a security flaw within the yudao-cloud architecture, though specific technical mechanics are currently restricted; it requires careful monitoring of authenticated and unauthenticated traffic patterns.
Business Impact
With a CVSS score of 7.3, this high-severity vulnerability could lead to unauthorized data access, service disruption, or complete system compromise. Organizations relying on yudao-cloud for critical business operations face significant reputational and operational risks if this flaw is exploited by malicious actors.
Remediation Plan
Immediate Action: Consult the official YunaiV security advisory to identify and apply the latest security patches or configuration updates.
Proactive Monitoring: Monitor application logs for anomalous access patterns or unauthorized administrative requests targeting the yudao-cloud environment.
Compensating Controls: Implement strict network segmentation and utilize a Web Application Firewall (WAF) to filter malicious requests directed toward the affected infrastructure.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Given the high CVSS score, administrators should treat this vulnerability with urgency. It is recommended to prioritize the identification of affected instances and apply vendor-supplied patches immediately to neutralize the threat.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
n8n before 1
n8n before 1
---METADATA---
VENDOR: n8n-io
PRODUCT: n8n
AFFECTED_VERSIONS: 0 up to (excluding) 1.123.69, 0 up to (excluding) 2.34.1, 0 up to (excluding) 2.33.4
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
n8n is vulnerable to OS command injection, allowing authenticated users to execute arbitrary commands on the underlying system.
Executive Summary:
An OS command injection vulnerability in n8n allows authenticated attackers to execute arbitrary code on the server, posing a critical threat to system security.
Vulnerability Details
CVE-ID: CVE-2026-77080
Affected Software: n8n-io n8n
Affected Versions: 0 up to (excluding) 1.123.69, 0 up to (excluding) 2.34.1, 0 up to (excluding) 2.33.4
Vulnerability: This vulnerability is an OS command injection flaw (CWE-78) where input is not properly neutralized before being passed to system-level commands. An authenticated attacker can leverage this to gain unauthorized control over the server environment.
Business Impact
Successful exploitation allows an attacker to execute arbitrary commands with the privileges of the n8n application process, leading to full system compromise. The CVSS score of 8.7 highlights the extreme danger this poses to the confidentiality, integrity, and availability of the host system.
Remediation Plan
Immediate Action: Update n8n to version 1.123.69, 2.34.1, or 2.33.4, depending on the current branch in use.
Proactive Monitoring: Monitor for unauthorized process execution, unusual system calls, or suspicious network connections originating from the n8n service account.
Compensating Controls: Use strict process isolation and least-privilege configurations for the n8n container or service to limit the potential blast radius of a successful injection.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Command injection flaws are highly critical and should be treated with the highest priority for remediation.
Analyst Recommendation
Given the potential for complete system takeover, applying the vendor-provided security updates is mandatory. Organizations must verify their current version and move to the patched releases immediately to eliminate the risk of remote command execution.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
n8n before 2
n8n before 2
---METADATA---
VENDOR: n8n-io
PRODUCT: n8n
AFFECTED_VERSIONS: 0 up to (excluding) 2.34.1, 0 up to (excluding) 2.33.4
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A path traversal vulnerability in n8n allows authenticated users to access or modify files outside of intended directories.
Executive Summary:
A path traversal vulnerability in n8n allows authenticated attackers to perform unauthorized file operations, creating a significant security risk.
Vulnerability Details
CVE-ID: CVE-2026-77068
Affected Software: n8n-io n8n
Affected Versions: 0 up to (excluding) 2.34.1, 0 up to (excluding) 2.33.4
Vulnerability: The application suffers from a path traversal vulnerability (CWE-22) that allows an authenticated user to escape the intended directory structure. This occurs when processing file paths, potentially granting access to sensitive system files.
Business Impact
An attacker with valid application credentials could leverage this flaw to read configuration files or overwrite critical system files, potentially leading to remote code execution or data theft. The CVSS score of 8.7 reflects the high potential for total impact on the confidentiality and integrity of the affected server.
Remediation Plan
Immediate Action: Update n8n to version 2.34.1 or 2.33.4, or the latest available release, to patch the traversal flaw.
Proactive Monitoring: Review audit logs for suspicious file system interactions or access attempts to files outside the expected data storage paths.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to block requests containing directory traversal sequences like double dots and slashes.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is technically trivial to exploit once an attacker has authenticated access to the platform.
Analyst Recommendation
The severity of this vulnerability necessitates an immediate update to the specified patched versions. Organizations should ensure their n8n instances are updated promptly to mitigate the risk of unauthorized file system interaction.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in AV Stumpfl Pixera Two Media Server up to 25
A flaw has been found in AV Stumpfl Pixera Two Media Server up to 25
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
The Comfast CF-N1-S SSID configuration interface is vulnerable to a stack-based buffer overflow, allowing authenticated remote attackers to corrupt me...
The Comfast CF-N1-S SSID configuration interface is vulnerable to a stack-based buffer overflow, allowing authenticated remote attackers to corrupt memory via the ssid parameter.
---METADATA---
VENDOR: Comfast
PRODUCT: CF-N1-S
AFFECTED_VERSIONS: 2.6.0.1
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The Comfast CF-N1-S SSID configuration interface is vulnerable to a stack-based buffer overflow, allowing authenticated remote attackers to corrupt memory via the ssid parameter.
Executive Summary:
A critical stack-based buffer overflow in the Comfast CF-N1-S SSID configuration module allows authenticated attackers to perform remote code execution or cause denial of service.
Vulnerability Details
CVE-ID: CVE-2026-77022
Affected Software: Comfast CF-N1-S
Affected Versions: 2.6.0.1
Vulnerability: This vulnerability occurs in the sub_44B438 function within the SSID configuration component. By manipulating the ssid argument in a configuration request, an attacker with authenticated access can trigger a stack-based buffer overflow, leading to memory corruption and potential system-wide compromise.
Business Impact
Successful exploitation allows an attacker to gain control over the network device, which can be leveraged to intercept traffic, modify network settings, or maintain a permanent foothold within the environment. Given the critical nature of network hardware, the risk of downtime or unauthorized interception of sensitive data is extremely high, as reflected by the 9.9 CVSS score.
Remediation Plan
Immediate Action: Limit access to the device configuration interface to trusted administrative users and inquire with the vendor for the latest firmware release.
Proactive Monitoring: Monitor system logs for repeated access attempts to the SSID configuration endpoint and look for evidence of service instability.
Compensating Controls: Implement firewall rules to ensure that the device management interface is not accessible from untrusted network segments.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of August 20, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is technically significant as it exposes low-level memory management to user-controlled input.
Analyst Recommendation
Given the severity of this buffer overflow, immediate steps should be taken to isolate the affected device from all untrusted networks. Engage with the manufacturer for a patch and ensure that only highly trusted users possess administrative credentials for the device.
Update Comfast CF-N1-S to the latest version. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in Tiandy Easy7 Integrated Management Platform 7
A vulnerability was identified in Tiandy Easy7 Integrated Management Platform 7
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in Acrel Electrical EEMS Enterprise Power Operation and Maintenance Cloud Platform 1
A vulnerability has been found in Acrel Electrical EEMS Enterprise Power Operation and Maintenance Cloud Platform 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in Acrel Electrical ECEMS Enterprise Microgrid Energy Efficiency Management System 1
A flaw has been found in Acrel Electrical ECEMS Enterprise Microgrid Energy Efficiency Management System 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was detected in Edimax BR-6208AC up to 1
A vulnerability was detected in Edimax BR-6208AC up to 1
---METADATA---
VENDOR: Edimax
PRODUCT: BR-6208AC
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A vulnerability has been identified in the Edimax BR-6208AC router, which may pose a risk to the security and integrity of the device.
Executive Summary:
The Edimax BR-6208AC router is impacted by a high-severity vulnerability that could allow for unauthorized access or system disruption.
Vulnerability Details
CVE-ID: CVE-2026-7685
Affected Software: Edimax BR-6208AC
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability affects the Edimax BR-6208AC wireless router, exposing the system to potential exploitation. The flaw likely resides within the device's web management interface, which may be susceptible to unauthorized manipulation if left exposed.
Business Impact
The CVSS score of 8.8 indicates a high potential for impact, including the compromise of internal network traffic. Exploitation of this vulnerability could result in unauthorized access to sensitive data transmitted across the network, damaging organizational trust and security posture.
Remediation Plan
Immediate Action: Apply the latest firmware update provided by Edimax to address this vulnerability.
Proactive Monitoring: Monitor logs for repeated failed authentication attempts or unexpected changes to the router's settings.
Compensating Controls: Implement an access control list (ACL) to restrict management access to the router to known, trusted internal IP addresses only.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 3, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Administrators should prioritize patching the Edimax BR-6208AC to mitigate the risk of unauthorized access. Ensuring the device is running the latest firmware is the most effective defense against this high-severity vulnerability.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security vulnerability has been detected in Edimax BR-6428nC up to 1
A security vulnerability has been detected in Edimax BR-6428nC up to 1
---METADATA---
VENDOR: Edimax
PRODUCT: BR-6428nC
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been detected in the Edimax BR-6428nC router, which may allow for unauthorized system interaction.
Executive Summary:
The Edimax BR-6428nC router is susceptible to a high-severity security vulnerability that could lead to unauthorized system control.
Vulnerability Details
CVE-ID: CVE-2026-7684
Affected Software: Edimax BR-6428nC
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability affects the Edimax BR-6428nC router, presenting a critical security risk to the device's management interface. The flaw potentially allows for unauthorized operations, which may be reachable by an unauthenticated attacker depending on the device configuration.
Business Impact
With a CVSS score of 8.8, this vulnerability represents a severe threat to business continuity and data security. An attacker could potentially gain control of the networking hardware, facilitating man-in-the-middle attacks or complete redirection of corporate traffic.
Remediation Plan
Immediate Action: Update the Edimax BR-6428nC firmware to the latest version provided by the manufacturer.
Proactive Monitoring: Audit network traffic for unusual outbound connections or configuration changes that occur without administrative authorization.
Compensating Controls: Disable remote management interfaces on the WAN side and ensure the device is not accessible from the public internet.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 3, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The severity of this issue necessitates prompt action to secure the network edge. Users should ensure that their Edimax BR-6428nC devices are updated immediately and verify that all administrative interfaces are hardened against unauthorized access.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
Agno's PythonTools in libs/agno/agno/tools/python
Agno's PythonTools in libs/agno/agno/tools/python
---METADATA---
VENDOR: Agno
PRODUCT: Agno
AFFECTED_VERSIONS: 0 through 710d7e7
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
Agno's PythonTools contains a path traversal vulnerability in the joinpath file name argument, allowing potential unauthorized file access.
Executive Summary:
A path traversal vulnerability in Agno PythonTools could allow an adjacent attacker to gain unauthorized access to sensitive files on the host system.
Vulnerability Details
CVE-ID: CVE-2026-76832
Affected Software: Agno Agno
Affected Versions: 0 through 710d7e7
Vulnerability: The application is susceptible to a path traversal flaw (CWE-22) within the PythonTools component. This vulnerability is exploitable by an unauthenticated attacker located on the adjacent network who can manipulate file paths to access restricted directories.
Business Impact
Successful exploitation allows an attacker to read or potentially overwrite arbitrary files, leading to a total compromise of system confidentiality and integrity. Given the CVSS score of 8.8, this represents a high risk to organizational data and infrastructure, necessitating immediate remediation to prevent unauthorized system access.
Remediation Plan
Immediate Action: Update the Agno software to a version beyond commit 710d7e7, as the fix is integrated into the upstream repository.
Proactive Monitoring: Review system logs for suspicious file access patterns or unusual path character sequences, such as directory traversal strings.
Compensating Controls: Implement strict file system permissions for the service account running the Agno platform to limit the scope of potential unauthorized access.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of August 20, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The flaw is inherently dangerous because path traversal often provides a direct route to sensitive configuration or credential files.
Analyst Recommendation
The severity of this vulnerability, combined with the potential for full system access, requires immediate attention. Security teams should prioritize updating the Agno environment to the latest patched version to mitigate the risk of path traversal attacks.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A security flaw has been discovered in YunaiV yudao-cloud up to 2026
A security flaw has been discovered in YunaiV yudao-cloud up to 2026
---METADATA---
VENDOR: YunaiV
PRODUCT: yudao-cloud
AFFECTED_VERSIONS: See vendor advisory for affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been discovered in the YunaiV yudao-cloud platform, which may expose the system to unauthorized access or manipulation.
Executive Summary:
A high-severity security flaw in the YunaiV yudao-cloud platform necessitates immediate review and patching to prevent potential unauthorized access.
Vulnerability Details
CVE-ID: CVE-2026-7679
Affected Software: YunaiV yudao-cloud
Affected Versions: See vendor advisory for affected versions
Vulnerability: A security flaw has been discovered in versions of yudao-cloud up to 2026. While details are sparse, users should monitor the vendor's security bulletins for specific mitigation steps and affected components.
Business Impact
With a CVSS score of 7.3, this vulnerability represents a significant risk to the integrity and availability of applications built on the yudao-cloud platform. Exploitation could lead to unauthorized data access or disruption of cloud-based services.
Remediation Plan
Immediate Action: Apply the latest security updates and patches released by YunaiV for the yudao-cloud platform.
Proactive Monitoring: Review application logs for suspicious access requests and monitor the platform’s administrative console for signs of tampering.
Compensating Controls: Enforce strict identity and access management (IAM) policies and ensure that the platform is not exposed to the public internet without proper security controls.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 4, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Organizations using the yudao-cloud platform should prioritize applying the latest updates. Proactive patching and robust access controls are essential to protecting against this and other potential vulnerabilities within the cloud environment.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability has been found in Shenzhen Libituo Technology LBT-T300-HW1 up to 1
A vulnerability has been found in Shenzhen Libituo Technology LBT-T300-HW1 up to 1
---METADATA---
VENDOR: Shenzhen Libituo Technology
PRODUCT: LBT-T300-HW1
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A high-severity vulnerability has been identified in the Shenzhen Libituo Technology LBT-T300-HW1 device, potentially allowing for unauthorized system impact.
Executive Summary:
The Shenzhen Libituo Technology LBT-T300-HW1 device is affected by a high-severity vulnerability that poses a significant risk of unauthorized system compromise.
Vulnerability Details
CVE-ID: CVE-2026-7675
Affected Software: Shenzhen Libituo Technology LBT-T300-HW1
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: This vulnerability affects the LBT-T300-HW1 hardware; while specific technical triggers remain under investigation, such flaws often involve improper input validation or authentication bypass mechanisms. The vulnerability requires further vendor clarification to determine if it is exploitable by unauthenticated remote attackers.
Business Impact
Successful exploitation of this high-severity vulnerability (CVSS 8.8) could result in unauthorized administrative access, leading to full device compromise. Such an event would jeopardize network integrity and expose connected internal systems to further lateral movement by malicious actors.
Remediation Plan
Immediate Action: Contact the vendor or monitor official support channels to identify and apply the latest firmware security updates.
Proactive Monitoring: Review device management logs for unauthorized access attempts or anomalous traffic patterns originating from the device.
Compensating Controls: Isolate the affected device within a restricted VLAN and implement strict firewall rules to limit inbound and outbound traffic to only necessary protocols.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 3, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Given the high CVSS score, organizations utilizing the Shenzhen Libituo Technology LBT-T300-HW1 should treat this as a priority. Administrators must verify their firmware versions immediately and apply vendor-provided patches as soon as they become available to mitigate the risk of exploitation.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in Shenzhen Libituo Technology LBT-T300-HW1 up to 1
A flaw has been found in Shenzhen Libituo Technology LBT-T300-HW1 up to 1
---METADATA---
VENDOR: Shenzhen Libituo Technology
PRODUCT: LBT-T300-HW1
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A vulnerability has been found in the Shenzhen Libituo Technology LBT-T300-HW1 device, which may allow for unauthorized system access.
Executive Summary:
A high-severity flaw in the LBT-T300-HW1 device could allow an attacker to compromise the device and potentially the connected network.
Vulnerability Details
CVE-ID: CVE-2026-7674
Affected Software: Shenzhen Libituo Technology LBT-T300-HW1
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The flaw affects the device's operational integrity, potentially allowing an attacker to exploit the interface or management services to gain unauthorized access or control.
Business Impact
A CVSS score of 8.8 highlights the high risk associated with this vulnerability. Successful exploitation could lead to full device compromise, allowing an attacker to use the device as a pivot point to attack other systems on the network.
Remediation Plan
Immediate Action: Check for and apply the latest firmware updates for the LBT-T300-HW1 from the vendor.
Proactive Monitoring: Monitor network logs for unusual activity or unauthorized connection attempts involving the device.
Compensating Controls: Isolate the device from critical network segments and restrict access to its management interface to known, trusted IP addresses.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of May 3, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
Given the high severity of the vulnerability, organizations should treat this as an urgent remediation task. If the device is not critical, consider disconnecting it from the network until a secure firmware update can be verified and applied.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A flaw has been found in Jinher OA 1
A flaw has been found in Jinher OA 1
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
A vulnerability was identified in MikroTik RouterOS 6
A vulnerability was identified in MikroTik RouterOS 6
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
IBM Langflow OSS 1
IBM Langflow OSS 1
---METADATA---
VENDOR: IBM
PRODUCT: Langflow OSS
AFFECTED_VERSIONS: 1.0.0 through 1.10.0
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A path traversal vulnerability in IBM Langflow OSS allows authenticated attackers to read or potentially overwrite sensitive files outside of the intended application directories.
Executive Summary:
A critical path traversal vulnerability in IBM Langflow OSS (CVE-2026-7667) allows authenticated attackers to access sensitive system files.
Vulnerability Details
CVE-ID: CVE-2026-7667
Affected Software: IBM Langflow OSS
Affected Versions: 1.0.0 through 1.10.0
Vulnerability: This is a Path Traversal (CWE-22) vulnerability where the application fails to properly sanitize user-supplied input when handling file paths. An authenticated attacker can exploit this to access or manipulate files on the host filesystem that should be restricted.
Business Impact
Exploitation of this vulnerability can result in the exposure of sensitive configuration files, credentials, or application data, which may lead to full system compromise or unauthorized data exfiltration. Given the CVSS score of 8.8, the potential for significant impact on system security is high.
Remediation Plan
Immediate Action: Update IBM Langflow OSS to version 1.10.1 or higher to patch the path traversal vulnerability.
Proactive Monitoring: Review web server logs for requests containing directory traversal sequences, such as dot-dot-slash patterns, directed at the application.
Compensating Controls: Implement file system permissions that restrict the application service account to only the directories required for its operation, effectively limiting the scope of any potential traversal attempt.
Exploitation Status
Public Exploit Available: Unknown.
Analyst Notes: As of July 18, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The vulnerability is highly concerning due to the potential for unauthorized access to sensitive data stored on the host.
Analyst Recommendation
Administrators must treat this vulnerability with high priority and apply the vendor-provided security update immediately. Ensuring all instances are patched to version 1.10.1 is the only reliable way to prevent unauthorized file system access.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
IBM Langflow OSS suffers from improper authorization enforcement in the Streamable MCP transport endpoint, enabling unauthenticated access to protecte...
IBM Langflow OSS suffers from improper authorization enforcement in the Streamable MCP transport endpoint, enabling unauthenticated access to protected project resources and operations.
---METADATA---
VENDOR: IBM
PRODUCT: Langflow OSS
AFFECTED_VERSIONS: 1.0.0 through 1.8.4
---END_METADATA---
Description Summary:
IBM Langflow OSS suffers from improper authorization enforcement in the Streamable MCP transport endpoint, enabling unauthenticated access to protected project resources and operations.
Executive Summary:
IBM Langflow OSS contains a critical authorization flaw that allows unauthenticated attackers to manipulate protected project resources and execute unauthorized operations.
Vulnerability Details
CVE-ID: CVE-2026-7664
Affected Software: IBM Langflow OSS
Affected Versions: 1.0.0 through 1.8.4
Vulnerability: The vulnerability exists within the Streamable MCP transport endpoint, which fails to properly enforce authorization checks. This allows an unauthenticated attacker to interact with protected MCP projects and perform unauthorized actions.
Business Impact
With a CVSS score of 9.8, this vulnerability carries a high risk of unauthorized data access and manipulation. Exploitation could lead to the exposure of sensitive proprietary project data or the malicious modification of operational workflows, resulting in significant business disruption and potential loss of intellectual property.
Remediation Plan
Immediate Action: Update IBM Langflow OSS to the latest version as recommended by the vendor to enforce proper authorization controls.
Proactive Monitoring: Review access logs for unusual patterns of interaction with the MCP transport endpoint or unauthorized attempts to access project-specific resources.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block suspicious requests directed at the MCP transport endpoint.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Jun 22, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability presents a severe risk to project integrity and data security. Administrators must apply the vendor-provided patch immediately to ensure that authorization mechanisms are correctly enforced and that unauthorized access is blocked.
Update IBM Langflow OSS to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
An improper authorization vulnerability in the IBM Langflow OSS Streamable MCP transport endpoint allows unauthenticated attackers to access and execu...
An improper authorization vulnerability in the IBM Langflow OSS Streamable MCP transport endpoint allows unauthenticated attackers to access and execute MCP operations.
---METADATA---
VENDOR: IBM
PRODUCT: Langflow OSS
AFFECTED_VERSIONS: 1.0.0 through 1.9.6
---END_METADATA---
Description Summary:
An improper authorization vulnerability in the IBM Langflow OSS Streamable MCP transport endpoint allows unauthenticated attackers to access and execute MCP operations.
Executive Summary:
IBM Langflow OSS is affected by a critical authorization bypass vulnerability that enables unauthenticated remote attackers to execute arbitrary MCP project operations.
Vulnerability Details
CVE-ID: CVE-2026-7663
Affected Software: IBM Langflow OSS
Affected Versions: 1.0.0 through 1.9.6
Vulnerability: The flaw resides in the Streamable MCP transport endpoint, which fails to enforce proper authorization checks. This allows unauthenticated users to interact with and execute operations on protected MCP project resources.
Business Impact
With a CVSS score of 9.1, this vulnerability presents an extreme risk to the integrity and confidentiality of projects managed within Langflow OSS. Unauthorized execution of MCP operations could lead to data manipulation, loss of intellectual property, or the potential for further system compromise via injected workflows.
Remediation Plan
Immediate Action: Update IBM Langflow OSS to the latest available version immediately to remediate the authorization enforcement flaw.
Proactive Monitoring: Monitor network traffic and application logs for unauthorized access attempts or suspicious calls to the Streamable MCP transport endpoint.
Compensating Controls: Restrict network access to the Langflow instance via IP whitelisting or VPN-only access to prevent reachability by unauthenticated external actors.
Exploitation Status
Public Exploit Available: No
Analyst Notes: As of Jun 30, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
This vulnerability is highly critical due to the lack of required authentication for sensitive operations. Organizations utilizing Langflow OSS must treat this as a top-priority remediation task, ensuring that the software is patched to a version that correctly enforces authorization logic.
Update IBM Langflow OSS to the latest version. Check the vendor security advisory for specific patch details. Monitor for exploitation attempts and review access logs.
The TRENDnet TEW-755AP file /cgi-bin/wan.cgi is vulnerable to a stack-based buffer overflow via the cameo.wan.wan_pppoe_password_00 argument, allowing...
The TRENDnet TEW-755AP file /cgi-bin/wan.cgi is vulnerable to a stack-based buffer overflow via the cameo.wan.wan_pppoe_password_00 argument, allowing remote code execution.
---METADATA---
VENDOR: TRENDnet
PRODUCT: TEW-755AP
AFFECTED_VERSIONS: 20260702
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The TRENDnet TEW-755AP file /cgi-bin/wan.cgi is vulnerable to a stack-based buffer overflow via the cameo.wan.wan_pppoe_password_00 argument, allowing remote code execution.
Executive Summary:
A critical stack-based buffer overflow in TRENDnet TEW-755AP allows remote attackers to compromise the device via a malformed PPPoE password argument.
Vulnerability Details
CVE-ID: CVE-2026-76590
Affected Software: TRENDnet TEW-755AP
Affected Versions: 20260702
Vulnerability: This is a stack-based buffer overflow vulnerability within the ssi component of the device firmware. The flaw is triggered by sending a specially crafted argument to the wan.cgi script, which can be executed by an authenticated user with low privileges.
Business Impact
Successful exploitation of this vulnerability leads to full system compromise, potentially allowing an attacker to gain control over network traffic, intercept sensitive data, or render the device unusable. Given the critical CVSS score of 9.9, this vulnerability presents a severe risk to network integrity and confidentiality, warranting immediate remediation.
Remediation Plan
Immediate Action: Currently, no specific patch version is listed beyond the version identified as vulnerable. Please monitor the official TRENDnet support portal for firmware updates addressing this buffer overflow.
Proactive Monitoring: Review web access logs for unusual requests directed at the /cgi-bin/wan.cgi endpoint, specifically looking for abnormally long or suspicious character strings in arguments.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to inspect and block requests containing excessive payloads targeted at the aforementioned CGI script.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept Python script is available on GitHub.
Analyst Notes: As of Aug 19, 2026, there is no public information indicating active exploitation in the wild, though a public proof-of-concept exists. The vulnerability is highly exploitable due to the nature of the buffer overflow in the CGI handling interface.
Analyst Recommendation
This vulnerability represents a critical risk to the security of the TEW-755AP device. Given the existence of public proof-of-concept code, administrators should prioritize restricting access to the management interface to trusted internal networks and monitor for vendor-provided firmware updates to resolve this memory corruption flaw.
Update TRENDnet TEW-755AP to the latest version. Monitor for exploitation attempts and review access logs.
The TRENDnet TEW-755AP file /sbin/mycli contains a stack-based buffer overflow vulnerability in the function FUN_401000, which can be triggered remote...
The TRENDnet TEW-755AP file /sbin/mycli contains a stack-based buffer overflow vulnerability in the function FUN_401000, which can be triggered remotely via the ssid argument.
---METADATA---
VENDOR: TRENDnet
PRODUCT: TEW-755AP
AFFECTED_VERSIONS: 20260702
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
The TRENDnet TEW-755AP file /sbin/mycli contains a stack-based buffer overflow vulnerability in the function FUN_401000, which can be triggered remotely via the ssid argument.
Executive Summary:
A critical stack-based buffer overflow in TRENDnet TEW-755AP allows remote attackers to execute arbitrary code by manipulating the SSID parameter.
Vulnerability Details
CVE-ID: CVE-2026-76589
Affected Software: TRENDnet TEW-755AP
Affected Versions: 20260702
Vulnerability: This is a memory corruption vulnerability involving a stack-based buffer overflow in the mycli binary. The flaw is reachable via remote network requests, requiring low-privileged authentication to successfully trigger the overflow.
Business Impact
The ability to trigger a buffer overflow remotely poses an extreme risk to the availability and security of the affected wireless access point. An attacker could leverage this to gain unauthorized system access, leading to a complete compromise of the device and potential lateral movement within the network. The 9.9 CVSS score highlights the urgency of addressing this flaw.
Remediation Plan
Immediate Action: There is no specific patch version provided at this time; users should frequently check the TRENDnet support website for firmware releases.
Proactive Monitoring: Monitor system logs for crashes or unexpected reboots of the TEW-755AP, which may indicate attempts to exploit the overflow.
Compensating Controls: Limit access to the management interface and administrative services to designated management VLANs to reduce the attack surface.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept Python script is available on GitHub.
Analyst Notes: As of Aug 19, 2026, there is no public information indicating active exploitation in the wild, though a public proof-of-concept exists. The vulnerability is highly susceptible to exploitation due to the lack of sufficient input validation in the SSID parameter handling.
Analyst Recommendation
The severity of this vulnerability is extreme. Administrators must treat this as a high priority for remediation and ensure that any available firmware updates are applied as soon as they are released by the vendor.
Update TRENDnet TEW-755AP to the latest version. Monitor for exploitation attempts and review access logs.
A stack-based buffer overflow vulnerability in the TRENDnet TV-IP751WIC camera allows remote attackers to execute arbitrary code via the Currenttime a...
A stack-based buffer overflow vulnerability in the TRENDnet TV-IP751WIC camera allows remote attackers to execute arbitrary code via the Currenttime argument in set_time.cgi.
---METADATA---
VENDOR: TRENDnet
PRODUCT: TV-IP751WIC
AFFECTED_VERSIONS: 11.03.03
CONFIDENCE: high
MISSING: patch
---END_METADATA---
Description Summary:
A stack-based buffer overflow vulnerability in the TRENDnet TV-IP751WIC camera allows remote attackers to execute arbitrary code via the Currenttime argument in set_time.cgi.
Executive Summary:
A critical stack-based buffer overflow in TRENDnet TV-IP751WIC firmware allows remote code execution, posing a severe risk of total system compromise.
Vulnerability Details
CVE-ID: CVE-2026-76584
Affected Software: TRENDnet TV-IP751WIC
Affected Versions: 11.03.03
Vulnerability: The vulnerability exists within the alphapd component, specifically in the set_time.cgi file. An authenticated attacker with low privileges can trigger a stack-based buffer overflow by sending a crafted payload to the Currenttime argument.
Business Impact
The CVSS score of 9.9 reflects the extreme severity of this flaw, as it allows for full system control. Successful exploitation could lead to complete device takeover, unauthorized surveillance, or the inclusion of the device in a botnet, resulting in significant reputational damage and loss of network integrity.
Remediation Plan
Immediate Action: Disconnect the affected camera from the public internet immediately and restrict access to the management interface via a firewall.
Proactive Monitoring: Monitor network traffic for unusual outbound connections from the camera, which may indicate command and control communication.
Compensating Controls: Implement a Web Application Firewall or network access control list to filter traffic destined for the camera management interface.
Exploitation Status
Public Exploit Available: Yes, a proof-of-concept exists on GitHub.
Analyst Notes: As of August 19, 2026, there is no confirmed active exploitation in the wild; however, a public proof-of-concept script is available, making the risk of exploitation credible. The nature of the memory corruption flaw makes it highly susceptible to weaponization by threat actors.
Analyst Recommendation
Given the critical nature of this buffer overflow and the availability of public exploit code, administrators must prioritize isolating these devices. If a firmware update is not yet available from the vendor, maintaining strict network segmentation is the only effective defense against remote exploitation.
Update TRENDnet TV-IP751WIC to the latest version. Monitor for exploitation attempts and review access logs.
Joomla Extension - phoca
Joomla Extension - phoca
---METADATA---
VENDOR: phoca.cz
PRODUCT: Phoca Cart extension for Joomla
AFFECTED_VERSIONS: 5.0.0-6.1.7
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
The Phoca Cart extension for Joomla is susceptible to a cross-site scripting vulnerability that enables unauthenticated attackers to execute malicious scripts via user interaction.
Executive Summary:
A critical cross-site scripting vulnerability in the Phoca Cart extension for Joomla poses a significant risk of remote code execution or session compromise through malicious script injection.
Vulnerability Details
CVE-ID: CVE-2026-76564
Affected Software: phoca.cz Phoca Cart extension for Joomla
Affected Versions: 5.0.0-6.1.7
Vulnerability: This is a CWE-79 improper neutralization of input vulnerability. Although the attacker is unauthenticated, successful exploitation requires user interaction to trigger the malicious payload.
Business Impact
With a CVSS score of 8.6, this vulnerability represents a substantial threat to business operations. Exploitation could result in unauthorized administrative access, the theft of sensitive customer cart data, or the redirection of users to malicious third-party sites, causing severe reputational and financial harm.
Remediation Plan
Immediate Action: Upgrade the Phoca Cart extension to the version specified by the vendor as patched.
Proactive Monitoring: Monitor site traffic for suspicious injection attempts and inspect web logs for abnormal activity originating from public-facing interfaces.
Compensating Controls: Implement a strict Content Security Policy (CSP) and utilize a Web Application Firewall to filter malicious input strings and prevent script execution.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of August 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. The high CVSS score necessitates prompt patching, regardless of the current lack of observed exploitation.
Analyst Recommendation
Security teams should treat this vulnerability with high urgency due to the ability for unauthenticated actors to trigger the flaw. Apply the vendor-provided patch immediately and conduct a thorough review of the Joomla extension ecosystem for other potential weaknesses.
Apply vendor security updates immediately. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: IBM
PRODUCT: i Access Family
AFFECTED_VERSIONS: See vendor advisory for specific affected versions
---END_METADATA---
Description Summary:
A security vulnerability has been identified in the IBM i Access Family suite.
Executive Summary:
The IBM i Access Family is affected by a high-severity vulnerability that poses a significant risk to system security and integrity.
Vulnerability Details
CVE-ID: CVE-2026-7770
Affected Software: IBM i Access Family
Affected Versions: See vendor advisory for specific affected versions
Vulnerability: The specific nature of this vulnerability remains under investigation; however, it is classified as a high-severity flaw requiring immediate attention to prevent potential system compromise.
Business Impact
With a CVSS score of 8.8, this vulnerability represents a significant risk to organizational infrastructure. Successful exploitation could lead to unauthorized system access, potential data loss, or service disruption, severely impacting operational continuity.
Remediation Plan
Immediate Action: Consult the official IBM security support portal immediately for available patches or configuration workarounds.
Proactive Monitoring: Review system access logs for anomalous activity and monitor for any unauthorized attempts to interface with the IBM i Access Family environment.
Compensating Controls: Implement strict network segmentation and ensure that access to the affected software is restricted to authorized administrative personnel only.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of June 2, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the high CVSS score, the potential for exploitation is considered high.
Analyst Recommendation
Given the severity of this vulnerability, it is imperative that IT administrators prioritize the review of IBM security bulletins. Apply all recommended updates or vendor-provided remediations immediately to mitigate the risk of unauthorized access or system exploitation.